1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Upgrade to 3.23.55.

This commit is contained in:
Dirk Froemberg 2003-01-29 16:30:27 +00:00
parent c451c2cd55
commit 62f5f7182f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74215
27 changed files with 72 additions and 63 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources

View File

@ -6,7 +6,7 @@
#
PORTNAME?= ${MASTERPORTNAME}
PORTVERSION= 3.23.54
PORTVERSION= 3.23.55
PORTREVISION?= 0
CATEGORIES= databases
MASTER_SITES= http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \

View File

@ -1 +1 @@
MD5 (mysql-3.23.54.tar.gz) = 03e1b9c2a76e4bff4f0ec68b62f3aaca
MD5 (mysql-3.23.55.tar.gz) = 259196ddc00c94051dceb9e86574d17e

View File

@ -1,18 +1,19 @@
--- Makefile.in.orig Thu Dec 5 10:37:22 2002
+++ Makefile.in Sat Dec 14 16:24:26 2002
@@ -195,10 +195,11 @@
--- Makefile.in.orig Thu Jan 23 16:13:43 2003
+++ Makefile.in Wed Jan 29 17:11:29 2003
@@ -195,11 +195,11 @@
EXTRA_DIST = INSTALL-SOURCE README \
COPYING COPYING.LIB MIRRORS
-SUBDIRS = include @docs_dirs@ @readline_dir@ \
-SUBDIRS = . include @docs_dirs@ @readline_dir@ \
- @thread_dirs@ @sql_client_dirs@ \
- @sql_server_dirs@ scripts tests man \
- @bench_dirs@ support-files os2
-
+.if defined(CLIENT_ONLY)
+SUBDIRS = include @readline_dir@ @sql_client_dirs@ tests man
+.else
+SUBDIRS = include @thread_dirs@ @docs_dirs@ @sql_server_dirs@ scripts support-files
+.endif
# Relink after clean
CLEANFILES = linked_client_sources linked_server_sources linked_libmysql_sources linked_libmysql_r_sources linked_include_sources