FreeBSD Bugzilla – Attachment 53984 Details for
Bug 81690
Update port: databases/mysql41-server to 4.1.12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql41-server.patch
mysql41-server.patch (text/plain), 3.80 KB, created by
Marcus Grando
on 2005-05-31 23:51:48 UTC
(
hide
)
Description:
mysql41-server.patch
Filename:
MIME Type:
Creator:
Marcus Grando
Created:
2005-05-31 23:51:48 UTC
Size:
3.80 KB
patch
obsolete
>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 15:16:42 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 >@@ -89,6 +89,9 @@ > > .if ${OSVERSION} < 500000 > CXX= ${CC} >+LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline >+CXXFLAGS+= -I/usr/local/include -L/usr/local/lib >+LDFLAGS+= -I/usr/local/include -L/usr/local/lib > .endif > .if defined(BUILD_OPTIMIZED) > CFLAGS+= -O3 -fno-omit-frame-pointer >@@ -121,7 +124,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 14:10:00 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 14:10:00 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:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81690
:
53983
| 53984