summaryrefslogtreecommitdiff
path: root/editors/openoffice-3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Do not forget about #i22253# for amd64.Maho Nakata2007-01-081-1/+1
| | | | Notes: svn path=/head/; revision=181736
* WRKDIR->WRKSRCMaho Nakata2007-01-071-1/+1
| | | | Notes: svn path=/head/; revision=181729
* patch-i66667 should not forget about #i22253#.Maho Nakata2007-01-071-1/+1
| | | | Notes: svn path=/head/; revision=181726
* Add WITH_CWS knob.Maho Nakata2007-01-071-0/+14
| | | | | | | | | | Usage: make WITH_CWS=cws_src680_chart2mst3.20070107 when cws archive is cws_src680_chart2mst3.20070107.tar.gz. This is only for development purpose. Notes: svn path=/head/; revision=181720
* * LOCALIZED_LANG=all knob for all the other ooo-2 ports.Maho Nakata2007-01-073-7/+56
| | | | | | | * sync Makefile.localized with three ooo-2 ports. Notes: svn path=/head/; revision=181686
* Add a new knob LOCALIZED_LANG=all. This builds possible languagesMaho Nakata2007-01-073-2/+30
| | | | | | | supported by OOo and installs as one package. Notes: svn path=/head/; revision=181678
* Fix epm while packaging with deep(>255 chars) path.Maho Nakata2007-01-071-0/+97
| | | | | | | | | This patch is for epm, external program of OOo, so JCA is not necessary. Submitted by: tanimura Notes: svn path=/head/; revision=181658
* Fix `epm: Unable to execute "pkg_create" program: No such file or directory' ↵Maho Nakata2007-01-051-0/+30
| | | | | | | | | | | | problem. (epm is an external library so we don't need JCA) PR: 107126 Submitted by: Peter Jeremy Notes: svn path=/head/; revision=181474
* The rtld behaviour of FreeBSD >=700022 is now same as Solaris, andMaho Nakata2007-01-053-49/+191
| | | | | | | | | workaround is pushed into rtld-workaround-i66667. Submitted by: jkim Notes: svn path=/head/; revision=181467
* Use ${DESKTOPDIR} instead of using ${PREFIX}/share/applications.Maho Nakata2007-01-042-3/+6
| | | | | | | | | It is already defined in ports/Mk/bsd.port.mk. Submitted by: jkim Notes: svn path=/head/; revision=181401
* Update to 2.1.0.Maho Nakata2006-12-143-9/+761
| | | | Notes: svn path=/head/; revision=179690
* * Now icons and menus are installed correctlyMaho Nakata2006-12-042-27/+29
| | | | | | | | | * some Makefile clean up Submitted by: jkim [1] Notes: svn path=/head/; revision=178798
* * Fix package. TMPPLIST must be overwrite at the first.[1]Maho Nakata2006-11-291-0/+2
| | | | | | | | | * Fix pkg-message. Submitted by: Jack L.[1] Notes: svn path=/head/; revision=178284
* * Remove RELEASE_NR. OOOVERSION is same as RELEASE_NR [1].Maho Nakata2006-11-253-9/+12
| | | | | | | | | | | * Desktop Icons and menus are not installed as default as pkg-plist is incomplete. [2] * Remove openoffice.org symlink. Submitted by: oliver[1] kris[2] Notes: svn path=/head/; revision=178011
* Reactivate WITH_TTF_BYTECODE_ENABLED knob.Maho Nakata2006-11-193-96/+36
| | | | Notes: svn path=/head/; revision=177551
* * Add evolution2 support[1]Maho Nakata2006-11-122-2/+13
| | | | | | | | | | | * Fix typo[2] PR: 105400 [2] Suggested by: Vizo Allman <vizoster@gmail.com> [1] Submitted by: Alexey Shuvaev[2] Notes: svn path=/head/; revision=177075
* Fix a breakage when using recent version of gcc-4.1.Maho Nakata2006-11-041-0/+34
| | | | Notes: svn path=/head/; revision=176330
* Install menus and icons for GNOME as well since GNOME is now installed onJung-uk Kim2006-11-031-4/+2
| | | | | | | | | | ${LOCALBASE}. Note we install *.desktop in ${LOCALBASE}/share/applications instead of ${LOCALBASE}/share/applnk, which is KDE-specific. Approved by: maho (maintainer) Notes: svn path=/head/; revision=176281
* Update to 2.0.4.Maho Nakata2006-10-182-5/+5
| | | | | | | Approved by: portmgr(edwin) Notes: svn path=/head/; revision=175383
* OOo requires total 2Gbytes of memory or swap since the last year.Maho Nakata2006-10-101-2/+2
| | | | Notes: svn path=/head/; revision=175169
* Build fix for when ooo-build and openoffice.org-2.0Maho Nakata2006-09-291-5/+3
| | | | | | | | | | ports expect different source tarball. Generally both port expect the same tarball, but for RCs, they can be different. This fix is bit more flexible than hardcoding. Notes: svn path=/head/; revision=174100
* Update to 2.0.4rc3Maho Nakata2006-09-292-7/+7
| | | | Notes: svn path=/head/; revision=174095
* Add RUN_DEPENDS of gcc41 for amd64.Maho Nakata2006-09-191-0/+1
| | | | Notes: svn path=/head/; revision=173366
* Add a note about compilation.Maho Nakata2006-09-181-2/+2
| | | | | | | Submitted by: "Dr.-Ing. A. Haakh" <andreas@Haakh.de> Notes: svn path=/head/; revision=173272
* Unbreak for amd64.Maho Nakata2006-09-171-1/+1
| | | | | | | | build verified on FreeBSD 6.1-RELEASE/amd64 with gcc version 4.1.2 20060908 (prerelease) Notes: svn path=/head/; revision=173230