pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libident Set "install" as a .PHONY target so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4fde69bd26c7
branches:  trunk
changeset: 530290:4fde69bd26c7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 21 18:33:19 2007 +0000

description:
Set "install" as a .PHONY target so that it works on case-insensitive
filesystems.

diffstat:

 security/libident/distinfo         |   4 ++--
 security/libident/patches/patch-aa |  23 ++++++++++++++---------
 2 files changed, 16 insertions(+), 11 deletions(-)

diffs (78 lines):

diff -r 8cbcaf377324 -r 4fde69bd26c7 security/libident/distinfo
--- a/security/libident/distinfo        Thu Jun 21 18:18:30 2007 +0000
+++ b/security/libident/distinfo        Thu Jun 21 18:33:19 2007 +0000
@@ -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 -r 8cbcaf377324 -r 4fde69bd26c7 security/libident/patches/patch-aa
--- a/security/libident/patches/patch-aa        Thu Jun 21 18:18:30 2007 +0000
+++ b/security/libident/patches/patch-aa        Thu Jun 21 18:33:19 2007 +0000
@@ -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 @@
  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 @@
  
  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 @@
        @echo dynix
        @echo hpux
        @echo irix
-@@ -52,8 +54,8 @@
+@@ -52,8 +56,8 @@ all:         $(LIBIDENT)
  
  $(LIBIDENT):  $(OBJS)
        -$(RM) $(LIBIDENT)
@@ -50,7 +55,7 @@
  
  testers: lookup-tester ident-tester
  
-@@ -82,13 +84,9 @@
+@@ -82,13 +86,9 @@ version:
  #
  
  install:
@@ -67,7 +72,7 @@
  
  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"
  



Home | Main Index | Thread Index | Old Index