pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q1]: pkgsrc/net/tcpslice Pullup ticket 487 - requested by ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b304d737536
branches: pkgsrc-2005Q1
changeset: 491025:3b304d737536
user: salo <salo%pkgsrc.org@localhost>
date: Tue May 10 07:59:48 2005 +0000
description:
Pullup ticket 487 - requested by Min Sik Kim
portability fix for tcpslice
Revisions pulled up:
- pkgsrc/net/tcpslice/distinfo 1.3
- pkgsrc/net/tcpslice/patches/patch-aa 1.2
Module Name: pkgsrc
Committed By: minskim
Date: Mon May 9 21:29:52 UTC 2005
Modified Files:
pkgsrc/net/tcpslice: distinfo
pkgsrc/net/tcpslice/patches: patch-aa
Log Message:
Use BSD_INSTALL_* for correct ownership and permission.
Pointed out by Darrin B. Jewell in PR pkg/30005.
diffstat:
net/tcpslice/distinfo | 4 ++--
net/tcpslice/patches/patch-aa | 15 +++++++++------
2 files changed, 11 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r 653dd9a4956f -r 3b304d737536 net/tcpslice/distinfo
--- a/net/tcpslice/distinfo Sat May 07 16:12:35 2005 +0000
+++ b/net/tcpslice/distinfo Tue May 10 07:59:48 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:14:05 agc Exp $
+$NetBSD: distinfo,v 1.2.2.1 2005/05/10 07:59:48 salo Exp $
SHA1 (tcpslice-1.2a1.tar.gz) = ff954089339d375ffa780a10a5df8d6033515126
RMD160 (tcpslice-1.2a1.tar.gz) = 0a89e05b5584c6d423f6f7ee983708aaaabd4185
Size (tcpslice-1.2a1.tar.gz) = 59286 bytes
-SHA1 (patch-aa) = 05c59300a87d049bb67596e19527f61ea0d77b1c
+SHA1 (patch-aa) = 82aa2bb3cd7a691ea0559b804ca334588b37822b
diff -r 653dd9a4956f -r 3b304d737536 net/tcpslice/patches/patch-aa
--- a/net/tcpslice/patches/patch-aa Sat May 07 16:12:35 2005 +0000
+++ b/net/tcpslice/patches/patch-aa Tue May 10 07:59:48 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/09/26 05:49:31 jlam Exp $
+$NetBSD: patch-aa,v 1.1.1.1.20.1 2005/05/10 07:59:48 salo Exp $
---- Makefile.in.orig Sun Sep 10 10:54:27 2000
+--- Makefile.in.orig 2000-09-10 03:54:27.000000000 -0500
+++ Makefile.in
-@@ -56,6 +56,9 @@
+@@ -56,6 +56,9 @@ LIBS = @LIBS@
INSTALL = @INSTALL@
@@ -12,15 +12,18 @@
# Explicitly define compilation rule since SunOS 4's make doesn't like gcc.
# Also, gcc does not remove the .o before forking 'as', which can be a
# problem if you don't own the file but can write to the directory.
-@@ -97,9 +100,11 @@
+@@ -97,10 +100,12 @@ version.c: $(srcdir)/VERSION
sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@
install: force
+- $(INSTALL) -m 555 -o bin -g bin tcpslice $(DESTDIR)$(BINDEST)
+ -$(INSTALL_PROGRAM_DIR) $(DESTDIR)$(BINDEST)
- $(INSTALL) -m 555 -o bin -g bin tcpslice $(DESTDIR)$(BINDEST)
++ $(BSD_INSTALL_PROGRAM) tcpslice $(DESTDIR)$(BINDEST)
install-man: force
+- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/$(PROG).1 \
+ $(INSTALL_MAN_DIR) $(DESTDIR)$(MANDEST)/man1
- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/$(PROG).1 \
++ $(BSD_INSTALL_MAN) $(srcdir)/$(PROG).1 \
$(DESTDIR)$(MANDEST)/man1
+ lint: $(GENSRC) force
Home |
Main Index |
Thread Index |
Old Index