summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-01-11 22:44:34 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-01-11 22:44:34 +0000
commit1381e97471a5fbbd4a61bd2b02fa47362cbc9c80 (patch)
tree5e5bf1f4807da9e92f236f052ee3da577eddd8ec /databases
parent9898ce27ffaa942258f045c55ae63667b6ffd589 (diff)
downloadpkgsrc-1381e97471a5fbbd4a61bd2b02fa47362cbc9c80.tar.gz
Forgot to remove the ranlib call for libmystrings, which is not installed
by mysql-client. This should fix problem reported by Stoned Elipot.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql4-client/distinfo4
-rw-r--r--databases/mysql4-client/patches/patch-ay16
2 files changed, 14 insertions, 6 deletions
diff --git a/databases/mysql4-client/distinfo b/databases/mysql4-client/distinfo
index 0d27913db4c..8a12abd1359 100644
--- a/databases/mysql4-client/distinfo
+++ b/databases/mysql4-client/distinfo
@@ -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-au) = 9183bfa3a6f5b4a9553a6de83448fb684d514a91
SHA1 (patch-av) = e2563965cb074c4dbd3b225b98de579dbb1d2b9b
SHA1 (patch-aw) = cd03eb6c81a932186370e9ed248d0c7886b7286d
SHA1 (patch-ax) = 9e9176468d6d335617862a4d77a358931d7c8c49
-SHA1 (patch-ay) = 5cb2f32bd1a0dfb0cc9d94c08736dceeac799d12
+SHA1 (patch-ay) = 9b1dfa213491d8daf82ff8d5ee293d1279c64ce8
diff --git a/databases/mysql4-client/patches/patch-ay b/databases/mysql4-client/patches/patch-ay
index 3e94fb987d8..6d434b619da 100644
--- a/databases/mysql4-client/patches/patch-ay
+++ b/databases/mysql4-client/patches/patch-ay
@@ -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 @@ $NetBSD: patch-ay,v 1.1 2005/01/10 15:47:18 xtraeme Exp $
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'"; \