Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Assign non-default SUBST_FILES.djberrno with =, not +=...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0a445f701c9
branches:  trunk
changeset: 434907:c0a445f701c9
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Jun 26 16:37:22 2020 +0000

description:
Assign non-default SUBST_FILES.djberrno with =, not += (because it
doesn't actually append).

diffstat:

 devel/libtai/Makefile         |  4 ++--
 mail/fastforward/Makefile     |  4 ++--
 mail/mess822/Makefile         |  4 ++--
 mail/qmail-conf/Makefile      |  4 ++--
 sysutils/daemontools/Makefile |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r abddfb3bae95 -r c0a445f701c9 devel/libtai/Makefile
--- a/devel/libtai/Makefile     Fri Jun 26 13:10:59 2020 +0000
+++ b/devel/libtai/Makefile     Fri Jun 26 16:37:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/06/25 05:42:36 schmonz Exp $
+# $NetBSD: Makefile,v 1.22 2020/06/26 16:37:22 schmonz Exp $
 #
 
 DISTNAME=              libtai-0.60
@@ -18,7 +18,7 @@
 EGDIR=                 share/examples/${PKGBASE}
 
 SUBST_CLASSES+=                djberrno
-SUBST_FILES.djberrno+= leapsecs_read.c
+SUBST_FILES.djberrno=  leapsecs_read.c
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     do-configure
diff -r abddfb3bae95 -r c0a445f701c9 mail/fastforward/Makefile
--- a/mail/fastforward/Makefile Fri Jun 26 13:10:59 2020 +0000
+++ b/mail/fastforward/Makefile Fri Jun 26 16:37:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/06/25 05:42:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.29 2020/06/26 16:37:22 schmonz Exp $
 #
 
 DISTNAME=              fastforward-0.51
@@ -20,7 +20,7 @@
 DJB_RESTRICTED=                no
 
 SUBST_CLASSES+=                djberrno
-SUBST_FILES.djberrno+= cdb_seek.c
+SUBST_FILES.djberrno=  cdb_seek.c error.h
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     do-configure
diff -r abddfb3bae95 -r c0a445f701c9 mail/mess822/Makefile
--- a/mail/mess822/Makefile     Fri Jun 26 13:10:59 2020 +0000
+++ b/mail/mess822/Makefile     Fri Jun 26 16:37:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/06/25 05:42:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.36 2020/06/26 16:37:23 schmonz Exp $
 #
 
 DISTNAME=              mess822-0.58
@@ -21,7 +21,7 @@
 AUTO_MKDIRS=           yes
 
 SUBST_CLASSES+=                djberrno
-SUBST_FILES.djberrno+= cdb_seek.c
+SUBST_FILES.djberrno=  cdb_seek.c error.h
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     do-configure
diff -r abddfb3bae95 -r c0a445f701c9 mail/qmail-conf/Makefile
--- a/mail/qmail-conf/Makefile  Fri Jun 26 13:10:59 2020 +0000
+++ b/mail/qmail-conf/Makefile  Fri Jun 26 16:37:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/06/25 05:42:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.37 2020/06/26 16:37:23 schmonz Exp $
 #
 
 DISTNAME=              qmail-conf-0.60
@@ -19,7 +19,7 @@
 DJB_CONFIG_CMDS=       ${ECHO} ${PREFIX:Q} > ${WRKSRC}/conf-ucspi-tcp;
 
 SUBST_CLASSES+=                djberrno
-SUBST_FILES.djberrno+= ../djbdns-1.05/error.h
+SUBST_FILES.djberrno=  ../djbdns-1.05/error.h
 
 .include "options.mk"
 
diff -r abddfb3bae95 -r c0a445f701c9 sysutils/daemontools/Makefile
--- a/sysutils/daemontools/Makefile     Fri Jun 26 13:10:59 2020 +0000
+++ b/sysutils/daemontools/Makefile     Fri Jun 26 16:37:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/06/25 05:42:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.45 2020/06/26 16:37:23 schmonz Exp $
 
 DISTNAME=              daemontools-0.76
 PKGREVISION=           3
@@ -28,7 +28,7 @@
 INSTALLATION_DIRS=     bin man ${PKGMANDIR}/man8
 
 SUBST_CLASSES+=                djberrno
-SUBST_FILES.djberrno+= src/error.h
+SUBST_FILES.djberrno=  src/error.h
 
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     do-configure



Home | Main Index | Thread Index | Old Index