From owner-svn-ports-all@FreeBSD.ORG Sun Jun 22 21:52:35 2014 Return-Path: Delivered-To: svn-ports-all@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 389B711F; Sun, 22 Jun 2014 21:52:35 +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 0C721296B; Sun, 22 Jun 2014 21:52:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5MLqYbf092831; Sun, 22 Jun 2014 21:52:34 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5MLqYBt092829; Sun, 22 Jun 2014 21:52:34 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201406222152.s5MLqYBt092829@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 22 Jun 2014 21:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358835 - head/graphics/gd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 21:52:35 -0000 Author: tijl Date: Sun Jun 22 21:52:34 2014 New Revision: 358835 URL: http://svnweb.freebsd.org/changeset/ports/358835 QAT: https://qat.redports.org/buildarchive/r358835/ Log: Add USES=libtool:keepla pathfix. Modified: head/graphics/gd/Makefile head/graphics/gd/pkg-plist Modified: head/graphics/gd/Makefile ============================================================================== --- head/graphics/gd/Makefile Sun Jun 22 21:45:22 2014 (r358834) +++ head/graphics/gd/Makefile Sun Jun 22 21:52:34 2014 (r358835) @@ -3,13 +3,13 @@ PORTNAME= libgd PORTVERSION= 2.1.0 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/ MAINTAINER?= dinoex@FreeBSD.org -COMMENT?= A graphics library for fast creation of images +COMMENT?= Graphics library for fast creation of images LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff \ @@ -18,11 +18,9 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap CONFLICTS= bazaar-1.* -USES= tar:xz pkgconfig shebangfix +USES= libtool:keepla pathfix pkgconfig shebangfix tar:xz SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes -GNU_CONFIGURE_ENV= PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig -GNU_CONFIGURE_ARGS= USE_LDCONFIG= yes OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM @@ -40,7 +38,6 @@ XPM_CONFIGURE_OFF= --with-xpm=no .include -PKGCONFIGDIR?= ${LOCALBASE}/libdata/pkgconfig # force gdlib-config --ldflags LDFLAGS+= -L${LOCALBASE}/lib @@ -73,10 +70,6 @@ pre-configure: .if defined(GD_FONTS) cd ${WRKFONTS} && ${SH} ${FILESDIR}/makefonts configure ${GD_FONTS} .endif - # force PKGCONFIGDIR - ${REINPLACE_CMD} \ - -e 's|^pkgconfigdir =.*|pkgconfigdir = ${PKGCONFIGDIR}|' \ - ${WRKSRC}/config/Makefile.in # bump shlib version ${REINPLACE_CMD} \ -e 's|GDLIB_CURRENT=.*|GDLIB_CURRENT=5|' \ Modified: head/graphics/gd/pkg-plist ============================================================================== --- head/graphics/gd/pkg-plist Sun Jun 22 21:45:22 2014 (r358834) +++ head/graphics/gd/pkg-plist Sun Jun 22 21:52:34 2014 (r358835) @@ -29,4 +29,5 @@ lib/libgd.a lib/libgd.la lib/libgd.so lib/libgd.so.5 +lib/libgd.so.5.0.0 libdata/pkgconfig/gdlib.pc