aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-10-18 10:19:09 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-10-18 10:19:09 +0000
commit721d030ac2aee7e2bf0bde101ed76a4f086803bb (patch)
tree0f03ad9f45a207c5ace2ca146874d00d5128b966 /editors
parent406c226fd53b505d2ce2febb8b129f0ddd6b4355 (diff)
downloadports-721d030ac2aee7e2bf0bde101ed76a4f086803bb.tar.gz
ports-721d030ac2aee7e2bf0bde101ed76a4f086803bb.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-3-devel/Makefile4
-rw-r--r--editors/openoffice-3-devel/files/patch-i10597717
-rw-r--r--editors/openoffice.org-3-devel/Makefile4
-rw-r--r--editors/openoffice.org-3-devel/files/patch-i10597717
4 files changed, 36 insertions, 6 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index ef68e3fa81e3..817d66b99864 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -110,7 +110,6 @@ CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \
LDFLAGS="-L${LOCALBASE}/lib" \
PATH=${WRKSRC}/solenv/bin:$$PATH
-LIB_DEPENDS= nss3:${PORTSDIR}/security/nss
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \
gcp:${PORTSDIR}/sysutils/coreutils \
@@ -144,8 +143,7 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \
--enable-presenter-console \
--enable-pdfimport \
--enable-wiki-publisher \
- --enable-report-builder \
- --disable-nss-module
+ --enable-report-builder
OOOEXTENSIONS+= minimizer/sun-presentation-minimizer.oxt
OOOEXTENSIONS+= presenter/presenter-screen.oxt
diff --git a/editors/openoffice-3-devel/files/patch-i105977 b/editors/openoffice-3-devel/files/patch-i105977
new file mode 100644
index 000000000000..2a64e10e0fb0
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-i105977
@@ -0,0 +1,17 @@
+--- nss/makefile.mk~ 2009-10-18 14:50:43.000000000 +0900
++++ nss/makefile.mk 2009-10-18 14:50:56.000000000 +0900
+@@ -65,6 +65,14 @@
+ .ENDIF # "$(CPU)"=="X"
+ .ENDIF # "$(OS)$(COM)"=="LINUXGCC"
+
++.IF "$(OS)$(COM)"=="FREEBSDGCC"
++.IF "$(CPU)"=="X"
++# force 64-bit buildmode
++USE_64:=1
++.EXPORT : USE_64
++.ENDIF # "$(CPU)"=="X"
++.ENDIF # "$(OS)$(COM)"=="LINUXGCC"
++
+
+ .IF "$(OS)"=="MACOSX"
+ .IF "$(EXTRA_CFLAGS)"!=""
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index ef68e3fa81e3..817d66b99864 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -110,7 +110,6 @@ CONFIGURE_ENV+= CC="${OOOCC}" CXX="${OOOCXX}" \
LDFLAGS="-L${LOCALBASE}/lib" \
PATH=${WRKSRC}/solenv/bin:$$PATH
-LIB_DEPENDS= nss3:${PORTSDIR}/security/nss
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip \
gcp:${PORTSDIR}/sysutils/coreutils \
@@ -144,8 +143,7 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp \
--enable-presenter-console \
--enable-pdfimport \
--enable-wiki-publisher \
- --enable-report-builder \
- --disable-nss-module
+ --enable-report-builder
OOOEXTENSIONS+= minimizer/sun-presentation-minimizer.oxt
OOOEXTENSIONS+= presenter/presenter-screen.oxt
diff --git a/editors/openoffice.org-3-devel/files/patch-i105977 b/editors/openoffice.org-3-devel/files/patch-i105977
new file mode 100644
index 000000000000..2a64e10e0fb0
--- /dev/null
+++ b/editors/openoffice.org-3-devel/files/patch-i105977
@@ -0,0 +1,17 @@
+--- nss/makefile.mk~ 2009-10-18 14:50:43.000000000 +0900
++++ nss/makefile.mk 2009-10-18 14:50:56.000000000 +0900
+@@ -65,6 +65,14 @@
+ .ENDIF # "$(CPU)"=="X"
+ .ENDIF # "$(OS)$(COM)"=="LINUXGCC"
+
++.IF "$(OS)$(COM)"=="FREEBSDGCC"
++.IF "$(CPU)"=="X"
++# force 64-bit buildmode
++USE_64:=1
++.EXPORT : USE_64
++.ENDIF # "$(CPU)"=="X"
++.ENDIF # "$(OS)$(COM)"=="LINUXGCC"
++
+
+ .IF "$(OS)"=="MACOSX"
+ .IF "$(EXTRA_CFLAGS)"!=""