pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/fontforge fontforge: Use _TOOLS_USE_PKGSRC to se...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d77b43d51f7
branches: trunk
changeset: 330281:8d77b43d51f7
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Feb 26 12:03:07 2019 +0000
description:
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.
diffstat:
fonts/fontforge/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4abaf0b98532 -r 8d77b43d51f7 fonts/fontforge/Makefile
--- a/fonts/fontforge/Makefile Tue Feb 26 11:37:50 2019 +0000
+++ b/fonts/fontforge/Makefile Tue Feb 26 12:03:07 2019 +0000
@@ -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 @@
# 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