diff options
author | minskim <minskim> | 2007-06-21 18:33:19 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-06-21 18:33:19 +0000 |
commit | 9411a26af8706c627cc3c21844526af9428c3191 (patch) | |
tree | 9cae6e3e2a01f7e3f80b0061b23658bebc5cdebb /security/libident | |
parent | 3df234cda4992bf6f7e9228814ddb917aaedfe7c (diff) | |
download | pkgsrc-9411a26af8706c627cc3c21844526af9428c3191.tar.gz |
Set "install" as a .PHONY target so that it works on case-insensitive
filesystems.
Diffstat (limited to 'security/libident')
-rw-r--r-- | security/libident/distinfo | 4 | ||||
-rw-r--r-- | security/libident/patches/patch-aa | 23 |
2 files changed, 16 insertions, 11 deletions
diff --git a/security/libident/distinfo b/security/libident/distinfo index fee98a140eb..a552e0259ba 100644 --- a/security/libident/distinfo +++ b/security/libident/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 13:10:07 agc Exp $ +$NetBSD: distinfo,v 1.5 2007/06/21 18:33:19 minskim Exp $ SHA1 (libident-0.22.tar.gz) = cf70a9600880085c333d4e8623ece8056a196cc6 RMD160 (libident-0.22.tar.gz) = ebbd3d3de7f1c22c6c8c620722c1ba25a4f5b4eb Size (libident-0.22.tar.gz) = 10716 bytes -SHA1 (patch-aa) = c50abad31f43c0761794f3bdb1dcf606b4be28be +SHA1 (patch-aa) = 02557ca4f0d23a2dc0f81fdc6186dcb43301d144 diff --git a/security/libident/patches/patch-aa b/security/libident/patches/patch-aa index d80a455d7d3..767f573e9cd 100644 --- a/security/libident/patches/patch-aa +++ b/security/libident/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2003/01/19 09:04:04 salo Exp $ +$NetBSD: patch-aa,v 1.7 2007/06/21 18:33:19 minskim Exp $ ---- Makefile.orig Fri Jan 17 20:10:55 1997 -+++ Makefile Fri Mar 12 17:20:39 1999 -@@ -4,11 +4,12 @@ +--- Makefile.orig 1997-01-17 11:10:55.000000000 -0800 ++++ Makefile +@@ -4,25 +4,28 @@ MAKE=make SHELL=/bin/sh @@ -18,7 +18,12 @@ $NetBSD: patch-aa,v 1.6 2003/01/19 09:04:04 salo Exp $ LIBDIR=$(INSTROOT)/lib INCDIR=$(INSTROOT)/include MANDIR=$(INSTROOT)/man/man3 -@@ -19,10 +20,10 @@ + ++.PHONY: install ++ + # + # Add -g for debugging information + # # Add -DHAVE_ANSIHEADERS if your system have the ANSI C header files # needed for our purposes (stdlib, string, unistd). # @@ -31,7 +36,7 @@ $NetBSD: patch-aa,v 1.6 2003/01/19 09:04:04 salo Exp $ OBJS = ident.o id_open.o id_close.o id_query.o id_parse.o support.o version.o -@@ -33,6 +34,7 @@ +@@ -33,6 +36,7 @@ fail: @echo aix @echo bsd @echo bsd2.11 @@ -39,7 +44,7 @@ $NetBSD: patch-aa,v 1.6 2003/01/19 09:04:04 salo Exp $ @echo dynix @echo hpux @echo irix -@@ -52,8 +54,8 @@ +@@ -52,8 +56,8 @@ all: $(LIBIDENT) $(LIBIDENT): $(OBJS) -$(RM) $(LIBIDENT) @@ -50,7 +55,7 @@ $NetBSD: patch-aa,v 1.6 2003/01/19 09:04:04 salo Exp $ testers: lookup-tester ident-tester -@@ -82,13 +84,9 @@ +@@ -82,13 +86,9 @@ version: # install: @@ -67,7 +72,7 @@ $NetBSD: patch-aa,v 1.6 2003/01/19 09:04:04 salo Exp $ clean: -$(RM) $(LIBIDENT) ident-tester lookup-tester *~ core *.o \#* -@@ -126,6 +124,8 @@ +@@ -126,6 +126,8 @@ bsd: bsd2.11: @$(MAKE) all CC="$(CC)" CFLAGS="-O -DSIGRETURNTYPE=int -DHAVE_ANSIHEADERS" |