pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/rdigest/patches Follow update of digest Makef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9eb824c6b32
branches:  trunk
changeset: 530793:f9eb824c6b32
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 09 15:19:15 2007 +0000

description:
Follow update of digest Makefile, bits is no longer.

diffstat:

 pkgtools/rdigest/patches/patch-aa |  24 +++++++-----------------
 1 files changed, 7 insertions(+), 17 deletions(-)

diffs (49 lines):

diff -r d6b16b4a3b4f -r f9eb824c6b32 pkgtools/rdigest/patches/patch-aa
--- a/pkgtools/rdigest/patches/patch-aa Mon Jul 09 14:53:23 2007 +0000
+++ b/pkgtools/rdigest/patches/patch-aa Mon Jul 09 15:19:15 2007 +0000
@@ -1,20 +1,14 @@
-$NetBSD: patch-aa,v 1.2 2005/03/28 20:52:55 agc Exp $
+$NetBSD: patch-aa,v 1.3 2007/07/09 15:19:15 joerg Exp $
 
---- Makefile.in.orig   2005-03-28 21:39:38.000000000 +0100
-+++ Makefile.in        2005-03-28 21:41:02.000000000 +0100
-@@ -57,7 +57,7 @@
+--- Makefile.in.orig   2007-07-07 17:26:43.000000000 +0000
++++ Makefile.in
+@@ -56,16 +56,16 @@ missing mkinstalldirs regress.sh
  .c.o:
        $(COMPILE) -c $< -o $@
  
 -all: digest
 +all: rdigest
  
- digest-types.h: bits
-       ./bits digest-types.h
-@@ -65,10 +65,10 @@
- bits: bits.o
-       $(LINK) $(bits_OBJS) $(LIBS)
- 
 -digest: $(digest_OBJS)
 +rdigest: $(digest_OBJS)
        $(LINK) $(digest_OBJS) $(LIBS)
@@ -23,17 +17,13 @@
 +check: rdigest
        @SHELL@ $(srcdir)/regress.sh
  
- digest.o: digest-types.h
-@@ -84,7 +84,7 @@
- whirlpool.o: digest-types.h
- 
  clean:
--      rm -f *.o digest bits digest-types.h
-+      rm -f *.o rdigest bits digest-types.h
+-      rm -f *.o digest
++      rm -f *.o rdigest
  
  distclean: clean
        rm -f Makefile config.h
-@@ -93,18 +93,18 @@
+@@ -74,18 +74,18 @@ distclean: clean
  maintainer-clean: distclean
        rm -f configure config.h.in
  



Home | Main Index | Thread Index | Old Index