pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ucspi-tcp



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jun 18 10:54:31 UTC 2018

Modified Files:
        pkgsrc/net/ucspi-tcp: distinfo
Added Files:
        pkgsrc/net/ucspi-tcp/patches: patch-Makefile
Removed Files:
        pkgsrc/net/ucspi-tcp/patches: patch-aa

Log Message:
Modernize patch filename. No functional change intended.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/ucspi-tcp/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ucspi-tcp/patches/patch-Makefile
cvs rdiff -u -r1.2 -r0 pkgsrc/net/ucspi-tcp/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/net/ucspi-tcp/distinfo
diff -u pkgsrc/net/ucspi-tcp/distinfo:1.11 pkgsrc/net/ucspi-tcp/distinfo:1.12
--- pkgsrc/net/ucspi-tcp/distinfo:1.11  Wed Jan  4 02:14:12 2017
+++ pkgsrc/net/ucspi-tcp/distinfo       Mon Jun 18 10:54:30 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2017/01/04 02:14:12 schmonz Exp $
+$NetBSD: distinfo,v 1.12 2018/06/18 10:54:30 schmonz Exp $
 
 SHA1 (rblsmtpd-nodefaultrbl.patch) = 5d6048b5928257c13ff5cbcddb40ed0eee9997c0
 RMD160 (rblsmtpd-nodefaultrbl.patch) = fa93dd4522ccc77c5b43d0a79f741ae2ab54f075
@@ -16,4 +16,4 @@ SHA1 (ucspi-tcp-0.88.tar.gz) = 793b41897
 RMD160 (ucspi-tcp-0.88.tar.gz) = eb20085ea6ffd5d137a805f7c8768e0312c1f56a
 SHA512 (ucspi-tcp-0.88.tar.gz) = 44efbd477dacf31d39fc970e2d2f74526dc815b905742f6127f0d5c80928ecc7e743089eaab0492386a58d5b97905113fbe8bbc7214ae179b7be27966b7566c7
 Size (ucspi-tcp-0.88.tar.gz) = 53019 bytes
-SHA1 (patch-aa) = 8b0a1fdadec118e1647cd422f6d09fcd60b5f813
+SHA1 (patch-Makefile) = ff965829c788c9cfe52bee4d8fd527213dc954d3

Added files:

Index: pkgsrc/net/ucspi-tcp/patches/patch-Makefile
diff -u /dev/null pkgsrc/net/ucspi-tcp/patches/patch-Makefile:1.1
--- /dev/null   Mon Jun 18 10:54:31 2018
+++ pkgsrc/net/ucspi-tcp/patches/patch-Makefile Mon Jun 18 10:54:31 2018
@@ -0,0 +1,42 @@
+$NetBSD: patch-Makefile,v 1.1 2018/06/18 10:54:31 schmonz Exp $
+
+DESTDIR support.
+
+--- Makefile.orig      2018-06-18 10:52:34.000000000 +0000
++++ Makefile
+@@ -36,6 +36,14 @@ auto-str.o: \
+ compile auto-str.c buffer.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
+@@ -351,16 +359,16 @@ warn-auto.sh http@.sh conf-home
+       chmod 755 http@
+ 
+ install: \
+-load install.o hier.o auto_home.o unix.a byte.a
+-      ./load install hier.o auto_home.o unix.a byte.a 
++load install.o hier.o auto_destdir.o unix.a byte.a
++      ./load install hier.o auto_destdir.o unix.a byte.a 
+ 
+ install.o: \
+ compile install.c buffer.h strerr.h error.h open.h readwrite.h exit.h
+       ./compile install.c
+ 
+ instcheck: \
+-load instcheck.o hier.o auto_home.o unix.a byte.a
+-      ./load instcheck hier.o auto_home.o unix.a byte.a 
++load instcheck.o hier.o auto_destdir.o unix.a byte.a
++      ./load instcheck hier.o auto_destdir.o unix.a byte.a 
+ 
+ instcheck.o: \
+ compile instcheck.c strerr.h error.h readwrite.h exit.h



Home | Main Index | Thread Index | Old Index