pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/dot-forward



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Sep  1 04:03:25 UTC 2017

Modified Files:
        pkgsrc/mail/dot-forward: distinfo
Added Files:
        pkgsrc/mail/dot-forward/patches: patch-Makefile
Removed Files:
        pkgsrc/mail/dot-forward/patches: patch-aa

Log Message:
Modernize patch filenames.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/dot-forward/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/dot-forward/patches/patch-Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/mail/dot-forward/patches/patch-aa

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

Modified files:

Index: pkgsrc/mail/dot-forward/distinfo
diff -u pkgsrc/mail/dot-forward/distinfo:1.7 pkgsrc/mail/dot-forward/distinfo:1.8
--- pkgsrc/mail/dot-forward/distinfo:1.7        Fri Sep  1 04:02:11 2017
+++ pkgsrc/mail/dot-forward/distinfo    Fri Sep  1 04:03:25 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2017/09/01 04:02:11 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2017/09/01 04:03:25 schmonz Exp $
 
 SHA1 (dot-forward-0.71.tar.gz) = 2adacc13bb43fcf7ae13d3fbeaadd2649ff91137
 RMD160 (dot-forward-0.71.tar.gz) = 1e5fd7558296cf213274e6e80944ba26fed74c79
 SHA512 (dot-forward-0.71.tar.gz) = f37a30eabf3a7e7258bfbe9178218d053a5164a9698fbc34954eb8bd588fe2bbf61ffd85f5b817e3ce65d7c0efac1735b59b11faa4d425e2df4089769af94b8b
 Size (dot-forward-0.71.tar.gz) = 26352 bytes
-SHA1 (patch-aa) = 9438ddb97d4e935ef1f5d06618f9d440c320e361
+SHA1 (patch-Makefile) = 9438ddb97d4e935ef1f5d06618f9d440c320e361
 SHA1 (patch-hier.c) = ebedb97f1d8495d333bbb4de8702eba165e97a5e

Added files:

Index: pkgsrc/mail/dot-forward/patches/patch-Makefile
diff -u /dev/null pkgsrc/mail/dot-forward/patches/patch-Makefile:1.1
--- /dev/null   Fri Sep  1 04:03:25 2017
+++ pkgsrc/mail/dot-forward/patches/patch-Makefile      Fri Sep  1 04:03:25 2017
@@ -0,0 +1,54 @@
+$NetBSD: patch-Makefile,v 1.1 2017/09/01 04:03:25 schmonz Exp $
+
+DESTDIR support, and don't build catpages.
+
+--- Makefile.orig      1998-05-19 10:15:50.000000000 +0000
++++ Makefile
+@@ -31,6 +31,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_qmail `head -1 conf-destdir` > auto_destdir.c
++
++auto_destdir.o: \
++compile auto_destdir.c
++      ./compile auto_destdir.c
++
+ auto_qmail.c: \
+ auto-str conf-qmail
+       ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
+@@ -181,9 +189,9 @@ compile hier.c auto_qmail.h
+       ./compile hier.c
+ 
+ install: \
+-load install.o hier.o auto_qmail.o strerr.a substdio.a error.a open.a \
++load install.o hier.o auto_destdir.o strerr.a substdio.a error.a open.a \
+ str.a
+-      ./load install hier.o auto_qmail.o strerr.a substdio.a \
++      ./load install hier.o auto_destdir.o strerr.a substdio.a \
+       error.a open.a str.a 
+ 
+ install.o: \
+@@ -192,9 +200,9 @@ exit.h
+       ./compile install.c
+ 
+ instcheck: \
+-load instcheck.o hier.o auto_qmail.o strerr.a substdio.a error.a \
++load instcheck.o hier.o auto_destdir.o strerr.a substdio.a error.a \
+ str.a
+-      ./load instcheck hier.o auto_qmail.o strerr.a substdio.a \
++      ./load instcheck hier.o auto_destdir.o strerr.a substdio.a \
+       error.a str.a 
+ 
+ instcheck.o: \
+@@ -202,7 +210,7 @@ compile instcheck.c strerr.h error.h rea
+       ./compile instcheck.c
+ 
+ it: \
+-prog man
++prog
+ 
+ load: \
+ make-load warn-auto.sh systype



Home | Main Index | Thread Index | Old Index