Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 1999 13:55:24 -0500 (CDT)
From:      gljohns@bellsouth.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13686: Fix lang/pgcc/Makefile
Message-ID:  <199909101855.NAA99993@gforce.johnson.home>

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

>Number:         13686
>Category:       ports
>Synopsis:       Replace 4.0 with ${OSREL} in lang/pgcc/Makefile
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 10 12:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Glenn Johnson
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
>Environment:

	

>Description:

	The Makefile for $PORTS/lang/pgcc has explicit references to
freebsd4.0; change these to freebsd${OSREL}.

>How-To-Repeat:

	

>Fix:
	
	Apply the following patch to $PORTS/lang/pgcc/Makefile

--- Makefile.orig	Fri Sep 10 13:49:09 1999
+++ Makefile	Fri Sep 10 13:49:52 1999
@@ -96,7 +96,7 @@
 	do \
 		strip $$prog ; \
 	done)
-	${MV} ${PREFIX}/bin/i386-portbld-freebsd4.0-gcc ${PREFIX}/bin/i386-portbld-freebsd4.0-pgcc
+	${MV} ${PREFIX}/bin/i386-portbld-freebsd${OSREL}-gcc ${PREFIX}/bin/i386-portbld-freebsd${OSREL}-pgcc
 	${MV} ${PREFIX}/bin/gcc ${PREFIX}/bin/pgcc
 	${MV} ${PREFIX}/bin/g++ ${PREFIX}/bin/pg++
 	${MV} ${PREFIX}/bin/g77 ${PREFIX}/bin/pg77

>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?199909101855.NAA99993>