pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: joerg
Date: Mon Jul 3 13:19:49 UTC 2017
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile
pkgsrc/print/poppler: Makefile.common
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/fonts/harfbuzz/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/print/poppler/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/harfbuzz/Makefile
diff -u pkgsrc/fonts/harfbuzz/Makefile:1.82 pkgsrc/fonts/harfbuzz/Makefile:1.83
--- pkgsrc/fonts/harfbuzz/Makefile:1.82 Sun Jul 2 09:15:32 2017
+++ pkgsrc/fonts/harfbuzz/Makefile Mon Jul 3 13:19:49 2017
@@ -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 @@ LICENSE= mit
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
Index: pkgsrc/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.86 pkgsrc/print/poppler/Makefile.common:1.87
--- pkgsrc/print/poppler/Makefile.common:1.86 Sun Jul 2 09:16:01 2017
+++ pkgsrc/print/poppler/Makefile.common Mon Jul 3 13:19:49 2017
@@ -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 @@ PATCHDIR= ${.CURDIR}/../../print/popple
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