Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2001 15:27:19 -0500 (CDT)
From:      dwcjr@inethouston.net
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        obrien@freebsd.org
Subject:   ports/27544: UPDATE lang/gcc-devel
Message-ID:  <20010522202719.9CBD510F410@leviathan.inethouston.net>

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

>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




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