aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3
Commit message (Collapse)AuthorAgeFilesLines
* Remove two knobs WITH_SYSTEM_FREETYPE and WITH_TTF_BYTECODE_ENABLED.Maho Nakata2008-10-163-59/+0
| | | | | | | | | | | | | 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 . Notes: svn path=/head/; revision=221641
* Update to 3.0.0.Maho Nakata2008-10-137-41/+54
| | | | Notes: svn path=/head/; revision=221523
* Opps, actual bump portrevision.Maho Nakata2008-08-291-0/+1
| | | | Notes: svn path=/head/; revision=219397
* Recognize diablo-jdk16 and bump PORTREVISION.Maho Nakata2008-08-292-4/+88
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=219396
* JDK 1.6 support. Builds were verified on FBSD6/i386.Maho Nakata2008-08-231-2/+2
| | | | Notes: svn path=/head/; revision=219028
* A build fix.Maho Nakata2008-08-161-0/+25
| | | | Notes: svn path=/head/; revision=218669
* Fix build on FreeBSD 6 using stock gcc.Maho Nakata2008-07-211-5/+2
| | | | | | | | Reported by: pav Resource donated by: Nakamura Kazushi (partially) Notes: svn path=/head/; revision=217247
* Fix build with devel/epm. Simply ignore devel/epm :(Maho Nakata2008-07-201-1/+2
| | | | | | | | PR: 111561 Submitted by: Christoph<tutoren@physik.tu-berlin.de> Notes: svn path=/head/; revision=217175
* Fix build with SYSTEM_FREETYPE when devel/icu isMaho Nakata2008-07-201-0/+26
| | | | | | | | | | installed. PR: 121787 Submitted by: jkim Notes: svn path=/head/; revision=217169
* Update to 3.0.0beta2.Maho Nakata2008-07-1211-144/+167
| | | | | | | 3-RC port has been marked as IGNORE accordingly. Notes: svn path=/head/; revision=216747
* The startup script now works correctly and bump portrevision.Maho Nakata2008-06-142-2/+3
| | | | | | | Submitted by: Sven-Åke_Svensson <sas@mbg.se> Notes: svn path=/head/; revision=214804
* Create openoffice.org-3 port. Repocopied fromMaho Nakata2008-05-2713-840/+252
| | | | | | | | | | | | openoffice.org-2 port. Currently this is the beta version. Second beta will be July 1st 2008, and the final release will be September 2nd, 2008. http://wiki.services.openoffice.org/wiki/OOoRelease30 PR: 123105 Notes: svn path=/head/; revision=213754
* Add WITH_SYSTEM_ICU knob. Activate when devel/icu is installed.Maho Nakata2008-04-262-0/+16
| | | | | | | | | | | Fix build -CURRENT diablo-jdk breakage PR: 121787 Submitted by: Michael Moll Patch submitted by: Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=211999
* Adding missing dependencies and bump port revision.Maho Nakata2008-04-261-2/+3
| | | | | | | Submitted by: miwi Notes: svn path=/head/; revision=211998
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-4/+4
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Reduce the space to build.Maho Nakata2008-04-091-0/+2
| | | | | | | | | | | --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 Notes: svn path=/head/; revision=210967
* 1. For all language build "all" to "alllangs".Maho Nakata2008-04-064-7/+114
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=210628
* bzip2 log.all.Maho Nakata2008-04-041-1/+2
| | | | Notes: svn path=/head/; revision=210480
* Add WITHOUT_CUPS knob.Maho Nakata2008-04-032-2/+12
| | | | | | | Submitted by: many Notes: svn path=/head/; revision=210461
* Better generate.plMaho Nakata2008-04-031-3/+3
| | | | Notes: svn path=/head/; revision=210425
* CUPS support is now default.Maho Nakata2008-04-032-13/+3
| | | | | | | Bump port revision. Notes: svn path=/head/; revision=210421
* Catch up localized language parts.Maho Nakata2008-04-023-47/+59
| | | | Notes: svn path=/head/; revision=210409
* 1. Adding --with-system-zlib. Base crashes because of broken zlib integration.Maho Nakata2008-04-022-10/+5
| | | | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=210354
* Update to 2.4.0.Maho Nakata2008-03-2810-107/+75
| | | | Notes: svn path=/head/; revision=210044
* Mute "paperconf not found error".Maho Nakata2008-03-071-0/+18
| | | | | | | Submitted by: jkim Notes: svn path=/head/; revision=208628
* Better installation, FBSD 8 support (python),Maho Nakata2008-01-123-6/+2526
| | | | | | | | | and better bridge code for amd64. Submitted by: jkim Notes: svn path=/head/; revision=205488
* Adding libgcc_s.so and libstdc++.so inMaho Nakata2008-01-072-3/+77
| | | | | | | | | | the install set, and bump port revision. PR: 119314 Submitted by: Pavel <legione.r@gmail.com> Notes: svn path=/head/; revision=205194
* Update to 2.3.1.Maho Nakata2007-12-072-6/+5
| | | | | | | | | | | This is a bug fix release, no new features are introduced. http://development.openoffice.org/releases/2.3.1.html It also fixes http://www.openoffice.org/security/cves/CVE-2007-4575.html. Approved by: portmgr(edwin) Notes: svn path=/head/; revision=202922
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+1
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Moves the USE_JAVA line to after bsd.port.pre.mk so that _JAVA_VERSIONMaho Nakata2007-10-091-4/+3
| | | | | | | | | | | will be set to "1.4 1.5" instead of "1.1 1.2 1.3 1.4 1.5 1.6" because of bsd.java.mk being included too early the way it was before. PR: 116906 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=201138
* Update to OOG680_m6, and bump port revision.Maho Nakata2007-10-042-4/+5
| | | | | | | | | | | | | | | | This was due to: http://wiki.services.openoffice.org/wiki/ReleaseStatus_Minutes#Release_Status_OOo_2.3 > Release Status OOo 2.3 > it was agreed to try to provide binary patches for > Chart DEFECT VERIFIED FIXED P2 Smooth Lines dialog is too small to set all properties > http://qa.openoffice.org/issues/show_bug.cgi?id=81390 > framework DEFECT RESOLVED FIXED P3 Fontwork display is broken http://qa.openoffice.org/issues/show_bug.cgi?id=81609 > on OOG680_m6 basis, Kai S. to identify source patches to be applied for m6. Binary patches for FreeBSD won't be available, of course :) Notes: svn path=/head/; revision=200855
* Cosmetic change in TWEAK_L10N section, mkdir the cookie dir before trying toMaho Nakata2007-10-031-0/+1
| | | | | | | | | | touch. Actually this option should not be used. PR: 111632 Submitted by: Ulrich Spoerlein Notes: svn path=/head/; revision=200711
* Build fix with WITH_TTF_BYTECODE_ENABLED enabled.Maho Nakata2007-09-281-4/+4
| | | | | | | | Submitted by: truckman Also reported by: Rainer Alves <rainer.alves@gmail.com> and Ben Stuyts <ben@altesco.nl> Notes: svn path=/head/; revision=200252
* Unbreak for 7-CURRENT.Maho Nakata2007-09-281-3/+5
| | | | | | | | | | | | | Truckman was able to successfully build the port on a September 22nd copy of 7.0-CURRENT on an i386 machine with jdk-1.5.0.12p6_2,1, also use only 1.4 and 1.5, as JDK 1.6 has problem. See PR 116607. PR: 116607 Submitted by: truckman Notes: svn path=/head/; revision=200251
* Update to 2.3.0.Maho Nakata2007-09-2220-2249/+166
| | | | Notes: svn path=/head/; revision=199878
* According to Kris, >9GB means 11GB and not 10GB.Maho Nakata2007-09-041-1/+1
| | | | Notes: svn path=/head/; revision=198725
* Kris reported that to >9Gb of space is required to build ooo ports.Maho Nakata2007-09-041-1/+1
| | | | Notes: svn path=/head/; revision=198720
* Make OpenOffice.org/freedesktop.org integration more robust.Jung-uk Kim2007-06-261-11/+12
| | | | | | | | | | | | | | - Rename icon files to have unique file names per each port. - Patch *.desktop files to reflect the change. - Prefer install(1) to cp(1) for installing the desktops, icons and mime types. - Run update-desktop-database after installing these files. - Add GNOME desktopfileutils component for the update-desktop-database. - While I am here, micro-optimize use of find(1) in the plist build. Approved by: maho (maintainer) Notes: svn path=/head/; revision=194263
* Update to 2.2.1 (OOF680_m18).Maho Nakata2007-06-142-8/+7
| | | | Notes: svn path=/head/; revision=193458
* * change DIST_SUBDIR to openoffice.org2[1]Maho Nakata2007-05-252-16/+16
| | | | | | | Submitted by: jkim[1] Notes: svn path=/head/; revision=191862
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Allow OpenOffice.org to be built with system freetype2 library instead ofJung-uk Kim2007-04-092-2/+13
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=189574
* Fix build breakage. The patch for openoffice.org-2-devel was accidentlyJung-uk Kim2007-04-071-16/+37
| | | | | | | | | committed here. Pointyhat to me. Reported by: Carlos F. A. Paniago (carlos dot paniago at gmail dot com) Notes: svn path=/head/; revision=189402
* Fix build breakage on -CURRENT after objformat removal.Jung-uk Kim2007-04-061-0/+839
| | | | | | | Approved by: maho (implicitly) Notes: svn path=/head/; revision=189319
* Merge cpp_uno bridge changes (sixtyfour10 CWS) for Linux x86-64Jung-uk Kim2007-04-061-0/+102
| | | | | | | | | with FreeBSD amd64. Approved by: maho Notes: svn path=/head/; revision=189318
* Fix icon paths for freedesktop integration.Jung-uk Kim2007-04-061-2/+2
| | | | | | | Approved by: maho Notes: svn path=/head/; revision=189316
* Update to 2.2.0.Maho Nakata2007-03-285-85/+25
| | | | Notes: svn path=/head/; revision=188700
* We don't support any FreeBSD with a perl <500600 anymore.Maho Nakata2007-02-081-4/+0
| | | | Notes: svn path=/head/; revision=184544
* Removal of FreeBSD 4 support.Maho Nakata2007-02-082-45/+0
| | | | Notes: svn path=/head/; revision=184542
* RTLD hack is gone for FreeBSD_version >= 602103 (MFC'ed from current)Maho Nakata2007-01-172-5/+5
| | | | | | | | | | http://docs.freebsd.org/cgi/mid.cgi?200701160751.l0G7p4gH046864 http://docs.freebsd.org/cgi/mid.cgi?200701160940.l0G9eOQv074301 Submitted by: jkim Notes: svn path=/head/; revision=182567