aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-11-04 13:47:14 +0800
committermbr <mbr@FreeBSD.org>2002-11-04 13:47:14 +0800
commitfa3cb9fe9c222a1e458ee3980867d57048c4ca31 (patch)
treea7e80ec0d7be1627880e1b808d28abf5ef192c8f /editors
parent7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (diff)
downloadfreebsd-ports-gnome-fa3cb9fe9c222a1e458ee3980867d57048c4ca31.tar.gz
freebsd-ports-gnome-fa3cb9fe9c222a1e458ee3980867d57048c4ca31.tar.zst
freebsd-ports-gnome-fa3cb9fe9c222a1e458ee3980867d57048c4ca31.zip
Mark rtld crash issue as fixed for current.
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/Makefile2
-rw-r--r--editors/openoffice.org-1.0/Makefile2
-rw-r--r--editors/openoffice/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 4b4b1efd39fa..3577795e8653 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -249,12 +249,14 @@ pre-fetch:
@${ECHO}
@${ECHO} "REQUIRED SYSTEM PATCHES:"
@${ECHO}
+.if ${OSVERSION} < 500000
@${ECHO} "OO.org can crash if you enter a non existing path"
@${ECHO} "or URL in the location bar. To fix these crashes"
@${ECHO} "you need a uncommitted system patch for rtld:"
@${ECHO}
@${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-symlookup.diff"
@${ECHO}
+.endif
.if ${OSVERSION} < 460001
@${ECHO}
@${ECHO} "OO setup is broken on STABLE < 4.6"
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index 4b4b1efd39fa..3577795e8653 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -249,12 +249,14 @@ pre-fetch:
@${ECHO}
@${ECHO} "REQUIRED SYSTEM PATCHES:"
@${ECHO}
+.if ${OSVERSION} < 500000
@${ECHO} "OO.org can crash if you enter a non existing path"
@${ECHO} "or URL in the location bar. To fix these crashes"
@${ECHO} "you need a uncommitted system patch for rtld:"
@${ECHO}
@${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-symlookup.diff"
@${ECHO}
+.endif
.if ${OSVERSION} < 460001
@${ECHO}
@${ECHO} "OO setup is broken on STABLE < 4.6"
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 4b4b1efd39fa..3577795e8653 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -249,12 +249,14 @@ pre-fetch:
@${ECHO}
@${ECHO} "REQUIRED SYSTEM PATCHES:"
@${ECHO}
+.if ${OSVERSION} < 500000
@${ECHO} "OO.org can crash if you enter a non existing path"
@${ECHO} "or URL in the location bar. To fix these crashes"
@${ECHO} "you need a uncommitted system patch for rtld:"
@${ECHO}
@${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-symlookup.diff"
@${ECHO}
+.endif
.if ${OSVERSION} < 460001
@${ECHO}
@${ECHO} "OO setup is broken on STABLE < 4.6"