ports/72134: [PATCH] sysutils/tua: add USE_GCC=2.95 and unbreak

Yen-Ming Lee leeym at FreeBSD.org
Mon Sep 27 18:40:30 UTC 2004


>Number:         72134
>Category:       ports
>Synopsis:       [PATCH] sysutils/tua: add USE_GCC=2.95 and unbreak
>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 Sep 27 18:40:29 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004
>Description:

- add USE_GCC=2.95 and unbreak this port
- utilize INFO
- replace pkg-plist with PLIST_FILES

Removed file(s):
- pkg-plist

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tua-4.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/tua/Makefile,v
retrieving revision 1.20
diff -u -u -r1.20 Makefile
--- Makefile	16 Aug 2004 02:33:05 -0000	1.20
+++ Makefile	27 Sep 2004 18:34:51 -0000
@@ -14,12 +14,10 @@
 COMMENT=	The Uucp Analyzer
 
 GNU_CONFIGURE=	yes
-MAN1=		tua.1
-
-.include <bsd.port.pre.mk>
+USE_GCC=	2.95
 
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile with gcc 3.4.2"
-.endif
+MAN1=		tua.1
+INFO=		tua
+PLIST_FILES=	bin/tua lib/tua.pcd
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	19 Aug 1998 20:43:23 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-bin/tua
-info/tua.info
-lib/tua.pcd
--- tua-4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list