mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
1d110b7b7b
commit
1fc9a198d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290347
2 changed files with 4 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pixman
|
PORTNAME= pixman
|
||||||
PORTVERSION= 0.24.0
|
PORTVERSION= 0.24.2
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
|
@ -16,6 +16,7 @@ XORG_CAT= lib
|
||||||
USE_AUTOTOOLS= libtool
|
USE_AUTOTOOLS= libtool
|
||||||
USE_PERL5_BUILD=yes
|
USE_PERL5_BUILD=yes
|
||||||
USE_GNOME= ltverhack:9
|
USE_GNOME= ltverhack:9
|
||||||
|
CONFIGURE_ARGS= --disable-gtk
|
||||||
|
|
||||||
OPTIONS= SIMD "Enable SIMD features autodetection (MMX, SSE2, VMX)" off
|
OPTIONS= SIMD "Enable SIMD features autodetection (MMX, SSE2, VMX)" off
|
||||||
|
|
||||||
|
@ -31,8 +32,4 @@ CONFIGURE_ARGS+= --disable-sse2
|
||||||
. endif
|
. endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \
|
|
||||||
${WRKSRC}/configure
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (xorg/lib/pixman-0.24.0.tar.bz2) = 744e8b36b29ba76bdfe8f7cbc45585fb237533ac8d716a27e306874dcfa1cf44
|
SHA256 (xorg/lib/pixman-0.24.2.tar.bz2) = 32f74f3e3c1feea33e6ad3e2fd66cb3eb816805c384b346ea1636a87c9057dbf
|
||||||
SIZE (xorg/lib/pixman-0.24.0.tar.bz2) = 467328
|
SIZE (xorg/lib/pixman-0.24.2.tar.bz2) = 467979
|
||||||
|
|
Loading…
Add table
Reference in a new issue