diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-03 04:27:00 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-03 04:27:00 +0800 |
commit | 600a7245df0358a7a355857ded2c42c73e6fd4a7 (patch) | |
tree | 8a9193a13713a4b1b8d74baa6da7ee4b7729fe37 /editors/openoffice.org-3-devel | |
parent | bbe7e3ebb2d8160d53548e8022bb30e72f8e3d5c (diff) | |
download | freebsd-ports-gnome-600a7245df0358a7a355857ded2c42c73e6fd4a7.tar.gz freebsd-ports-gnome-600a7245df0358a7a355857ded2c42c73e6fd4a7.tar.zst freebsd-ports-gnome-600a7245df0358a7a355857ded2c42c73e6fd4a7.zip |
Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
More will follow
Diffstat (limited to 'editors/openoffice.org-3-devel')
20 files changed, 236 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-configmgr::util::makefile.mk b/editors/openoffice.org-3-devel/files/patch-configmgr::util::makefile.mk new file mode 100644 index 000000000000..b0738b38b234 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-configmgr::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../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-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk new file mode 100644 index 000000000000..b449e2a5f23b --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity+source+drivers+mozab+makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Sat Mar 2 20:56:52 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Sat Mar 2 20:57:22 2002 +@@ -107,7 +107,9 @@ + + # --- MOZAB BASE Library ----------------------------------- + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + SHL1TARGET= $(MOZAB_TARGET)$(MOZAB_MAJOR) + SHL1OBJS=$(SLOFILES) + SHL1STDLIBS=\ 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 000000000000..3a34e92f0e55 --- /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 Sat Mar 2 20:58:59 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Sat Mar 2 20:59:41 2002 +@@ -134,7 +134,9 @@ + 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-connectivity::source::drivers::adabas::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk new file mode 100644 index 000000000000..8b3073598ac7 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::adabas::makefile.mk @@ -0,0 +1,14 @@ +--- ../connectivity/source/drivers/adabas/makefile.mk.orig Sat Mar 2 20:39:00 2002 ++++ ../connectivity/source/drivers/adabas/makefile.mk Sat Mar 2 20:38:16 2002 +@@ -104,9 +104,9 @@ + $(SLO)$/BResultSetMetaData.obj \ + $(SLO)$/BResultSet.obj + +-.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" ++.IF "$(OS)"=="MACOSX" + #SHL1VERSIONMAP=$(ADABAS_TARGET).$(DLLPOSTFIX).map +-.ELSE ++.ELSE + SHL1VERSIONMAP=$(ADABAS_TARGET).map + .ENDIF + diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::calc::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::calc::makefile.mk new file mode 100644 index 000000000000..9141439c02cb --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::calc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/calc/makefile.mk.orig Sat Mar 2 20:42:07 2002 ++++ ../connectivity/source/drivers/calc/makefile.mk Sat Mar 2 20:41:59 2002 +@@ -91,7 +91,7 @@ + $(SLO)$/Cservices.obj \ + $(SLO)$/CDriver.obj + +-.IF "$(OS)"!="MACOSX" ++.IF "$(OS)"!="MACOSX" || "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map + .ENDIF + # --- Library ----------------------------------- diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk new file mode 100644 index 000000000000..74b9c46489ac --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::dbase::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/dbase/makefile.mk.orig Sat Mar 2 20:45:45 2002 ++++ ../connectivity/source/drivers/dbase/makefile.mk Sat Mar 2 20:45:27 2002 +@@ -117,7 +117,7 @@ + $(SLO)$/DDriver.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::file::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::file::makefile.mk new file mode 100644 index 000000000000..3bf23f9b6a5d --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::file::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/file/makefile.mk.orig Sat Mar 2 20:47:37 2002 ++++ ../connectivity/source/drivers/file/makefile.mk Sat Mar 2 20:48:04 2002 +@@ -112,7 +112,7 @@ + $(SLO)$/fanalyzer.obj \ + $(SLO)$/fcomp.obj + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + #SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::flat::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::flat::makefile.mk new file mode 100644 index 000000000000..bbabd50cc0f1 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::flat::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/flat/makefile.mk.orig Sat Mar 2 20:51:31 2002 ++++ ../connectivity/source/drivers/flat/makefile.mk Sat Mar 2 20:51:56 2002 +@@ -104,7 +104,7 @@ + $(SLO)$/EDriver.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(TARGET).map diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::jdbc::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::jdbc::makefile.mk new file mode 100644 index 000000000000..397cc6777421 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::jdbc::makefile.mk @@ -0,0 +1,11 @@ +--- ../connectivity/source/drivers/jdbc/makefile.mk.orig Sat Mar 2 20:54:27 2002 ++++ ../connectivity/source/drivers/jdbc/makefile.mk Sat Mar 2 20:54:52 2002 +@@ -111,7 +111,7 @@ + $(SLO)$/tools.obj + + +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP=$(JDBC_TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP=$(JDBC_TARGET).map 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 new file mode 100644 index 000000000000..b449e2a5f23b --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::drivers::mozab::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozab/makefile.mk.orig Sat Mar 2 20:56:52 2002 ++++ ../connectivity/source/drivers/mozab/makefile.mk Sat Mar 2 20:57:22 2002 +@@ -107,7 +107,9 @@ + + # --- MOZAB BASE Library ----------------------------------- + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + SHL1TARGET= $(MOZAB_TARGET)$(MOZAB_MAJOR) + SHL1OBJS=$(SLOFILES) + SHL1STDLIBS=\ 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 000000000000..3a34e92f0e55 --- /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 Sat Mar 2 20:58:59 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Sat Mar 2 20:59:41 2002 +@@ -134,7 +134,9 @@ + 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-connectivity::source::parse::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::parse::makefile.mk new file mode 100644 index 000000000000..96260511753d --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::parse::makefile.mk @@ -0,0 +1,14 @@ +--- ../connectivity/source/parse/makefile.mk.orig Sat Mar 2 21:01:23 2002 ++++ ../connectivity/source/parse/makefile.mk Sat Mar 2 21:03:09 2002 +@@ -97,7 +97,11 @@ + $(MISC)$/sqlbison.cxx: sqlbison.y + +bison -v -d -pSQLyy -l -bsql -o$(MISC)$/sqlbison.cxx sqlbison.y + -$(MKDIR) $(OUT)$/inc$/connectivity ++.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" ++ +$(COPY) $(MISC)$/sqlbison.hxx $(OUT)$/inc$/connectivity$/sqlbison.hxx ++.ELSE + +$(COPY) $(MISC)$/sqlbison.cxx.h $(OUT)$/inc$/connectivity$/sqlbison.hxx ++.ENDIF + + $(SLO)$/sqlbison.obj : $(MISC)$/sqlbison.cxx + diff --git a/editors/openoffice.org-3-devel/files/patch-cppu::util::makefile.mk b/editors/openoffice.org-3-devel/files/patch-cppu::util::makefile.mk new file mode 100644 index 000000000000..3b98552a36c6 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-cppu::util::makefile.mk @@ -0,0 +1,12 @@ +--- ../cppu/util/makefile.mk.orig Sat Mar 2 21:05:22 2002 ++++ ../cppu/util/makefile.mk Sat Mar 2 21:05:43 2002 +@@ -87,7 +87,9 @@ + SHL1IMPLIB= i$(TARGET) + SHL1DEF= $(MISC)$/$(SHL1TARGET).def + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + + DEF1NAME= $(SHL1TARGET) + #DEF1EXPORTFILE= exports.dxp diff --git a/editors/openoffice.org-3-devel/files/patch-cppuhelper+source+makefile.mk b/editors/openoffice.org-3-devel/files/patch-cppuhelper+source+makefile.mk new file mode 100644 index 000000000000..926945ed7126 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-cppuhelper+source+makefile.mk @@ -0,0 +1,11 @@ +--- ../cppuhelper/source/makefile.mk.orig Sat Mar 2 21:08:19 2002 ++++ ../cppuhelper/source/makefile.mk Sat Mar 2 21:08:08 2002 +@@ -174,6 +174,8 @@ + SHL1VERSIONMAP=cc5_solaris_sparc.map + .ELIF "$(OS)$(CPU)$(COM)"=="LINUXIGCC" + SHL1VERSIONMAP=gcc2_linux_intel.map ++.ELIF "$(OS)$(CPU)"=="FREEBSDI" ++#SHL1VERSIONMAP=gcc2_freebsd_intel.map + .ENDIF + + # --- Targets ------------------------------------------------------ diff --git a/editors/openoffice.org-3-devel/files/patch-cppuhelper::source::makefile.mk b/editors/openoffice.org-3-devel/files/patch-cppuhelper::source::makefile.mk new file mode 100644 index 000000000000..926945ed7126 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-cppuhelper::source::makefile.mk @@ -0,0 +1,11 @@ +--- ../cppuhelper/source/makefile.mk.orig Sat Mar 2 21:08:19 2002 ++++ ../cppuhelper/source/makefile.mk Sat Mar 2 21:08:08 2002 +@@ -174,6 +174,8 @@ + SHL1VERSIONMAP=cc5_solaris_sparc.map + .ELIF "$(OS)$(CPU)$(COM)"=="LINUXIGCC" + SHL1VERSIONMAP=gcc2_linux_intel.map ++.ELIF "$(OS)$(CPU)"=="FREEBSDI" ++#SHL1VERSIONMAP=gcc2_freebsd_intel.map + .ENDIF + + # --- Targets ------------------------------------------------------ diff --git a/editors/openoffice.org-3-devel/files/patch-dtrans+source+X11+makefile.mk b/editors/openoffice.org-3-devel/files/patch-dtrans+source+X11+makefile.mk new file mode 100644 index 000000000000..fa2c7a4b769c --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-dtrans+source+X11+makefile.mk @@ -0,0 +1,12 @@ +--- ../dtrans/source/X11/makefile.mk.orig Sat Mar 2 21:11:32 2002 ++++ ../dtrans/source/X11/makefile.mk Sat Mar 2 21:12:34 2002 +@@ -111,7 +111,8 @@ + APP1STDLIBS=\ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(SALLIB) \ ++ -lX11 + + .ENDIF # "$(OS)"=="MACOSX" + diff --git a/editors/openoffice.org-3-devel/files/patch-dtrans::source::X11::makefile.mk b/editors/openoffice.org-3-devel/files/patch-dtrans::source::X11::makefile.mk new file mode 100644 index 000000000000..fa2c7a4b769c --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-dtrans::source::X11::makefile.mk @@ -0,0 +1,12 @@ +--- ../dtrans/source/X11/makefile.mk.orig Sat Mar 2 21:11:32 2002 ++++ ../dtrans/source/X11/makefile.mk Sat Mar 2 21:12:34 2002 +@@ -111,7 +111,8 @@ + APP1STDLIBS=\ + $(CPPULIB) \ + $(CPPUHELPERLIB) \ +- $(SALLIB) ++ $(SALLIB) \ ++ -lX11 + + .ENDIF # "$(OS)"=="MACOSX" + diff --git a/editors/openoffice.org-3-devel/files/patch-idlc::source::makefile.mk b/editors/openoffice.org-3-devel/files/patch-idlc::source::makefile.mk new file mode 100644 index 000000000000..9b02a6f4fc18 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-idlc::source::makefile.mk @@ -0,0 +1,13 @@ +--- ../idlc/source/makefile.mk.orig Sat Mar 2 21:14:55 2002 ++++ ../idlc/source/makefile.mk Sat Mar 2 21:15:43 2002 +@@ -148,6 +148,10 @@ + + $(MISC)$/parser.cxx: parser.yy + +bison -v -d -o$(MISC)$/parser.cxx parser.yy ++.IF "$(OS)"=="FREEBSD" ++ +$(COPY) $(MISC)$/parser.hxx $(OUT)$/inc$/parser.h ++.ELSE + +$(COPY) $(MISC)$/parser.cxx.h $(OUT)$/inc$/parser.h ++.ENDIF + # with line statements (for debugging) + # +bison -v -d -o$(MISC)$/parser.cxx parser.yy diff --git a/editors/openoffice.org-3-devel/files/patch-inet::util::makefile.mk b/editors/openoffice.org-3-devel/files/patch-inet::util::makefile.mk new file mode 100644 index 000000000000..cbbeb2e86e5e --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-inet::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../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-3-devel/files/patch-mozaddressbook::makefile.mk b/editors/openoffice.org-3-devel/files/patch-mozaddressbook::makefile.mk new file mode 100644 index 000000000000..3a34e92f0e55 --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-mozaddressbook::makefile.mk @@ -0,0 +1,12 @@ +--- ../connectivity/source/drivers/mozaddressbook/makefile.mk.orig Sat Mar 2 20:58:59 2002 ++++ ../connectivity/source/drivers/mozaddressbook/makefile.mk Sat Mar 2 20:59:41 2002 +@@ -134,7 +134,9 @@ + SLOFILES+=$(SLO)$/staticmbmozab.obj + .ENDIF + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + # --- Library ----------------------------------- + + SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) |