diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-04 00:25:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-04 00:25:16 +0800 |
commit | d2e1722106ea15558d8a8128a7da4d2dee39ce2a (patch) | |
tree | 238ea26850273551a3a14c77d1c67a1ad86f2eb2 /x11 | |
parent | 6769b7455b291a752202515f354b22b2edc09967 (diff) | |
download | freebsd-ports-gnome-d2e1722106ea15558d8a8128a7da4d2dee39ce2a.tar.gz freebsd-ports-gnome-d2e1722106ea15558d8a8128a7da4d2dee39ce2a.tar.zst freebsd-ports-gnome-d2e1722106ea15558d8a8128a7da4d2dee39ce2a.zip |
Update to 0.24.2
Changes:
- Fix for broken gradients with repeat mode NONE
- Misc. other bug fixes.
Reviewed by: miwi
Obtained from: xorg-dev repo
Diffstat (limited to 'x11')
-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 |