From flynn@energyhq.homeip.net  Thu May 16 07:30:36 2002
Return-Path: <flynn@energyhq.homeip.net>
Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3577337B47F; Thu, 16 May 2002 07:30:19 -0700 (PDT)
Received: by energyhq.homeip.net (Postfix, from userid 1001)
	id 7DBCA3FC9C; Thu, 16 May 2002 16:30:20 +0200 (CEST)
Message-Id: <20020516143020.7DBCA3FC9C@energyhq.homeip.net>
Date: Thu, 16 May 2002 16:30:20 +0200 (CEST)
From: Miguel Mendez <flynn@energyhq.homeip.net>
Reply-To: Miguel Mendez <flynn@energyhq.homeip.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: obrien@FreeBSD.org
Subject: lang/gcc31 fails to install 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         38149
>Category:       ports
>Synopsis:       lang/gcc31 fails to install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 16 07:40:01 PDT 2002
>Closed-Date:    Sun Jun 09 23:25:33 PDT 2002
>Last-Modified:  Sun Jun 09 23:25:33 PDT 2002
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.0-DP1 i386
>Organization:
>Environment:
System: FreeBSD kajsa.energyhq.tk 5.0-DP1 FreeBSD 5.0-DP1 #0: Wed May 15 19:35:03 CEST 2002 root@kajsa.energyhq.tk:/usr/src/sys/i386/compile/KAJSA i386


	
>Description:
Ports cvsupped today, when trying to install it dies complainning that it can't find 
the g77.1 man page. I've included a fix, but am not sure is correct since it's just 
a workaround more than a real solution.
>How-To-Repeat:
	
>Fix:

	

--- gcc31.diff begins here ---
--- gcc31.old/Makefile	Sat May 11 10:40:26 2002
+++ gcc31/Makefile	Thu May 16 16:10:49 2002
@@ -131,7 +131,7 @@
 .endfor
 .for file in g77
 	${MV} -f ${PREFIX}/bin/${file} ${PREFIX}/bin/${file}-31
-	${MV} -f ${PREFIX}/man/man1/${file}.1 ${PREFIX}/man/man1/${file}-31.1
+	-${MV} -f ${PREFIX}/man/man1/${file}.1 ${PREFIX}/man/man1/${file}-31.1
 .endfor
 	${MV} -f ${PREFIX}/bin/gccbug ${PREFIX}/bin/gccbug-${SNAPVER}
 	# These 3 libraries are moved from PREFIX/lib to avoid conflicts
--- gcc31.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Miguel Mendez <flynn@energyhq.homeip.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/38149: lang/gcc31 fails to install
Date: Wed, 29 May 2002 00:28:52 +0200

 --x+6KMIRAuhnl3hBn
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Please, close this PR, obrien@ has updated the port.
 
 Cheers,
 --=20
         Miguel Mendez - flynn@energyhq.homeip.net
         GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
         EnergyHQ :: http://www.energyhq.tk
         FreeBSD - The power to serve!
 
 --x+6KMIRAuhnl3hBn
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQE89ASknLctrNyFFPERAjjTAJ9uftiOvbu9TkXaGrFEt1zgQjBfggCfaoYc
 7UGfGnEv6zZ4u0lIuINiC/s=
 =rq06
 -----END PGP SIGNATURE-----
 
 --x+6KMIRAuhnl3hBn--
State-Changed-From-To: open->closed 
State-Changed-By: okazaki 
State-Changed-When: Sun Jun 9 23:23:43 PDT 2002 
State-Changed-Why:  
originator's request 

http://www.freebsd.org/cgi/query-pr.cgi?pr=38149 
>Unformatted:
