pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Revert GCC_REQD addition. As explained on the lists, i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da131f436326
branches:  trunk
changeset: 364672:da131f436326
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 03 13:19:49 2017 +0000

description:
Revert GCC_REQD addition. As explained on the lists, it simply doesn't
do the right thing for packages in the middle of dependency chain.

diffstat:

 fonts/harfbuzz/Makefile       |  3 +--
 print/poppler/Makefile.common |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 02f4a2b3a9f4 -r da131f436326 fonts/harfbuzz/Makefile
--- a/fonts/harfbuzz/Makefile   Mon Jul 03 13:15:47 2017 +0000
+++ b/fonts/harfbuzz/Makefile   Mon Jul 03 13:19:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2017/07/02 09:15:32 taca Exp $
+# $NetBSD: Makefile,v 1.83 2017/07/03 13:19:49 joerg Exp $
 
 DISTNAME=      harfbuzz-1.4.6
 CATEGORIES=    fonts
@@ -13,7 +13,6 @@
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
-GCC_REQD=              4.8
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-cairo=no
 CONFIGURE_ARGS+=       --with-graphite2=no
diff -r 02f4a2b3a9f4 -r da131f436326 print/poppler/Makefile.common
--- a/print/poppler/Makefile.common     Mon Jul 03 13:15:47 2017 +0000
+++ b/print/poppler/Makefile.common     Mon Jul 03 13:19:49 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.86 2017/07/02 09:16:01 taca Exp $
+# $NetBSD: Makefile.common,v 1.87 2017/07/03 13:19:49 joerg Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -23,7 +23,6 @@
 USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
-GCC_REQD=              4.8
 
 # Don't accidentally find libtiff
 CONFIGURE_ARGS+=       --disable-libtiff



Home | Main Index | Thread Index | Old Index