From 85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5 Mon Sep 17 00:00:00 2001 From: asami Date: Fri, 7 Aug 1998 22:49:31 +0000 Subject: Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. --- lang/gcc40/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lang/gcc40') diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index a4e8ff528a83..aecafb9769f6 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra # -# $Id: Makefile,v 1.22 1998/07/16 06:23:40 obrien Exp $ +# $Id: Makefile,v 1.23 1998/07/26 23:43:34 obrien Exp $ # DISTNAME= egcs-19980721 @@ -16,6 +16,8 @@ MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-07-21/ \ MAINTAINER= obrien@FreeBSD.org EGCS_REV= egcs-2.91.51 +# XXX +#GNUHOST= i386-unknown-freebsd${OSREL} GNUHOST= i386-unknown-freebsd${GNUOSREL} GNU_CONFIGURE= yes USE_GMAKE= yes -- cgit