pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/heimdal



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Sep 12 21:07:01 UTC 2019

Modified Files:
        pkgsrc/security/heimdal: builtin.mk

Log Message:
security/heimdal: replace deprecated _PKG_SILENT and _PKG_DEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/heimdal/builtin.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/heimdal/builtin.mk
diff -u pkgsrc/security/heimdal/builtin.mk:1.15 pkgsrc/security/heimdal/builtin.mk:1.16
--- pkgsrc/security/heimdal/builtin.mk:1.15     Sat Feb 22 09:50:47 2014
+++ pkgsrc/security/heimdal/builtin.mk  Thu Sep 12 21:07:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.15 2014/02/22 09:50:47 obache Exp $
+# $NetBSD: builtin.mk,v 1.16 2019/09/12 21:07:01 rillig Exp $
 
 BUILTIN_PKG:=  heimdal
 
@@ -118,7 +118,7 @@ MAKE_ENV+=  KRB5_CONFIG=${KRB5_CONFIG:Q}
 BUILDLINK_TARGETS+=    fake-krb5-config
 
 fake-krb5-config:
-       ${_PKG_SILENT}${_PKG_DEBUG} \
+       ${RUN} \
        src=../../security/heimdal/files/krb5-config \
         dst=${BUILDLINK_DIR}/bin/krb5-config; \
        ${SED} -e s/@HEIMDAL_VERSION@/${BUILTIN_VERSION.heimdal}/ \



Home | Main Index | Thread Index | Old Index