pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql4-client Forgot to remove the ranlib ca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/639f94a0e53c
branches:  trunk
changeset: 487260:639f94a0e53c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jan 11 22:44:34 2005 +0000

description:
Forgot to remove the ranlib call for libmystrings, which is not installed
by mysql-client. This should fix problem reported by Stoned Elipot.

diffstat:

 databases/mysql4-client/distinfo         |   4 ++--
 databases/mysql4-client/patches/patch-ay |  16 ++++++++++++----
 2 files changed, 14 insertions(+), 6 deletions(-)

diffs (46 lines):

diff -r e43fd77b282f -r 639f94a0e53c databases/mysql4-client/distinfo
--- a/databases/mysql4-client/distinfo  Tue Jan 11 22:26:01 2005 +0000
+++ b/databases/mysql4-client/distinfo  Tue Jan 11 22:44:34 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/01/10 15:47:18 xtraeme Exp $
+$NetBSD: distinfo,v 1.12 2005/01/11 22:44:34 xtraeme Exp $
 
 SHA1 (mysql-4.1.8a.tar.gz) = 845555eb6d1f48806e24e66a7a28ae822729cdcf
 Size (mysql-4.1.8a.tar.gz) = 22945198 bytes
@@ -7,4 +7,4 @@
 SHA1 (patch-av) = e2563965cb074c4dbd3b225b98de579dbb1d2b9b
 SHA1 (patch-aw) = cd03eb6c81a932186370e9ed248d0c7886b7286d
 SHA1 (patch-ax) = 9e9176468d6d335617862a4d77a358931d7c8c49
-SHA1 (patch-ay) = 5cb2f32bd1a0dfb0cc9d94c08736dceeac799d12
+SHA1 (patch-ay) = 9b1dfa213491d8daf82ff8d5ee293d1279c64ce8
diff -r e43fd77b282f -r 639f94a0e53c databases/mysql4-client/patches/patch-ay
--- a/databases/mysql4-client/patches/patch-ay  Tue Jan 11 22:26:01 2005 +0000
+++ b/databases/mysql4-client/patches/patch-ay  Tue Jan 11 22:44:34 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ay,v 1.1 2005/01/10 15:47:18 xtraeme Exp $
+$NetBSD: patch-ay,v 1.2 2005/01/11 22:44:34 xtraeme Exp $
 
---- strings/Makefile.in.orig   2005-01-10 15:59:35.000000000 +0100
-+++ strings/Makefile.in        2005-01-10 16:00:49.000000000 +0100
+--- strings/Makefile.in.orig   2004-12-27 17:48:04.000000000 +0100
++++ strings/Makefile.in        2005-01-11 23:29:03.000000000 +0100
 @@ -599,7 +599,6 @@
          if test -f $$p; then \
            f="`echo $$p | sed -e 's|^.*/||'`"; \
@@ -10,7 +10,15 @@
          else :; fi; \
        done
        @$(POST_INSTALL)
-@@ -616,7 +615,6 @@
+@@ -607,7 +606,6 @@
+         if test -f $$p; then \
+           p="`echo $$p | sed -e 's|^.*/||'`"; \
+           echo " $(RANLIB) '$(DESTDIR)$(pkglibdir)/$$p'"; \
+-          $(RANLIB) "$(DESTDIR)$(pkglibdir)/$$p"; \
+         else :; fi; \
+       done
+ 
+@@ -616,7 +614,6 @@
        @list='$(pkglib_LIBRARIES)'; for p in $$list; do \
          p="`echo $$p | sed -e 's|^.*/||'`"; \
          echo " rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \



Home | Main Index | Thread Index | Old Index