[125995] trunk/dports/x11/rxvt-unicode/Portfile

cal at macports.org cal at macports.org
Wed Oct 1 10:45:55 PDT 2014


Revision: 125995
          https://trac.macports.org/changeset/125995
Author:   cal at macports.org
Date:     2014-10-01 10:45:55 -0700 (Wed, 01 Oct 2014)
Log Message:
-----------
rxvt-unicode: update to 9.20, add +pixbuf variant, patch from upstream dev, openmaintainer, closes #43220, maintainer timeout for #43220

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2014-10-01 17:42:28 UTC (rev 125994)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2014-10-01 17:45:55 UTC (rev 125995)
@@ -12,8 +12,7 @@
 PortSystem      1.0
 PortGroup       compiler_blacklist_versions 1.0
 name            rxvt-unicode
-version         9.16
-revision        3
+version         9.20
 categories      x11
 license         GPL-2+
 maintainers     gmail.com:evangoldenberg \
@@ -33,18 +32,17 @@
                 http://dist.schmorp.de/rxvt-unicode/Attic/
 use_bzip2       yes
 
-checksums       rmd160  d316e1ba06e9609417e472f74a0541ca8674424c \
-                sha256  76bb15cdc8cc7709b01389727f7d818f1f401b6616121f0216165a4cb5e74874
+checksums       rmd160  98e8b281ed39f501df4de2366196fb2e46881d7c \
+                sha256  e73e13fe64b59fd3c8e6e20c00f149d388741f141b8155e4700d3ed40aa94b4e
 
 depends_build \
 	port:pkgconfig
 
+# urxvt also depends on xorg-libX11, xrender and fontconfig but all these ports are in the dependency tree of Xft2
 depends_lib \
 	port:Xft2 \
-	port:expat \
 	port:ncurses \
-	path:bin/perl:perl5 \
-	port:zlib
+	path:bin/perl:perl5
 
 # clang++ 3.0 produces unstable urxvt binary which sometimes causes errors like:
 #        "terminate called throwing an exceptionAbort trap: 6"
@@ -59,15 +57,19 @@
 }
 
 configure.args  --enable-everything --enable-256-color --with-codesets=all \
-                --disable-utmp --disable-afterimage \
+                --disable-utmp --disable-pixbuf \
                 --mandir=${prefix}/share/man
 
 use_parallel_build  yes
 
+variant pixbuf description {gdk-pixbuf support} {
+    configure.args-append   --enable-pixbuf
+    depends_lib-append      port:gdk-pixbuf2
+}
+
 variant lite description {lightweight build options} {
     depends_lib-delete      port:Xft2 \
-                            path:bin/perl:perl5 \
-                            port:zlib
+                            path:bin/perl:perl5
     depends_lib-append      port:xorg-libX11
     configure.args-delete   --enable-everything
     configure.args-append   --disable-everything \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141001/55e3885a/attachment-0001.html>


More information about the macports-changes mailing list