Maho Nakata
feda86c5d4
Kris reported that to >9Gb of space is required to build ooo ports.
2007-09-04 06:18:58 +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
10fd89d9b8
Fix build breakage. The patch for openoffice.org-2-devel was accidently
...
committed here. Pointyhat to me.
Reported by: Carlos F. A. Paniago (carlos dot paniago at gmail dot com)
2007-04-07 02:04:28 +00:00
Jung-uk Kim
8be281c3ed
Fix build breakage on -CURRENT after objformat removal.
...
Approved by: maho (implicitly)
2007-04-06 01:19:27 +00:00
Jung-uk Kim
c11b65df49
Merge cpp_uno bridge changes (sixtyfour10 CWS) for Linux x86-64
...
with FreeBSD amd64.
Approved by: maho
2007-04-06 00:55:54 +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
63db35ef69
Do not forget about #i22253# for amd64.
2007-01-08 00:40:49 +00:00
Maho Nakata
3d912b8254
WRKDIR->WRKSRC
2007-01-07 23:50:50 +00:00
Maho Nakata
4ff168f855
patch-i66667 should not forget about #i22253#.
2007-01-07 23:23:05 +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
5e3db81739
Fix epm while packaging with deep(>255 chars) path.
...
This patch is for epm, external program of OOo, so JCA is not necessary.
Submitted by: tanimura
2007-01-07 05:29:22 +00:00
Maho Nakata
0428227a94
Fix `epm: Unable to execute "pkg_create" program: No such file or directory' problem.
...
(epm is an external library so we don't need JCA)
PR: 107126
Submitted by: Peter Jeremy
2007-01-05 07:11:59 +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
Maho Nakata
5047da89a1
Fix a breakage when using recent version of gcc-4.1.
2006-11-04 03:40:09 +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
6de3484af1
OOo requires total 2Gbytes of memory or swap since the last year.
2006-10-10 02:32:28 +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
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
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
3edfd616f5
Fix a build breaker of __FreeBSD_version >= 601103.
...
Submitted by: many
2006-09-09 22:17:58 +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
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
2fdf65f51f
Build fix for FreeBSD >= 601103
2006-08-24 21:56:59 +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
8ce91e59d0
Fix build for __FreeBSD_version >= 601103
...
and discard support for __FreeBSD_version < 700015
Discussed with: ume
2006-08-07 00:06:40 +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
baaee55979
Fix build for 6.1-STABLE
2006-07-31 01:36:37 +00:00
Maho Nakata
34457df557
Better RUN_DEPENDS section of gcc41-withgcjawt
2006-07-23 03:47:55 +00:00
Maho Nakata
0ccaa5eb70
Build fix for 7-current.
...
NAKAJI-san kindly signed to JCA for upstream,
so we accept the patch.
Please refer policy section
of http://porting.openoffice.org/freebsd
.
PR: 99284
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2006-07-06 00:38:48 +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
Daichi GOTO
6701f7f585
editors/openoffice.org-2.0: change suggestion for japanese font
...
- change japanese font to ipa-ttfonts
PR: ports/99530
Submitted by: daichi
Approved by: maho
2006-06-28 05:02:06 +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
Maho Nakata
67bf4ec429
Update to 2.0.3rc3
2006-05-29 00:26:55 +00:00
Pav Lucistnik
b47ad7a943
- Renamed port graphics/libart_lgpl2 -> graphics/libart_lgpl
2006-05-28 13:37:06 +00:00
Jung-uk Kim
da5239675f
Fix typo to unbreak packaging.
...
PR: 97460
Submitted by: Alexander V. Ribchansky < triosoft at triosoft dot com dot ua >
2006-05-22 15:29:12 +00:00
Maho Nakata
30bd1a035a
Automatically fixup the *.desktop files and hook them into KDE
...
Submitted by: jhb
2006-05-09 01:04:50 +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
fd9ab87d45
Better handling of PORTVERSION. version number of
...
ooo-build and openoffice.org-2.0 can be different.
2006-04-20 21:56:12 +00:00
Maho Nakata
790e51e299
Java related fix (regcomp/javaldx)
2006-04-18 20:54:47 +00:00
Maho Nakata
3c9d50c097
Add missing PATH setting and make a symlink to gcj-dbtool
2006-04-17 07:35:33 +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
6f73b29378
Add support of JDK 1.5
2006-04-15 09:56:31 +00:00
Maho Nakata
60e9e3aa10
Enable CUPS support for default
2006-03-27 02:23:32 +00:00
Maho Nakata
724a93196c
forgot to commit two patches...
2006-03-15 06:18:59 +00:00
Maho Nakata
69bf9cada9
Update to 2.0.2
2006-03-15 06:18:10 +00:00
Maho Nakata
74602cc06a
Fix build when WITHOUT_MOZILLA is specified.
...
PR: 93698
Submitted by: Kirill Yelizarov <ykirill@yahoo.com>,
Bartosz Fabianowski <bartosz@fabianowski.de>
Approved by: portmgr(kris)
2006-03-01 02:59:02 +00:00
Maho Nakata
0d83c1c3bd
Update to 2.0.2rc2
2006-02-22 21:41:12 +00:00
Maho Nakata
948f97b3ca
Update to 2.0.2rc1
2006-02-15 23:23:39 +00:00
Maho Nakata
ae8a8584ac
Add missing patch.
...
Submitted by: Bartosz Fabianowski <freebsd@chillt.de>
2005-12-24 05:06:48 +00:00
Maho Nakata
2079b47715
Update to 2.0.1
2005-12-23 04:14:28 +00:00
Maho Nakata
f1a7125183
Add ? so that ooo-build port can override
2005-12-05 02:44:24 +00:00
Maho Nakata
16a5b4891f
Prepare for upcoming ooo-build. PORTNAME and PORTVERSION are now set by ?=.
2005-12-01 01:06:47 +00:00
Maho Nakata
ac8689a095
Add SHA256.
2005-11-27 11:26:21 +00:00
Maho Nakata
af5efcb342
Use bison2 instead of bison-devel
...
Submitted by: ade
2005-11-17 21:04:43 +00:00
Joe Marcus Clarke
235c907ae5
Bump PORTREVISION to chase the glib20 shared library update.
2005-11-05 05:22:06 +00:00
Maho Nakata
cfe4d73b4e
Do not hardcode MASTER_SITE_SUBDIR
2005-11-04 23:06:27 +00:00
Maho Nakata
3b86f2e57d
Due to not mix-up with ooo-build. Remove patch-pythonlink and
...
equivalent process is now at post-install section.
2005-11-02 06:07:53 +00:00
Maho Nakata
66cb947d91
2.0.0 is not a developer version
2005-11-02 01:11:28 +00:00
Maho Nakata
8b4daa4baa
o cosmetic changes, fix typos
...
o Use libart instead of GPC[1]
o Remove BROKEN for old FreeBSDs. IMHO this is too strict.
Implicitly suggested by: "Mikhail T." <mi@aldan.algebra.com>[1]
2005-10-31 07:38:42 +00:00
Maho Nakata
78f08f60a0
Update to 2.0.0
2005-10-29 05:49:24 +00:00
Bill Fenner
3e5d9c7f1f
Fix ${MASTER_SITE_foo} usage.
...
- Use the proper syntax for grouping when using ${MASTER_SITE_foo}
- Don't use ${MASTER_SITE_LOCAL} with no local user subdir.
Approved by: MAINTAINER timeout (2 weeks)
2005-10-25 18:36:49 +00:00
Maho Nakata
fc727c05fc
Add python postinstall script.
2005-10-16 07:25:40 +00:00
Maho Nakata
922a63e62b
Update to 2.0RC3
2005-10-15 22:13:29 +00:00
Maho Nakata
684f0412b8
Forgot to add patches...
2005-10-04 04:01:00 +00:00
Maho Nakata
0495b7490e
update to 2.0RC1
2005-10-04 03:59:42 +00:00