Date: Tue, 31 May 2005 00:43:48 -0300 (BRT) From: Marcus Grando <marcus@corp.grupos.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ale@FreeBSD.org Subject: ports/81690: Update port: databases/mysql41-server to 4.1.12 Message-ID: <20050531034348.2AEBF5639@corp.grupos.com.br> Resent-Message-ID: <200505310350.j4V3o1Tg057686@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81690 >Category: ports >Synopsis: Update port: databases/mysql41-server to 4.1.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 31 03:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Grando >Release: FreeBSD 4.11-STABLE i386 >Organization: Grupos Internet S/A >Environment: System: FreeBSD corp.grupos.com.br 4.11-STABLE FreeBSD 4.11-STABLE #49: Mon May 9 12:28:47 BRT 2005 root@corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386 >Description: Update port: databases/mysql41-server to 4.1.12 - Update to 4.1.12 - Remake files/patch-scripts::Makefile.in - Update docs Removed files: files/patch-Docs::Makefile.in NOTE: I test in 5.4, tomorrow test in 4.11 >How-To-Repeat: >Fix: --- mysql41-server.patch begins here --- diff -ruN mysql41-server.orig/Makefile mysql41-server/Makefile --- mysql41-server.orig/Makefile Tue Apr 12 00:25:02 2005 +++ mysql41-server/Makefile Tue May 31 00:39:46 2005 @@ -6,8 +6,8 @@ # PORTNAME?= mysql -PORTVERSION= 4.1.11 -PORTREVISION?= 1 +PORTVERSION= 4.1.12 +PORTREVISION?= 0 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQL-4.1 @@ -121,7 +121,7 @@ mysqld_safe.1 perror.1 replace.1 .if !defined(NOPORTDOCS) -PORTDOCS= manual.html manual.txt manual_toc.html +PORTDOCS= mysql.info .endif INFO= mysql diff -ruN mysql41-server.orig/distinfo mysql41-server/distinfo --- mysql41-server.orig/distinfo Wed Apr 6 07:58:50 2005 +++ mysql41-server/distinfo Tue May 31 00:39:46 2005 @@ -1,2 +1,2 @@ -MD5 (mysql-4.1.11.tar.gz) = 0b99001b07cad53f161ec629a6bb24ea -SIZE (mysql-4.1.11.tar.gz) = 22880239 +MD5 (mysql-4.1.12.tar.gz) = 56a6f5cacd97ae290e07bbe19f279af1 +SIZE (mysql-4.1.12.tar.gz) = 17069350 diff -ruN mysql41-server.orig/files/patch-Docs::Makefile.in mysql41-server/files/patch-Docs::Makefile.in --- mysql41-server.orig/files/patch-Docs::Makefile.in Mon Jan 10 06:53:10 2005 +++ mysql41-server/files/patch-Docs::Makefile.in Wed Dec 31 21:00:00 1969 @@ -1,29 +0,0 @@ ---- Docs/Makefile.in.orig Sun Jan 9 12:51:43 2005 -+++ Docs/Makefile.in Sun Jan 9 12:58:11 2005 -@@ -316,7 +316,7 @@ - - SUBDIRS = Images - GT = $(srcdir)/Support/generate-text-files.pl --all: $(BUILT_SOURCES) -+all: - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: -@@ -626,7 +626,7 @@ - for dir in "$(DESTDIR)$(infodir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done --install: $(BUILT_SOURCES) -+install: - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive -@@ -750,7 +750,7 @@ - tags tags-recursive uninstall uninstall-am uninstall-info-am - - --all: $(targets) txt_files -+all: - - txt_files: ../INSTALL-SOURCE ../COPYING ../EXCEPTIONS-CLIENT \ - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt diff -ruN mysql41-server.orig/files/patch-scripts::Makefile.in mysql41-server/files/patch-scripts::Makefile.in --- mysql41-server.orig/files/patch-scripts::Makefile.in Mon Jan 10 06:53:10 2005 +++ mysql41-server/files/patch-scripts::Makefile.in Tue May 31 00:39:46 2005 @@ -1,6 +1,6 @@ ---- scripts/Makefile.in.orig Tue Dec 14 13:41:31 2004 -+++ scripts/Makefile.in Sun Dec 19 11:52:42 2004 -@@ -316,26 +316,7 @@ +--- scripts/Makefile.in.orig Mon May 30 23:32:44 2005 ++++ scripts/Makefile.in Mon May 30 23:34:50 2005 +@@ -320,26 +320,7 @@ vio_dir = @vio_dir@ vio_libs = @vio_libs@ zlib_dir = @zlib_dir@ @@ -24,25 +24,16 @@ - make_win_src_distribution \ - make_win_binary_distribution \ - mysql_create_system_tables -+bin_SCRIPTS = ++bin_SCRIPTS = EXTRA_SCRIPTS = make_binary_distribution.sh \ make_sharedlib_distribution.sh \ -@@ -366,7 +347,7 @@ +@@ -369,7 +350,7 @@ mysqlaccess.conf \ mysqlbug -dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql -+dist_pkgdata_DATA = ++dist_pkgdata_DATA = # mysqlbug should be distributed built so that people can report build # failures with it. -@@ -652,8 +633,6 @@ - - all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - --fill_help_tables.sql: fill_help_tables ../Docs/manual.texi -- ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: --- mysql41-server.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050531034348.2AEBF5639>