Date: Mon, 14 Apr 2014 01:56:24 GMT From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/188581: [PATCH] graphics/libgd: Add shebangfix so bdftogd doesn't use /usr/bin/perl and strip libgd Message-ID: <201404140156.s3E1uOoc035535@meatwad.mouf.net> Resent-Message-ID: <201404140200.s3E2005t021109@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188581 >Category: ports >Synopsis: [PATCH] graphics/libgd: Add shebangfix so bdftogd doesn't use /usr/bin/perl and strip libgd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 14 02:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r264228M: Sun Apr 13 03:26:28 UTC >Description: - Add shebangfix so bdftogd doesn't use /usr/bin/perl - Strip libgd Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- libgd-2.1.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351244) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= libgd PORTVERSION= 2.1.0 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://cdn.bitbucket.org/libgd/gd-libgd/downloads/ @@ -18,7 +18,8 @@ CONFLICTS= bazaar-1.* -USES= tar:xz pkgconfig +USES= tar:xz pkgconfig shebangfix +SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes GNU_CONFIGURE_ENV= PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig GNU_CONFIGURE_ARGS= @@ -105,5 +106,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/src/gdhelpers.h \ ${STAGEDIR}${PREFIX}/include/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgd.so.5 .include <bsd.port.mk> --- libgd-2.1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404140156.s3E1uOoc035535>