Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2005 10:45:50 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80326: [MAINTAINER] net/c3270: Fix wrong var name LIST_SUB -> PLIST_SUB
Message-ID:  <200504251345.j3PDjof0023564@data.galle.com.br>
Resent-Message-ID: <200504251350.j3PDoFxf084514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504251345.j3PDjof0023564>