pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/ghostscript-agpl
Module Name: pkgsrc
Committed By: gavan
Date: Fri Apr 26 15:19:18 UTC 2019
Modified Files:
pkgsrc/print/ghostscript-agpl: Makefile
Log Message:
ghostscript-agpl: Require freetype2>=2.10.0
The latest version of ghostscript-agpl calls functions that were
introduced in freetype2 version 2.10.0, and the build fails when
building against an earlier version.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/ghostscript-agpl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.41 pkgsrc/print/ghostscript-agpl/Makefile:1.42
--- pkgsrc/print/ghostscript-agpl/Makefile:1.41 Wed Apr 17 08:28:44 2019
+++ pkgsrc/print/ghostscript-agpl/Makefile Fri Apr 26 15:19:18 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/04/17 08:28:44 adam Exp $
+# $NetBSD: Makefile,v 1.42 2019/04/26 15:19:18 gavan Exp $
DISTNAME= ghostscript-${GS_VERSION}
PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/}
@@ -81,6 +81,8 @@ CPPFLAGS.SunOS+= -D__C99FEATURES__
# require linking against libiconv when it should do so.
BUILDLINK_TRANSFORM.IRIX+= l:fontconfig:fontconfig:iconv
+BUILDLINK_API_DEPENDS.freetype2+= freetype2>=2.10.0
+
.include "options.mk"
post-extract:
Home |
Main Index |
Thread Index |
Old Index