summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-19 03:45:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-19 03:45:25 +0000
commitf366db09bf239de6ee6ed9de68324e7553e6ec80 (patch)
treeb273905f9537253c625ef4a99afdc2e13ade7d96 /editors
parent(forced commit again since my commit log was wrong) (diff)
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>
Notes
Notes: svn path=/head/; revision=137712
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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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 f878bb2acc2c..e295fa920251 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