summaryrefslogtreecommitdiffstats
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-07-04 22:31:20 +0000
committermbr <mbr@FreeBSD.org>2002-07-04 22:31:20 +0000
commit965673f91ba914944db43716a03f5dc41083429e (patch)
tree1b5479a40a649ce3adcdba619978aa366897c738 /editors/openoffice/Makefile
parent51529e522e2ded97fcec5cd1a4f738d5f11f08d1 (diff)
downloadFreeBSD-ports-965673f91ba914944db43716a03f5dc41083429e.zip
FreeBSD-ports-965673f91ba914944db43716a03f5dc41083429e.tar.gz
1) Change notice about a system patch. Matt did fix this in 4.6 STABLE.
2) Add another needed system patch notice to avoid deadlocks. Obtained from 1) Jesse Gross <jesse_gross@yahoo.com> 2) Alexander Kabaev <ak03@gte.com> John Polstra <jdp@polstra.com>
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 5b066f3..cbefad3 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -142,15 +142,25 @@ CONFIGURE_ARGS+= --enable-gcc3
.endif
pre-fetch:
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 460001
@${ECHO}
- @${ECHO} OO setup is currently broken on STABLE
+ @${ECHO} OO setup is broken on STABLE < 4.6
+ @${ECHO} including 4.6 RELEASE.
@${ECHO} You'll need a system patch to solve
+ @${ECHO}
@${ECHO} this problem:
@${ECHO}
@${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff
@${ECHO}
.endif
+ @${ECHO}
+ @${ECHO} OO.org build and also OO.org itself
+ @${ECHO} can deadlock. You can work around
+ @${ECHO} this problem with this patch:
+ @${ECHO}
+ @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf-patch2.diff
+ @${ECHO}
+ @${ECHO}
.if !defined(USE_GCC) || !defined(WITH_DEBUG)
@${ECHO}
@${ECHO} OPTIONS:
OpenPOWER on IntegriCloud