summaryrefslogtreecommitdiff
path: root/security/libident
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2007-06-21 18:33:19 +0000
committerminskim <minskim@pkgsrc.org>2007-06-21 18:33:19 +0000
commitef19331d18dfa681d2a59b19d4c89853eaf5c22a (patch)
tree9cae6e3e2a01f7e3f80b0061b23658bebc5cdebb /security/libident
parent5c964bbfee399af1131b7770a2029875bbd45e82 (diff)
downloadpkgsrc-ef19331d18dfa681d2a59b19d4c89853eaf5c22a.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/distinfo4
-rw-r--r--security/libident/patches/patch-aa23
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"