Date: Fri, 11 Apr 2014 15:46:34 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350993 - head/graphics/gdk-pixbuf Message-ID: <201404111546.s3BFkYqj011704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Apr 11 15:46:33 2014 New Revision: 350993 URL: http://svnweb.freebsd.org/changeset/ports/350993 QAT: https://qat.redports.org/buildarchive/r350993/ Log: Support stage Modified: head/graphics/gdk-pixbuf/Makefile head/graphics/gdk-pixbuf/pkg-plist Modified: head/graphics/gdk-pixbuf/Makefile ============================================================================== --- head/graphics/gdk-pixbuf/Makefile Fri Apr 11 15:42:43 2014 (r350992) +++ head/graphics/gdk-pixbuf/Makefile Fri Apr 11 15:46:33 2014 (r350993) @@ -4,7 +4,7 @@ PORTNAME?= gdk-pixbuf PORTVERSION= 0.22.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES?= graphics MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22 @@ -12,16 +12,15 @@ DISTNAME= gdk-pixbuf-${PORTVERSION} DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT?= A graphic library for GTK+ +COMMENT?= Graphic library for GTK+ -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libjpeg.so:${PORTSDIR}/graphics/jpeg -USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake libtool pathfix tar:bzip2 USE_XORG= xt xi x11 -USE_GNOME+= gnomehack gtk12 +USE_GNOME+= gtk12 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ @@ -32,7 +31,6 @@ CPPFLAGS+= -I${LOCALBASE}/include BUILD_CANVAS?= no -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure Modified: head/graphics/gdk-pixbuf/pkg-plist ============================================================================== --- head/graphics/gdk-pixbuf/pkg-plist Fri Apr 11 15:42:43 2014 (r350992) +++ head/graphics/gdk-pixbuf/pkg-plist Fri Apr 11 15:46:33 2014 (r350993) @@ -19,9 +19,11 @@ lib/gdk-pixbuf/loaders/libpixbufloader-x lib/libgdk_pixbuf.a lib/libgdk_pixbuf.so lib/libgdk_pixbuf.so.2 +lib/libgdk_pixbuf.so.2.0.0 lib/libgdk_pixbuf_xlib.a lib/libgdk_pixbuf_xlib.so lib/libgdk_pixbuf_xlib.so.2 +lib/libgdk_pixbuf_xlib.so.2.0.0 share/aclocal/gdk-pixbuf.m4 %%DOCSDIR%%/a3696.html %%DOCSDIR%%/compiling.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111546.s3BFkYqj011704>