diff options
author | thierry <thierry@FreeBSD.org> | 2011-05-05 02:43:43 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-05-05 02:43:43 +0800 |
commit | 21d91b10ea3f6c29b576e1661874809625e7c487 (patch) | |
tree | 8c7de28f508518074ca1c5277150870d406d23b3 /x11 | |
parent | 2bef6cc88216b64d867d014524c754b3386e1030 (diff) | |
download | freebsd-ports-gnome-21d91b10ea3f6c29b576e1661874809625e7c487.tar.gz freebsd-ports-gnome-21d91b10ea3f6c29b576e1661874809625e7c487.tar.zst freebsd-ports-gnome-21d91b10ea3f6c29b576e1661874809625e7c487.zip |
Upgrade to 9.11.
Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.
Remark: gdk-pixbuf is preferred over libafterimage.
Notified by: Marcin Cieslak <saper (a) saper.info>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 23 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 4 |
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 |