aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-06-19 11:45:25 +0800
committermaho <maho@FreeBSD.org>2005-06-19 11:45:25 +0800
commit5833bc8e42385d7baa1afb6089a933d35ed9919f (patch)
tree13b7d48bc188cc3eb4d340bef6ce60a7e9b90b0b /editors
parent242dec0e7769d5557904877fdcbeed97a788f327 (diff)
downloadfreebsd-ports-graphics-5833bc8e42385d7baa1afb6089a933d35ed9919f.tar.gz
freebsd-ports-graphics-5833bc8e42385d7baa1afb6089a933d35ed9919f.tar.zst
freebsd-ports-graphics-5833bc8e42385d7baa1afb6089a933d35ed9919f.zip
Set as broken if epm is installed. it causes a build error
while building epm project. Now epm is a part of OpenOffice.org's distribution. Reported by: Mike Durian <durian at shadetreesoftware.com>
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-2.0-devel/Makefile3
-rw-r--r--editors/openoffice-3-devel/Makefile3
-rw-r--r--editors/openoffice-3/Makefile3
-rw-r--r--editors/openoffice.org-2-RC/Makefile3
-rw-r--r--editors/openoffice.org-2-devel/Makefile3
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile3
-rw-r--r--editors/openoffice.org-2.0/Makefile3
-rw-r--r--editors/openoffice.org-2/Makefile3
-rw-r--r--editors/openoffice.org-3-RC/Makefile3
-rw-r--r--editors/openoffice.org-3-devel/Makefile3
-rw-r--r--editors/openoffice.org-3/Makefile3
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile3
12 files changed, 36 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice-2.0-devel/Makefile
+++ b/editors/openoffice-2.0-devel/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-2.0/Makefile
+++ b/editors/openoffice.org-2.0/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-3-RC/Makefile
+++ b/editors/openoffice.org-3-RC/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-3/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index f878bb2acc2..e295fa92025 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -45,6 +45,9 @@ JAVA_BUILD= jdk
.if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000)
BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld"
.endif
+.if exists(${LOCALBASE}/bin/epm)
+BROKEN= "Please deinstall epm, now it is a part of OpenOffice.org and causes a trouble"
+.endif
CODELINE= 680
RELEASE_NR= 1.9