pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/safecat



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jul 27 02:20:30 UTC 2017

Modified Files:
        pkgsrc/mail/safecat: distinfo
Added Files:
        pkgsrc/mail/safecat/patches: patch-Makefile patch-tryulong32.c
Removed Files:
        pkgsrc/mail/safecat/patches: patch-aa patch-ab

Log Message:
Modernize patch filenames.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/safecat/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/safecat/patches/patch-Makefile \
    pkgsrc/mail/safecat/patches/patch-tryulong32.c
cvs rdiff -u -r1.3 -r0 pkgsrc/mail/safecat/patches/patch-aa \
    pkgsrc/mail/safecat/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/safecat/distinfo
diff -u pkgsrc/mail/safecat/distinfo:1.11 pkgsrc/mail/safecat/distinfo:1.12
--- pkgsrc/mail/safecat/distinfo:1.11   Thu Jul 27 02:11:52 2017
+++ pkgsrc/mail/safecat/distinfo        Thu Jul 27 02:20:30 2017
@@ -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

Added files:

Index: pkgsrc/mail/safecat/patches/patch-Makefile
diff -u /dev/null pkgsrc/mail/safecat/patches/patch-Makefile:1.1
--- /dev/null   Thu Jul 27 02:20:30 2017
+++ pkgsrc/mail/safecat/patches/patch-Makefile  Thu Jul 27 02:20:30 2017
@@ -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
Index: pkgsrc/mail/safecat/patches/patch-tryulong32.c
diff -u /dev/null pkgsrc/mail/safecat/patches/patch-tryulong32.c:1.1
--- /dev/null   Thu Jul 27 02:20:30 2017
+++ pkgsrc/mail/safecat/patches/patch-tryulong32.c      Thu Jul 27 02:20:30 2017
@@ -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