diff options
author | maho <maho@FreeBSD.org> | 2010-07-18 05:56:39 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-07-18 05:56:39 +0800 |
commit | 545057c9e8147441e32e74235691701cdeb1ae28 (patch) | |
tree | 406b8925fe82ebcbd1ff1cb7674178f38df9e2f6 /editors/openoffice.org-3-RC | |
parent | b83337d29e5967b2c90c23f27a0500e1b92f4efa (diff) | |
download | freebsd-ports-gnome-545057c9e8147441e32e74235691701cdeb1ae28.tar.gz freebsd-ports-gnome-545057c9e8147441e32e74235691701cdeb1ae28.tar.zst freebsd-ports-gnome-545057c9e8147441e32e74235691701cdeb1ae28.zip |
Remove unncecessary file to unbreak.
Version number should be 3.3 instaed of 3.2. This is OOO 3.3 release
branch.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-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 |