From owner-svn-ports-head@FreeBSD.ORG Fri Apr 11 15:46:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A74AC656; Fri, 11 Apr 2014 15:46:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79D1119CB; Fri, 11 Apr 2014 15:46:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BFkYZ4011706; Fri, 11 Apr 2014 15:46:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BFkYqj011704; Fri, 11 Apr 2014 15:46:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404111546.s3BFkYqj011704@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 11 Apr 2014 15:46:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350993 - head/graphics/gdk-pixbuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 15:46:34 -0000 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