diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-07-17 21:56:39 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-07-17 21:56:39 +0000 |
commit | a85f4f07363640d136c6c3a66eb85f176c019171 (patch) | |
tree | 6c8e1aeaa58048c0ff7eb1a2d64d7b9c064db4bd /editors | |
parent | 02a715ef1727bf8e05d5e6c3a44a0f605b1a8e2f (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i100395 | 15 |
2 files changed, 1 insertions, 16 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index fa2d535037ac..fcdf3285faaf 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= openoffice.org -PORTVERSION?= 3.2.${SNAPDATE} +PORTVERSION?= 3.3.${SNAPDATE} CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/sources/:extsrc \ diff --git a/editors/openoffice.org-3-RC/files/patch-i100395 b/editors/openoffice.org-3-RC/files/patch-i100395 deleted file mode 100644 index afd73b787e8f..000000000000 --- a/editors/openoffice.org-3-RC/files/patch-i100395 +++ /dev/null @@ -1,15 +0,0 @@ ---- solenv/inc/unx.mk~ 2009-02-25 02:58:24.000000000 +0900 -+++ solenv/inc/unx.mk 2009-03-20 16:52:22.000000000 +0900 -@@ -242,9 +242,9 @@ - # potentially affects multiple commands following on the recipe line: - .IF "$(USE_SHELL)" == "bash" - AUGMENT_LIBRARY_PATH *= : && \ -- LD_LIBRARY_PATH=$${{LD_LIBRARY_PATH+$${{LD_LIBRARY_PATH}}:}}$(SOLARLIBDIR) -+ LD_LIBRARY_PATH=$${{LD_LIBRARY_PATH+$${{LD_LIBRARY_PATH}}:}}$(SOLARLIBDIR):. - .ELSE - AUGMENT_LIBRARY_PATH *= if ($$?LD_LIBRARY_PATH == 1) \ -- eval 'setenv LD_LIBRARY_PATH "$${{LD_LIBRARY_PATH}}:$(SOLARLIBDIR)"' && \ -- if ($$?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH "$(SOLARLIBDIR)" && -+ eval 'setenv LD_LIBRARY_PATH "$${{LD_LIBRARY_PATH}}:$(SOLARLIBDIR):."' && \ -+ if ($$?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH "$(SOLARLIBDIR):." && - .ENDIF |