pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc7 Remove leftovers from the gcc-java option wh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8ff74001d31
branches: trunk
changeset: 362283:b8ff74001d31
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed May 10 15:02:29 2017 +0000
description:
Remove leftovers from the gcc-java option which were bringing in more
dependencies than required and causing the build to fail due to being
unable to find zlib.
Bump PKGREVISION.
diffstat:
lang/gcc7/Makefile | 4 ++--
lang/gcc7/options.mk | 8 +-------
2 files changed, 3 insertions(+), 9 deletions(-)
diffs (40 lines):
diff -r d633fd07e974 -r b8ff74001d31 lang/gcc7/Makefile
--- a/lang/gcc7/Makefile Wed May 10 15:00:09 2017 +0000
+++ b/lang/gcc7/Makefile Wed May 10 15:02:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/05/04 17:38:23 maya Exp $
+# $NetBSD: Makefile,v 1.3 2017/05/10 15:02:29 jperkin Exp $
GCC_PKGNAME= gcc7
.include "version.mk"
@@ -8,7 +8,7 @@
## When bumping the PKGREVISION of this package the PKGREVISION of
## lang/gcc7-libs needs to be bump to be at least 1 more than the
## PKGREVISION of this package!
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC7S_DIST_VERSION}/}
EXTRACT_SUFX= .tar.bz2
diff -r d633fd07e974 -r b8ff74001d31 lang/gcc7/options.mk
--- a/lang/gcc7/options.mk Wed May 10 15:00:09 2017 +0000
+++ b/lang/gcc7/options.mk Wed May 10 15:02:29 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2017/05/03 00:21:03 maya Exp $
+# $NetBSD: options.mk,v 1.2 2017/05/10 15:02:29 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME}
PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@@ -107,12 +107,6 @@
LANGS+= objc
.endif
-USE_TOOLS+= unzip zip:run gmake:run
-CONFIGURE_ARGS+= --with-system-zlib
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/application.mk"
-
.if !empty(PKG_OPTIONS:Mgcc-go)
LANGS+= go
.endif
Home |
Main Index |
Thread Index |
Old Index