diff options
author | maho <maho@FreeBSD.org> | 2005-05-13 06:09:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-05-13 06:09:04 +0800 |
commit | 295e08e64c23b33b6d74f2b40a929c61db3f411e (patch) | |
tree | 340954e01b448cf8949390b4c32118678cc4ac75 | |
parent | 44a1a475e93798d605e67b0da5990a2c5200f5ec (diff) | |
download | freebsd-ports-gnome-295e08e64c23b33b6d74f2b40a929c61db3f411e.tar.gz freebsd-ports-gnome-295e08e64c23b33b6d74f2b40a929c61db3f411e.tar.zst freebsd-ports-gnome-295e08e64c23b33b6d74f2b40a929c61db3f411e.zip |
BROKEN message for older than 5.3-RELEASE was wrong
BROKEN -> TRYBROKEN
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-3/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 2508633456ed..78edf1dbf2c3 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -50,7 +50,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif LANG_EXT?= 01 diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index a0ba87c8b6fe..6a9a4572a099 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -54,7 +54,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif LANG_EXT?= 01 diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 2508633456ed..78edf1dbf2c3 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -50,7 +50,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif LANG_EXT?= 01 diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile index a0ba87c8b6fe..6a9a4572a099 100644 --- a/editors/openoffice.org-1.1/Makefile +++ b/editors/openoffice.org-1.1/Makefile @@ -54,7 +54,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif LANG_EXT?= 01 diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 2d2c7dfe9375..53cd182c14c4 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -44,7 +44,7 @@ JAVA_BUILD= jdk .include <${FILESDIR}/Makefile.localized> .if (${OSVERSION} < 503001 && ${OSVERSION} >= 500000) || (${OSVERSION} <= 492000) -BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade your rtld" +BROKEN= "rtld depends on _end symbol. type make -DTRYBROKEN to see how to upgrade your rtld" .endif CODELINE= 680 |