pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qmail-conf



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Jun 30 17:15:28 UTC 2020

Modified Files:
        pkgsrc/mail/qmail-conf: distinfo
Added Files:
        pkgsrc/mail/qmail-conf/patches: patch-Makefile.ini
Removed Files:
        pkgsrc/mail/qmail-conf/patches: patch-aa

Log Message:
Modernize patch filenames. NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/qmail-conf/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/qmail-conf/patches/patch-Makefile.ini
cvs rdiff -u -r1.2 -r0 pkgsrc/mail/qmail-conf/patches/patch-aa

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

Modified files:

Index: pkgsrc/mail/qmail-conf/distinfo
diff -u pkgsrc/mail/qmail-conf/distinfo:1.6 pkgsrc/mail/qmail-conf/distinfo:1.7
--- pkgsrc/mail/qmail-conf/distinfo:1.6 Thu Apr 27 20:38:20 2017
+++ pkgsrc/mail/qmail-conf/distinfo     Tue Jun 30 17:15:28 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2017/04/27 20:38:20 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2020/06/30 17:15:28 schmonz Exp $
 
 SHA1 (qmail-conf-0.60.tar.gz) = d9a48e15394b0e7beaf5f7c64db4be101a71fb08
 RMD160 (qmail-conf-0.60.tar.gz) = 41bb36cb644c3669be96abccce3b69a91aa44cd8
@@ -8,4 +8,4 @@ SHA1 (djbdns-1.05.tar.gz) = 2efdb3a039d0
 RMD160 (djbdns-1.05.tar.gz) = a832cbfd93e4ccec6a565492a4ee0b3c1b4b68ed
 SHA512 (djbdns-1.05.tar.gz) = 20f066402801d7bec183cb710a5bc51e41f1410024741e5803e26f68f2c13567e48eba793f233dfab903459c3335bc169e24b99d66a4c64e617e1f0779732fa9
 Size (djbdns-1.05.tar.gz) = 85648 bytes
-SHA1 (patch-aa) = fcb8da2264012753b484f91fcf10b7dbea17de42
+SHA1 (patch-Makefile.ini) = fcb8da2264012753b484f91fcf10b7dbea17de42

Added files:

Index: pkgsrc/mail/qmail-conf/patches/patch-Makefile.ini
diff -u /dev/null pkgsrc/mail/qmail-conf/patches/patch-Makefile.ini:1.1
--- /dev/null   Tue Jun 30 17:15:28 2020
+++ pkgsrc/mail/qmail-conf/patches/patch-Makefile.ini   Tue Jun 30 17:15:28 2020
@@ -0,0 +1,38 @@
+$NetBSD: patch-Makefile.ini,v 1.1 2020/06/30 17:15:28 schmonz Exp $
+
+DESTDIR support.
+
+--- Makefile.ini.orig  2001-09-02 07:47:33.000000000 +0000
++++ Makefile.ini
+@@ -25,6 +25,14 @@ auto-str: \
+ load auto-str.o djb.a
+       ./load auto-str djb.a
+ 
++auto_destdir.c: \
++auto-str conf-destdir
++      ./auto-str auto_qmail `sed 1q conf-destdir` > auto_destdir.c
++
++auto_destdir.o: \
++compile auto_destdir.c
++      ./compile auto_destdir.c
++
+ auto_qmail.c: \
+ auto-str conf-qmail
+       ./auto-str auto_qmail `sed 1q conf-qmail` > auto_qmail.c
+@@ -72,12 +80,12 @@ compile hier.c auto_qmail.h
+       ./compile hier.c
+ 
+ install: \
+-load install.o hier.o auto_qmail.o djb.a
+-      ./load install hier.o auto_qmail.o djb.a
++load install.o hier.o auto_destdir.o djb.a
++      ./load install hier.o auto_destdir.o djb.a
+ 
+ instcheck: \
+-load instcheck.o hier.o auto_qmail.o djb.a
+-      ./load instcheck hier.o auto_qmail.o djb.a
++load instcheck.o hier.o auto_destdir.o djb.a
++      ./load instcheck hier.o auto_destdir.o djb.a
+ 
+ it: \
+ djbdns.version prog install instcheck



Home | Main Index | Thread Index | Old Index