diff options
author | mbr <mbr@FreeBSD.org> | 2003-04-20 08:05:41 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-04-20 08:05:41 +0800 |
commit | 91f30c2507843c8ed52bf549c3acf969a9dec1ad (patch) | |
tree | f0c82d64597cc68b916678f2277454d46bcedc28 /editors | |
parent | 2fe3a33439983e40bcc70c98dca27e625d7fa2fc (diff) | |
download | freebsd-ports-gnome-91f30c2507843c8ed52bf549c3acf969a9dec1ad.tar.gz freebsd-ports-gnome-91f30c2507843c8ed52bf549c3acf969a9dec1ad.tar.zst freebsd-ports-gnome-91f30c2507843c8ed52bf549c3acf969a9dec1ad.zip |
Only warn users about OS-bugs < 4.8R
Submitted by: Palle Girgensohn <girgen@pingpong.net>
PR: 51169
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 74704dca0375..dd1784e48c7d 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -306,7 +306,7 @@ pre-fetch: @${ECHO} "REQUIRED SYSTEM PATCHES:" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${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:" @@ -332,7 +332,7 @@ pre-fetch: @${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-deadlock.diff" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${ECHO} @${ECHO} "OO.org build can deadlock in regmerge. You can work around" @${ECHO} "this problem with this patch:" diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 74704dca0375..dd1784e48c7d 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -306,7 +306,7 @@ pre-fetch: @${ECHO} "REQUIRED SYSTEM PATCHES:" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${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:" @@ -332,7 +332,7 @@ pre-fetch: @${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-deadlock.diff" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${ECHO} @${ECHO} "OO.org build can deadlock in regmerge. You can work around" @${ECHO} "this problem with this patch:" diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 74704dca0375..dd1784e48c7d 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -306,7 +306,7 @@ pre-fetch: @${ECHO} "REQUIRED SYSTEM PATCHES:" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${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:" @@ -332,7 +332,7 @@ pre-fetch: @${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-deadlock.diff" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${ECHO} @${ECHO} "OO.org build can deadlock in regmerge. You can work around" @${ECHO} "this problem with this patch:" |