Kill USE_EGCC/USE_EGXX, since 2.6 includes both as standard compilers.

This commit is contained in:
espie 1999-12-03 14:24:38 +00:00
parent 82903f36c4
commit 88d4502064
8 changed files with 8 additions and 40 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 1999/10/28 07:43:36 turan Exp $
# $OpenBSD: Makefile,v 1.13 1999/12/03 14:24:38 espie Exp $
BROKEN= bad packing lists
@ -24,8 +24,6 @@ BUILD_DEPENDS= ${PREFIX}/lib/afm/Courier:${PORTSDIR}/print/afm
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5
LIB_DEPENDS= tiff.3.4:${PORTSDIR}/graphics/tiff34
USE_EGCC= yes
USE_EGXX= yes
USE_GMAKE= yes
.if !defined(A4)

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 1999/12/03 08:03:28 kevlo Exp $
# $OpenBSD: Makefile,v 1.14 1999/12/03 14:24:38 espie Exp $
DISTNAME= ddd-3.1.90
CATEGORIES= devel
@ -11,8 +11,6 @@ MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/src/ \
MAINTAINER= marc@openbsd.org
USE_MOTIF= yes
USE_EGCC= yes
USE_EGXX= yes
USE_GMAKE= yes
USE_X11= yes
GNU_CONFIGURE= yes

View File

@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4 sw=4
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.150 1999/12/01 22:39:44 ian Exp $$
FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.151 1999/12/03 14:24:39 espie Exp $$
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
#
@ -193,8 +193,6 @@ _REVISION_NEEDED=${NEED_VERSION:C/.*\.//}
# USE_PERL5 - Port uses perl5 for building and running.
# USE_IMAKE - Port uses imake.
# USE_X11 - Port uses X11 and installs in ${X11BASE}
# USE_EGCC - Port needs the egcs C compiler
# USE_EGXX - Port needs the egcs C++ compiler
# NO_INSTALL_MANPAGES - For imake ports that don't like the install.man
# target.
# HAS_CONFIGURE - Says that the port has its own configure script.
@ -487,20 +485,6 @@ BUILD_DEPENDS+= ${LIBTOOL}:${PORTSDIR}/devel/libtool
CONFIGURE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
MAKE_ENV+= LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
.endif
.if defined(USE_EGCC)
_CC_VERSION!=/usr/bin/cc -dumpversion
.if ${_CC_VERSION} == "2.8.0" || ${_CC_VERSION} == "2.8.1"
BUILD_DEPENDS+= ${EGCC}:${PORTSDIR}/lang/egcs/stable
CC=${EGCC}
.endif
.endif
.if defined(USE_EGXX)
_CXX_VERSION!=/usr/bin/cc -dumpversion
.if ${_CXX_VERSION} == "2.8.0" || ${_CXX_VERSION} == "2.8.1"
BUILD_DEPENDS+= ${EGXX}:${PORTSDIR}/lang/egcs/stable
CXX=${EGXX}
.endif
.endif
.if defined(USE_MOTIF) && !defined(HAVE_MOTIF) && !defined(REQUIRES_MOTIF)
LIB_DEPENDS+= Xm.:${PORTSDIR}/x11/lesstif
.endif
@ -528,8 +512,6 @@ PACKAGE_COOKIE?= ${WRKDIR}/.package_done
# Miscellaneous overridable commands:
GMAKE?= gmake
AUTOCONF?= autoconf
EGCC?= egcc
EGXX?= eg++
XMKMF?= xmkmf -a
# be paranoid about which ciphers we trust

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.template,v 1.3 1999/10/05 00:00:38 brad Exp $
# $OpenBSD: Makefile.template,v 1.4 1999/12/03 14:24:40 espie Exp $
# $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $
# Original from: credit the original author here
#
@ -66,8 +66,6 @@ MASTER_SITES= ???
#
#SEPARATE_BUILD= concurrent (build simultaneously on all arches)
#SEPARATE_BUILD= simple (configure/build still recreates files in source)
#USE_EGCC= yes
#USE_EGXX= yes
#USE_GMAKE= yes
#USE_IMAKE= yes
#USE_X11= yes (assumed if USE_IMAKE is yes)

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 1999/06/07 21:05:09 brad Exp $
# $OpenBSD: Makefile,v 1.7 1999/12/03 14:24:38 espie Exp $
DISTNAME= licq-0.61
CATEGORIES= net
@ -8,8 +8,6 @@ MAINTAINER= ports@openbsd.org
LIB_DEPENDS= qt.1.44:${PORTSDIR}/x11/qt
USE_EGCC= yes
USE_EGXX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= QT_MOC="/usr/X11R6/bin/moc"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 1999/09/16 01:15:01 brad Exp $
# $OpenBSD: Makefile,v 1.3 1999/12/03 14:24:39 espie Exp $
# Original Author: Yanick Cote <yanick@fries.net>
DISTNAME= kdelibs-1.1.2
@ -16,8 +16,6 @@ LIB_DEPENDS= qt.1.44:${PORTSDIR}/x11/qt \
png.1.3:${PORTSDIR}/graphics/png \
tiff.3.4:${PORTSDIR}/graphics/tiff34
USE_EGCC= yes
USE_EGXX= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 1999/11/09 04:58:34 brad Exp $
# $OpenBSD: Makefile,v 1.10 1999/12/03 14:24:39 espie Exp $
# Original Author: Yanick Cote <yanick@fries.net>
BROKEN= bad packing lists, share/apps/kdisknav/CD-ROM.kdelnk
@ -18,8 +18,6 @@ LIB_DEPENDS= qt.1.44:${PORTSDIR}/x11/qt \
MAINTAINER= brad@openbsd.org
USE_EGCC= yes
USE_EGXX= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 1999/11/09 04:52:13 brad Exp $
# $OpenBSD: Makefile,v 1.10 1999/12/03 14:24:39 espie Exp $
# Original Author: Yanick Cote <yanick@fries.net>
DISTNAME= kdelibs-1.1.1
@ -17,8 +17,6 @@ LIB_DEPENDS= qt.1.44:${PORTSDIR}/x11/qt \
MAINTAINER= brad@openbsd.org
USE_EGCC= yes
USE_EGXX= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes