diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-12 21:06:03 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-12 21:06:03 +0000 |
commit | 56fa7c247a92a77e3f5910f22ede34944ff02783 (patch) | |
tree | c550c03e1a8f071259ea6ab2fd9997929d9fa2b9 /editors | |
parent | 9494643a1670b2b55b8e448f5b5b59f485b34ed9 (diff) | |
download | FreeBSD-ports-56fa7c247a92a77e3f5910f22ede34944ff02783.zip FreeBSD-ports-56fa7c247a92a77e3f5910f22ede34944ff02783.tar.gz |
Enable the exported symbols map files again. A missing map file has been added
and now the build works with map files. It seems that some of these patches
have been comitted to the OO repo. Add new patches to fix this.
Diffstat (limited to 'editors')
162 files changed, 1181 insertions, 735 deletions
diff --git a/editors/openoffice-1.0/files/patch-chaos+util+makefile.mk b/editors/openoffice-1.0/files/patch-chaos+util+makefile.mk new file mode 100644 index 0000000..ba211f9 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-chaos+util+makefile.mk @@ -0,0 +1,11 @@ +--- ../chaos/util/makefile.mk.orig Wed Jun 12 01:16:35 2002 ++++ ../chaos/util/makefile.mk Wed Jun 12 01:16:47 2002 +@@ -100,7 +100,7 @@ + + SHL1TARGET= cnt$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP= exports.$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= exports.map diff --git a/editors/openoffice-1.0/files/patch-chaos::util::makefile.mk b/editors/openoffice-1.0/files/patch-chaos::util::makefile.mk new file mode 100644 index 0000000..ba211f9 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-chaos::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../chaos/util/makefile.mk.orig Wed Jun 12 01:16:35 2002 ++++ ../chaos/util/makefile.mk Wed Jun 12 01:16:47 2002 +@@ -100,7 +100,7 @@ + + SHL1TARGET= cnt$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP= exports.$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= exports.map diff --git a/editors/openoffice-1.0/files/patch-configmgr::util::makefile.mk b/editors/openoffice-1.0/files/patch-configmgr::util::makefile.mk deleted file mode 100644 index b0738b3..0000000 --- a/editors/openoffice-1.0/files/patch-configmgr::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../configmgr/util/makefile.mk.orig Sat Mar 2 20:36:09 2002 -+++ ../configmgr/util/makefile.mk Sat Mar 2 20:36:24 2002 -@@ -73,7 +73,7 @@ - # --- Library ----------------------------------- - - SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR) --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+adabas+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+adabas+makefile.mk new file mode 100644 index 0000000..fdab3ab --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+adabas+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Wed Jun 12 01:06:20 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Wed Jun 12 01:06:34 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+calc+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+calc+makefile.mk new file mode 100644 index 0000000..043038a --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+calc+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Wed Jun 12 01:36:16 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Wed Jun 12 01:36:22 2002 +@@ -92,9 +92,7 @@ + $(SLO)$/CDriver.obj + + .IF "$(OS)"!="MACOSX" +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + .ENDIF + # --- Library ----------------------------------- + diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+dbase+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+dbase+makefile.mk new file mode 100644 index 0000000..029f04a --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+dbase+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Wed Jun 12 01:26:39 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Wed Jun 12 01:26:48 2002 +@@ -116,7 +116,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+file+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+file+makefile.mk new file mode 100644 index 0000000..8776a49 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+file+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Wed Jun 12 01:12:42 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Wed Jun 12 01:12:44 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+flat+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+flat+makefile.mk new file mode 100644 index 0000000..d6af428 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+flat+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Wed Jun 12 01:14:43 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Wed Jun 12 01:15:03 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+jdbc+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+jdbc+makefile.mk new file mode 100644 index 0000000..1801ae3 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+jdbc+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Wed Jun 12 00:57:12 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Wed Jun 12 00:57:21 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-1.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::adabas::makefile.mk new file mode 100644 index 0000000..fdab3ab --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Wed Jun 12 01:06:20 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Wed Jun 12 01:06:34 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::calc::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::calc::makefile.mk new file mode 100644 index 0000000..043038a --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::calc::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Wed Jun 12 01:36:16 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Wed Jun 12 01:36:22 2002 +@@ -92,9 +92,7 @@ + $(SLO)$/CDriver.obj + + .IF "$(OS)"!="MACOSX" +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + .ENDIF + # --- Library ----------------------------------- + diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::dbase::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::dbase::makefile.mk new file mode 100644 index 0000000..029f04a --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::dbase::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Wed Jun 12 01:26:39 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Wed Jun 12 01:26:48 2002 +@@ -116,7 +116,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::file::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::file::makefile.mk new file mode 100644 index 0000000..8776a49 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::file::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Wed Jun 12 01:12:42 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Wed Jun 12 01:12:44 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk new file mode 100644 index 0000000..d6af428 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Wed Jun 12 01:14:43 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Wed Jun 12 01:15:03 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::jdbc::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::jdbc::makefile.mk new file mode 100644 index 0000000..1801ae3 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::jdbc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Wed Jun 12 00:57:12 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Wed Jun 12 00:57:21 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-1.0/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-1.0/files/patch-cppu+util+makefile.mk b/editors/openoffice-1.0/files/patch-cppu+util+makefile.mk new file mode 100644 index 0000000..875a5fb --- /dev/null +++ b/editors/openoffice-1.0/files/patch-cppu+util+makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Wed Jun 12 01:39:28 2002 ++++ ../cppu/util/makefile.mk Wed Jun 12 01:39:32 2002 +@@ -87,9 +87,7 @@ + + SHL1DEPN= + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"!="FREEBSD" + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +-.ENDIF + + SHL1VERSIONMAP=$(TARGET).map + diff --git a/editors/openoffice-1.0/files/patch-cppu::util::makefile.mk b/editors/openoffice-1.0/files/patch-cppu::util::makefile.mk new file mode 100644 index 0000000..875a5fb --- /dev/null +++ b/editors/openoffice-1.0/files/patch-cppu::util::makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Wed Jun 12 01:39:28 2002 ++++ ../cppu/util/makefile.mk Wed Jun 12 01:39:32 2002 +@@ -87,9 +87,7 @@ + + SHL1DEPN= + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"!="FREEBSD" + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +-.ENDIF + + SHL1VERSIONMAP=$(TARGET).map + diff --git a/editors/openoffice-1.0/files/patch-inet::util::makefile.mk b/editors/openoffice-1.0/files/patch-inet::util::makefile.mk deleted file mode 100644 index 222d4b6..0000000 --- a/editors/openoffice-1.0/files/patch-inet::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../inet/util/makefile.mk.orig Sat Mar 2 21:17:20 2002 -+++ ../inet/util/makefile.mk Sat Mar 2 21:17:42 2002 -@@ -116,7 +116,7 @@ - - SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) - SHL1IMPLIB= $(TARGET) --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-package::util::makefile.mk b/editors/openoffice-1.0/files/patch-package::util::makefile.mk deleted file mode 100644 index 2bf58ce..0000000 --- a/editors/openoffice-1.0/files/patch-package::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../package/util/makefile.mk.orig Sat Mar 2 22:06:28 2002 -+++ ../package/util/makefile.mk Sat Mar 2 22:06:31 2002 -@@ -88,7 +88,9 @@ - - SHL1TARGET=$(TARGET)$(MAJOR_VERSION) - SHL1IMPLIB=i$(TARGET) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=$(SOLARENV)$/src$/component.map -+.ENDIF - - SHL1STDLIBS=\ - $(CPPULIB) \ diff --git a/editors/openoffice-1.0/files/patch-psprint::util::makefile.mk b/editors/openoffice-1.0/files/patch-psprint::util::makefile.mk deleted file mode 100644 index faa0b78..0000000 --- a/editors/openoffice-1.0/files/patch-psprint::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../psprint/util/makefile.mk.orig Sat Mar 2 22:24:38 2002 -+++ ../psprint/util/makefile.mk Sat Mar 2 22:25:27 2002 -@@ -91,7 +91,9 @@ - .IF "$(OS)"=="SOLARIS" - SHL1VERSIONMAP=libpsp_solaris.map - .ELSE # should work for all gcc/binutils based linker (ld) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=libpsp_linux.map -+.ENDIF - .ENDIF - SHL1STDLIBS=$(UNOTOOLSLIB) \ - $(TOOLSLIB) \ diff --git a/editors/openoffice-1.0/files/patch-registry::util::makefile.mk b/editors/openoffice-1.0/files/patch-registry::util::makefile.mk deleted file mode 100644 index f1970ad..0000000 --- a/editors/openoffice-1.0/files/patch-registry::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../registry/util/makefile.mk.orig Sat Mar 2 22:28:13 2002 -+++ ../registry/util/makefile.mk Sat Mar 2 22:28:07 2002 -@@ -95,7 +95,9 @@ - $(STORELIB) \ - $(LIBCIMT) - -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map -+.ENDIF - - SHL1LIBS= $(LIB1TARGET) - SHL1DEPN= $(LIB1TARGET) diff --git a/editors/openoffice-1.0/files/patch-sal::util::makefile.mk b/editors/openoffice-1.0/files/patch-sal::util::makefile.mk deleted file mode 100644 index b8bd219..0000000 --- a/editors/openoffice-1.0/files/patch-sal::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sal/util/makefile.mk.orig Sun Mar 17 12:51:30 2002 -+++ ../sal/util/makefile.mk Wed Apr 3 01:04:34 2002 -@@ -117,7 +117,9 @@ - SHL1TARGET= $(TARGET) - SHL1IMPLIB= i$(TARGET) - -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map -+.ENDIF - - .IF "$(GUI)"=="WNT" - .IF "$(COM)"!="GCC" diff --git a/editors/openoffice-1.0/files/patch-sax::util::makefile.mk b/editors/openoffice-1.0/files/patch-sax::util::makefile.mk deleted file mode 100644 index e6f307e..0000000 --- a/editors/openoffice-1.0/files/patch-sax::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sax/util/makefile.mk.old Sun Mar 3 01:33:10 2002 -+++ ../sax/util/makefile.mk Sun Mar 3 01:33:03 2002 -@@ -82,7 +82,9 @@ - $(EXPAT3RDLIB) - - SHL1LIBS= $(SLB)$/expatwrap.lib -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(SOLARENV)$/src$/component.map -+.ENDIF - SHL1DEF= $(MISC)$/$(SHL1TARGET).def - DEF1NAME= $(SHL1TARGET) - diff --git a/editors/openoffice-1.0/files/patch-sc::util::makefile.mk b/editors/openoffice-1.0/files/patch-sc::util::makefile.mk deleted file mode 100644 index 5e42dc2..0000000 --- a/editors/openoffice-1.0/files/patch-sc::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sc/util/makefile.mk.orig Mon Mar 11 21:48:24 2002 -+++ ../sc/util/makefile.mk Wed Apr 3 01:06:57 2002 -@@ -105,7 +105,9 @@ - # --- StarClac DLL - - SHL1TARGET= sc$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sc.map -+.ENDIF - SHL1IMPLIB= sci - - .IF "$(GUI)"=="UNX" diff --git a/editors/openoffice-1.0/files/patch-sch::util::makefile.mk b/editors/openoffice-1.0/files/patch-sch::util::makefile.mk deleted file mode 100644 index 33ee8a8..0000000 --- a/editors/openoffice-1.0/files/patch-sch::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sch/util/makefile.mk.orig Sun Mar 3 01:37:53 2002 -+++ ../sch/util/makefile.mk Sun Mar 3 01:38:16 2002 -@@ -111,7 +111,9 @@ - - - SHL1TARGET= sch$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sch.map -+.ENDIF - .IF "$(GUI)" == "WNT" || "$(GUI)" == "WIN" - SHL1RES= $(RCTARGET) - .ENDIF diff --git a/editors/openoffice-1.0/files/patch-sd::util::makefile.mk b/editors/openoffice-1.0/files/patch-sd::util::makefile.mk deleted file mode 100644 index 51f4b7f..0000000 --- a/editors/openoffice-1.0/files/patch-sd::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sd/util/makefile.mk.orig Sun Mar 3 01:39:39 2002 -+++ ../sd/util/makefile.mk Sun Mar 3 01:40:09 2002 -@@ -108,7 +108,9 @@ - # --- StarDraw DLL - - SHL1TARGET= sd$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sd.map -+.ENDIF - SHL1IMPLIB= sdi - SHL1STDLIBS= \ - $(SCHLIB) \ diff --git a/editors/openoffice-1.0/files/patch-starmath::util:makefile.mk b/editors/openoffice-1.0/files/patch-starmath::util:makefile.mk deleted file mode 100644 index a194531..0000000 --- a/editors/openoffice-1.0/files/patch-starmath::util:makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../starmath/util/makefile.mk.orig Tue Mar 5 21:44:02 2002 -+++ ../starmath/util/makefile.mk Tue Mar 5 21:44:22 2002 -@@ -84,7 +84,9 @@ - $(SOLARVERSION)$/$(INPATH)$/res$(EXT_UPDMINOR)$/sfx.srs - - SHL1TARGET= sm$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sm.map -+.ENDIF - .IF "$(GUI)" == "WNT" - SHL1RES= $(RCTARGET) - .ENDIF diff --git a/editors/openoffice-1.0/files/patch-store::util::makefile.mk b/editors/openoffice-1.0/files/patch-store::util::makefile.mk deleted file mode 100644 index 842ef8a..0000000 --- a/editors/openoffice-1.0/files/patch-store::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../store/util/makefile.mk.orig Tue Mar 5 21:47:39 2002 -+++ ../store/util/makefile.mk Tue Mar 5 21:47:59 2002 -@@ -88,7 +88,7 @@ - - SHL1TARGET= $(TARGET) - SHL1IMPLIB= istore --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice-1.0/files/patch-ucb+source+ucp+hierarchy+makefile.mk b/editors/openoffice-1.0/files/patch-ucb+source+ucp+hierarchy+makefile.mk new file mode 100644 index 0000000..18e68e8 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-ucb+source+ucp+hierarchy+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/hierarchy/makefile.mk.orig Wed Jun 12 01:34:50 2002 ++++ ../ucb/source/ucp/hierarchy/makefile.mk Wed Jun 12 01:34:52 2002 +@@ -96,7 +96,7 @@ + + SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP= $(TARGET).map + .ENDIF diff --git a/editors/openoffice-1.0/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-1.0/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk b/editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk new file mode 100644 index 0000000..18e68e8 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/hierarchy/makefile.mk.orig Wed Jun 12 01:34:50 2002 ++++ ../ucb/source/ucp/hierarchy/makefile.mk Wed Jun 12 01:34:52 2002 +@@ -96,7 +96,7 @@ + + SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP= $(TARGET).map + .ENDIF diff --git a/editors/openoffice-1.0/files/patch-ucb::source::ucp::webdav::makefile.mk b/editors/openoffice-1.0/files/patch-ucb::source::ucp::webdav::makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-1.0/files/patch-ucb::source::ucp::webdav::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice-1.0/files/patch-xmlhelp::util::makefile.mk b/editors/openoffice-1.0/files/patch-xmlhelp::util::makefile.mk deleted file mode 100644 index afed494..0000000 --- a/editors/openoffice-1.0/files/patch-xmlhelp::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../xmlhelp/util/makefile.mk.orig Fri Nov 23 14:59:19 2001 -+++ ../xmlhelp/util/makefile.mk Wed Apr 3 01:21:02 2002 -@@ -97,7 +97,9 @@ - SHL1TARGET=$(TARGET)$(UCP_VERSION) - SHL1DEF=$(MISC)$/$(SHL1TARGET).def - SHL1IMPLIB=i$(TARGET) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=exports.map -+.ENDIF - - # Add additional libs here. - SHL1STDLIBS= \ diff --git a/editors/openoffice-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-1.1-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-1.1-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-1.1-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-1.1-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-1.1/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-1.1/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-2.0-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-2.0-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-2.0-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-2.0-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice-3/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-3/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-3/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-3/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-3/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-3/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-3/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-3/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-3/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-3/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-chaos+util+makefile.mk b/editors/openoffice.org-1.0/files/patch-chaos+util+makefile.mk new file mode 100644 index 0000000..ba211f9 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-chaos+util+makefile.mk @@ -0,0 +1,11 @@ +--- ../chaos/util/makefile.mk.orig Wed Jun 12 01:16:35 2002 ++++ ../chaos/util/makefile.mk Wed Jun 12 01:16:47 2002 +@@ -100,7 +100,7 @@ + + SHL1TARGET= cnt$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP= exports.$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= exports.map diff --git a/editors/openoffice.org-1.0/files/patch-chaos::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-chaos::util::makefile.mk new file mode 100644 index 0000000..ba211f9 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-chaos::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../chaos/util/makefile.mk.orig Wed Jun 12 01:16:35 2002 ++++ ../chaos/util/makefile.mk Wed Jun 12 01:16:47 2002 +@@ -100,7 +100,7 @@ + + SHL1TARGET= cnt$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP= exports.$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= exports.map diff --git a/editors/openoffice.org-1.0/files/patch-configmgr::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-configmgr::util::makefile.mk deleted file mode 100644 index b0738b3..0000000 --- a/editors/openoffice.org-1.0/files/patch-configmgr::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../configmgr/util/makefile.mk.orig Sat Mar 2 20:36:09 2002 -+++ ../configmgr/util/makefile.mk Sat Mar 2 20:36:24 2002 -@@ -73,7 +73,7 @@ - # --- Library ----------------------------------- - - SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR) --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+adabas+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+adabas+makefile.mk new file mode 100644 index 0000000..fdab3ab --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+adabas+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Wed Jun 12 01:06:20 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Wed Jun 12 01:06:34 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+calc+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+calc+makefile.mk new file mode 100644 index 0000000..043038a --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+calc+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Wed Jun 12 01:36:16 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Wed Jun 12 01:36:22 2002 +@@ -92,9 +92,7 @@ + $(SLO)$/CDriver.obj + + .IF "$(OS)"!="MACOSX" +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + .ENDIF + # --- Library ----------------------------------- + diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+dbase+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+dbase+makefile.mk new file mode 100644 index 0000000..029f04a --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+dbase+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Wed Jun 12 01:26:39 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Wed Jun 12 01:26:48 2002 +@@ -116,7 +116,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+file+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+file+makefile.mk new file mode 100644 index 0000000..8776a49 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+file+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Wed Jun 12 01:12:42 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Wed Jun 12 01:12:44 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+flat+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+flat+makefile.mk new file mode 100644 index 0000000..d6af428 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+flat+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Wed Jun 12 01:14:43 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Wed Jun 12 01:15:03 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+jdbc+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+jdbc+makefile.mk new file mode 100644 index 0000000..1801ae3 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+jdbc+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Wed Jun 12 00:57:12 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Wed Jun 12 00:57:21 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::adabas::makefile.mk new file mode 100644 index 0000000..fdab3ab --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Wed Jun 12 01:06:20 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Wed Jun 12 01:06:34 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::calc::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::calc::makefile.mk new file mode 100644 index 0000000..043038a --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::calc::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Wed Jun 12 01:36:16 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Wed Jun 12 01:36:22 2002 +@@ -92,9 +92,7 @@ + $(SLO)$/CDriver.obj + + .IF "$(OS)"!="MACOSX" +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + .ENDIF + # --- Library ----------------------------------- + diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::dbase::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::dbase::makefile.mk new file mode 100644 index 0000000..029f04a --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::dbase::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Wed Jun 12 01:26:39 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Wed Jun 12 01:26:48 2002 +@@ -116,7 +116,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk new file mode 100644 index 0000000..8776a49 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::file::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Wed Jun 12 01:12:42 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Wed Jun 12 01:12:44 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk new file mode 100644 index 0000000..d6af428 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::flat::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Wed Jun 12 01:14:43 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Wed Jun 12 01:15:03 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::jdbc::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::jdbc::makefile.mk new file mode 100644 index 0000000..1801ae3 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::jdbc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Wed Jun 12 00:57:12 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Wed Jun 12 00:57:21 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::mozab::makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-1.0/files/patch-cppu+util+makefile.mk b/editors/openoffice.org-1.0/files/patch-cppu+util+makefile.mk new file mode 100644 index 0000000..875a5fb --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-cppu+util+makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Wed Jun 12 01:39:28 2002 ++++ ../cppu/util/makefile.mk Wed Jun 12 01:39:32 2002 +@@ -87,9 +87,7 @@ + + SHL1DEPN= + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"!="FREEBSD" + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +-.ENDIF + + SHL1VERSIONMAP=$(TARGET).map + diff --git a/editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk new file mode 100644 index 0000000..875a5fb --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-cppu::util::makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Wed Jun 12 01:39:28 2002 ++++ ../cppu/util/makefile.mk Wed Jun 12 01:39:32 2002 +@@ -87,9 +87,7 @@ + + SHL1DEPN= + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"!="FREEBSD" + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +-.ENDIF + + SHL1VERSIONMAP=$(TARGET).map + diff --git a/editors/openoffice.org-1.0/files/patch-inet::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-inet::util::makefile.mk deleted file mode 100644 index 222d4b6..0000000 --- a/editors/openoffice.org-1.0/files/patch-inet::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../inet/util/makefile.mk.orig Sat Mar 2 21:17:20 2002 -+++ ../inet/util/makefile.mk Sat Mar 2 21:17:42 2002 -@@ -116,7 +116,7 @@ - - SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) - SHL1IMPLIB= $(TARGET) --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-package::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-package::util::makefile.mk deleted file mode 100644 index 2bf58ce..0000000 --- a/editors/openoffice.org-1.0/files/patch-package::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../package/util/makefile.mk.orig Sat Mar 2 22:06:28 2002 -+++ ../package/util/makefile.mk Sat Mar 2 22:06:31 2002 -@@ -88,7 +88,9 @@ - - SHL1TARGET=$(TARGET)$(MAJOR_VERSION) - SHL1IMPLIB=i$(TARGET) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=$(SOLARENV)$/src$/component.map -+.ENDIF - - SHL1STDLIBS=\ - $(CPPULIB) \ diff --git a/editors/openoffice.org-1.0/files/patch-psprint::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-psprint::util::makefile.mk deleted file mode 100644 index faa0b78..0000000 --- a/editors/openoffice.org-1.0/files/patch-psprint::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../psprint/util/makefile.mk.orig Sat Mar 2 22:24:38 2002 -+++ ../psprint/util/makefile.mk Sat Mar 2 22:25:27 2002 -@@ -91,7 +91,9 @@ - .IF "$(OS)"=="SOLARIS" - SHL1VERSIONMAP=libpsp_solaris.map - .ELSE # should work for all gcc/binutils based linker (ld) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=libpsp_linux.map -+.ENDIF - .ENDIF - SHL1STDLIBS=$(UNOTOOLSLIB) \ - $(TOOLSLIB) \ diff --git a/editors/openoffice.org-1.0/files/patch-registry::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-registry::util::makefile.mk deleted file mode 100644 index f1970ad..0000000 --- a/editors/openoffice.org-1.0/files/patch-registry::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../registry/util/makefile.mk.orig Sat Mar 2 22:28:13 2002 -+++ ../registry/util/makefile.mk Sat Mar 2 22:28:07 2002 -@@ -95,7 +95,9 @@ - $(STORELIB) \ - $(LIBCIMT) - -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map -+.ENDIF - - SHL1LIBS= $(LIB1TARGET) - SHL1DEPN= $(LIB1TARGET) diff --git a/editors/openoffice.org-1.0/files/patch-sal::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-sal::util::makefile.mk deleted file mode 100644 index b8bd219..0000000 --- a/editors/openoffice.org-1.0/files/patch-sal::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sal/util/makefile.mk.orig Sun Mar 17 12:51:30 2002 -+++ ../sal/util/makefile.mk Wed Apr 3 01:04:34 2002 -@@ -117,7 +117,9 @@ - SHL1TARGET= $(TARGET) - SHL1IMPLIB= i$(TARGET) - -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map -+.ENDIF - - .IF "$(GUI)"=="WNT" - .IF "$(COM)"!="GCC" diff --git a/editors/openoffice.org-1.0/files/patch-sax::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-sax::util::makefile.mk deleted file mode 100644 index e6f307e..0000000 --- a/editors/openoffice.org-1.0/files/patch-sax::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sax/util/makefile.mk.old Sun Mar 3 01:33:10 2002 -+++ ../sax/util/makefile.mk Sun Mar 3 01:33:03 2002 -@@ -82,7 +82,9 @@ - $(EXPAT3RDLIB) - - SHL1LIBS= $(SLB)$/expatwrap.lib -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(SOLARENV)$/src$/component.map -+.ENDIF - SHL1DEF= $(MISC)$/$(SHL1TARGET).def - DEF1NAME= $(SHL1TARGET) - diff --git a/editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk deleted file mode 100644 index 5e42dc2..0000000 --- a/editors/openoffice.org-1.0/files/patch-sc::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sc/util/makefile.mk.orig Mon Mar 11 21:48:24 2002 -+++ ../sc/util/makefile.mk Wed Apr 3 01:06:57 2002 -@@ -105,7 +105,9 @@ - # --- StarClac DLL - - SHL1TARGET= sc$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sc.map -+.ENDIF - SHL1IMPLIB= sci - - .IF "$(GUI)"=="UNX" diff --git a/editors/openoffice.org-1.0/files/patch-sch::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-sch::util::makefile.mk deleted file mode 100644 index 33ee8a8..0000000 --- a/editors/openoffice.org-1.0/files/patch-sch::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sch/util/makefile.mk.orig Sun Mar 3 01:37:53 2002 -+++ ../sch/util/makefile.mk Sun Mar 3 01:38:16 2002 -@@ -111,7 +111,9 @@ - - - SHL1TARGET= sch$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sch.map -+.ENDIF - .IF "$(GUI)" == "WNT" || "$(GUI)" == "WIN" - SHL1RES= $(RCTARGET) - .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-sd::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-sd::util::makefile.mk deleted file mode 100644 index 51f4b7f..0000000 --- a/editors/openoffice.org-1.0/files/patch-sd::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sd/util/makefile.mk.orig Sun Mar 3 01:39:39 2002 -+++ ../sd/util/makefile.mk Sun Mar 3 01:40:09 2002 -@@ -108,7 +108,9 @@ - # --- StarDraw DLL - - SHL1TARGET= sd$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sd.map -+.ENDIF - SHL1IMPLIB= sdi - SHL1STDLIBS= \ - $(SCHLIB) \ diff --git a/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk b/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk deleted file mode 100644 index a194531..0000000 --- a/editors/openoffice.org-1.0/files/patch-starmath::util:makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../starmath/util/makefile.mk.orig Tue Mar 5 21:44:02 2002 -+++ ../starmath/util/makefile.mk Tue Mar 5 21:44:22 2002 -@@ -84,7 +84,9 @@ - $(SOLARVERSION)$/$(INPATH)$/res$(EXT_UPDMINOR)$/sfx.srs - - SHL1TARGET= sm$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sm.map -+.ENDIF - .IF "$(GUI)" == "WNT" - SHL1RES= $(RCTARGET) - .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-store::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-store::util::makefile.mk deleted file mode 100644 index 842ef8a..0000000 --- a/editors/openoffice.org-1.0/files/patch-store::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../store/util/makefile.mk.orig Tue Mar 5 21:47:39 2002 -+++ ../store/util/makefile.mk Tue Mar 5 21:47:59 2002 -@@ -88,7 +88,7 @@ - - SHL1TARGET= $(TARGET) - SHL1IMPLIB= istore --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice.org-1.0/files/patch-ucb+source+ucp+hierarchy+makefile.mk b/editors/openoffice.org-1.0/files/patch-ucb+source+ucp+hierarchy+makefile.mk new file mode 100644 index 0000000..18e68e8 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-ucb+source+ucp+hierarchy+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/hierarchy/makefile.mk.orig Wed Jun 12 01:34:50 2002 ++++ ../ucb/source/ucp/hierarchy/makefile.mk Wed Jun 12 01:34:52 2002 +@@ -96,7 +96,7 @@ + + SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP= $(TARGET).map + .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-1.0/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk b/editors/openoffice.org-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk new file mode 100644 index 0000000..18e68e8 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-ucb::source::ucp::hierarchy::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/hierarchy/makefile.mk.orig Wed Jun 12 01:34:50 2002 ++++ ../ucb/source/ucp/hierarchy/makefile.mk Wed Jun 12 01:34:52 2002 +@@ -96,7 +96,7 @@ + + SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP= $(TARGET).map + .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-ucb::source::ucp::webdav::makefile.mk b/editors/openoffice.org-1.0/files/patch-ucb::source::ucp::webdav::makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-1.0/files/patch-ucb::source::ucp::webdav::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-1.0/files/patch-xmlhelp::util::makefile.mk b/editors/openoffice.org-1.0/files/patch-xmlhelp::util::makefile.mk deleted file mode 100644 index afed494..0000000 --- a/editors/openoffice.org-1.0/files/patch-xmlhelp::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../xmlhelp/util/makefile.mk.orig Fri Nov 23 14:59:19 2001 -+++ ../xmlhelp/util/makefile.mk Wed Apr 3 01:21:02 2002 -@@ -97,7 +97,9 @@ - SHL1TARGET=$(TARGET)$(UCP_VERSION) - SHL1DEF=$(MISC)$/$(SHL1TARGET).def - SHL1IMPLIB=i$(TARGET) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=exports.map -+.ENDIF - - # Add additional libs here. - SHL1STDLIBS= \ diff --git a/editors/openoffice.org-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-1.1-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-1.1-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-1.1-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-1.1/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-1.1/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-1.1/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-1.1/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-1.1/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-1.1/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-1.1/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-2-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-2-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-2-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-2-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-2-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-2-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-2-RC/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-2-RC/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-2-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-2-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-2-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-2-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-2-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-2-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-2-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-2-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-2.0-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-2.0-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-2.0-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-2.0/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-2.0/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-2.0/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-2.0/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-2.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-2.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-2.0/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-2.0/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-2/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-2/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-2/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-2/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-2/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-2/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-2/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-2/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-3-RC/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-3-RC/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-3/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-3/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-3/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-3/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-3/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-3/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-3/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-3/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-3/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice.org-vcltesttool/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice.org-vcltesttool/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice.org-vcltesttool/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice.org-vcltesttool/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice.org-vcltesttool/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice.org-vcltesttool/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice/files/patch-chaos+util+makefile.mk b/editors/openoffice/files/patch-chaos+util+makefile.mk new file mode 100644 index 0000000..ba211f9 --- /dev/null +++ b/editors/openoffice/files/patch-chaos+util+makefile.mk @@ -0,0 +1,11 @@ +--- ../chaos/util/makefile.mk.orig Wed Jun 12 01:16:35 2002 ++++ ../chaos/util/makefile.mk Wed Jun 12 01:16:47 2002 +@@ -100,7 +100,7 @@ + + SHL1TARGET= cnt$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP= exports.$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= exports.map diff --git a/editors/openoffice/files/patch-chaos::util::makefile.mk b/editors/openoffice/files/patch-chaos::util::makefile.mk new file mode 100644 index 0000000..ba211f9 --- /dev/null +++ b/editors/openoffice/files/patch-chaos::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../chaos/util/makefile.mk.orig Wed Jun 12 01:16:35 2002 ++++ ../chaos/util/makefile.mk Wed Jun 12 01:16:47 2002 +@@ -100,7 +100,7 @@ + + SHL1TARGET= cnt$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP= exports.$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= exports.map diff --git a/editors/openoffice/files/patch-configmgr::util::makefile.mk b/editors/openoffice/files/patch-configmgr::util::makefile.mk deleted file mode 100644 index b0738b3..0000000 --- a/editors/openoffice/files/patch-configmgr::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../configmgr/util/makefile.mk.orig Sat Mar 2 20:36:09 2002 -+++ ../configmgr/util/makefile.mk Sat Mar 2 20:36:24 2002 -@@ -73,7 +73,7 @@ - # --- Library ----------------------------------- - - SHL1TARGET= $(CFGMGR_TARGET)$(CFGMGR_MAJOR) --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+adabas+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+adabas+makefile.mk new file mode 100644 index 0000000..fdab3ab --- /dev/null +++ b/editors/openoffice/files/patch-connectivity+source+drivers+adabas+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Wed Jun 12 01:06:20 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Wed Jun 12 01:06:34 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+calc+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+calc+makefile.mk new file mode 100644 index 0000000..043038a --- /dev/null +++ b/editors/openoffice/files/patch-connectivity+source+drivers+calc+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Wed Jun 12 01:36:16 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Wed Jun 12 01:36:22 2002 +@@ -92,9 +92,7 @@ + $(SLO)$/CDriver.obj + + .IF "$(OS)"!="MACOSX" +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + .ENDIF + # --- Library ----------------------------------- + diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+dbase+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+dbase+makefile.mk new file mode 100644 index 0000000..029f04a --- /dev/null +++ b/editors/openoffice/files/patch-connectivity+source+drivers+dbase+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Wed Jun 12 01:26:39 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Wed Jun 12 01:26:48 2002 +@@ -116,7 +116,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+file+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+file+makefile.mk new file mode 100644 index 0000000..8776a49 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity+source+drivers+file+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Wed Jun 12 01:12:42 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Wed Jun 12 01:12:44 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+flat+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+flat+makefile.mk new file mode 100644 index 0000000..d6af428 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity+source+drivers+flat+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Wed Jun 12 01:14:43 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Wed Jun 12 01:15:03 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+jdbc+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+jdbc+makefile.mk new file mode 100644 index 0000000..1801ae3 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity+source+drivers+jdbc+makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Wed Jun 12 00:57:12 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Wed Jun 12 00:57:21 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+mozab+makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice/files/patch-connectivity+source+drivers+mozab+makefile.mk +++ b/editors/openoffice/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk b/editors/openoffice/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity+source+drivers+mozaddressbook+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::adabas::makefile.mk new file mode 100644 index 0000000..fdab3ab --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Wed Jun 12 01:06:20 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Wed Jun 12 01:06:34 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::calc::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::calc::makefile.mk new file mode 100644 index 0000000..043038a --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::drivers::calc::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Wed Jun 12 01:36:16 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Wed Jun 12 01:36:22 2002 +@@ -92,9 +92,7 @@ + $(SLO)$/CDriver.obj + + .IF "$(OS)"!="MACOSX" +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + .ENDIF + # --- Library ----------------------------------- + diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::dbase::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::dbase::makefile.mk new file mode 100644 index 0000000..029f04a --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::drivers::dbase::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Wed Jun 12 01:26:39 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Wed Jun 12 01:26:48 2002 +@@ -116,7 +116,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::file::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::file::makefile.mk new file mode 100644 index 0000000..8776a49 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::drivers::file::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Wed Jun 12 01:12:42 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Wed Jun 12 01:12:44 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::flat::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::flat::makefile.mk new file mode 100644 index 0000000..d6af428 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::drivers::flat::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Wed Jun 12 01:14:43 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Wed Jun 12 01:15:03 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::jdbc::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::jdbc::makefile.mk new file mode 100644 index 0000000..1801ae3 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::drivers::jdbc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Wed Jun 12 00:57:12 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Wed Jun 12 00:57:21 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::mozab::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::mozab::makefile.mk index 68c702a..f422040 100644 --- a/editors/openoffice/files/patch-connectivity::source::drivers::mozab::makefile.mk +++ b/editors/openoffice/files/patch-connectivity::source::drivers::mozab::makefile.mk @@ -1,5 +1,5 @@ ---- ../connectivity/source/drivers/mozab/makefile.mk.orig Mon Mar 11 16:07:41 2002 -+++ ../connectivity/source/drivers/mozab/makefile.mk Sun May 19 14:10:59 2002 +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Wed Jun 12 01:37:30 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Wed Jun 12 01:37:47 2002 @@ -107,9 +107,7 @@ # --- MOZAB BASE Library ----------------------------------- @@ -10,13 +10,3 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS=\ $(CPPULIB) \ -@@ -159,7 +157,9 @@ - - # --- MOZAB BASE Library ----------------------------------- - -+.IF "$(OS)"!="FREEBSD" - SHL2VERSIONMAP= $(TARGET2).map -+.ENDIF - SHL2TARGET= $(TARGET2)$(MOZAB_MAJOR) - SHL2OBJS=$(SLO2FILES) - SHL2STDLIBS=\ diff --git a/editors/openoffice/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk b/editors/openoffice/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk new file mode 100644 index 0000000..b63d2a2 --- /dev/null +++ b/editors/openoffice/files/patch-connectivity::source::drivers::mozaddressbook::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Wed Jun 12 01:40:36 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Wed Jun 12 01:40:37 2002 +@@ -134,9 +134,7 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + +-.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map +-.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) diff --git a/editors/openoffice/files/patch-cppu+util+makefile.mk b/editors/openoffice/files/patch-cppu+util+makefile.mk new file mode 100644 index 0000000..875a5fb --- /dev/null +++ b/editors/openoffice/files/patch-cppu+util+makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Wed Jun 12 01:39:28 2002 ++++ ../cppu/util/makefile.mk Wed Jun 12 01:39:32 2002 +@@ -87,9 +87,7 @@ + + SHL1DEPN= + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"!="FREEBSD" + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +-.ENDIF + + SHL1VERSIONMAP=$(TARGET).map + diff --git a/editors/openoffice/files/patch-cppu::util::makefile.mk b/editors/openoffice/files/patch-cppu::util::makefile.mk new file mode 100644 index 0000000..875a5fb --- /dev/null +++ b/editors/openoffice/files/patch-cppu::util::makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Wed Jun 12 01:39:28 2002 ++++ ../cppu/util/makefile.mk Wed Jun 12 01:39:32 2002 +@@ -87,9 +87,7 @@ + + SHL1DEPN= + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"!="FREEBSD" + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +-.ENDIF + + SHL1VERSIONMAP=$(TARGET).map + diff --git a/editors/openoffice/files/patch-inet::util::makefile.mk b/editors/openoffice/files/patch-inet::util::makefile.mk deleted file mode 100644 index 222d4b6..0000000 --- a/editors/openoffice/files/patch-inet::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../inet/util/makefile.mk.orig Sat Mar 2 21:17:20 2002 -+++ ../inet/util/makefile.mk Sat Mar 2 21:17:42 2002 -@@ -116,7 +116,7 @@ - - SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) - SHL1IMPLIB= $(TARGET) --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice/files/patch-package::util::makefile.mk b/editors/openoffice/files/patch-package::util::makefile.mk deleted file mode 100644 index 2bf58ce..0000000 --- a/editors/openoffice/files/patch-package::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../package/util/makefile.mk.orig Sat Mar 2 22:06:28 2002 -+++ ../package/util/makefile.mk Sat Mar 2 22:06:31 2002 -@@ -88,7 +88,9 @@ - - SHL1TARGET=$(TARGET)$(MAJOR_VERSION) - SHL1IMPLIB=i$(TARGET) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=$(SOLARENV)$/src$/component.map -+.ENDIF - - SHL1STDLIBS=\ - $(CPPULIB) \ diff --git a/editors/openoffice/files/patch-psprint::util::makefile.mk b/editors/openoffice/files/patch-psprint::util::makefile.mk deleted file mode 100644 index faa0b78..0000000 --- a/editors/openoffice/files/patch-psprint::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../psprint/util/makefile.mk.orig Sat Mar 2 22:24:38 2002 -+++ ../psprint/util/makefile.mk Sat Mar 2 22:25:27 2002 -@@ -91,7 +91,9 @@ - .IF "$(OS)"=="SOLARIS" - SHL1VERSIONMAP=libpsp_solaris.map - .ELSE # should work for all gcc/binutils based linker (ld) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=libpsp_linux.map -+.ENDIF - .ENDIF - SHL1STDLIBS=$(UNOTOOLSLIB) \ - $(TOOLSLIB) \ diff --git a/editors/openoffice/files/patch-registry::util::makefile.mk b/editors/openoffice/files/patch-registry::util::makefile.mk deleted file mode 100644 index f1970ad..0000000 --- a/editors/openoffice/files/patch-registry::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../registry/util/makefile.mk.orig Sat Mar 2 22:28:13 2002 -+++ ../registry/util/makefile.mk Sat Mar 2 22:28:07 2002 -@@ -95,7 +95,9 @@ - $(STORELIB) \ - $(LIBCIMT) - -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map -+.ENDIF - - SHL1LIBS= $(LIB1TARGET) - SHL1DEPN= $(LIB1TARGET) diff --git a/editors/openoffice/files/patch-sal::util::makefile.mk b/editors/openoffice/files/patch-sal::util::makefile.mk deleted file mode 100644 index b8bd219..0000000 --- a/editors/openoffice/files/patch-sal::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sal/util/makefile.mk.orig Sun Mar 17 12:51:30 2002 -+++ ../sal/util/makefile.mk Wed Apr 3 01:04:34 2002 -@@ -117,7 +117,9 @@ - SHL1TARGET= $(TARGET) - SHL1IMPLIB= i$(TARGET) - -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map -+.ENDIF - - .IF "$(GUI)"=="WNT" - .IF "$(COM)"!="GCC" diff --git a/editors/openoffice/files/patch-sax::util::makefile.mk b/editors/openoffice/files/patch-sax::util::makefile.mk deleted file mode 100644 index e6f307e..0000000 --- a/editors/openoffice/files/patch-sax::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sax/util/makefile.mk.old Sun Mar 3 01:33:10 2002 -+++ ../sax/util/makefile.mk Sun Mar 3 01:33:03 2002 -@@ -82,7 +82,9 @@ - $(EXPAT3RDLIB) - - SHL1LIBS= $(SLB)$/expatwrap.lib -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(SOLARENV)$/src$/component.map -+.ENDIF - SHL1DEF= $(MISC)$/$(SHL1TARGET).def - DEF1NAME= $(SHL1TARGET) - diff --git a/editors/openoffice/files/patch-sc::util::makefile.mk b/editors/openoffice/files/patch-sc::util::makefile.mk deleted file mode 100644 index 5e42dc2..0000000 --- a/editors/openoffice/files/patch-sc::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sc/util/makefile.mk.orig Mon Mar 11 21:48:24 2002 -+++ ../sc/util/makefile.mk Wed Apr 3 01:06:57 2002 -@@ -105,7 +105,9 @@ - # --- StarClac DLL - - SHL1TARGET= sc$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sc.map -+.ENDIF - SHL1IMPLIB= sci - - .IF "$(GUI)"=="UNX" diff --git a/editors/openoffice/files/patch-sch::util::makefile.mk b/editors/openoffice/files/patch-sch::util::makefile.mk deleted file mode 100644 index 33ee8a8..0000000 --- a/editors/openoffice/files/patch-sch::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sch/util/makefile.mk.orig Sun Mar 3 01:37:53 2002 -+++ ../sch/util/makefile.mk Sun Mar 3 01:38:16 2002 -@@ -111,7 +111,9 @@ - - - SHL1TARGET= sch$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sch.map -+.ENDIF - .IF "$(GUI)" == "WNT" || "$(GUI)" == "WIN" - SHL1RES= $(RCTARGET) - .ENDIF diff --git a/editors/openoffice/files/patch-sd::util::makefile.mk b/editors/openoffice/files/patch-sd::util::makefile.mk deleted file mode 100644 index 51f4b7f..0000000 --- a/editors/openoffice/files/patch-sd::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../sd/util/makefile.mk.orig Sun Mar 3 01:39:39 2002 -+++ ../sd/util/makefile.mk Sun Mar 3 01:40:09 2002 -@@ -108,7 +108,9 @@ - # --- StarDraw DLL - - SHL1TARGET= sd$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sd.map -+.ENDIF - SHL1IMPLIB= sdi - SHL1STDLIBS= \ - $(SCHLIB) \ diff --git a/editors/openoffice/files/patch-starmath::util:makefile.mk b/editors/openoffice/files/patch-starmath::util:makefile.mk deleted file mode 100644 index a194531..0000000 --- a/editors/openoffice/files/patch-starmath::util:makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../starmath/util/makefile.mk.orig Tue Mar 5 21:44:02 2002 -+++ ../starmath/util/makefile.mk Tue Mar 5 21:44:22 2002 -@@ -84,7 +84,9 @@ - $(SOLARVERSION)$/$(INPATH)$/res$(EXT_UPDMINOR)$/sfx.srs - - SHL1TARGET= sm$(UPD)$(DLLPOSTFIX) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= sm.map -+.ENDIF - .IF "$(GUI)" == "WNT" - SHL1RES= $(RCTARGET) - .ENDIF diff --git a/editors/openoffice/files/patch-store::util::makefile.mk b/editors/openoffice/files/patch-store::util::makefile.mk deleted file mode 100644 index 842ef8a..0000000 --- a/editors/openoffice/files/patch-store::util::makefile.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- ../store/util/makefile.mk.orig Tue Mar 5 21:47:39 2002 -+++ ../store/util/makefile.mk Tue Mar 5 21:47:59 2002 -@@ -88,7 +88,7 @@ - - SHL1TARGET= $(TARGET) - SHL1IMPLIB= istore --.IF "$(OS)"=="MACOSX" -+.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" - #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map - .ELSE - SHL1VERSIONMAP= $(TARGET).map diff --git a/editors/openoffice/files/patch-ucb+source+ucp+hierarchy+makefile.mk b/editors/openoffice/files/patch-ucb+source+ucp+hierarchy+makefile.mk new file mode 100644 index 0000000..18e68e8 --- /dev/null +++ b/editors/openoffice/files/patch-ucb+source+ucp+hierarchy+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/hierarchy/makefile.mk.orig Wed Jun 12 01:34:50 2002 ++++ ../ucb/source/ucp/hierarchy/makefile.mk Wed Jun 12 01:34:52 2002 +@@ -96,7 +96,7 @@ + + SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP= $(TARGET).map + .ENDIF diff --git a/editors/openoffice/files/patch-ucb+source+ucp+webdav+makefile.mk b/editors/openoffice/files/patch-ucb+source+ucp+webdav+makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice/files/patch-ucb+source+ucp+webdav+makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice/files/patch-ucb::source::ucp::hierarchy::makefile.mk b/editors/openoffice/files/patch-ucb::source::ucp::hierarchy::makefile.mk new file mode 100644 index 0000000..18e68e8 --- /dev/null +++ b/editors/openoffice/files/patch-ucb::source::ucp::hierarchy::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/hierarchy/makefile.mk.orig Wed Jun 12 01:34:50 2002 ++++ ../ucb/source/ucp/hierarchy/makefile.mk Wed Jun 12 01:34:52 2002 +@@ -96,7 +96,7 @@ + + SHL1TARGET=$(TARGET)$(UCPHIER_MAJOR) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX"||"$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP= $(TARGET).map + .ENDIF diff --git a/editors/openoffice/files/patch-ucb::source::ucp::webdav::makefile.mk b/editors/openoffice/files/patch-ucb::source::ucp::webdav::makefile.mk new file mode 100644 index 0000000..4b505c6 --- /dev/null +++ b/editors/openoffice/files/patch-ucb::source::ucp::webdav::makefile.mk @@ -0,0 +1,11 @@ +--- ../ucb/source/ucp/webdav/makefile.mk.orig Wed Jun 12 01:04:43 2002 ++++ ../ucb/source/ucp/webdav/makefile.mk Wed Jun 12 01:04:53 2002 +@@ -120,7 +120,7 @@ + + SHL1TARGET=$(TARGET)$(UCP_VERSION) + SHL1IMPLIB=i$(TARGET) +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + .ELSE + SHL1VERSIONMAP=exports.map + .ENDIF diff --git a/editors/openoffice/files/patch-xmlhelp::util::makefile.mk b/editors/openoffice/files/patch-xmlhelp::util::makefile.mk deleted file mode 100644 index afed494..0000000 --- a/editors/openoffice/files/patch-xmlhelp::util::makefile.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- ../xmlhelp/util/makefile.mk.orig Fri Nov 23 14:59:19 2001 -+++ ../xmlhelp/util/makefile.mk Wed Apr 3 01:21:02 2002 -@@ -97,7 +97,9 @@ - SHL1TARGET=$(TARGET)$(UCP_VERSION) - SHL1DEF=$(MISC)$/$(SHL1TARGET).def - SHL1IMPLIB=i$(TARGET) -+.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP=exports.map -+.ENDIF - - # Add additional libs here. - SHL1STDLIBS= \ |