diff options
-rw-r--r-- | editors/openoffice-1.0/files/openoffice-wrapper | 19 | ||||
-rw-r--r-- | editors/openoffice-1.0/files/optpatch-freetype (renamed from editors/openoffice-1.0/files/optpatch-freetype+patch) | 0 | ||||
-rw-r--r-- | editors/openoffice-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk | 14 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/openoffice-wrapper | 19 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/optpatch-freetype (renamed from editors/openoffice.org-1.0/files/optpatch-freetype+patch) | 0 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk | 14 |
6 files changed, 0 insertions, 66 deletions
diff --git a/editors/openoffice-1.0/files/openoffice-wrapper b/editors/openoffice-1.0/files/openoffice-wrapper deleted file mode 100644 index d5707b7ad633..000000000000 --- a/editors/openoffice-1.0/files/openoffice-wrapper +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-1.0/files/Attic/openoffice-wrapper,v 1.3 2003-01-21 17:09:39 mbr Exp $ - -oopath=%%PREFIX%%/OpenOffice.org1.0/program/ -program=`echo $0 | sed -e 's|.*-||'` - -if [ ! $LANG ]; then - export LANG=%%LANG%% -fi - -case $program in -$0) - exec $oopath/soffice "$@" - ;; - *) - exec $oopath/$program "$@" - ;; -esac diff --git a/editors/openoffice-1.0/files/optpatch-freetype+patch b/editors/openoffice-1.0/files/optpatch-freetype index 287676e14dc0..287676e14dc0 100644 --- a/editors/openoffice-1.0/files/optpatch-freetype+patch +++ b/editors/openoffice-1.0/files/optpatch-freetype diff --git a/editors/openoffice-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk b/editors/openoffice-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk deleted file mode 100644 index 72e5a97234f4..000000000000 --- a/editors/openoffice-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk +++ /dev/null @@ -1,14 +0,0 @@ ---- ../remotebridges/source/unourl_resolver/makefile.mk.orig Tue Jan 1 14:11:01 2002 -+++ ../remotebridges/source/unourl_resolver/makefile.mk -@@ -102,9 +102,9 @@ - SHL1VERSIONMAP= $(TARGET).map - - SHL1STDLIBS= \ -+ $(SALLIB) \ - $(CPPULIB) \ -- $(CPPUHELPERLIB) \ -- $(SALLIB) -+ $(CPPUHELPERLIB) - - SHL1DEPN= - SHL1IMPLIB= i$(TARGET) diff --git a/editors/openoffice.org-1.0/files/openoffice-wrapper b/editors/openoffice.org-1.0/files/openoffice-wrapper deleted file mode 100644 index 4c34abc864cc..000000000000 --- a/editors/openoffice.org-1.0/files/openoffice-wrapper +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/editors/openoffice.org-1.0/files/Attic/openoffice-wrapper,v 1.3 2003-01-21 17:09:39 mbr Exp $ - -oopath=%%PREFIX%%/OpenOffice.org1.0/program/ -program=`echo $0 | sed -e 's|.*-||'` - -if [ ! $LANG ]; then - export LANG=%%LANG%% -fi - -case $program in -$0) - exec $oopath/soffice "$@" - ;; - *) - exec $oopath/$program "$@" - ;; -esac diff --git a/editors/openoffice.org-1.0/files/optpatch-freetype+patch b/editors/openoffice.org-1.0/files/optpatch-freetype index 287676e14dc0..287676e14dc0 100644 --- a/editors/openoffice.org-1.0/files/optpatch-freetype+patch +++ b/editors/openoffice.org-1.0/files/optpatch-freetype diff --git a/editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk b/editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk deleted file mode 100644 index 72e5a97234f4..000000000000 --- a/editors/openoffice.org-1.0/files/patch-remotebridges+source+unourl_resolver+makefile.mk +++ /dev/null @@ -1,14 +0,0 @@ ---- ../remotebridges/source/unourl_resolver/makefile.mk.orig Tue Jan 1 14:11:01 2002 -+++ ../remotebridges/source/unourl_resolver/makefile.mk -@@ -102,9 +102,9 @@ - SHL1VERSIONMAP= $(TARGET).map - - SHL1STDLIBS= \ -+ $(SALLIB) \ - $(CPPULIB) \ -- $(CPPUHELPERLIB) \ -- $(SALLIB) -+ $(CPPUHELPERLIB) - - SHL1DEPN= - SHL1IMPLIB= i$(TARGET) |