pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang gcc7: Revert zlib change, it causes bootstrap iss...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e50e798e1dba
branches: trunk
changeset: 400329:e50e798e1dba
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Aug 27 06:42:30 2019 +0000
description:
gcc7: Revert zlib change, it causes bootstrap issues.
It doesn't appear to be related to the failure that prompted it. Bump
gcc7-libs twice as it had fallen behind gcc7.
diffstat:
lang/gcc7-libs/Makefile | 4 ++--
lang/gcc7/Makefile | 6 ++----
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (52 lines):
diff -r 04a7d54b6939 -r e50e798e1dba lang/gcc7-libs/Makefile
--- a/lang/gcc7-libs/Makefile Tue Aug 27 06:39:24 2019 +0000
+++ b/lang/gcc7-libs/Makefile Tue Aug 27 06:42:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/08/06 14:05:05 maya Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/27 06:42:30 jperkin Exp $
GCC_PKGNAME= gcc7
.include "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@
## The PKGREVISION of this package needs to be at least 1 more than the
## PKGREVISION of the lang/gcc7 package so that with the dependence pattern
## '{gcc7,gcc7-libs}>=7.4.*' pkg_add will choose gcc7-libs over gcc7.
-PKGREVISION= 2
+PKGREVISION= 4
CATEGORIES= lang
MASTER_SITES= # empty
diff -r 04a7d54b6939 -r e50e798e1dba lang/gcc7/Makefile
--- a/lang/gcc7/Makefile Tue Aug 27 06:39:24 2019 +0000
+++ b/lang/gcc7/Makefile Tue Aug 27 06:42:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/08/11 13:21:20 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2019/08/27 06:42:30 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= 2
+PKGREVISION= 3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC7_DIST_VERSION}/}
EXTRACT_SUFX= .tar.xz
@@ -37,7 +37,6 @@
GNU_CONFIGURE_PREFIX= ${GCC_PREFIX}
INFO_FILES= yes
CONFIGURE_ARGS+= --disable-libstdcxx-pch
-CONFIGURE_ARGS+= --with-system-zlib
UNLIMIT_RESOURCES+= datasize
UNLIMIT_RESOURCES+= stacksize
@@ -193,7 +192,6 @@
cd ${DESTDIR}${PREFIX} && \
${FIND} ${GCC_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT};
-.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index