Date: Fri, 24 Sep 2010 01:08:51 GMT From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bland@FreeBSD.org Subject: ports/150894: [PATCH] converters/iconv: Honor the actual ports KNOB WITHOUT_PROFILE Message-ID: <201009240108.o8O18pBu043315@frieza.p6m7g8.net> Resent-Message-ID: <201009240110.o8O1A2xT095445@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150894 >Category: ports >Synopsis: [PATCH] converters/iconv: Honor the actual ports KNOB WITHOUT_PROFILE >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: Fri Sep 24 01:10:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc / TaxiMagic >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Tue Aug 24 18:32:38 UTC 2010 >Description: Port maintainer (bland@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- iconv-2.0_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/converters/iconv/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 9 Aug 2006 11:32:46 -0000 1.20 +++ Makefile 24 Sep 2010 01:08:21 -0000 @@ -22,7 +22,7 @@ MAN1= biconv.1 MAN3= biconv.3 biconv_open.3 biconv_close.3 -.if defined(NO_PROFILE) || defined(NOPROFILE) +.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE) PLIST_SUB= PROFILE:="@comment " .else PLIST_SUB= PROFILE:="" --- iconv-2.0_3.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?201009240108.o8O18pBu043315>