diff options
author | maho <maho@FreeBSD.org> | 2009-06-25 16:41:17 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-06-25 16:41:17 +0800 |
commit | 1787b73ff9800fdc8af1cb98293a838617429499 (patch) | |
tree | ae74946fc0be56170631707ada323dab5aa91bae /editors | |
parent | 48262b4b1bd0310b05e0a159cc5ca8bbe581dc69 (diff) | |
download | freebsd-ports-graphics-1787b73ff9800fdc8af1cb98293a838617429499.tar.gz freebsd-ports-graphics-1787b73ff9800fdc8af1cb98293a838617429499.tar.zst freebsd-ports-graphics-1787b73ff9800fdc8af1cb98293a838617429499.zip |
Add some extensions to OOo default install. Not bump port revision
as we'll have DEV300_m51.
From: pavel janik's build log
ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/DEV300/DEV300_m50/Build-1/build/log-GNU_Linux.bz2
Funded by: OpenOffice.org community
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 9 | ||||
-rw-r--r-- | editors/openoffice-3-devel/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 9 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/Makefile.knobs | 2 |
4 files changed, 14 insertions, 8 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 5537a4dd772..d912da05292 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -145,7 +145,12 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --enable-crashdump=yes \ --with-system-zlib \ --with-system-stdlibs \ - --with-epm=internal + --with-epm=internal \ + --enable-minimizer \ + --enable-presenter-console \ + --enable-pdfimport \ + --enable-wiki-publisher \ + --enable-report-builder .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes @@ -179,7 +184,7 @@ pre-everything:: .endif #issue XXXXXX not raised yet... -CRLFFILES=curl/curl*patch neon/neon*patch +CRLFFILES=curl/curl*patch neon/neon*patch jfreereport/patches/*.patch post-extract: for i in ${CRLFFILES}; do \ diff --git a/editors/openoffice-3-devel/files/Makefile.knobs b/editors/openoffice-3-devel/files/Makefile.knobs index aeaac7ff3b2..b5585ab8725 100644 --- a/editors/openoffice-3-devel/files/Makefile.knobs +++ b/editors/openoffice-3-devel/files/Makefile.knobs @@ -7,8 +7,6 @@ CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home="${LOCALBASE}/share/java/apache-ant" -CONFIGURE_ARGS+= --with-vba-package-format="builtin" - .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}" .endif diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 5537a4dd772..d912da05292 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -145,7 +145,12 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \ --enable-crashdump=yes \ --with-system-zlib \ --with-system-stdlibs \ - --with-epm=internal + --with-epm=internal \ + --enable-minimizer \ + --enable-presenter-console \ + --enable-pdfimport \ + --enable-wiki-publisher \ + --enable-report-builder .if ${ARCH} == amd64 WITHOUT_MOZILLA= yes @@ -179,7 +184,7 @@ pre-everything:: .endif #issue XXXXXX not raised yet... -CRLFFILES=curl/curl*patch neon/neon*patch +CRLFFILES=curl/curl*patch neon/neon*patch jfreereport/patches/*.patch post-extract: for i in ${CRLFFILES}; do \ diff --git a/editors/openoffice.org-3-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs index aeaac7ff3b2..b5585ab8725 100644 --- a/editors/openoffice.org-3-devel/files/Makefile.knobs +++ b/editors/openoffice.org-3-devel/files/Makefile.knobs @@ -7,8 +7,6 @@ CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home="${LOCALBASE}/share/java/apache-ant" -CONFIGURE_ARGS+= --with-vba-package-format="builtin" - .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}" .endif |