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/cc77e2943d87
branches:  trunk
changeset: 320057:cc77e2943d87
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 3127c0e8abea -r cc77e2943d87 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