ports/150894: [PATCH] converters/iconv: Honor the actual ports KNOB WITHOUT_PROFILE
Philip M. Gollucci
pgollucci at p6m7g8.com
Fri Sep 24 01:10:03 UTC 2010
>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 at 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:
More information about the freebsd-ports-bugs
mailing list