pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/fontforge
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Feb 26 12:03:07 UTC 2019
Modified Files:
pkgsrc/fonts/fontforge: Makefile
Log Message:
fontforge: Use _TOOLS_USE_PKGSRC to select pkgsrc date(1).
Using TOOLS_PLATFORM.date= has the unfortunately side-effect of creating an
empty BUILD_DATE pkg_summary entry, as ${DATE} fails when generating the
metadata. Found by a pkg_summary checker.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/fonts/fontforge/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/fonts/fontforge/Makefile
diff -u pkgsrc/fonts/fontforge/Makefile:1.106 pkgsrc/fonts/fontforge/Makefile:1.107
--- pkgsrc/fonts/fontforge/Makefile:1.106 Wed Nov 14 22:21:27 2018
+++ pkgsrc/fonts/fontforge/Makefile Tue Feb 26 12:03:07 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2018/11/14 22:21:27 kleink Exp $
+# $NetBSD: Makefile,v 1.107 2019/02/26 12:03:07 jperkin Exp $
DISTNAME= fontforge-dist-20170731
PKGNAME= ${DISTNAME:S/-dist-/-/}
@@ -38,7 +38,7 @@ PY_PATCHPLIST= yes
# Requires GNU date features
.if ${OPSYS} == "SunOS"
-TOOLS_PLATFORM.date=
+_TOOLS_USE_PKGSRC.date= yes
.endif
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index