aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/openoffice-3-devel/Makefile2
-rw-r--r--editors/openoffice-3/Makefile2
-rw-r--r--editors/openoffice.org-1.0/Makefile4
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile2
-rw-r--r--editors/openoffice.org-1.1/Makefile5
-rw-r--r--editors/openoffice.org-2-RC/Makefile2
-rw-r--r--editors/openoffice.org-2-devel/Makefile2
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile2
-rw-r--r--editors/openoffice.org-2.0/Makefile2
-rw-r--r--editors/openoffice.org-2/Makefile2
-rw-r--r--editors/openoffice.org-3-RC/Makefile2
-rw-r--r--editors/openoffice.org-3-devel/Makefile2
-rw-r--r--editors/openoffice.org-3/Makefile2
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile2
14 files changed, 30 insertions, 3 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index 71afa2ecb08c..3656ac4f6419 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -36,6 +36,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index 204bdf4b4e52..812ecb0ca548 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -35,6 +35,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index f0dc0e320122..c93721104376 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -40,6 +40,8 @@ JAVA_BUILD= jdk
NO_LATEST_LINK= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
@@ -248,7 +250,7 @@ sdk:
@cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/source/bean/com/sun/star/beans ; dmake ; deliver.pl'
@cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd netbeans_integration ; build.pl ; deliver.pl'
@cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/source/OOSupport ; dmake ; deliver.pl'
- @${MKDIR} -p ${WRKSRC}/odk/unxfbsd.pro/bin/OpenOffice.org1.0.2SDK/freebsd/lib
+ @${MKDIR} ${WRKSRC}/odk/unxfbsd.pro/bin/OpenOffice.org1.0.2SDK/freebsd/lib
@${TOUCH} ${WRKSRC}/odk/unxfbsd.pro/misc/deltree.txt
@cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/pack/copying ; dmake ; deliver.pl'
@cd ${WRKSRC} ; ${TCSH} -c 'source FreeBSDEnv.Set ; cd odk/util ; dmake ; deliver.pl'
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index de7556a1a242..37a5d363c05e 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -42,6 +42,8 @@ USE_REINPLACE= yes
USE_BZIP2= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index 568ea5edb4ee..dfdce9e8574e 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -22,8 +22,7 @@ MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/contrib/rc/1.
ftp://ftp.kddlabs.co.jp/office/openoffice/contrib/helpcontent/:help \
ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \
http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help \
- ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Files/:help2
-
+ ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/build/Files/:help2
DISTFILES+= OOo_${RELEASE_NR}rc2_src.tar.gz gpc231.tar.Z:gpc
EXTRACT_ONLY= OOo_${RELEASE_NR}rc2_src.tar.gz
@@ -45,6 +44,8 @@ USE_GMAKE= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index 204bdf4b4e52..812ecb0ca548 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -35,6 +35,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 71afa2ecb08c..3656ac4f6419 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -36,6 +36,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index 71afa2ecb08c..3656ac4f6419 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -36,6 +36,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile
index 204bdf4b4e52..812ecb0ca548 100644
--- a/editors/openoffice.org-2.0/Makefile
+++ b/editors/openoffice.org-2.0/Makefile
@@ -35,6 +35,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index 204bdf4b4e52..812ecb0ca548 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -35,6 +35,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile
index 204bdf4b4e52..812ecb0ca548 100644
--- a/editors/openoffice.org-3-RC/Makefile
+++ b/editors/openoffice.org-3-RC/Makefile
@@ -35,6 +35,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index 71afa2ecb08c..3656ac4f6419 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -36,6 +36,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index 204bdf4b4e52..812ecb0ca548 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-3/Makefile
@@ -35,6 +35,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 71afa2ecb08c..3656ac4f6419 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -36,6 +36,8 @@ USE_PERL5= yes
USE_REINPLACE= yes
WITHOUT_CPU_CFLAGS= true
+ONLY_FOR_ARCHS= i386
+
.if !defined(WITHOUT_JAVA) && !defined(WITH_GNUGCJ)
USE_JAVA= yes
JAVA_VERSION= 1.4