aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc34/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc34/Makefile')
-rw-r--r--lang/gcc34/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile
index 55bc9f05da91..6d3d2c199ab1 100644
--- a/lang/gcc34/Makefile
+++ b/lang/gcc34/Makefile
@@ -4,7 +4,7 @@
# Date created: 9 Jan 1998
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.41 1998/12/05 04:00:40 obrien Exp $
+# $Id: Makefile,v 1.42 1998/12/26 20:10:02 obrien Exp $
#
DISTNAME= egcs-1.1.1
@@ -14,17 +14,13 @@ MASTER_SITES= ftp://go.cygnus.com/pub/ftp.cygnus.com/egcs/releases/egcs-1.1.1/ \
ftp://egcs.cygnus.com/pub/egcs/releases/egcs-1.1.1/ \
ftp://ftp.fu-berlin.de/unix/languages/egcs/releases/egcs-1.1.1/ \
ftp://cambridge.cygnus.com/pub/egcs/releases/egcs-1.1.1/
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= obrien@FreeBSD.org
-BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
+USE_BZIP2= yes
.include <bsd.port.pre.mk>
-EXTRACT_CMD= bzip2
-EXTRACT_BEFORE_ARGS= -dc
-EXTRACT_AFTER_ARGS= | /usr/bin/tar -xf -
EGCS_REV= egcs-2.91.60
LIBSTDCPP_REV= 2.9.0
pan> | | | | | | | broken on armv6/7 ftp/filezilla was dumping core PR: 229396 Submitted by: Ulrich Grey <usenet@ulrich-grey.de> Approved by: portmaster@bsdforge.com (maintainer's timeout on x11-toolkits/wxgtk30; ~50 days) MFH: 2018Q3 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1 | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 * x11-toolkits/wxgtk31: Change to gtk3 because it is the latest gtk versionyuri2018-06-121-4/+8 | | | | | | | | | Also remove the stray file wxmsw.mo that caused conflict with wxgtk30. This patch is a portion of the patch from the bug#228904. PR: 228904 Submitted by: Greg V <greg@unrelenting.technology>