diff options
author | thierry <thierry@FreeBSD.org> | 2007-08-01 22:21:29 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-08-01 22:21:29 +0000 |
commit | ae5bdb17662db22ba46e40c01e5150f48cbd3402 (patch) | |
tree | 84f2f0fd813f33d02243b8ed11b6b3f1b4771a0e | |
parent | beb9e0b98963c1fa508d47edec6a727371270d70 (diff) | |
download | FreeBSD-ports-ae5bdb17662db22ba46e40c01e5150f48cbd3402.zip FreeBSD-ports-ae5bdb17662db22ba46e40c01e5150f48cbd3402.tar.gz |
Upgrade to 8.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
TODO: ugrade libAfterImage to 1.15 when it will be released.
-rw-r--r-- | x11/rxvt-unicode/Makefile | 21 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 6 |
2 files changed, 16 insertions, 11 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 2f18297..0b8bb0d 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rxvt-unicode -PORTVERSION= 8.2 -PORTREVISION= 1 +PORTVERSION= 8.3 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -25,7 +24,8 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt +CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt \ + --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_BZIP2= yes @@ -130,14 +130,18 @@ RUN_DEPENDS+= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses PLIST_SUB+= TERMINFO="" .endif +# enable integration with libAfterImage for background images +#.if defined(WITHOUT_AFTERIMAGE) +CONFIGURE_ARGS+= --disable-afterimage # To be upgraded +#.else +#LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage +#CONFIGURE_ARGS+= --enable-afterimage +#.endif + CONFIGURE_ENV+= LIBS="-lutil" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= missing wide-character functions in FreeBSD-4.x libc -.endif - .if ${OSVERSION} < 502110 RUN_DEPENDS+= ${LOCALBASE}/share/locale/fr_FR.UTF-8/LC_TIME:${PORTSDIR}/misc/utf8locale .endif @@ -180,7 +184,8 @@ pre-everything:: @${ECHO_MSG} "WITHOUT_MOUSEWHEEL disable support for scrolling via mouse wheel" @${ECHO_MSG} "WITHOUT_SMART_RESIZE disable smart growth/shrink behaviour" @${ECHO_MSG} "WITHOUT_IMLOCALE_FIX disable imlocale encoding conversion fix" - @${ECHO_MSG} "WITHOUT_TERMINFO don't register urxvt in the terminfo database" + @${ECHO_MSG} "WITHOUT_TERMINFO don't register urxvt in the terminfo database" + #@${ECHO_MSG} "WITHOUT_AFTERIMAGE disable integration with libAfterImage for background images" @${ECHO_MSG} .ifndef(WITH_ENCODING) @${ECHO_MSG} "==> You can compile in support for additional codeset groups by setting the WITH_ENCODING variable" diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index 6bef59c..2412d90 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,3 +1,3 @@ -MD5 (rxvt-unicode-8.2.tar.bz2) = 7876a1e2a82794c5ebbea8791561daba -SHA256 (rxvt-unicode-8.2.tar.bz2) = dfd3b1687e0ad5a63385d7ed258fcadf483cff16c78739e83829b1cd804ee86b -SIZE (rxvt-unicode-8.2.tar.bz2) = 880372 +MD5 (rxvt-unicode-8.3.tar.bz2) = c53043a5178e2eeb33578148d56f8f96 +SHA256 (rxvt-unicode-8.3.tar.bz2) = b65e4b87b39048fafc740d38de72d791e28d12d4a495a6e64f8af7a0db51ab10 +SIZE (rxvt-unicode-8.3.tar.bz2) = 885212 |