diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 1fb7c859c7e9..ce87240fd6e1 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/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 !" diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 1fb7c859c7e9..ce87240fd6e1 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/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 !" 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 !"