pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qmailanalog
Module Name: pkgsrc
Committed By: schmonz
Date: Fri Sep 1 03:51:26 UTC 2017
Modified Files:
pkgsrc/mail/qmailanalog: distinfo
Added Files:
pkgsrc/mail/qmailanalog/patches: patch-Makefile
Removed Files:
pkgsrc/mail/qmailanalog/patches: patch-aa
Log Message:
Modernize patch filenames.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/qmailanalog/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/qmailanalog/patches/patch-Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/mail/qmailanalog/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/qmailanalog/distinfo
diff -u pkgsrc/mail/qmailanalog/distinfo:1.6 pkgsrc/mail/qmailanalog/distinfo:1.7
--- pkgsrc/mail/qmailanalog/distinfo:1.6 Fri Sep 1 03:50:11 2017
+++ pkgsrc/mail/qmailanalog/distinfo Fri Sep 1 03:51:26 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2017/09/01 03:50:11 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2017/09/01 03:51:26 schmonz Exp $
SHA1 (qmailanalog-0.70.tar.gz) = d9f47b6c5348759aeba3873b6b7653b823b2f92c
RMD160 (qmailanalog-0.70.tar.gz) = 2f67793dc46930a4375dc481341d33b3406525d0
SHA512 (qmailanalog-0.70.tar.gz) = 0a4991a9ac13b64494b15a6ad42df1bee273a7a3c5ead923450d5516d747989e80e3a0f88e29203dce24dc833cc3bb46d5935633f67bed547f27ac22ad866f3d
Size (qmailanalog-0.70.tar.gz) = 28416 bytes
-SHA1 (patch-aa) = 146c0fba8350c63eb5de97fe42738eecddee8ecc
+SHA1 (patch-Makefile) = 146c0fba8350c63eb5de97fe42738eecddee8ecc
SHA1 (patch-hier.c) = c761a5fc8ce88092981e3035088c64904de07012
Added files:
Index: pkgsrc/mail/qmailanalog/patches/patch-Makefile
diff -u /dev/null pkgsrc/mail/qmailanalog/patches/patch-Makefile:1.1
--- /dev/null Fri Sep 1 03:51:26 2017
+++ pkgsrc/mail/qmailanalog/patches/patch-Makefile Fri Sep 1 03:51:26 2017
@@ -0,0 +1,53 @@
+$NetBSD: patch-Makefile,v 1.1 2017/09/01 03:51:26 schmonz Exp $
+
+DESTDIR support, and avoid building catpages.
+
+--- Makefile.orig 1998-08-30 21:39:26.000000000 +0000
++++ Makefile
+@@ -35,6 +35,14 @@ auto-str.o: \
+ compile auto-str.c substdio.h readwrite.h exit.h
+ ./compile auto-str.c
+
++auto_destdir.c: \
++auto-str conf-destdir
++ ./auto-str auto_home `head -1 conf-destdir` > auto_destdir.c
++
++auto_destdir.o: \
++compile auto_destdir.c
++ ./compile auto_destdir.c
++
+ auto_home.c: \
+ auto-str conf-home
+ ./auto-str auto_home `head -1 conf-home` > auto_home.c
+@@ -194,9 +202,9 @@ compile hier.c auto_home.h
+ ./compile hier.c
+
+ install: \
+-load install.o hier.o auto_home.o strerr.a substdio.a open.a error.a \
++load install.o hier.o auto_destdir.o strerr.a substdio.a open.a error.a \
+ str.a
+- ./load install hier.o auto_home.o strerr.a substdio.a \
++ ./load install hier.o auto_destdir.o strerr.a substdio.a \
+ open.a error.a str.a
+
+ install.o: \
+@@ -205,8 +213,8 @@ exit.h
+ ./compile install.c
+
+ instcheck: \
+-load instcheck.o hier.o auto_home.o strerr.a substdio.a error.a str.a
+- ./load instcheck hier.o auto_home.o strerr.a substdio.a \
++load instcheck.o hier.o auto_destdir.o strerr.a substdio.a error.a str.a
++ ./load instcheck hier.o auto_destdir.o strerr.a substdio.a \
+ error.a str.a
+
+ instcheck.o: \
+@@ -214,7 +222,7 @@ compile instcheck.c strerr.h error.h rea
+ ./compile instcheck.c
+
+ it: \
+-man prog install instcheck
++prog install instcheck
+
+ load: \
+ make-load warn-auto.sh systype
Home |
Main Index |
Thread Index |
Old Index