Commit graph

280 commits

Author SHA1 Message Date
Maho Nakata
6241317db9 Update to 2.3.0. 2007-09-22 00:02:02 +00:00
Jung-uk Kim
3c477c5854 Make OpenOffice.org/freedesktop.org integration more robust.
- 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)
2007-06-26 01:17:48 +00:00
Maho Nakata
f82093b4c4 Update to 2.2.1 (OOF680_m18). 2007-06-14 07:16:30 +00:00
Maho Nakata
55abac1679 * change DIST_SUBDIR to openoffice.org2[1]
Submitted by:	jkim[1]
2007-05-25 22:54:52 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36: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
Jung-uk Kim
8d59bbfeb8 Fix icon paths for freedesktop integration.
Approved by:	maho
2007-04-06 00:42:42 +00:00
Maho Nakata
c203ad6aaa Update to 2.2.0. 2007-03-28 23:31:59 +00:00
Maho Nakata
6e5ec9b140 We don't support any FreeBSD with a perl <500600 anymore. 2007-02-08 04:06:12 +00:00
Maho Nakata
4bf3527bf7 Removal of FreeBSD 4 support. 2007-02-08 02:11:25 +00:00
Maho Nakata
870c5d1cf2 RTLD hack is gone for FreeBSD_version >= 602103 (MFC'ed from current)
http://docs.freebsd.org/cgi/mid.cgi?200701160751.l0G7p4gH046864
http://docs.freebsd.org/cgi/mid.cgi?200701160940.l0G9eOQv074301

Submitted by:	jkim
2007-01-17 03:15:55 +00:00
Maho Nakata
3d912b8254 WRKDIR->WRKSRC 2007-01-07 23:50:50 +00:00
Maho Nakata
2c3cf3a1b4 Add WITH_CWS knob.
Usage:
make WITH_CWS=cws_src680_chart2mst3.20070107
when cws archive is cws_src680_chart2mst3.20070107.tar.gz.
This is only for development purpose.
2007-01-07 22:20:16 +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
0649690133 Add a new knob LOCALIZED_LANG=all. This builds possible languages
supported by OOo and installs as one package.
2007-01-07 10:24:08 +00:00
Maho Nakata
c7d0a9b5a7 The rtld behaviour of FreeBSD >=700022 is now same as Solaris, and
workaround is pushed into rtld-workaround-i66667.

Submitted by:	jkim
2007-01-05 04:19:23 +00:00
Maho Nakata
9f18b4bb71 Use ${DESKTOPDIR} instead of using ${PREFIX}/share/applications.
It is already defined in ports/Mk/bsd.port.mk.

Submitted by:	jkim
2007-01-04 12:48:08 +00:00
Maho Nakata
84c0579bcc Update to 2.1.0. 2006-12-14 00:15:13 +00:00
Maho Nakata
bfd34d5685 * Now icons and menus are installed correctly
* some Makefile clean up

Submitted by:	jkim [1]
2006-12-04 03:43:00 +00:00
Maho Nakata
729d96568e * Fix package. TMPPLIST must be overwrite at the first.[1]
* Fix pkg-message.

Submitted by:	Jack L.[1]
2006-11-29 22:08:18 +00:00
Maho Nakata
8d8a34b503 * Remove RELEASE_NR. OOOVERSION is same as RELEASE_NR [1].
* 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]
2006-11-25 03:09:57 +00:00
Maho Nakata
c85d89f2cc Reactivate WITH_TTF_BYTECODE_ENABLED knob. 2006-11-19 01:51:46 +00:00
Maho Nakata
aa0b19f750 * Add evolution2 support[1]
* Fix typo[2]

PR:		 105400 [2]
Suggested by:	Vizo Allman <vizoster@gmail.com> [1]
Submitted by:   	Alexey Shuvaev[2]
2006-11-12 04:56:06 +00:00
Jung-uk Kim
28fe5b4d58 Install menus and icons for GNOME as well since GNOME is now installed on
${LOCALBASE}.  Note we install *.desktop in ${LOCALBASE}/share/applications
instead of ${LOCALBASE}/share/applnk, which is KDE-specific.

Approved by:	maho (maintainer)
2006-11-03 15:37:04 +00:00
Maho Nakata
1ba5df5634 Update to 2.0.4.
Approved by:	portmgr(edwin)
2006-10-18 07:03:03 +00:00
Maho Nakata
aceeb64413 Build fix for when ooo-build and openoffice.org-2.0
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.
2006-09-29 11:05:40 +00:00
Maho Nakata
b225b730d2 Update to 2.0.4rc3 2006-09-29 10:15:51 +00:00
Maho Nakata
6a7fba1ef9 Add RUN_DEPENDS of gcc41 for amd64. 2006-09-19 00:57:07 +00:00
Maho Nakata
315b8a729a Unbreak for amd64.
build verified on FreeBSD 6.1-RELEASE/amd64
with gcc version 4.1.2 20060908 (prerelease)
2006-09-17 11:11:15 +00:00
Maho Nakata
8635a1a08d Still broken on amd64 2006-09-17 03:38:56 +00:00
Maho Nakata
0bc285e200 Update to 2.0.4rc2 and an amd64 fix[1]
Submitted by:	jkim[1]
2006-09-16 21:34:56 +00:00
Maho Nakata
3ae4f9a57e Update to 2.0.4rc1 2006-09-07 10:08:40 +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
Maho Nakata
28693c0720 Update to OOD680_m2 2006-09-02 21:01:27 +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
87cc7d8d01 Reverse the order of the MASTER_SITE
of good-day.net and lunarshells.com until lunarshell.com
have correct OOo_2.0.1_src.tar.gz insetad of old one.
2006-08-24 03:06:47 +00:00
Maho Nakata
9e0ee1b80f Unbreak for amd64 2006-08-24 01:33:12 +00:00
Maho Nakata
8ececbacd4 Update the patch-i66667, and broken for amd64 2006-08-22 00:38:29 +00:00
Maho Nakata
e68108efb8 Update to OOD680_m1.
This is the snapshot from release branch of OOo.
http://development.openoffice.org/releases/2.0.OOD_m1_snapshot.html
This branch will become 2.0.4, thus I set version number for this
release as 2.0.4.m1.

According to Martin H.
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=9787
we again use OOo_2.0.1_source.tar.gz for the filename
which is the same as 2.0.1 release.
2006-08-19 12:10:14 +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
34457df557 Better RUN_DEPENDS section of gcc41-withgcjawt 2006-07-23 03:47:55 +00:00
Maho Nakata
db65b6c3ba Update to 2.0.3 2006-07-02 11:20:28 +00:00
Maho Nakata
7947b005e6 Update to 2.0.3rc7 2006-06-29 21:15:54 +00:00
Maho Nakata
6418ded822 Update to 2.0.3rc6.
also applied i66666 amd64 fix, i66667 general fixes [1]

Submitted by:	jkim [1]
2006-06-24 22:59:13 +00:00
Maho Nakata
85b108bf90 Unbreak for amd64 2006-06-07 10:48:15 +00:00
Maho Nakata
5fedb5fa75 Get rid of MACIHNE_ARCH
o JAVA_VENDOR= freebsd bsdjava for amd64 implies bsdjava.
freebsd is ignored
2006-06-05 02:50:41 +00:00
Maho Nakata
9cb79afc33 amd64 bits
Submitted by:	jkim
Modified by: maho
2006-06-03 11:39:21 +00:00
Maho Nakata
9ac8870f25 Update to 2.0.3rc5 2006-06-02 09:47:51 +00:00
Maho Nakata
88f577aac6 MACHINE_ARCH fix.
Submitted by:	FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
Pointy hat to:  myself
2006-05-31 03:05:19 +00:00
Maho Nakata
c1736221a9 The make command of the base system automatically sets $MACHINE
and $MACHINE_ARCH variables.

Submitted by:	 Kaho Toshikazu <kaho at ed.niigata-u.ac.jp>
2006-05-31 02:44:04 +00:00