diff options
author | kwm <kwm@FreeBSD.org> | 2014-12-10 00:58:53 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-12-10 00:58:53 +0800 |
commit | b863e23243a1760bb73762b204abc1f22984f4f0 (patch) | |
tree | 2bab9bc1d470bca88d0f545006f175e3a581239d /x11 | |
parent | bc815b5639819a235984df23371b517828d959fe (diff) | |
download | freebsd-ports-gnome-b863e23243a1760bb73762b204abc1f22984f4f0.tar.gz freebsd-ports-gnome-b863e23243a1760bb73762b204abc1f22984f4f0.tar.zst freebsd-ports-gnome-b863e23243a1760bb73762b204abc1f22984f4f0.zip |
Use new GIMP master sites macro.
Drop :keepla from USES=libtool.
Switch logic in the SIMD option in babl.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/babl/Makefile | 16 | ||||
-rw-r--r-- | x11/babl/pkg-plist | 11 |
2 files changed, 5 insertions, 22 deletions
diff --git a/x11/babl/Makefile b/x11/babl/Makefile index 59062cae8926..b491db465d66 100644 --- a/x11/babl/Makefile +++ b/x11/babl/Makefile @@ -3,30 +3,24 @@ PORTNAME= babl PORTVERSION= 0.1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ - http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ - ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} -MASTER_SITE_SUBDIR= babl/${PORTVERSION:R} +MASTER_SITES= GIMP MAINTAINER= gnome@FreeBSD.org COMMENT= Dynamic pixel format conversion library -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-introspection +INSTALL_TARGET= install-strip OPTIONS_DEFINE= SIMD .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MSIMD} +.if !${PORT_OPTIONS:MSIMD} CONFIGURE_ARGS+=--disable-mmx \ --disable-sse \ --disable-altivec diff --git a/x11/babl/pkg-plist b/x11/babl/pkg-plist index fc39427ca92e..82cad4b6f58d 100644 --- a/x11/babl/pkg-plist +++ b/x11/babl/pkg-plist @@ -2,27 +2,16 @@ include/babl-0.1/babl/babl-macros.h include/babl-0.1/babl/babl-types.h include/babl-0.1/babl/babl-version.h include/babl-0.1/babl/babl.h -lib/babl-0.1/CIE.la lib/babl-0.1/CIE.so -lib/babl-0.1/cairo.la lib/babl-0.1/cairo.so -lib/babl-0.1/fast-float.la lib/babl-0.1/fast-float.so -lib/babl-0.1/float.la lib/babl-0.1/float.so -lib/babl-0.1/gegl-fixups.la lib/babl-0.1/gegl-fixups.so -lib/babl-0.1/gggl-lies.la lib/babl-0.1/gggl-lies.so -lib/babl-0.1/gggl.la lib/babl-0.1/gggl.so -lib/babl-0.1/gimp-8bit.la lib/babl-0.1/gimp-8bit.so -lib/babl-0.1/naive-CMYK.la lib/babl-0.1/naive-CMYK.so -lib/babl-0.1/sse-fixups.la lib/babl-0.1/sse-fixups.so -lib/libbabl-0.1.la lib/libbabl-0.1.so lib/libbabl-0.1.so.0 lib/libbabl-0.1.so.0.109.1 |