diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-07 05:13:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-08-07 05:13:22 +0800 |
commit | 0541c31b824762fb4e19d88cc22b435d96b340bf (patch) | |
tree | e4df5561a89459467ef8b86bbc776ef63342d2e3 /graphics | |
parent | b4a11b37fb48e8fbf895059cc7d60f8147c3e886 (diff) | |
download | marcuscom-ports-0541c31b824762fb4e19d88cc22b435d96b340bf.tar.gz marcuscom-ports-0541c31b824762fb4e19d88cc22b435d96b340bf.tar.zst marcuscom-ports-0541c31b824762fb4e19d88cc22b435d96b340bf.zip |
Update to 2.26.2.
Convert to OptionsNG.
portlint petting.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17026 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 25 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/distinfo | 4 |
2 files changed, 13 insertions, 16 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index d2f378a93..84c748ad7 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -3,15 +3,13 @@ # Whom: Ade Lovett <ade@lovett.com> # # $FreeBSD$ -# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.22 2012/06/01 14:35:22 kwm Exp $ +# $MCom: ports/graphics/gdk-pixbuf2/Makefile,v 1.23 2012/06/01 14:55:46 kwm Exp $ PORTNAME?= gdk-pixbuf -PORTVERSION= 2.26.1 -PORTREVISION= 1 +PORTVERSION= 2.26.2 CATEGORIES?= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gdk-pixbuf/${PORTVERSION:R} -DISTNAME= gdk-pixbuf-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -33,21 +31,20 @@ CONFIGURE_ARGS= --enable-introspection=yes --with-x11 MAN1= gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 -OPTIONS= JP2 "JPEG2000 support" ON \ - JPEG "JPEG support" ON \ - PNG "PNG support" ON \ - TIFF "TIFF support" ON +OPTIONS_DEFINE= JASPER JPEG PNG TIFF NLS +OPTIONS_DEFAULT=JASPER JPEG PNG TIFF NLS .include <bsd.port.options.mk> -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:M_NLS} +USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.if !defined(WITHOUT_JP2) +.if ${PORT_OPTIONS:MJASPER} LIB_DEPENDS+= jasper:${PORTSDIR}/graphics/jasper CONFIGURE_ARGS+=--with-libjasper PLIST_SUB+= JP2="" @@ -55,7 +52,7 @@ PLIST_SUB+= JP2="" PLIST_SUB+= JP2="@comment " .endif -.if !defined(WITHOUT_JPEG) +.if ${PORT_OPTIONS:MJPEG} LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg PLIST_SUB+= JPEG="" .else @@ -63,7 +60,7 @@ CONFIGURE_ARGS+=--without-libjpeg PLIST_SUB+= JPEG="@comment " .endif -.if !defined(WITHOUT_PNG) +.if ${PORT_OPTIONS:MPNG} LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png PLIST_SUB+= PNG="" .else @@ -71,7 +68,7 @@ CONFIGURE_ARGS+=--without-libpng PLIST_SUB+= PNG="@comment " .endif -.if !defined(WITHOUT_TIFF) +.if ${PORT_OPTIONS:MTIFF} LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff PLIST_SUB+= TIFF="" .else @@ -83,6 +80,6 @@ post-patch: @${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure post-install: - @cd ${WRKSRC}/docs/reference/gdk-pixbuf && gmake install-man1 + @cd ${WRKSRC}/docs/reference/gdk-pixbuf && ${GMAKE} install-man1 .include <bsd.port.mk> diff --git a/graphics/gdk-pixbuf2/distinfo b/graphics/gdk-pixbuf2/distinfo index d26934f21..4d11a09d2 100644 --- a/graphics/gdk-pixbuf2/distinfo +++ b/graphics/gdk-pixbuf2/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gdk-pixbuf-2.26.1.tar.xz) = a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba -SIZE (gnome2/gdk-pixbuf-2.26.1.tar.xz) = 1167608 +SHA256 (gnome2/gdk-pixbuf-2.26.2.tar.xz) = 3555521050e30e2fa090bfe650910c14649b6ab0acb35a5a7eaf90fe694f1403 +SIZE (gnome2/gdk-pixbuf-2.26.2.tar.xz) = 1174968 |