summaryrefslogtreecommitdiff
path: root/lang/glibstdc++28
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-07 22:49:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-07 22:49:31 +0000
commit48887e4ba86a51d4e24b458d7f06bfa3ae75c6cb (patch)
tree280707e74f830bfd20743509d70fc602de263601 /lang/glibstdc++28
parentMove "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from (diff)
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.
Notes
Notes: svn path=/head/; revision=12329
Diffstat (limited to 'lang/glibstdc++28')
-rw-r--r--lang/glibstdc++28/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile
index 0e1a66aaab30..a401f1283eff 100644
--- a/lang/glibstdc++28/Makefile
+++ b/lang/glibstdc++28/Makefile
@@ -4,7 +4,7 @@
# Date created: 03 Mar 1998
# Whom: David O'Brien <obrien@NUXI.com>
#
-# $Id: Makefile,v 1.2 1998/03/11 12:25:31 obrien Exp $
+# $Id: Makefile,v 1.3 1998/04/20 10:36:05 obrien Exp $
#
DISTNAME= libstdc++-2.8.1.1
@@ -21,14 +21,13 @@ RUN_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
CC= gcc28
CXX= g++28
-GNUOSREL!= uname -r | sed -e 's/[-(].*//'
-GCC28DIR= lib/gcc-lib/i386-unknown-freebsd${GNUOSREL}/2.8.1
+GCC28DIR= lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST= ${WRKDIR}/PLIST.fixedup
pre-install:
- ${SED} -e 's:%%GNUOSREL%%:${GNUOSREL}:' \
+ ${SED} -e 's:%%GNUOSREL%%:${OSREL}:' \
-e 's:%%GCC28SUBDIR%%:${GCC28DIR}:' \
${PKGDIR}/PLIST > ${PLIST}