pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mess822 Modernize patch names. No functional chan...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b44c93bcdddb
branches: trunk
changeset: 362823:b44c93bcdddb
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Fri May 26 14:34:43 2017 +0000
description:
Modernize patch names. No functional change intended.
diffstat:
mail/mess822/distinfo | 10 +-
mail/mess822/patches/patch-Makefile | 45 +++++++++++++
mail/mess822/patches/patch-aa | 97 -----------------------------
mail/mess822/patches/patch-ab | 16 ----
mail/mess822/patches/patch-ac | 16 ----
mail/mess822/patches/patch-ad | 45 -------------
mail/mess822/patches/patch-hier.c | 97 +++++++++++++++++++++++++++++
mail/mess822/patches/patch-leapsecs__read.c | 16 ++++
mail/mess822/patches/patch-strerr__sys.c | 16 ++++
9 files changed, 179 insertions(+), 179 deletions(-)
diffs (truncated from 401 to 300 lines):
diff -r c16b53bbf573 -r b44c93bcdddb mail/mess822/distinfo
--- a/mail/mess822/distinfo Fri May 26 13:32:06 2017 +0000
+++ b/mail/mess822/distinfo Fri May 26 14:34:43 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2017/01/14 20:49:07 schmonz Exp $
+$NetBSD: distinfo,v 1.10 2017/05/26 14:34:43 schmonz Exp $
SHA1 (mess822-0.58.tar.gz) = ef3380c793c852d40688c108d164234ecf8a5362
RMD160 (mess822-0.58.tar.gz) = 40fbcb5af92882e133ab3653c6119022180caedb
@@ -8,7 +8,7 @@
RMD160 (mess822-smtp-auth-patch.txt) = 1284dcba571b0593696722e27c8b68292279b7a2
SHA512 (mess822-smtp-auth-patch.txt) = 6c8c3317fee977f091245f428225b34fc6a229814a6f4fee59249407ae3367afae7feff62c324d93b19b900fac03bbb7f28dff12f36995fc7c20c0ae87afeac3
Size (mess822-smtp-auth-patch.txt) = 30031 bytes
-SHA1 (patch-aa) = 9333469af2636d97917bfff768954e36a8026733
-SHA1 (patch-ab) = 81ad05a71e8caa01302768c2bd7837c644adbeb3
-SHA1 (patch-ac) = e9325df21f6dd114c0bc9327708c82f8b692c1d5
-SHA1 (patch-ad) = bc5df5f91e8451a0cf414ec1e2de83d1244f119f
+SHA1 (patch-Makefile) = bc5df5f91e8451a0cf414ec1e2de83d1244f119f
+SHA1 (patch-hier.c) = 9333469af2636d97917bfff768954e36a8026733
+SHA1 (patch-leapsecs__read.c) = e9325df21f6dd114c0bc9327708c82f8b692c1d5
+SHA1 (patch-strerr__sys.c) = 81ad05a71e8caa01302768c2bd7837c644adbeb3
diff -r c16b53bbf573 -r b44c93bcdddb mail/mess822/patches/patch-Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mess822/patches/patch-Makefile Fri May 26 14:34:43 2017 +0000
@@ -0,0 +1,45 @@
+$NetBSD: patch-Makefile,v 1.1 2017/05/26 14:34:43 schmonz Exp $
+
+DESTDIR support.
+
+--- Makefile.orig 1998-09-05 02:33:37.000000000 +0000
++++ Makefile
+@@ -120,6 +120,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
+@@ -359,9 +367,9 @@ exit.h
+ ./compile iftocc.c
+
+ install: \
+-load install.o hier.o auto_home.o strerr.a substdio.a stralloc.a \
++load install.o hier.o auto_destdir.o strerr.a substdio.a stralloc.a \
+ alloc.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 \
+ stralloc.a alloc.a open.a error.a str.a
+
+ install.o: \
+@@ -370,9 +378,9 @@ exit.h
+ ./compile install.c
+
+ instcheck: \
+-load instcheck.o hier.o auto_home.o strerr.a substdio.a stralloc.a \
++load instcheck.o hier.o auto_destdir.o strerr.a substdio.a stralloc.a \
+ alloc.a error.a str.a
+- ./load instcheck hier.o auto_home.o strerr.a substdio.a \
++ ./load instcheck hier.o auto_destdir.o strerr.a substdio.a \
+ stralloc.a alloc.a error.a str.a
+
+ instcheck.o: \
diff -r c16b53bbf573 -r b44c93bcdddb mail/mess822/patches/patch-aa
--- a/mail/mess822/patches/patch-aa Fri May 26 13:32:06 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,97 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2017/01/02 03:40:21 schmonz Exp $
-
-Install docs following hier(7), don't install catpages, and set
-reasonable permissions.
-
---- hier.c.orig 1998-09-05 02:33:37.000000000 +0000
-+++ hier.c
-@@ -2,20 +2,16 @@
-
- void hier()
- {
-- h(auto_home,-1,-1,02755);
-+ h(auto_home,-1,-1,0755);
-
-- d(auto_home,"bin",-1,-1,02755);
-- d(auto_home,"lib",-1,-1,02755);
-- d(auto_home,"include",-1,-1,02755);
-- d(auto_home,"man",-1,-1,02755);
-- d(auto_home,"man/man1",-1,-1,02755);
-- d(auto_home,"man/man3",-1,-1,02755);
-- d(auto_home,"man/man5",-1,-1,02755);
-- d(auto_home,"man/man8",-1,-1,02755);
-- d(auto_home,"man/cat1",-1,-1,02755);
-- d(auto_home,"man/cat3",-1,-1,02755);
-- d(auto_home,"man/cat5",-1,-1,02755);
-- d(auto_home,"man/cat8",-1,-1,02755);
-+ d(auto_home,"bin",-1,-1,0755);
-+ d(auto_home,"lib",-1,-1,0755);
-+ d(auto_home,"include",-1,-1,0755);
-+ d(auto_home,"@PKGMANDIR@",-1,-1,0755);
-+ d(auto_home,"@PKGMANDIR@/man1",-1,-1,0755);
-+ d(auto_home,"@PKGMANDIR@/man3",-1,-1,0755);
-+ d(auto_home,"@PKGMANDIR@/man5",-1,-1,0755);
-+ d(auto_home,"@PKGMANDIR@/man8",-1,-1,0755);
-
- c(auto_home,"lib","mess822.a",-1,-1,0644);
- c(auto_home,"include","mess822.h",-1,-1,0644);
-@@ -30,41 +26,23 @@ void hier()
- c(auto_home,"bin","822received",-1,-1,0755);
- c(auto_home,"bin","822print",-1,-1,0755);
-
-- c(auto_home,"man/man1","iftocc.1",-1,-1,0644);
-- c(auto_home,"man/man1","new-inject.1",-1,-1,0644);
-- c(auto_home,"man/man1","822field.1",-1,-1,0644);
-- c(auto_home,"man/man1","822header.1",-1,-1,0644);
-- c(auto_home,"man/man1","822date.1",-1,-1,0644);
-- c(auto_home,"man/man1","822received.1",-1,-1,0644);
-- c(auto_home,"man/man1","822print.1",-1,-1,0644);
-- c(auto_home,"man/man5","rewriting.5",-1,-1,0644);
-- c(auto_home,"man/man8","ofmipd.8",-1,-1,0644);
-- c(auto_home,"man/man8","ofmipname.8",-1,-1,0644);
-- c(auto_home,"man/man3","mess822.3",-1,-1,0644);
-- c(auto_home,"man/man3","mess822_addr.3",-1,-1,0644);
-- c(auto_home,"man/man3","mess822_date.3",-1,-1,0644);
-- c(auto_home,"man/man3","mess822_fold.3",-1,-1,0644);
-- c(auto_home,"man/man3","mess822_quote.3",-1,-1,0644);
-- c(auto_home,"man/man3","mess822_token.3",-1,-1,0644);
-- c(auto_home,"man/man3","mess822_when.3",-1,-1,0644);
--
-- c(auto_home,"man/cat1","iftocc.0",-1,-1,0644);
-- c(auto_home,"man/cat1","new-inject.0",-1,-1,0644);
-- c(auto_home,"man/cat1","822field.0",-1,-1,0644);
-- c(auto_home,"man/cat1","822header.0",-1,-1,0644);
-- c(auto_home,"man/cat1","822date.0",-1,-1,0644);
-- c(auto_home,"man/cat1","822received.0",-1,-1,0644);
-- c(auto_home,"man/cat1","822print.0",-1,-1,0644);
-- c(auto_home,"man/cat5","rewriting.0",-1,-1,0644);
-- c(auto_home,"man/cat8","ofmipd.0",-1,-1,0644);
-- c(auto_home,"man/cat8","ofmipname.0",-1,-1,0644);
-- c(auto_home,"man/cat3","mess822.0",-1,-1,0644);
-- c(auto_home,"man/cat3","mess822_addr.0",-1,-1,0644);
-- c(auto_home,"man/cat3","mess822_date.0",-1,-1,0644);
-- c(auto_home,"man/cat3","mess822_fold.0",-1,-1,0644);
-- c(auto_home,"man/cat3","mess822_quote.0",-1,-1,0644);
-- c(auto_home,"man/cat3","mess822_token.0",-1,-1,0644);
-- c(auto_home,"man/cat3","mess822_when.0",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man1","iftocc.1",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man1","new-inject.1",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man1","822field.1",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man1","822header.1",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man1","822date.1",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man1","822received.1",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man1","822print.1",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man5","rewriting.5",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man8","ofmipd.8",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man8","ofmipname.8",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man3","mess822.3",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man3","mess822_addr.3",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man3","mess822_date.3",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man3","mess822_fold.3",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man3","mess822_quote.3",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man3","mess822_token.3",-1,-1,0644);
-+ c(auto_home,"@PKGMANDIR@/man3","mess822_when.3",-1,-1,0644);
-
-- c("/etc",".","leapsecs.dat",-1,-1,0644);
-+ c(auto_home,"share/examples/mess822","leapsecs.dat",-1,-1,0644);
- }
diff -r c16b53bbf573 -r b44c93bcdddb mail/mess822/patches/patch-ab
--- a/mail/mess822/patches/patch-ab Fri May 26 13:32:06 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2017/01/02 03:40:21 schmonz Exp $
-
-Initialize strerr_sys to build on Mac OS X (modeled after the patch
-for qmail).
-
---- strerr_sys.c.orig Fri Sep 4 22:33:37 1998
-+++ strerr_sys.c
-@@ -1,7 +1,7 @@
- #include "error.h"
- #include "strerr.h"
-
--struct strerr strerr_sys;
-+struct strerr strerr_sys = {0,0,0,0};
-
- void strerr_sysinit()
- {
diff -r c16b53bbf573 -r b44c93bcdddb mail/mess822/patches/patch-ac
--- a/mail/mess822/patches/patch-ac Fri May 26 13:32:06 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2017/01/02 03:40:21 schmonz Exp $
-
-Fix to the included libtai, brought over from devel/libtai:
-
-#include <unistd.h> in leapsecs_read.c so we can read leapsecs.dat.
-
---- leapsecs_read.c.orig 1998-09-04 22:33:37.000000000 -0400
-+++ leapsecs_read.c
-@@ -2,6 +2,7 @@
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <errno.h>
-+#include <unistd.h>
- extern int errno;
- #include "tai.h"
- #include "leapsecs.h"
diff -r c16b53bbf573 -r b44c93bcdddb mail/mess822/patches/patch-ad
--- a/mail/mess822/patches/patch-ad Fri May 26 13:32:06 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2017/01/02 03:40:21 schmonz Exp $
-
-DESTDIR support.
-
---- Makefile.orig 1998-09-05 02:33:37.000000000 +0000
-+++ Makefile
-@@ -120,6 +120,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
-@@ -359,9 +367,9 @@ exit.h
- ./compile iftocc.c
-
- install: \
--load install.o hier.o auto_home.o strerr.a substdio.a stralloc.a \
-+load install.o hier.o auto_destdir.o strerr.a substdio.a stralloc.a \
- alloc.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 \
- stralloc.a alloc.a open.a error.a str.a
-
- install.o: \
-@@ -370,9 +378,9 @@ exit.h
- ./compile install.c
-
- instcheck: \
--load instcheck.o hier.o auto_home.o strerr.a substdio.a stralloc.a \
-+load instcheck.o hier.o auto_destdir.o strerr.a substdio.a stralloc.a \
- alloc.a error.a str.a
-- ./load instcheck hier.o auto_home.o strerr.a substdio.a \
-+ ./load instcheck hier.o auto_destdir.o strerr.a substdio.a \
- stralloc.a alloc.a error.a str.a
-
- instcheck.o: \
diff -r c16b53bbf573 -r b44c93bcdddb mail/mess822/patches/patch-hier.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mess822/patches/patch-hier.c Fri May 26 14:34:43 2017 +0000
@@ -0,0 +1,97 @@
+$NetBSD: patch-hier.c,v 1.1 2017/05/26 14:34:43 schmonz Exp $
+
+Install docs following hier(7), don't install catpages, and set
+reasonable permissions.
+
+--- hier.c.orig 1998-09-05 02:33:37.000000000 +0000
++++ hier.c
+@@ -2,20 +2,16 @@
+
+ void hier()
+ {
+- h(auto_home,-1,-1,02755);
++ h(auto_home,-1,-1,0755);
+
+- d(auto_home,"bin",-1,-1,02755);
+- d(auto_home,"lib",-1,-1,02755);
+- d(auto_home,"include",-1,-1,02755);
+- d(auto_home,"man",-1,-1,02755);
+- d(auto_home,"man/man1",-1,-1,02755);
+- d(auto_home,"man/man3",-1,-1,02755);
+- d(auto_home,"man/man5",-1,-1,02755);
+- d(auto_home,"man/man8",-1,-1,02755);
+- d(auto_home,"man/cat1",-1,-1,02755);
+- d(auto_home,"man/cat3",-1,-1,02755);
+- d(auto_home,"man/cat5",-1,-1,02755);
+- d(auto_home,"man/cat8",-1,-1,02755);
++ d(auto_home,"bin",-1,-1,0755);
++ d(auto_home,"lib",-1,-1,0755);
++ d(auto_home,"include",-1,-1,0755);
++ d(auto_home,"@PKGMANDIR@",-1,-1,0755);
++ d(auto_home,"@PKGMANDIR@/man1",-1,-1,0755);
++ d(auto_home,"@PKGMANDIR@/man3",-1,-1,0755);
++ d(auto_home,"@PKGMANDIR@/man5",-1,-1,0755);
++ d(auto_home,"@PKGMANDIR@/man8",-1,-1,0755);
+
+ c(auto_home,"lib","mess822.a",-1,-1,0644);
Home |
Main Index |
Thread Index |
Old Index