FreeBSD Bugzilla – Attachment 164818 Details for
Bug 204251
databases/xtrabackup: Update to 2.3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
New patch
xtrabackup-2.3.3.diff.txt (text/plain), 3.10 KB, created by
Wen Heping
on 2015-12-29 14:03:04 UTC
(
hide
)
Description:
New patch
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2015-12-29 14:03:04 UTC
Size:
3.10 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 404711) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= xtrabackup >-PORTVERSION= 2.2.12 >+PORTVERSION= 2.3.3 > CATEGORIES= databases > MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/ > DISTNAME= percona-${PORTNAME}-${PORTVERSION} >@@ -16,16 +16,20 @@ > # quilt is required by build.sh > BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ > cmake:${PORTSDIR}/devel/cmake \ >- bison:${PORTSDIR}/devel/bison >-LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ >+ bison:${PORTSDIR}/devel/bison \ >+ vim:${PORTSDIR}/editors/vim >+LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \ >+ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ > libgpg-error.so:${PORTSDIR}/security/libgpg-error > RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ > qpress:${PORTSDIR}/archivers/qpress > > # autotool is in use for 5.1 builds >-USES= alias autoreconf:build cpe gettext cmake libtool perl5 >+USES= alias autoreconf:build cpe gettext cmake libtool perl5 shebangfix > CPE_VENDOR= percona >+SHEBANG_FILES= storage/innobase/xtrabackup/xbcloud_osenv.sh > >-PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt >+PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt \ >+ bin/xbcloud bin/xbcloud_osenv > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 404711) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (percona-xtrabackup-2.2.12.tar.gz) = 6e8e3f6e6188321eef649cc1169bbc70200e4ae6a55160f3382db6be02a538d3 >-SIZE (percona-xtrabackup-2.2.12.tar.gz) = 34827353 >+SHA256 (percona-xtrabackup-2.3.3.tar.gz) = 88c2b2897c571dd9fac73c1506620a95276f0b7d7e7a30d96aadff0b0f23ae15 >+SIZE (percona-xtrabackup-2.3.3.tar.gz) = 34864301 >Index: files/patch-libarchive-CMakeLists.txt >=================================================================== >--- files/patch-libarchive-CMakeLists.txt (nonexistent) >+++ files/patch-libarchive-CMakeLists.txt (working copy) >@@ -0,0 +1,14 @@ >+--- storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt 2015-10-16 20:40:52.000000000 +0200 >++++ storage/innobase/xtrabackup/src/libarchive/CMakeLists.txt.new 2015-11-03 14:46:57.952677630 +0100 >+@@ -822,9 +822,9 @@ >+ # Especially for early development, we want to be a little >+ # aggressive about diagnosing build problems; this can get >+ # relaxed somewhat in final shipping versions. >+-IF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") >++IF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") >+ ADD_DEFINITIONS(-Wall -Werror) >+-ENDIF ("CMAKE_C_COMPILER_ID" MATCHES "^GNU$") >++ENDIF (CMAKE_C_COMPILER_ID MATCHES "^GNU$") >+ >+ IF(ENABLE_TEST) >+ ADD_CUSTOM_TARGET(run_all_tests) > >Property changes on: files/patch-libarchive-CMakeLists.txt >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Raw
Actions:
View
Attachments on
bug 204251
:
162732
| 164818 |
165830