diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-03 16:25:16 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-03 16:25:16 +0000 |
commit | 1fc9a198d6d3b367d11083e62e93e806b78573dd (patch) | |
tree | a8502c5c9cbe8ce1d3c828636159d5e7c89d7189 /x11/pixman | |
parent | 1d110b7b7bf2ce32b0b302a1edf64bb7203274f2 (diff) | |
download | ports-1fc9a198d6d3b367d11083e62e93e806b78573dd.tar.gz ports-1fc9a198d6d3b367d11083e62e93e806b78573dd.zip |
Notes
Diffstat (limited to 'x11/pixman')
-rw-r--r-- | x11/pixman/Makefile | 7 | ||||
-rw-r--r-- | x11/pixman/distinfo | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index ea5530f224bf..33f83dc90612 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pixman -PORTVERSION= 0.24.0 +PORTVERSION= 0.24.2 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -16,6 +16,7 @@ XORG_CAT= lib USE_AUTOTOOLS= libtool USE_PERL5_BUILD=yes USE_GNOME= ltverhack:9 +CONFIGURE_ARGS= --disable-gtk OPTIONS= SIMD "Enable SIMD features autodetection (MMX, SSE2, VMX)" off @@ -31,8 +32,4 @@ CONFIGURE_ARGS+= --disable-sse2 . endif .endif -post-patch: - @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ - ${WRKSRC}/configure - .include <bsd.port.post.mk> diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo index c489d57d4bfa..c94445cc5399 100644 --- a/x11/pixman/distinfo +++ b/x11/pixman/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/lib/pixman-0.24.0.tar.bz2) = 744e8b36b29ba76bdfe8f7cbc45585fb237533ac8d716a27e306874dcfa1cf44 -SIZE (xorg/lib/pixman-0.24.0.tar.bz2) = 467328 +SHA256 (xorg/lib/pixman-0.24.2.tar.bz2) = 32f74f3e3c1feea33e6ad3e2fd66cb3eb816805c384b346ea1636a87c9057dbf +SIZE (xorg/lib/pixman-0.24.2.tar.bz2) = 467979 |