ports/80326: [MAINTAINER] net/c3270: Fix wrong var name LIST_SUB -> PLIST_SUB
Renato Botelho
freebsd at galle.com.br
Mon Apr 25 13:50:15 UTC 2005
>Number: 80326
>Category: ports
>Synopsis: [MAINTAINER] net/c3270: Fix wrong var name LIST_SUB -> PLIST_SUB
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 25 13:50:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Renato Botelho
>Release: FreeBSD 5.3-RELEASE-p9 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p9 FreeBSD 5.3-RELEASE-p9 #9: Fri Apr 15 07:52:00 BRST 2005
>Description:
Fix wrong var name LIST_SUB -> PLIST_SUB
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- c3270-3.3.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/c3270/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 24 Apr 2005 13:52:08 -0000 1.8
+++ Makefile 25 Apr 2005 13:44:45 -0000
@@ -77,7 +77,7 @@
.if defined(WITH_DBCS) && !defined(WITHOUT_DBCS)
CONFIGURE_ARGS+= --enable-dbcs
BUILD_DEPENDS+= ${LOCALBASE}/include/unicode/ucnv.h:${PORTSDIR}/devel/icu2:install
-LIST_SUB+= DBCS=""
+PLIST_SUB+= DBCS=""
.else
PLIST_SUB+= DBCS="@comment "
.endif
--- c3270-3.3.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list