pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/qmailanalog Modernize patch filenames.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ce625508c5e
branches:  trunk
changeset: 367401:6ce625508c5e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Sep 01 03:51:26 2017 +0000

description:
Modernize patch filenames.

diffstat:

 mail/qmailanalog/distinfo               |   4 +-
 mail/qmailanalog/patches/patch-Makefile |  53 +++++++++++++++++++++++++++++++++
 mail/qmailanalog/patches/patch-aa       |  53 ---------------------------------
 3 files changed, 55 insertions(+), 55 deletions(-)

diffs (128 lines):

diff -r 16331ea69079 -r 6ce625508c5e mail/qmailanalog/distinfo
--- a/mail/qmailanalog/distinfo Fri Sep 01 03:50:11 2017 +0000
+++ b/mail/qmailanalog/distinfo Fri Sep 01 03:51:26 2017 +0000
@@ -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
diff -r 16331ea69079 -r 6ce625508c5e mail/qmailanalog/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qmailanalog/patches/patch-Makefile   Fri Sep 01 03:51:26 2017 +0000
@@ -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
diff -r 16331ea69079 -r 6ce625508c5e mail/qmailanalog/patches/patch-aa
--- a/mail/qmailanalog/patches/patch-aa Fri Sep 01 03:50:11 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2017/09/01 03:50:12 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