Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/qtools Modernize patch filenames, adding patch co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6df7d9d98ed
branches: trunk
changeset: 435080:b6df7d9d98ed
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Jun 30 13:40:53 2020 +0000
description:
Modernize patch filenames, adding patch comments. NFCI.
diffstat:
mail/qtools/distinfo | 6 ++--
mail/qtools/patches/patch-Makefile | 44 ++++++++++++++++++++++++++++++++++++++
mail/qtools/patches/patch-aa | 16 -------------
mail/qtools/patches/patch-ab | 42 ------------------------------------
mail/qtools/patches/patch-hier.c | 18 +++++++++++++++
5 files changed, 65 insertions(+), 61 deletions(-)
diffs (151 lines):
diff -r 0cddc3ca1bf6 -r b6df7d9d98ed mail/qtools/distinfo
--- a/mail/qtools/distinfo Tue Jun 30 13:35:37 2020 +0000
+++ b/mail/qtools/distinfo Tue Jun 30 13:40:53 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 23:27:18 agc Exp $
+$NetBSD: distinfo,v 1.6 2020/06/30 13:40:53 schmonz Exp $
SHA1 (qtools-0.56.tar.gz) = 0c6daa8611ac38413e0e221bbc45ccf2b7396ebc
RMD160 (qtools-0.56.tar.gz) = 0f040d18f02a9772291b1a1ddc55d4d899918684
SHA512 (qtools-0.56.tar.gz) = 2016ca4f77fc370f6caac56f447325461018dff1f8a61fad305744578f0c26f0495c26d6cba6a8a9d5c86c6ef86635edd69705e9af88f70477a3f6ed121e6085
Size (qtools-0.56.tar.gz) = 37748 bytes
-SHA1 (patch-aa) = 0c95897bb6ff75584231e39c26e79cee3a794439
-SHA1 (patch-ab) = bbb6bc4e19e806a16b1a07ba61bef003311b31a6
+SHA1 (patch-Makefile) = 19a8aa95264ffad9e80b7c9be746682b66738ff3
+SHA1 (patch-hier.c) = 2cc2e4cf1cb23ff0523dee1050385280e07d22da
diff -r 0cddc3ca1bf6 -r b6df7d9d98ed mail/qtools/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/patches/patch-Makefile Tue Jun 30 13:40:53 2020 +0000
@@ -0,0 +1,44 @@
+$NetBSD: patch-Makefile,v 1.1 2020/06/30 13:40:54 schmonz Exp $
+
+Support DESTDIR.
+
+--- Makefile.orig 2001-11-08 13:07:57.000000000 +0000
++++ Makefile
+@@ -688,9 +688,9 @@ error.a alloc.a open.a auto_ezmlm.o auto
+ ./load replier-config strerr.a buffer.a stralloc.a str.a error.a alloc.a \
+ open.a auto_ezmlm.o auto_home.o auto_qmail.o
+
+-instcheck: load instcheck.o hier.o auto_home.o strerr.a buffer.a error.a \
++instcheck: load instcheck.o hier.o auto_destdir.o strerr.a buffer.a error.a \
+ str.a
+- ./load instcheck hier.o auto_home.o strerr.a buffer.a error.a str.a
++ ./load instcheck hier.o auto_destdir.o strerr.a buffer.a error.a str.a
+
+ make-text: load make-text.o getln.a buffer.a stralloc.a alloc.a error.a \
+ str.a
+@@ -710,6 +710,13 @@ strerr.h buffer.h stralloc.h gen_alloc.h
+ auto_ezmlm.h auto_home.h auto_qmail.h str.h help.t
+ ./compile replier-config.c
+
++auto_destdir.o: compile \
++auto_destdir.c
++ ./compile auto_destdir.c
++
++auto_destdir.c: auto-str conf-destdir
++ ./auto-str auto_home `head -1 conf-destdir` > auto_destdir.c
++
+ auto_ezmlm.o: compile \
+ auto_ezmlm.c
+ ./compile auto_ezmlm.c
+@@ -724,9 +731,9 @@ auto_home.c
+ auto_home.c: auto-str conf-home
+ ./auto-str auto_home `head -1 conf-home` > auto_home.c
+
+-install: load install.o hier.o auto_home.o stralloc.a alloc.a strerr.a \
++install: load install.o hier.o auto_destdir.o stralloc.a alloc.a strerr.a \
+ buffer.a open.a error.a str.a
+- ./load install hier.o auto_home.o stralloc.a alloc.a strerr.a buffer.a \
++ ./load install hier.o auto_destdir.o stralloc.a alloc.a strerr.a buffer.a \
+ open.a error.a str.a
+
+ install.o: compile \
diff -r 0cddc3ca1bf6 -r b6df7d9d98ed mail/qtools/patches/patch-aa
--- a/mail/qtools/patches/patch-aa Tue Jun 30 13:35:37 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/12/22 18:36:51 schmonz Exp $
-
---- hier.c.orig 2001-06-30 16:44:50.000000000 -0400
-+++ hier.c
-@@ -2,9 +2,9 @@
-
- void hier()
- {
-- h(auto_home,-1,-1,02755);
-+ h(auto_home,-1,-1,0755);
-
-- d(auto_home,"bin",-1,-1,02755);
-+ d(auto_home,"bin",-1,-1,0755);
-
- c(auto_home,"bin","822addr",-1,-1,0755);
- c(auto_home,"bin","822body",-1,-1,0755);
diff -r 0cddc3ca1bf6 -r b6df7d9d98ed mail/qtools/patches/patch-ab
--- a/mail/qtools/patches/patch-ab Tue Jun 30 13:35:37 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/03/15 17:31:09 schmonz Exp $
-
---- Makefile.orig 2001-11-08 13:07:57.000000000 +0000
-+++ Makefile
-@@ -688,9 +688,9 @@ error.a alloc.a open.a auto_ezmlm.o auto
- ./load replier-config strerr.a buffer.a stralloc.a str.a error.a alloc.a \
- open.a auto_ezmlm.o auto_home.o auto_qmail.o
-
--instcheck: load instcheck.o hier.o auto_home.o strerr.a buffer.a error.a \
-+instcheck: load instcheck.o hier.o auto_destdir.o strerr.a buffer.a error.a \
- str.a
-- ./load instcheck hier.o auto_home.o strerr.a buffer.a error.a str.a
-+ ./load instcheck hier.o auto_destdir.o strerr.a buffer.a error.a str.a
-
- make-text: load make-text.o getln.a buffer.a stralloc.a alloc.a error.a \
- str.a
-@@ -710,6 +710,13 @@ strerr.h buffer.h stralloc.h gen_alloc.h
- auto_ezmlm.h auto_home.h auto_qmail.h str.h help.t
- ./compile replier-config.c
-
-+auto_destdir.o: compile \
-+auto_destdir.c
-+ ./compile auto_destdir.c
-+
-+auto_destdir.c: auto-str conf-destdir
-+ ./auto-str auto_home `head -1 conf-destdir` > auto_destdir.c
-+
- auto_ezmlm.o: compile \
- auto_ezmlm.c
- ./compile auto_ezmlm.c
-@@ -724,9 +731,9 @@ auto_home.c
- auto_home.c: auto-str conf-home
- ./auto-str auto_home `head -1 conf-home` > auto_home.c
-
--install: load install.o hier.o auto_home.o stralloc.a alloc.a strerr.a \
-+install: load install.o hier.o auto_destdir.o stralloc.a alloc.a strerr.a \
- buffer.a open.a error.a str.a
-- ./load install hier.o auto_home.o stralloc.a alloc.a strerr.a buffer.a \
-+ ./load install hier.o auto_destdir.o stralloc.a alloc.a strerr.a buffer.a \
- open.a error.a str.a
-
- install.o: compile \
diff -r 0cddc3ca1bf6 -r b6df7d9d98ed mail/qtools/patches/patch-hier.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/patches/patch-hier.c Tue Jun 30 13:40:53 2020 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-hier.c,v 1.1 2020/06/30 13:40:54 schmonz Exp $
+
+Support DESTDIR.
+
+--- hier.c.orig 2001-06-30 20:44:50.000000000 +0000
++++ hier.c
+@@ -2,9 +2,9 @@
+
+ void hier()
+ {
+- h(auto_home,-1,-1,02755);
++ h(auto_home,-1,-1,0755);
+
+- d(auto_home,"bin",-1,-1,02755);
++ d(auto_home,"bin",-1,-1,0755);
+
+ c(auto_home,"bin","822addr",-1,-1,0755);
+ c(auto_home,"bin","822body",-1,-1,0755);
Home |
Main Index |
Thread Index |
Old Index