From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 27 18:40:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4393916A4CE for ; Mon, 27 Sep 2004 18:40:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19F8543D2F for ; Mon, 27 Sep 2004 18:40:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8RIeTgk075525 for ; Mon, 27 Sep 2004 18:40:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8RIeT8e075524; Mon, 27 Sep 2004 18:40:29 GMT (envelope-from gnats) Resent-Date: Mon, 27 Sep 2004 18:40:29 GMT Resent-Message-Id: <200409271840.i8RIeT8e075524@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B72A16A4CE for ; Mon, 27 Sep 2004 18:35:25 +0000 (GMT) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFEB43D1F for ; Mon, 27 Sep 2004 18:35:24 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id CB8C63EAD78 for ; Tue, 28 Sep 2004 02:35:23 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 50662-04 for ; Tue, 28 Sep 2004 02:35:21 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 9900B3EAD71; Tue, 28 Sep 2004 02:35:21 +0800 (CST) Message-Id: <20040927183521.9900B3EAD71@utopia.leeym.com> Date: Tue, 28 Sep 2004 02:35:21 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72134: [PATCH] sysutils/tua: add USE_GCC=2.95 and unbreak X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 18:40:30 -0000 >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 +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 +.include 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: