aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Still broken on amd64Maho Nakata2006-09-172-21/+1
| | | | Notes: svn path=/head/; revision=173206
* Update to 2.0.4rc2 and an amd64 fix[1]Maho Nakata2006-09-163-7/+27
| | | | | | | Submitted by: jkim[1] Notes: svn path=/head/; revision=173162
* Fix a build breaker of __FreeBSD_version >= 601103.Maho Nakata2006-09-092-4/+57
| | | | | | | Submitted by: many Notes: svn path=/head/; revision=172654
* Location of ant home has been changed.Maho Nakata2006-09-071-1/+1
| | | | | | | Submitted by: Jona Joachim <jaj13@web.de> Notes: svn path=/head/; revision=172540
* Update to 2.0.4rc1Maho Nakata2006-09-072-8/+7
| | | | Notes: svn path=/head/; revision=172461
* JAVA_HOME of java-gcj-compat has been changedMaho Nakata2006-09-062-4/+4
| | | | | | | from ${LOCALBASE}/lib/jvm/java-gcj to ${LOCALBASE}/lib/jvm/java-gcj41 Notes: svn path=/head/; revision=172424
* Update to OOD680_m2Maho Nakata2006-09-022-10/+11
| | | | Notes: svn path=/head/; revision=171917
* Add a knob to disable Gnome VFS support.Alex Dupre2006-09-012-1/+12
| | | | | | | Approved by: maho Notes: svn path=/head/; revision=171783
* Build fix for FreeBSD >= 601103Maho Nakata2006-08-241-0/+65
| | | | Notes: svn path=/head/; revision=171341
* Reverse the order of the MASTER_SITEMaho Nakata2006-08-241-1/+1
| | | | | | | | of good-day.net and lunarshells.com until lunarshell.com have correct OOo_2.0.1_src.tar.gz insetad of old one. Notes: svn path=/head/; revision=171299
* Unbreak for amd64Maho Nakata2006-08-242-1/+146
| | | | Notes: svn path=/head/; revision=171296
* Update the patch-i66667, and broken for amd64Maho Nakata2006-08-222-4/+7
| | | | Notes: svn path=/head/; revision=171136