pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jun 26 16:37:23 UTC 2020

Modified Files:
        pkgsrc/devel/libtai: Makefile
        pkgsrc/mail/fastforward: Makefile
        pkgsrc/mail/mess822: Makefile
        pkgsrc/mail/qmail-conf: Makefile
        pkgsrc/sysutils/daemontools: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libtai/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/fastforward/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/mail/mess822/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/qmail-conf/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/sysutils/daemontools/Makefile

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

Modified files:

Index: pkgsrc/devel/libtai/Makefile
diff -u pkgsrc/devel/libtai/Makefile:1.21 pkgsrc/devel/libtai/Makefile:1.22
--- pkgsrc/devel/libtai/Makefile:1.21   Thu Jun 25 05:42:36 2020
+++ pkgsrc/devel/libtai/Makefile        Fri Jun 26 16:37:22 2020
@@ -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 @@ DJB_RESTRICTED=               NO
 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

Index: pkgsrc/mail/fastforward/Makefile
diff -u pkgsrc/mail/fastforward/Makefile:1.28 pkgsrc/mail/fastforward/Makefile:1.29
--- pkgsrc/mail/fastforward/Makefile:1.28       Thu Jun 25 05:42:39 2020
+++ pkgsrc/mail/fastforward/Makefile    Fri Jun 26 16:37:22 2020
@@ -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_BUILD_TARGETS=    install instcheck
 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

Index: pkgsrc/mail/mess822/Makefile
diff -u pkgsrc/mail/mess822/Makefile:1.35 pkgsrc/mail/mess822/Makefile:1.36
--- pkgsrc/mail/mess822/Makefile:1.35   Thu Jun 25 05:42:38 2020
+++ pkgsrc/mail/mess822/Makefile        Fri Jun 26 16:37:23 2020
@@ -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 @@ DJB_BUILD_TARGETS=    install instcheck
 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

Index: pkgsrc/mail/qmail-conf/Makefile
diff -u pkgsrc/mail/qmail-conf/Makefile:1.36 pkgsrc/mail/qmail-conf/Makefile:1.37
--- pkgsrc/mail/qmail-conf/Makefile:1.36        Thu Jun 25 05:42:38 2020
+++ pkgsrc/mail/qmail-conf/Makefile     Fri Jun 26 16:37:23 2020
@@ -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_RESTRICTED=               NO
 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"
 

Index: pkgsrc/sysutils/daemontools/Makefile
diff -u pkgsrc/sysutils/daemontools/Makefile:1.44 pkgsrc/sysutils/daemontools/Makefile:1.45
--- pkgsrc/sysutils/daemontools/Makefile:1.44   Thu Jun 25 05:42:39 2020
+++ pkgsrc/sysutils/daemontools/Makefile        Fri Jun 26 16:37:23 2020
@@ -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 @@ USE_TOOLS+=           file
 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