Commit graph

58 commits

Author SHA1 Message Date
Maho Nakata
ecef7679e3 Update to DEV300_m47.
Funded by OpenOffice.org community
2009-05-24 19:55:40 +00:00
Maho Nakata
3fee632731 Allow compilation without gnome.
Submitted by:	Stefan Thurner <thurners@nicsys.de>
2009-04-23 07:55:31 +00:00
Maho Nakata
2078556294 Unbreak for amd64. At least it builds on amd64.
Funded by: The Openoffice.org community council infrastructure budget.
2009-01-19 05:39:05 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Maho Nakata
ff6c70c6f5 Update to DEV300_m37. BROKEN for amd64 until DEV300_m38. 2008-12-05 09:49:31 +00:00
Maho Nakata
aa535013fa Remove two knobs WITH_SYSTEM_FREETYPE and WITH_TTF_BYTECODE_ENABLED.
Since OOO300_m1 and DEV300_m30, OOo no longer ship a
private copy of libfreetype.so (CWS rmfreetype).

See also http://www.openoffice.org/issues/show_bug.cgi?id=52025 ,
http://www.openoffice.org/issues/show_bug.cgi?id=52026
and http://external.openoffice.org/source/browse/external/freetype/makefile.mk?hideattic=0&rev=1.28&view=log
.
2008-10-16 12:30:24 +00:00
Maho Nakata
998fed784b Add WITH_SYSTEM_ICU knob. Activate when devel/icu is installed.
Fix build -CURRENT diablo-jdk breakage

PR:		121787
Submitted by:	Michael Moll
Patch submitted by: Marcin Cieslak <saper@system.pl>
2008-04-26 08:01:13 +00:00
Maho Nakata
eb131d0eae Reduce the space to build.
--enable-crashdump=yes impiles "-g" but requires a lot of
space. This should be "-g1" and "-g" should be set when WITH_DEBUG
is activated.

Submitted by:	truckman
2008-04-09 23:25:30 +00:00
Maho Nakata
74a8af2f2f 1. For all language build "all" to "alllangs".
2. Fix hang "Glib bug".
   http://qa.openoffice.org/issues/show_bug.cgi?id=75190
   Bump port revision for openoffice.org-2 port accordingly.
3. Fix language pack builds for openoffice.org-3-devel port.

PR: 121953 (2)
Submitted by:	Dwayne MacKinnon and Marcin Cieslak  (will be SCAed; saperski@openoffice.org) (2)
2008-04-06 05:11:20 +00:00
Maho Nakata
a7d63a8e2b Add WITHOUT_CUPS knob.
Submitted by:	many
2008-04-03 21:30:51 +00:00
Maho Nakata
1985170f1d * Now cups is the default.
* Catch up newest localized lang list (solenv/inc/postset.mk).
* Minor improvement.
2008-04-03 07:36:17 +00:00
Maho Nakata
2c5781336e 1. Adding --with-system-zlib. Base crashes because of broken zlib integration.
Bump portrevision for openoffice.org-2 port, accordingly.

2. WITH_DEBUG now implies  --enable-debug --enable-symbols=TRUE --enable-dbgutil

http://www.freebsd.org/cgi/query-pr.cgi?pr=107167
http://www.openoffice.org/issues/show_bug.cgi?id=85124
http://thread.gmane.org/gmane.os.freebsd.devel.openoffice/1700/focus=1707

3. Remove CODELINE. Not used anymore.

Thanks for investigations and suggestions:
Marcin Cieslak <saper@system.pl>.

PR:		107167
Submitted by:	User1001 [1]
2008-04-02 00:48:06 +00:00
Maho Nakata
1e070017e0 Update to DEV300_m5. 2008-03-30 00:00:51 +00:00
Maho Nakata
c53a618620 Update to SRC680_m239. 2007-12-15 10:11:14 +00:00
Maho Nakata
0f517b5501 Remove upstreamed patches also, remove files/cws-npower7.diff
as this cws has been integrated into SRC680_m227.
2007-09-07 10:24:49 +00:00
Maho Nakata
ccfb4f7c83 According to Kris, >9GB means 11GB and not 10GB. 2007-09-04 08:37:37 +00:00
Maho Nakata
feda86c5d4 Kris reported that to >9Gb of space is required to build ooo ports. 2007-09-04 06:18:58 +00:00
Maho Nakata
29381266f8 0. update to SRC680_m213.
1. A fix for patch-i76141, missing libxml2 patch. libxmlsec part
 is now reordered correctly [1].
2. Remove patch-i65462 and add patch from i76159 instead [1].
3. DISTDIR is moved to openoffice.org2 instead of openoffice.org2.0 [1].
4. FreeBSD bridge part should sync with sixtyfour11. patch-i76969 [1].
5. unxfbsd.mk: sync with newer unxlngi6.mk. patch-i76969 [1].
6. Add a new knob WITH_VBA, enables VBA interop.
7. Use gcc4.2 for build.
8. Remove WITH_GNUGCJ knob for while.
9. Drop amd64 for while.

Submitted by:	jkim [1]
2007-05-26 21:45:56 +00:00
Jung-uk Kim
c32f21340a Allow OpenOffice.org to be built with system freetype2 library instead of
bundled one.  The knob is WITH_SYSTEM_FREETYPE.  The most notable advantage
of using the latest freetype library from ports is it has CJK emboldening
feature (i.e., it makes fake bold fonts from non-bold ones) and
OpenOffice.org already makes use of it when the feature is available.

Approved by:	maho
2007-04-09 16:14:28 +00:00
Maho Nakata
df0d516bea * LOCALIZED_LANG=all knob for all the other ooo-2 ports.
* sync Makefile.localized with three ooo-2 ports.
2007-01-07 12:45:07 +00:00
Maho Nakata
6c419a6edc * Fix build on amd64 [1].
* Fix icons and menu installation and some cleanups [2].

Submitted by:	many [1], jkim [2]
2006-12-06 05:47:07 +00:00
Maho Nakata
1599d57f3c * Remove RELEASE_NR. It is not used anymore [1].
* Add some localized languages.
* Desktop Icons and menus are not installed as default as pkg-plist
 is incomplete [2].
* Remove openoffice.org symlink.
* Some cosmetic fixes.

Submitted by:	oliver[1], kris[2]
2006-11-25 03:11:27 +00:00
Maho Nakata
c85d89f2cc Reactivate WITH_TTF_BYTECODE_ENABLED knob. 2006-11-19 01:51:46 +00:00
Maho Nakata
3633c37e95 * Add evolution2 support [1]
* Fix typo [2]
* Fix installation [3]

PR:              105400 [2]
Suggested by:   Vizo Allman <vizoster@gmail.com> [1], Jack L. <xxjack12xx@gmail.
com> [3]
Submitted by:           Alexey Shuvaev [2]
2006-11-12 22:11:35 +00:00
Maho Nakata
6de3484af1 OOo requires total 2Gbytes of memory or swap since the last year. 2006-10-10 02:32:28 +00:00
Maho Nakata
e6dea1857c Add a note about compilation.
Submitted by:	"Dr.-Ing. A. Haakh" <andreas@Haakh.de>
2006-09-18 02:41:51 +00:00
Maho Nakata
c9eee5901d Location of ant home has been changed.
Submitted by:	Jona Joachim <jaj13@web.de>
2006-09-07 21:43:21 +00:00
Maho Nakata
6ccc8cf40e JAVA_HOME of java-gcj-compat has been changed
from ${LOCALBASE}/lib/jvm/java-gcj to ${LOCALBASE}/lib/jvm/java-gcj41
2006-09-06 21:38:02 +00:00
Alex Dupre
30b4473bc3 Add a knob to disable Gnome VFS support.
Approved by:	maho
2006-09-01 05:47:55 +00:00
Maho Nakata
4391fbb1c7 Now buildable with java-gcj-compat. WITH_GNUGCJ uses it. 2006-08-05 13:33:46 +00:00
Maho Nakata
30bd4e9266 A tiny cleanup
Submitted by: jkim
2006-05-18 00:31:20 +00:00
Maho Nakata
3aff1c13f8 Fix by adding `.' of .else
Submitted by: freshports sanity check
2006-04-24 12:28:51 +00:00
Maho Nakata
24d0976204 Remove WITHOUT_JAVA knob, since it has not been maintained well.
PR: 94449 (related)
2006-04-24 11:48:16 +00:00
Maho Nakata
ce41446c27 Now buildable with GNU GCJ for openoffice.org-2.0.
Preparation of GCJ compilation for openoffice.org-2.0-devel
2006-04-17 07:24:29 +00:00
Maho Nakata
60e9e3aa10 Enable CUPS support for default 2006-03-27 02:23:32 +00:00
Maho Nakata
2b28001487 Update to SRC680_m159 2006-03-15 06:25:45 +00:00
Maho Nakata
00316f3c4c Update to SRC680_m155.
Add some preparation for gcj build.
2006-02-05 08:57:52 +00:00
Maho Nakata
faebbd02e3 Update to 2.0m145=(2.0.1rc4) 2005-12-11 01:02:19 +00:00
Maho Nakata
1ee5d93376 Update to m136
o cosmetic changes, fix typos
o use libart instead of GPC[1]
o remove BROKEN for old FreeBSDs, IMHO this is too strict.
o build crashreport

Implicitly suggested by: "Mikhail T." <mi@aldan.algebra.com>[1]
2005-10-31 08:01:25 +00:00
Maho Nakata
55794cbdfc update to m129 2005-09-16 10:33:31 +00:00
Maho Nakata
1842cc0c47 1. use --with-system-freetype . update of libXft to version 2.1.7,
it started using the FT_GlyphSlot_Embolden function from freetype2
   if it's available at configure type. libXft depends on freetype2
   in ports tree so use this symbol. OOo has its own freetype2 and
   in this version, it doesn't have FT_GlyphSlot_Embolden.

2. python fix for 6 and 7.

PR:		84464 [2]
Submitted by:  "Stephane E. Potvin" <sepotvin@videotron.ca> [1]
               "Carlos F. A. Paniago" <pan@panix.homeunix.org> [1]
                Ron MacNeil[2], kris [1], [2]
                Peter Czanik <pczanik@fang.fa.gau.hu> [2]
Approved by:	portmgr (marcus)
2005-08-11 03:14:41 +00:00
Maho Nakata
b717b779b5 o update to m120
o enable WITHOUT_MOZILLA
o Informative about localized build[1]
o spelling/grammar cleanup[2]

PR:	83502 [1]
Submitted by: Harald Schmalzbauer <harry@schmalzbauer.de>[1]
              "Jack L." <xxjack12xx@doramail.com>[2]
2005-07-22 09:26:26 +00:00
Maho Nakata
8d963d4abe fix typo and correct apparent mistake
Submitted by:	des
2005-06-18 21:39:23 +00:00
Maho Nakata
0e351e3b55 Update to m110 2005-06-17 09:40:37 +00:00
Maho Nakata
3495fdae2c update to m109 2005-06-11 12:31:06 +00:00
Maho Nakata
3c099dadec Update to 1.9m97 2005-04-29 12:34:08 +00:00
Maho Nakata
8feb208784 update to 1.9m86
1. -DWITH_CUPS seems to be unstable, now it
   is not default
2. Fix build issue with -DWITH_KDEbut fixed by another
  method, since patch submitters doesn't sign to Joint
  Copyright Assignment.

PR:		78141 (2)
Submitted by:	Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> (2)
                and also mentioned by many people
2005-04-24 13:23:15 +00:00
Maho Nakata
8196291e1c Update to 1.9m94 2005-04-19 10:08:06 +00:00
Maho Nakata
00d74addc4 Update to 1.9m83
fix typo at Makefile.knob[1]
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> [1]
2005-03-09 11:23:39 +00:00
Maho Nakata
c1e520cd10 editors/OpenOffice-2.0-devel ignores -DWITHOUT_JAVA
PR:		77286
Submitted by:	adamw
2005-02-09 08:22:56 +00:00