diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-09 01:58:51 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-09 01:58:51 +0800 |
commit | 613f8e284163758834a8b62a1609510841dd2484 (patch) | |
tree | 86b2c3dd9a3de784a8c2e384b348b2db9f3a8870 /editors/openoffice | |
parent | 9dbfd470d6d0517bf0353ebcb9abefbcaffffa02 (diff) | |
download | freebsd-ports-gnome-613f8e284163758834a8b62a1609510841dd2484.tar.gz freebsd-ports-gnome-613f8e284163758834a8b62a1609510841dd2484.tar.zst freebsd-ports-gnome-613f8e284163758834a8b62a1609510841dd2484.zip |
Correct the statement about beta quality.
Add another needed system patch. Without it regmerge hangs
sometimes in the build and consumes 100% cpu.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 1fb7c859c7e9..ce87240fd6e1 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -204,13 +204,10 @@ pre-fetch: @${ECHO} @${ECHO} "To build Openoffice, you should have a lot" .if defined(WITH_DEBUG) - @${ECHO} "of free diskspace (~ 8GB) and you should" + @${ECHO} "of free diskspace (~ 8GB)." .else - @${ECHO} "of free diskspace (~ 4GB) and you should" + @${ECHO} "of free diskspace (~ 4GB)." .endif - @${ECHO} "be an experienced port builder. This port" - @${ECHO} "has beta quality and does not yet work as" - @${ECHO} "stable as it should." @${ECHO} .if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \ (${OSVERSION} < 500000 && !defined(USE_GCC)) @@ -238,13 +235,20 @@ pre-fetch: .endif .if ${OSVERSION} < 460002 @${ECHO} - @${ECHO} "OO.org build and also OO.org itself" - @${ECHO} "can deadlock. You can work around" + @${ECHO} "OO.org soffice binary 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} .endif +.if ${OSVERSION} < 500000 + @${ECHO} + @${ECHO} "OO.org build can deadlock in regmerge. You can work around" + @${ECHO} "this problem with this patch:" + @${ECHO} + @${ECHO} "http://people.freebsd.org/~mbr/patches/rtld-elf-patch3.diff" + @${ECHO} +.endif .if !exists(/usr/include/langinfo.h) @${ECHO} @${ECHO} "langinfo.h is missing !" |