head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.8 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.6 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.4 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.2 pkgsrc-2011Q2-base:1.7 pkgsrc-2010Q2:1.6.0.24 pkgsrc-2010Q2-base:1.6 pkgsrc-2010Q1:1.6.0.22 pkgsrc-2010Q1-base:1.6 pkgsrc-2009Q4:1.6.0.20 pkgsrc-2009Q4-base:1.6 pkgsrc-2009Q3:1.6.0.18 pkgsrc-2009Q3-base:1.6 pkgsrc-2009Q2:1.6.0.16 pkgsrc-2009Q2-base:1.6 pkgsrc-2009Q1:1.6.0.14 pkgsrc-2009Q1-base:1.6 pkgsrc-2008Q4:1.6.0.12 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.10 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.8 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.6 pkgsrc-2008Q2-base:1.6 cwrapper:1.6.0.4 pkgsrc-2008Q1:1.6.0.2 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.4.0.6 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.4 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.2 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.10 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.8 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.6 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.4 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.2 pkgsrc-2005Q1-base:1.2; locks; strict; comment @# @; 1.7 date 2010.09.23.14.35.40; author taca; state dead; branches; next 1.6; 1.6 date 2008.03.26.13.22.00; author wiz; state Exp; branches; next 1.5; 1.5 date 2008.03.25.13.42.52; author wiz; state dead; branches; next 1.4; 1.4 date 2007.05.23.08.11.49; author martti; state Exp; branches; next 1.3; 1.3 date 2006.05.26.18.25.34; author seb; state Exp; branches; next 1.2; 1.2 date 2005.01.11.22.44.34; author xtraeme; state Exp; branches; next 1.1; 1.1 date 2005.01.10.15.47.18; author xtraeme; state Exp; branches; next ; desc @@ 1.7 log @Good-by mysql4-client now. It isn't supported any more and no package need it now. @ text @$NetBSD: patch-ay,v 1.6 2008/03/26 13:22:00 wiz Exp $ --- strings/Makefile.in.orig 2006-11-03 04:19:10.000000000 +0200 +++ strings/Makefile.in 2007-05-23 08:24:57.000000000 +0300 @@@@ -584,7 +584,7 @@@@ @@$(NORMAL_INSTALL) test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)" @@list='$(pkglib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ + if false; then \ f=$(am__strip_dir) \ echo " $(pkglibLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \ $(pkglibLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ @@@@ -592,7 +592,7 @@@@ done @@$(POST_INSTALL) @@list='$(pkglib_LIBRARIES)'; for p in $$list; do \ - if test -f $$p; then \ + if false; then \ p=$(am__strip_dir) \ echo " $(RANLIB) '$(DESTDIR)$(pkglibdir)/$$p'"; \ $(RANLIB) "$(DESTDIR)$(pkglibdir)/$$p"; \ @ 1.6 log @Re-add mysql4 packages. Andreas Hallmann graciously agreed to maintain them. @ text @d1 1 a1 1 $NetBSD: patch-ay,v 1.4 2007/05/23 08:11:49 martti Exp $ @ 1.5 log @Remove mysql4 (4.1 branch) packages. They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13. @ text @@ 1.4 log @Updated MySQL to 4.1.22 Lots of bug fixes, see http://dev.mysql.com/doc/refman/4.1/en/news-4-1-22.html @ text @d1 1 a1 1 $NetBSD: patch-ay,v 1.3 2006/05/26 18:25:34 seb Exp $ @ 1.3 log @Update mysql4-client and mysql4-server to version 4.1.19. Lots of changes since last packaged version (4.1.15), please see: http://dev.mysql.com/doc/refman/4.1/en/news-4-1-19.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-18.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-17.html http://dev.mysql.com/doc/refman/4.1/en/news-4-1-16.html Most notably this version includes a fix for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1517 While here install more man pages and merge mysql4-client/patches/patch-ad into mysql4-client/patches/patch-af. @ text @d1 1 a1 1 $NetBSD: patch-ay,v 1.2 2005/01/11 22:44:34 xtraeme Exp $ d3 3 a5 3 --- strings/Makefile.in.orig 2006-04-29 05:36:54.000000000 +0000 +++ strings/Makefile.in @@@@ -583,7 +583,7 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR d14 1 a14 1 @@@@ -591,7 +591,7 @@@@ install-pkglibLIBRARIES: $(pkglib_LIBRAR @ 1.2 log @Forgot to remove the ranlib call for libmystrings, which is not installed by mysql-client. This should fix problem reported by Stoned Elipot. @ text @d1 1 a1 1 $NetBSD$ d3 9 a11 5 --- 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|^.*/||'`"; \ d13 2 a14 2 - $(pkglibLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \ else :; fi; \ d17 4 a20 3 @@@@ -607,7 +606,6 @@@@ if test -f $$p; then \ p="`echo $$p | sed -e 's|^.*/||'`"; \ d22 1 a22 12 - $(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'"; \ - rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \ done clean-pkglibLIBRARIES: @ 1.1 log @Update mysql4-* to 4.1.8a. Please check http://dev.mysql.com/doc/mysql/en/News-4.1.8.html to see the list of changes, new features added and a bunch of bugs were fixed. @ text @d3 2 a4 2 --- strings/Makefile.in.orig 2005-01-10 15:59:35.000000000 +0100 +++ strings/Makefile.in 2005-01-10 16:00:49.000000000 +0100 d13 9 a21 1 @@@@ -616,7 +615,6 @@@@ @