pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/843707bedd7b
branches:  trunk
changeset: 365821:843707bedd7b
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Jul 27 02:20:30 2017 +0000

description:
Modernize patch filenames.

diffstat:

 mail/safecat/distinfo                   |   6 +-
 mail/safecat/patches/patch-Makefile     |  53 +++++++++++++++++++++++++++++++++
 mail/safecat/patches/patch-aa           |  21 -------------
 mail/safecat/patches/patch-ab           |  53 ---------------------------------
 mail/safecat/patches/patch-tryulong32.c |  21 +++++++++++++
 5 files changed, 77 insertions(+), 77 deletions(-)

diffs (180 lines):

diff -r f4bb42088efd -r 843707bedd7b mail/safecat/distinfo
--- a/mail/safecat/distinfo     Thu Jul 27 02:18:05 2017 +0000
+++ b/mail/safecat/distinfo     Thu Jul 27 02:20:30 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2017/07/27 02:11:52 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2017/07/27 02:20:30 schmonz Exp $
 
 SHA1 (safecat-1.13.tar.gz) = 07b42cb06490abeacefce9429a1dbf96caa1629b
 RMD160 (safecat-1.13.tar.gz) = 614df1d43d13a638ab30a2921b66d78f3fafc4c6
 SHA512 (safecat-1.13.tar.gz) = e6f7401b55a61f70715b3d222c8286c0125c5e7b3b132e5e8d3c8573a6c45dba75b29a459c7e93d7c0760300f0a62635d8ea4eacde9b0b1ff7637b3f6c63e210
 Size (safecat-1.13.tar.gz) = 33953 bytes
-SHA1 (patch-aa) = 269073a9aa0d0b4814a2a0dd889396a575f51c20
-SHA1 (patch-ab) = f19e2acb2cb917277f01a5063ef01199d2338a3c
+SHA1 (patch-Makefile) = f19e2acb2cb917277f01a5063ef01199d2338a3c
 SHA1 (patch-hier.c) = b4483673a6eb3a2c55da096a1b01a3a5a9a053a9
+SHA1 (patch-tryulong32.c) = 2ffcf9c1dc8ca5182c915ec9b4da571d67d11dec
diff -r f4bb42088efd -r 843707bedd7b mail/safecat/patches/patch-Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/safecat/patches/patch-Makefile       Thu Jul 27 02:20:30 2017 +0000
@@ -0,0 +1,53 @@
+$NetBSD: patch-Makefile,v 1.1 2017/07/27 02:20:30 schmonz Exp $
+
+DESTDIR support.
+
+--- Makefile.orig      2004-08-17 00:50:09.000000000 +0000
++++ Makefile
+@@ -29,6 +29,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-root
+       ./auto-str auto_home `head -1 conf-root` > auto_home.c
+@@ -103,9 +111,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: \
+@@ -114,8 +122,8 @@ exit.h buffer.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: \
+@@ -123,7 +131,7 @@ compile instcheck.c strerr.h error_no.h 
+       ./compile instcheck.c
+ 
+ it: \
+-maildir safecat man
++maildir safecat
+ 
+ find-systype: \
+ find-systype.sh auto-ccld.sh
diff -r f4bb42088efd -r 843707bedd7b mail/safecat/patches/patch-aa
--- a/mail/safecat/patches/patch-aa     Thu Jul 27 02:18:05 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2016/04/01 11:20:58 jperkin Exp $
-
-Support arm.
-
---- tryulong32.c.orig  2000-02-28 23:10:12.000000000 -0500
-+++ tryulong32.c
-@@ -1,5 +1,8 @@
- void main()
- {
-+#ifdef __arm__
-+ _exit(0);
-+#else
-  unsigned long u;
-  u = 1;
-  u += u; u += u; u += u; u += u; u += u; u += u; u += u; u += u;
-@@ -8,4 +11,5 @@ void main()
-  u += u; u += u; u += u; u += u; u += u; u += u; u += u; u += u;
-  if (!u) _exit(0);
-  _exit(1);
-+#endif
- }
diff -r f4bb42088efd -r 843707bedd7b mail/safecat/patches/patch-ab
--- a/mail/safecat/patches/patch-ab     Thu Jul 27 02:18:05 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2017/07/27 02:11:52 schmonz Exp $
-
-DESTDIR support.
-
---- Makefile.orig      2004-08-17 00:50:09.000000000 +0000
-+++ Makefile
-@@ -29,6 +29,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-root
-       ./auto-str auto_home `head -1 conf-root` > auto_home.c
-@@ -103,9 +111,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: \
-@@ -114,8 +122,8 @@ exit.h buffer.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: \
-@@ -123,7 +131,7 @@ compile instcheck.c strerr.h error_no.h 
-       ./compile instcheck.c
- 
- it: \
--maildir safecat man
-+maildir safecat
- 
- find-systype: \
- find-systype.sh auto-ccld.sh
diff -r f4bb42088efd -r 843707bedd7b mail/safecat/patches/patch-tryulong32.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/safecat/patches/patch-tryulong32.c   Thu Jul 27 02:20:30 2017 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-tryulong32.c,v 1.1 2017/07/27 02:20:30 schmonz Exp $
+
+Support arm.
+
+--- tryulong32.c.orig  2000-02-29 04:10:12.000000000 +0000
++++ tryulong32.c
+@@ -1,5 +1,8 @@
+ void main()
+ {
++#ifdef __arm__
++ _exit(0);
++#else
+  unsigned long u;
+  u = 1;
+  u += u; u += u; u += u; u += u; u += u; u += u; u += u; u += u;
+@@ -8,4 +11,5 @@ void main()
+  u += u; u += u; u += u; u += u; u += u; u += u; u += u; u += u;
+  if (!u) _exit(0);
+  _exit(1);
++#endif
+ }



Home | Main Index | Thread Index | Old Index