From owner-freebsd-ports Tue May 22 13:30: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95E0937B42C for ; Tue, 22 May 2001 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MKU2968208; Tue, 22 May 2001 13:30:02 -0700 (PDT) (envelope-from gnats) Received: from leviathan.inethouston.net (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 13D2637B42C; Tue, 22 May 2001 13:27:16 -0700 (PDT) (envelope-from poseiden@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 9CBD510F410; Tue, 22 May 2001 15:27:19 -0500 (CDT) Message-Id: <20010522202719.9CBD510F410@leviathan.inethouston.net> Date: Tue, 22 May 2001 15:27:19 -0500 (CDT) From: dwcjr@inethouston.net Reply-To: dwcjr@inethouston.net To: FreeBSD-gnats-submit@freebsd.org Cc: obrien@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27544: UPDATE lang/gcc-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27544 >Category: ports >Synopsis: UPDATE lang/gcc-devel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 22 13:30:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: FreeBSD 4.3-STABLE i386 >Organization: Raintree Network Services, Inc. >Environment: System: FreeBSD leviathan.inethouston.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Fri May 11 10:49:15 CDT 2001 poseiden@leviathan.inethouston.net:/stripe1/compile/src/sys/compile/LEVIATHAN i386 >Description: Add some libs to pkg-plist I wanted to take the info/dir stuff out, but I'm not exactly what it does so would appreciate input on whoever looks at this pr. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/lang/gcc-devel/Makefile,v retrieving revision 1.103 diff -u -r1.103 Makefile --- Makefile 2001/05/04 08:50:08 1.103 +++ Makefile 2001/05/22 20:25:53 @@ -52,7 +52,7 @@ WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/${EGCS_REV} PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${CONFIGURE_TARGET} \ - SNAPVER=${SNAPVER} + SNAPVER=${SNAPVER} OSREL=${OSREL} ARCH=${ARCH} GNU_CONFIGURE= yes USE_GMAKE= yes USE_BISON= yes Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/gcc-devel/pkg-plist,v retrieving revision 1.37 diff -u -r1.37 pkg-plist --- pkg-plist 2001/05/04 08:50:08 1.37 +++ pkg-plist 2001/05/22 20:25:53 @@ -6,9 +6,11 @@ bin/ggcov bin/%%GNU_HOST%%-gcc bin/%%GNU_HOST%%-g++ +bin/%%ARCH%%-portbld-freebsd%%OSREL%%-c bin/gccbug-%%SNAPVER%% bin/gcj bin/gcjh +bin/fastjar bin/jv-scan bin/jcf-dump @comment not needed post-libstdc++-v3: %%GNU_HOST%%/include/_G_config.h @@ -96,3 +98,5 @@ @exec install-info %D/info/gcj.info %D/info/dir @dirrm %%GNU_HOST%%/include @dirrm %%GNU_HOST%% +@dirrm lib/gcc-lib/%%ARCH%%-portbld-freebsd%%OSREL%% +@dirrm lib/gcc-lib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message