[Libreoffice-commits] core.git: download.lst external/firebird

Lionel Elie Mamane lionel at mamane.lu
Fri Jan 29 17:30:38 PST 2016


 download.lst                                   |    4 
 external/firebird/ExternalPackage_firebird.mk  |    4 
 external/firebird/ExternalProject_firebird.mk  |    2 
 external/firebird/UnpackedTarball_firebird.mk  |    1 
 external/firebird/firebird-c++11.patch.1       |  214 -------------------------
 external/firebird/firebird-c++11replfn.patch.0 |   50 -----
 external/firebird/firebird-cygwin-msvc.patch.1 |   31 ---
 external/firebird/firebird-macosx.patch.1      |   54 ++----
 8 files changed, 30 insertions(+), 330 deletions(-)

New commits:
commit 9784ff3d878eaa21491fbd779e57d7d4710f5449
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Fri Jan 29 13:29:19 2016 +0100

    new upstream version Firebird 2.5.5
    
    Change-Id: I89e30eb340d84c942046a18e6f4acc7fb376def6
    Reviewed-on: https://gerrit.libreoffice.org/21904
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/download.lst b/download.lst
index a3156fc..aedb01e 100644
--- a/download.lst
+++ b/download.lst
@@ -31,8 +31,8 @@ export ETONYEK_MD5SUM := 77ff46936dcc83670557274e7dd2aa33
 export ETONYEK_VERSION_MICRO := 6
 export ETONYEK_TARBALL := libetonyek-0.1.$(ETONYEK_VERSION_MICRO).tar.bz2
 export EXPAT_TARBALL := dd7dab7a5fea97d2a6a43f511449b7cd-expat-2.1.0.tar.gz
-export FIREBIRD_MD5SUM := 7a17ec9889424b98baa29e001a054434
-export FIREBIRD_TARBALL := Firebird-2.5.4.26856-0.tar.bz2
+export FIREBIRD_MD5SUM := b0b5293991fcf07347b38431c80be1d4
+export FIREBIRD_TARBALL := Firebird-2.5.5.26952-0.tar.bz2
 # FIREBIRD_MD5SUM := b259c2d1c60a03bd104108405ae990a7
 # export FIREBIRD_TARBALL := Firebird-3.0-alpha1-20130302.tar.gz
 export FONTCONFIG_TARBALL := 77e15a92006ddc2adbb06f840d591c0e-fontconfig-2.8.0.tar.gz
diff --git a/external/firebird/ExternalPackage_firebird.mk b/external/firebird/ExternalPackage_firebird.mk
index 3b921ed..6e757d8 100644
--- a/external/firebird/ExternalPackage_firebird.mk
+++ b/external/firebird/ExternalPackage_firebird.mk
@@ -14,9 +14,9 @@ $(eval $(call gb_ExternalPackage_use_external_project,firebird,firebird))
 ifeq ($(OS)-$(COM),WNT-MSC)
 $(eval $(call gb_ExternalPackage_add_file,firebird,$(LIBO_LIB_FOLDER)/ifbembed.dll,gen/firebird/bin/ifbembed.dll))
 else ifeq ($(OS),MACOSX)
-$(eval $(call gb_ExternalPackage_add_file,firebird,$(LIBO_LIB_FOLDER)/libfbembed.dylib,gen/firebird/lib/libfbembed.dylib.2.5.4))
+$(eval $(call gb_ExternalPackage_add_file,firebird,$(LIBO_LIB_FOLDER)/libfbembed.dylib,gen/firebird/lib/libfbembed.dylib.2.5.5))
 else ifeq ($(DISABLE_DYNLOADING),)
-$(eval $(call gb_ExternalPackage_add_file,firebird,$(LIBO_LIB_FOLDER)/libfbembed.so.2.5,gen/firebird/lib/libfbembed.so.2.5.4))
+$(eval $(call gb_ExternalPackage_add_file,firebird,$(LIBO_LIB_FOLDER)/libfbembed.so.2.5,gen/firebird/lib/libfbembed.so.2.5.5))
 endif
 
 $(eval $(call gb_ExternalPackage_add_file,firebird,$(LIBO_SHARE_FOLDER)/firebird/firebird.msg,gen/firebird/firebird.msg))
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk
index 8d09a25..353786a 100644
--- a/external/firebird/ExternalProject_firebird.mk
+++ b/external/firebird/ExternalProject_firebird.mk
@@ -63,6 +63,6 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
 		   $(MAKE) CPU=$(PARALLELISM) SHELL=$(SHELL) firebird_embedded \
 		$(if $(filter MACOSX,$(OS)),&& $(PERL) \
 			$(SRCDIR)/solenv/bin/macosx-change-install-names.pl shl OOO \
-			$(gb_Package_SOURCEDIR_firebird)/gen/firebird/lib/libfbembed.dylib.2.5.4) \
+			$(gb_Package_SOURCEDIR_firebird)/gen/firebird/lib/libfbembed.dylib.2.5.5) \
 	)
 # vim: set noet sw=4 ts=4:
diff --git a/external/firebird/UnpackedTarball_firebird.mk b/external/firebird/UnpackedTarball_firebird.mk
index 9701fc2..d04a350a 100644
--- a/external/firebird/UnpackedTarball_firebird.mk
+++ b/external/firebird/UnpackedTarball_firebird.mk
@@ -16,7 +16,6 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,firebird,0))
 $(eval $(call gb_UnpackedTarball_add_patches,firebird,\
 	external/firebird/firebird-rpath.patch.0 \
 	external/firebird/firebird-c++11.patch.1 \
-	external/firebird/firebird-c++11replfn.patch.0 \
         external/firebird/firebird.disable-ib-util-not-found.patch.1 \
 	external/firebird/firebird-c++14.patch \
 ))
diff --git a/external/firebird/firebird-c++11.patch.1 b/external/firebird/firebird-c++11.patch.1
index 2890577..8f22616 100644
--- a/external/firebird/firebird-c++11.patch.1
+++ b/external/firebird/firebird-c++11.patch.1
@@ -14,163 +14,6 @@
  		blr_eoc
  	};
  	static FB_API_HANDLE req_handle;
---- firebird/src/gpre/c_cxx.cpp
-+++ firebird/src/gpre/c_cxx.cpp
-@@ -876,7 +876,7 @@
- 		if (based_on->bas_flags & BAS_segment)
- 		{
- 			if (*variable != '*')
--				fprintf(gpreGlob.out_file, "[%"SLONGFORMAT"]", length);
-+				fprintf(gpreGlob.out_file, "[%" SLONGFORMAT "]", length);
- 		}
- 		else if (field->fld_array_info)
- 		{
-@@ -885,7 +885,7 @@
- 			for (const dim* dimension = field->fld_array_info->ary_dimension;
- 				dimension; dimension = dimension->dim_next)
- 			{
--				fprintf(gpreGlob.out_file, " [%"SLONGFORMAT"]", dimension->dim_upper - dimension->dim_lower + 1);
-+				fprintf(gpreGlob.out_file, " [%" SLONGFORMAT "]", dimension->dim_upper - dimension->dim_lower + 1);
- 			}
- 
- 			if (field->fld_array_info->ary_dtype <= dtype_varying && field->fld_length > 1)
-@@ -1577,7 +1577,7 @@
- 	const gpre_dbb* db = (gpre_dbb*) action->act_object;
- 	align(column);
- 
--	fprintf(gpreGlob.out_file, "isc_drop_database (%s, %"SIZEFORMAT", \"%s\", rdb$k_db_type_gds);",
-+	fprintf(gpreGlob.out_file, "isc_drop_database (%s, %" SIZEFORMAT ", \"%s\", rdb$k_db_type_gds);",
- 			   status_vector(action),
- 			   strlen(db->dbb_filename), db->dbb_filename);
- 	set_sqlcode(action, column);
-@@ -3471,7 +3471,7 @@
- 
- static void gen_type( const act* action, int column)
- {
--	printa(column, "%"SLONGFORMAT, (SLONG)(IPTR)action->act_object);
-+	printa(column, "%" SLONGFORMAT, (SLONG)(IPTR)action->act_object);
- }
- 
- 
-@@ -3623,7 +3623,7 @@
- 	for (const dim* dimension = field->fld_array_info->ary_dimension; dimension;
- 		 dimension = dimension->dim_next)
- 	{
--		fprintf(gpreGlob.out_file, " [%"SLONGFORMAT"]", dimension->dim_upper - dimension->dim_lower + 1);
-+		fprintf(gpreGlob.out_file, " [%" SLONGFORMAT "]", dimension->dim_upper - dimension->dim_lower + 1);
- 	}
- 
- 	if (field->fld_array_info->ary_dtype <= dtype_varying)
---- firebird/src/gpre/exp.cpp
-+++ firebird/src/gpre/exp.cpp
-@@ -398,7 +398,7 @@
- 	if (gpreGlob.token_global.tok_type != tok_number)
- 		CPR_s_error("<number>");
- 
--	const char format[8] = "%"SQUADFORMAT;
-+	const char format[8] = "%" SQUADFORMAT;
- 	SINT64 n;
- 	sscanf(gpreGlob.token_global.tok_string, format, &n);
- 
-@@ -428,7 +428,7 @@
- 
- 	const SLONG n = atoi(gpreGlob.token_global.tok_string);
- 	char buffer[32];
--	sprintf(buffer, "%"SLONGFORMAT, n);
-+	sprintf(buffer, "%" SLONGFORMAT, n);
- 	if (strcmp(buffer, gpreGlob.token_global.tok_string) != 0)
- 		PAR_error("Numeric value out of range");
- 
-@@ -478,7 +478,7 @@
- 
- 	const ULONG n = atoi(gpreGlob.token_global.tok_string);
- 	char buffer[32];
--	sprintf(buffer, "%"ULONGFORMAT, n);
-+	sprintf(buffer, "%" ULONGFORMAT, n);
- 	if (strcmp(buffer, gpreGlob.token_global.tok_string) != 0)
- 		PAR_error("Numeric value out of range");
- 
---- firebird/src/gpre/gpre.cpp
-+++ firebird/src/gpre/gpre.cpp
-@@ -2525,9 +2525,9 @@
- 				if (line_pending)
- 				{
- 					if (line == 1)
--						fprintf(gpreGlob.out_file, "#line %"SLONGFORMAT" \"%s\"\n", line, backlash_fixed_file_name);
-+						fprintf(gpreGlob.out_file, "#line %" SLONGFORMAT " \"%s\"\n", line, backlash_fixed_file_name);
- 					else
--						fprintf(gpreGlob.out_file, "\n#line %"SLONGFORMAT" \"%s\"", line, backlash_fixed_file_name);
-+						fprintf(gpreGlob.out_file, "\n#line %" SLONGFORMAT " \"%s\"", line, backlash_fixed_file_name);
- 
- 					line_pending = false;
- 				}
-@@ -2668,7 +2668,7 @@
- 	{
- 		if (c == '\n' && line_pending)
- 		{
--			fprintf(gpreGlob.out_file, "\n#line %"SLONGFORMAT" \"%s\"", line + 1, backlash_fixed_file_name);
-+			fprintf(gpreGlob.out_file, "\n#line %" SLONGFORMAT " \"%s\"", line + 1, backlash_fixed_file_name);
- 			line_pending = false;
- 		}
- 		if (c == EOF)
---- firebird/src/gpre/int_cxx.cpp
-+++ firebird/src/gpre/int_cxx.cpp
-@@ -290,7 +290,7 @@
- 	fprintf(gpreGlob.out_file, "if (!%s)", request->req_handle);
- 	align(column);
- 	fprintf(gpreGlob.out_file,
--		"%s = CMP_compile2 (tdbb, (UCHAR*) jrd_%"ULONGFORMAT", sizeof(jrd_%"ULONGFORMAT"), true);",
-+		"%s = CMP_compile2 (tdbb, (UCHAR*) jrd_%" ULONGFORMAT ", sizeof(jrd_%" ULONGFORMAT "), true);",
- 			   request->req_handle, request->req_ident, request->req_ident);
- }
- 
-@@ -478,7 +478,7 @@
- {
- 
- 	fprintf(gpreGlob.out_file,
--			   "EXE_receive (tdbb, %s, %d, %d, (UCHAR*) &jrd_%"ULONGFORMAT");",
-+			   "EXE_receive (tdbb, %s, %d, %d, (UCHAR*) &jrd_%" ULONGFORMAT ");",
- 			   request->req_handle, port->por_msg_number, port->por_length,
- 			   port->por_ident);
- }
-@@ -495,7 +495,7 @@
- 	if (!(request->req_flags & REQ_exp_hand))
- 		fprintf(gpreGlob.out_file, "static void\t*%s;\t// request handle \n", request->req_handle);
- 
--	fprintf(gpreGlob.out_file, "static const UCHAR\tjrd_%"ULONGFORMAT" [%d] =",
-+	fprintf(gpreGlob.out_file, "static const UCHAR\tjrd_%" ULONGFORMAT " [%d] =",
- 			   request->req_ident, request->req_length);
- 	align(INDENT);
- 	fprintf(gpreGlob.out_file, "{\t// blr string \n");
-@@ -588,7 +588,7 @@
- 	}
- 	align(column);
- 
--	fprintf(gpreGlob.out_file, "EXE_send (tdbb, %s, %d, %d, (UCHAR*) &jrd_%"ULONGFORMAT");",
-+	fprintf(gpreGlob.out_file, "EXE_send (tdbb, %s, %d, %d, (UCHAR*) &jrd_%" ULONGFORMAT ");",
- 			   request->req_handle, port->por_msg_number, port->por_length, port->por_ident);
- }
- 
-@@ -716,7 +716,7 @@
- 			fprintf(gpreGlob.out_file, fmtstr, reference->ref_ident, name);
- 	}
- 	align(column);
--	fprintf(gpreGlob.out_file, "} jrd_%"ULONGFORMAT";", port->por_ident);
-+	fprintf(gpreGlob.out_file, "} jrd_%" ULONGFORMAT ";", port->por_ident);
- }
- 
- 
---- firebird/src/gpre/pat.cpp
-+++ firebird/src/gpre/pat.cpp
-@@ -417,7 +417,7 @@
- 			}
- 		}
- 		else if (long_flag) {
--			sprintf(p, "%"SLONGFORMAT, long_value);
-+			sprintf(p, "%" SLONGFORMAT , long_value);
- 		}
- 		else {
- 			sprintf(p, "%d", value);
 --- firebird/src/gpre/sqe.cpp
 +++ firebird/src/gpre/sqe.cpp
 @@ -2529,7 +2529,7 @@
@@ -182,60 +25,3 @@
  
  	MSC_match(KW_PLUS);
  
---- firebird/src/common/classes/alloc.cpp
-+++ firebird/src/common/classes/alloc.cpp
-@@ -1100,7 +1100,7 @@
- 				if (blk->mbk_flags & MBK_LAST)
- 					break;
- 			}
--			fprintf(file, "Blocks %"SIZEFORMAT" min %"SIZEFORMAT" max %"SIZEFORMAT" size %"SIZEFORMAT" \n\n",
-+			fprintf(file, "Blocks %" SIZEFORMAT " min %" SIZEFORMAT " max %" SIZEFORMAT " size %" SIZEFORMAT " \n\n",
- 					cnt, min, max, sum);
- 		}
- 
-@@ -1303,7 +1303,7 @@
- 		FreeMemoryBlock* freeBlock = blockToPtr<FreeMemoryBlock*>(blk);
- 		freeBlock->fbk_next_fragment = NULL;
- 
--		BlockInfo temp = {blockLength, freeBlock};
-+		BlockInfo temp = {static_cast<size_t>(blockLength), freeBlock};
- 		pool->freeBlocks.add(temp);
- 		if (!pool->parent_redirect)
- 		{
---- firebird/src/common/cvt.cpp
-+++ firebird/src/common/cvt.cpp
-@@ -144,7 +144,7 @@
- 
- #ifndef NATIVE_QUAD
- #ifndef WORDS_BIGENDIAN
--static const SQUAD quad_min_int = { 0, SLONG_MIN };
-+static const SQUAD quad_min_int = { 0, static_cast<ULONG>(SLONG_MIN) };
- static const SQUAD quad_max_int = { -1, SLONG_MAX };
- #else
- static const SQUAD quad_min_int = { SLONG_MIN, 0 };
---- firebird/src/jrd/perf.cpp
-+++ firebird/src/jrd/perf.cpp
-@@ -164,20 +164,20 @@
- 			case 'b':
- 			case 'c':
- 			case 'x':
--				sprintf(p, "%"SQUADFORMAT, delta);
-+				sprintf(p, "%" SQUADFORMAT , delta);
- 				while (*p)
- 					p++;
- 				break;
- 
- 			case 'u':
- 			case 's':
--				sprintf(p, "%"SQUADFORMAT".%.2"SQUADFORMAT, delta / TICK, (delta % TICK) * 100 / TICK);
-+				sprintf(p, "%" SQUADFORMAT ".%.2" SQUADFORMAT , delta / TICK, (delta % TICK) * 100 / TICK);
- 				while (*p)
- 					p++;
- 				break;
- 
- 			case 'e':
--				sprintf(p, "%"SQUADFORMAT".%.2"SQUADFORMAT, delta / 100, delta % 100);
-+				sprintf(p, "%" SQUADFORMAT ".%.2" SQUADFORMAT , delta / 100, delta % 100);
- 				while (*p)
- 					p++;
- 				break;
diff --git a/external/firebird/firebird-c++11replfn.patch.0 b/external/firebird/firebird-c++11replfn.patch.0
deleted file mode 100644
index 53b1dd0..0000000
--- a/external/firebird/firebird-c++11replfn.patch.0
+++ /dev/null
@@ -1,50 +0,0 @@
---- src/common/classes/alloc.h
-+++ src/common/classes/alloc.h
-@@ -489,23 +489,7 @@
- inline static MemoryPool* getDefaultMemoryPool() { return Firebird::MemoryPool::processMemoryPool; }
- 
- // Global versions of operators new and delete
--inline void* operator new(size_t s) THROW_BAD_ALLOC
--{
--	return Firebird::MemoryPool::globalAlloc(s);
--}
--inline void* operator new[](size_t s) THROW_BAD_ALLOC
--{
--	return Firebird::MemoryPool::globalAlloc(s);
--}
- 
--inline void operator delete(void* mem) throw()
--{
--	Firebird::MemoryPool::globalFree(mem);
--}
--inline void operator delete[](void* mem) throw()
--{
--	Firebird::MemoryPool::globalFree(mem);
--}
- 
- #ifdef DEBUG_GDS_ALLOC
- inline void* operator new(size_t s, Firebird::MemoryPool& pool, const char* file, int line)
---- src/common/classes/alloc.cpp
-+++ src/common/classes/alloc.cpp
-@@ -2080,3 +2080,21 @@
- #endif
- 
- } // namespace Firebird
-+
-+void* operator new(size_t s) THROW_BAD_ALLOC
-+{
-+	return Firebird::MemoryPool::globalAlloc(s);
-+}
-+void* operator new[](size_t s) THROW_BAD_ALLOC
-+{
-+	return Firebird::MemoryPool::globalAlloc(s);
-+}
-+
-+void operator delete(void* mem) throw()
-+{
-+	Firebird::MemoryPool::globalFree(mem);
-+}
-+void operator delete[](void* mem) throw()
-+{
-+	Firebird::MemoryPool::globalFree(mem);
-+}
diff --git a/external/firebird/firebird-cygwin-msvc.patch.1 b/external/firebird/firebird-cygwin-msvc.patch.1
index 653360c..565e178 100644
--- a/external/firebird/firebird-cygwin-msvc.patch.1
+++ b/external/firebird/firebird-cygwin-msvc.patch.1
@@ -302,10 +302,10 @@ diff -ur firebird.org/builds/posix/prefix.mingw firebird/builds/posix/prefix.min
  # 
  
  # -Wno-unused-variable is used due to unused gpre generated variables
--PROD_FLAGS=-O2  -march=i586 -DMINGW -mno-cygwin -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
--DEV_FLAGS=-ggdb -march=i586 -DMINGW -mno-cygwin -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
-+PROD_FLAGS=-O2  -march=i586 -DMINGW -mno-cygwin -Wall -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
-+DEV_FLAGS=-ggdb -march=i586 -DMINGW -mno-cygwin -Wall -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
+-PROD_FLAGS=-O2  -march=i586 -DMINGW -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
+-DEV_FLAGS=-ggdb -march=i586 -DMINGW -Wall -Wshadow -Wundef -Wno-long-long -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-switch -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
++PROD_FLAGS=-O2  -march=i586 -DMINGW -Wall -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
++DEV_FLAGS=-ggdb -march=i586 -DMINGW -Wall -fmessage-length=0 -Dlint -DWIN32_LEAN_AND_MEAN -MMD -mthreads
  
  PLATFORM_PATH=os/win32
  
@@ -338,15 +338,6 @@ diff -ur firebird.org/builds/posix/prefix.mingw firebird/builds/posix/prefix.min
 diff -ur firebird.org/configure firebird/configure
 --- firebird.org/configure	2015-07-30 18:57:33.826760500 +0200
 +++ firebird/configure	2015-07-30 19:29:23.873496600 +0200
-@@ -2878,7 +2878,7 @@
-     SHRLIB_EXT=so
-     ;;
- 
--  *-*-mingw*)
-+  *-*-mingw* | *-*-cygwin*)
-     MAKEFILE_PREFIX=mingw
-     PLATFORM=win32
- 
 @@ -9016,6 +9016,9 @@
  mingw*)
    opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
@@ -476,20 +467,6 @@ diff -ur firebird.org/src/jrd/isc.cpp firebird/src/jrd/isc.cpp
  #include <windows.h>
  #include <aclapi.h>
  #include <lmcons.h>
-diff -ur firebird.org/src/jrd/os/win32/mod_loader.cpp firebird/src/jrd/os/win32/mod_loader.cpp
---- firebird.org/src/jrd/os/win32/mod_loader.cpp	2015-07-30 18:57:24.014278400 +0200
-+++ firebird/src/jrd/os/win32/mod_loader.cpp	2015-07-30 19:29:44.029786700 +0200
-@@ -95,6 +95,10 @@
-                     "msvcr90.dll",
- #elif _MSC_VER == 1600
-                     "msvcr100.dll",
-+#elif _MSC_VER == 1700
-+                    "msvcr110.dll",
-+#elif _MSC_VER == 1800
-+                     "mscvr120.dll",
- #else
-                     #error Specify CRT DLL name here !
- #endif
 diff -ur firebird.org/src/misc/makeHeader.cpp firebird/src/misc/makeHeader.cpp
 --- firebird.org/src/misc/makeHeader.cpp	2015-07-30 18:57:26.498503700 +0200
 +++ firebird/src/misc/makeHeader.cpp	2015-07-30 19:29:24.279812900 +0200
diff --git a/external/firebird/firebird-macosx.patch.1 b/external/firebird/firebird-macosx.patch.1
index 8a49289..b947373 100644
--- a/external/firebird/firebird-macosx.patch.1
+++ b/external/firebird/firebird-macosx.patch.1
@@ -27,15 +27,6 @@
  
  PLATFORM_POSTBUILD_TARGET=darwin_postbuild_target
  
-@@ -57,7 +57,7 @@
- 
- LINK_TRACE = $(LIB_LINK) $(LIB_BUNDLE_OPTIONS)
- 
--LINK_CLIENT = $(LIB_LINK) -nodefaultlibs $(LINK_FIREBIRD_CLIENT_SYMBOLS) $(LIB_LINK_OPTIONS) $(LIB_LINK_IMPLIB)\
-+LINK_CLIENT = $(LIB_LINK) $(LINK_FIREBIRD_CLIENT_SYMBOLS) $(LIB_LINK_OPTIONS) $(LIB_LINK_IMPLIB)\
-  $(LIB_CLIENT_LINK_OPTIONS) $(LIB_LINK_SONAME)
- 
- ifeq (@VOID_PTR_SIZE@,8)
 diff -ur firebird.org/builds/posix/postfix.darwin firebird/builds/posix/postfix.darwin
 --- firebird.org/builds/posix/postfix.darwin	2013-07-12 20:55:46.000000000 +0200
 +++ firebird/builds/posix/postfix.darwin	2013-07-15 12:07:36.000000000 +0200
@@ -67,47 +58,44 @@ diff -ur firebird.org/builds/posix/postfix.darwin firebird/builds/posix/postfix.
 +++ firebird/builds/posix/prefix.darwin_i386
 @@ -24,7 +24,7 @@
  # 4. for  CFLAGS, CXXFLAGS, LDFLAGS export '-m32 -arch i386'
- # 5. export MACOSX_DEPLOYMENT_TARGET=10.6
+ # 5. export MACOSX_DEPLOYMENT_TARGET=10.7
  
 -DYLD_LIBRARY_PATH=$(FIREBIRD)/lib
 +DYLD_LIBRARY_PATH:=$(FIREBIRD)/lib:$(DYLD_LIBRARY_PATH)
  export DYLD_LIBRARY_PATH
  
- MACOSX_DEPLOYMENT_TARGET=10.6
-@@ -32,9 +32,9 @@
+ MACOSX_DEPLOYMENT_TARGET=10.7
+@@ -34,8 +34,8 @@
  
  OS_ServerFiles=inet_server.cpp
  
--PROD_FLAGS=-O1 -DDARWIN -pipe -p -MMD -fPIC -fno-common -arch i386 -mmacosx-version-min=10.6
--DEV_FLAGS=-ggdb -DDARWIN -pipe -p -MMD -fPIC -fno-common -Wall -arch i386 -mmacosx-version-min=10.6
--CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden -fno-weak
-+PROD_FLAGS=-O1 -DDARWIN -pipe -p -MMD -fPIC -fno-common
-+DEV_FLAGS=-ggdb -DDARWIN -pipe -p -MMD -fPIC -fno-common -Wall
-+CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden
- EMBED_UTIL_TARGETS=gstat gds_relay gsec fbguard nbackup fb_lock_print fbsvcmgr fbtracemgr
- CLIENT_UTIL_TARGETS=gds_relay gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr \
- 	fbtracemgr
+-PROD_FLAGS=-O1 -DDARWIN -pipe -p -MMD -fPIC -fno-common -arch i386 -mmacosx-version-min=10.7
+-DEV_FLAGS=-ggdb -DDARWIN -pipe -p -MMD -fPIC -fno-common -Wall -arch i386 -mmacosx-version-min=10.7
++PROD_FLAGS=-O1 -DDARWIN -pipe -p -MMD -fPIC -fno-common -arch i386
++DEV_FLAGS=-ggdb -DDARWIN -pipe -p -MMD -fPIC -fno-common -Wall -arch i386
+ CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden
+ EMBED_UTIL_TARGETS=gstat gsec fbguard nbackup fb_lock_print fbsvcmgr fbtracemgr
+ CLIENT_UTIL_TARGETS=gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr fbtracemgr
 --- firebird.org/builds/posix/prefix.darwin_x86_64
 +++ firebird/builds/posix/prefix.darwin_x86_64
 @@ -19,7 +19,7 @@
  #
- # Default build from 10.6
+ # Default build from 10.7 using Clang
  
 -DYLD_LIBRARY_PATH=$(FIREBIRD)/lib
 +DYLD_LIBRARY_PATH:=$(FIREBIRD)/lib:$(DYLD_LIBRARY_PATH)
  export DYLD_LIBRARY_PATH
  
- MACOSX_DEPLOYMENT_TARGET=10.6
-@@ -27,9 +27,9 @@
+ MACOSX_DEPLOYMENT_TARGET=10.7
+@@ -27,8 +27,8 @@
  
  OS_ServerFiles=inet_server.cpp
  
--PROD_FLAGS=-O1 -DDARWIN -pipe -p -MMD -fPIC -fno-common -mmacosx-version-min=10.6
--DEV_FLAGS=-ggdb -DDARWIN -pipe -p -MMD -fPIC -fno-common -Wall -mmacosx-version-min=10.6
--CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden -fno-weak
-+PROD_FLAGS=-O1 -DDARWIN -pipe -p -MMD -fPIC -fno-common
-+DEV_FLAGS=-ggdb -DDARWIN -pipe -p -MMD -fPIC -fno-common -Wall
-+CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden
- EMBED_UTIL_TARGETS=gstat gds_relay gsec fbguard nbackup fb_lock_print fbsvcmgr fbtracemgr
- CLIENT_UTIL_TARGETS=gds_relay gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr \
- 	fbtracemgr
+-PROD_FLAGS=-O1 -DDARWIN -pipe -MMD -fPIC -fno-common -mmacosx-version-min=10.7
+-DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-common -Wall -mmacosx-version-min=10.7
++PROD_FLAGS=-O1 -DDARWIN -pipe -MMD -fPIC -fno-common
++DEV_FLAGS=-ggdb -DDARWIN -pipe -MMD -fPIC -fno-common -Wall
+ CXXFLAGS:=$(CXXFLAGS) -fvisibility-inlines-hidden -fvisibility=hidden
+ EMBED_UTIL_TARGETS=gstat gsec fbguard nbackup fb_lock_print fbsvcmgr fbtracemgr
+ CLIENT_UTIL_TARGETS=gstat gsec fbguard fbmgr_bin nbackup fb_lock_print fbsvcmgr fbtracemgr 
+


More information about the Libreoffice-commits mailing list