aboutsummaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2011-05-04 18:43:43 +0000
committerThierry Thomas <thierry@FreeBSD.org>2011-05-04 18:43:43 +0000
commit38cdb390011d1e6093d22cea1529d623686e4ffa (patch)
tree328a05b9a7e9ec4e5af70cba0eae044077fbd071 /x11/rxvt-unicode
parent28330c2a484c177b8a6d71a4967144253bfa5796 (diff)
downloadports-38cdb390011d1e6093d22cea1529d623686e4ffa.tar.gz
ports-38cdb390011d1e6093d22cea1529d623686e4ffa.zip
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r--x11/rxvt-unicode/Makefile23
-rw-r--r--x11/rxvt-unicode/distinfo4
2 files changed, 17 insertions, 10 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index 0ae1093042b9..66027e74f093 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= rxvt-unicode
-PORTVERSION= 9.10
-PORTREVISION= 1
+PORTVERSION= 9.11
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
MASTER_SITE_SUBDIR= . Attic
@@ -23,8 +22,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \
USE_GNOME= pkgconfig
USE_XORG= xpm xft xrender
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-lutil"
-CONFIGURE_ARGS= --enable-shared --enable-everything --with-term=rxvt \
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LIBS="-lutil"
+CONFIGURE_ARGS= --enable-everything --with-term=rxvt \
--with-terminfo=${LOCALBASE}/share/misc/terminfo.db
USE_BZIP2= yes
WANT_PERL= yes
@@ -43,7 +43,8 @@ OPTIONS= \
MOUSEWHEEL "Support for scrolling via mouse wheel" On \
SMART_RESIZE "Smart growth/shrink behaviour" On \
IMLOCALE_FIX "imlocale encoding conversion fix" On \
- AFTERIMAGE "Use libAfterImage for background images" On \
+ GDK_PIXBUF "Use gdk-pixbuf for background images" On \
+ AFTERIMAGE "Use libAfterImage for background images" Off \
256_COLOR "Support for 256 colors" Off
.include <bsd.port.pre.mk>
@@ -129,12 +130,18 @@ CONFIGURE_ARGS+= --disable-smart-resize
CONFIGURE_ARGS+= --enable-smart-resize
.endif
-# enable integration with libAfterImage for background images
-.if defined(WITHOUT_AFTERIMAGE)
+# enable integration with gdk-pixbuf / or libAfterImage for background images
+.if defined(WITHOUT_GDK_PIXBUF)
+CONFIGURE_ARGS+= --disable-pixbuf
+. if defined(WITHOUT_AFTERIMAGE)
CONFIGURE_ARGS+= --disable-afterimage # To be upgraded
-.else
+. else
LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage
CONFIGURE_ARGS+= --enable-afterimage
+. endif
+.else
+USE_GNOME+= gdkpixbuf2
+CONFIGURE_ARGS+= --enable-pixbuf
.endif
# enable support for 256 colors
diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo
index c2fd747c368e..b7a47e08f3ce 100644
--- a/x11/rxvt-unicode/distinfo
+++ b/x11/rxvt-unicode/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rxvt-unicode-9.10.tar.bz2) = 1c238f7e545b1a8da81239b826fb2a7d196c73effbcbd211db7a50995a0a067a
-SIZE (rxvt-unicode-9.10.tar.bz2) = 884501
+SHA256 (rxvt-unicode-9.11.tar.bz2) = 0452c00066774ef6e32fcd0a1e6f09230392ea9f6f42e1c2ef7b91d6fcb82d85
+SIZE (rxvt-unicode-9.11.tar.bz2) = 882787