summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-22 19:46:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-22 19:46:45 +0000
commitc8d77a093bda0ea0dce30c4e9d91b8d7747d5a96 (patch)
tree4689741ba168336cb6e0973d2d3df8722b5fef8c /www
parentchmod -> ${CHMOD} (diff)
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
Notes
Notes: svn path=/head/; revision=20886
Diffstat (limited to 'www')
-rw-r--r--www/mozilla+ipv6/Makefile13
-rw-r--r--www/mozilla-devel/Makefile13
-rw-r--r--www/mozilla-vendor/Makefile13
-rw-r--r--www/mozilla/Makefile13
-rw-r--r--www/seamonkey/Makefile13
-rw-r--r--www/seamonkey2/Makefile13
6 files changed, 18 insertions, 60 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile
index 2b1a2ef3ee0f..78edd485b108 100644
--- a/www/mozilla+ipv6/Makefile
+++ b/www/mozilla+ipv6/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.31 1999/08/17 19:37:10 cpiazza Exp $
+# $Id: Makefile,v 1.32 1999/08/22 19:00:43 mharo Exp $
#
DISTNAME= mozilla-source-M8
@@ -17,14 +17,6 @@ LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
IDL.2:${PORTSDIR}/devel/ORBit \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs
-CC= gcc295
-CXX= g++295
-.endif
-
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +25,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_NEWGCC= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-md \
@@ -63,4 +56,4 @@ do-install:
${TOUCH} ${PREFIX}/lib/mozilla/component.reg
${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 2b1a2ef3ee0f..78edd485b108 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.31 1999/08/17 19:37:10 cpiazza Exp $
+# $Id: Makefile,v 1.32 1999/08/22 19:00:43 mharo Exp $
#
DISTNAME= mozilla-source-M8
@@ -17,14 +17,6 @@ LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
IDL.2:${PORTSDIR}/devel/ORBit \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs
-CC= gcc295
-CXX= g++295
-.endif
-
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +25,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_NEWGCC= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-md \
@@ -63,4 +56,4 @@ do-install:
${TOUCH} ${PREFIX}/lib/mozilla/component.reg
${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile
index 2b1a2ef3ee0f..78edd485b108 100644
--- a/www/mozilla-vendor/Makefile
+++ b/www/mozilla-vendor/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.31 1999/08/17 19:37:10 cpiazza Exp $
+# $Id: Makefile,v 1.32 1999/08/22 19:00:43 mharo Exp $
#
DISTNAME= mozilla-source-M8
@@ -17,14 +17,6 @@ LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
IDL.2:${PORTSDIR}/devel/ORBit \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs
-CC= gcc295
-CXX= g++295
-.endif
-
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +25,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_NEWGCC= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-md \
@@ -63,4 +56,4 @@ do-install:
${TOUCH} ${PREFIX}/lib/mozilla/component.reg
${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 2b1a2ef3ee0f..78edd485b108 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.31 1999/08/17 19:37:10 cpiazza Exp $
+# $Id: Makefile,v 1.32 1999/08/22 19:00:43 mharo Exp $
#
DISTNAME= mozilla-source-M8
@@ -17,14 +17,6 @@ LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
IDL.2:${PORTSDIR}/devel/ORBit \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs
-CC= gcc295
-CXX= g++295
-.endif
-
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +25,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_NEWGCC= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-md \
@@ -63,4 +56,4 @@ do-install:
${TOUCH} ${PREFIX}/lib/mozilla/component.reg
${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 2b1a2ef3ee0f..78edd485b108 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.31 1999/08/17 19:37:10 cpiazza Exp $
+# $Id: Makefile,v 1.32 1999/08/22 19:00:43 mharo Exp $
#
DISTNAME= mozilla-source-M8
@@ -17,14 +17,6 @@ LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
IDL.2:${PORTSDIR}/devel/ORBit \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs
-CC= gcc295
-CXX= g++295
-.endif
-
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +25,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_NEWGCC= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-md \
@@ -63,4 +56,4 @@ do-install:
${TOUCH} ${PREFIX}/lib/mozilla/component.reg
${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 2b1a2ef3ee0f..78edd485b108 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.31 1999/08/17 19:37:10 cpiazza Exp $
+# $Id: Makefile,v 1.32 1999/08/22 19:00:43 mharo Exp $
#
DISTNAME= mozilla-source-M8
@@ -17,14 +17,6 @@ LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
IDL.2:${PORTSDIR}/devel/ORBit \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400004
-BUILD_DEPENDS+= g++295:${PORTSDIR}/lang/egcs
-CC= gcc295
-CXX= g++295
-.endif
-
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -33,6 +25,7 @@ USE_X_PREFIX= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_NEWGCC= yes
CONFIGURE_ARGS= \
--disable-cpp-rtti \
--disable-md \
@@ -63,4 +56,4 @@ do-install:
${TOUCH} ${PREFIX}/lib/mozilla/component.reg
${CHMOD} 666 ${PREFIX}/lib/mozilla/component.reg
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>