summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2007-08-01 22:21:29 +0000
committerThierry Thomas <thierry@FreeBSD.org>2007-08-01 22:21:29 +0000
commitcb67a7e46969a0c2a6295de57de85576ac38d2b0 (patch)
tree6a0e92fdbf251bd619cebcfed4f222b6013ea0d1 /x11
parentAllow on python25 (diff)
Upgrade to 8.3.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. TODO: ugrade libAfterImage to 1.15 when it will be released.
Notes
Notes: svn path=/head/; revision=196920
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-unicode/Makefile21
-rw-r--r--x11/rxvt-unicode/distinfo6
2 files changed, 16 insertions, 11 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 2f1829718bb7..0b8bb0d5b165 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 6bef59cdefcd..2412d9026cc2 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