Commit graph

112 commits

Author SHA1 Message Date
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Maho Nakata
2eef360e9c Added 680 codeline (will be OOo 2.0) 2003-12-08 13:45:14 +00:00
Maho Nakata
c3ec5515dd Marked as BROKEN. 2003-12-08 12:50:46 +00:00
Maho Nakata
e4ab6030f0 OpenOffice -> OpenOffice.org
Submitted by:	Pavel@Janik.cz (Pavel Janik)
2003-11-09 14:11:29 +00:00
Maho Nakata
47bd27ea88 (1) omit RC4 in pkg-message
(2) PORTREVERSION -> PORTREVISION

Pointed out by: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp> (1)
Pointy hat to:  myself (2)
2003-10-03 00:09:06 +00:00
Maho Nakata
9a7eb5c2f3 a) add several patches made by Takashi Ono (JCA signed person)
1) To enable handling of MS Word for Windows 95/6.0 CJK Version
      patch-word6+95-cjkhandling
      http://www.openoffice.org/issues/show_bug.cgi?id=17498
      (target milestone 1.1.1, resolved and fixed)

   2) Patch to enable rtf filter handle local language files
      patch-rtfcjk
      http://www.openoffice.org/issues/show_bug.cgi?id=17503
      (target milestone 2.0, verified and fixed)

   3) rtf writing enhancement for CJK
      patch-wrtrtf
      http://www.openoffice.org/issues/show_bug.cgi?id=20264
      (not confirmed yet)

   4) read first section attribute correctly for
      MS Word for Windows 95/6.0
      patch-topsection
      http://ja.openoffice.org/servlets/ProjectDownloadList?action=download&dlID=312
      (IZ is not raized)

b) bump portrevision
2003-10-02 06:45:23 +00:00
Maho Nakata
18524b7c28 Update to 1.1.0 official release
(archive is exactly same as 1.1rc5b)
2003-10-02 02:07:15 +00:00
Maho Nakata
abd1958bc0 1) update to 1.1rc5b.
2) too small so I treated this update as bump portrevision
2003-10-01 07:52:09 +00:00
Maho Nakata
3d7f8fe524 Localized helpcontents have been changed from 1.0 to 1.1, and
unfortunately, both helpcontents have same names and located
at different place. there's (AFAIK) no way to make one more deeper
subdirectory at DISTDIR, so I splitted /usr/ports/distfiles/openoffice to
/usr/ports/distfiles/openoffice1.0, /usr/ports/distfiles/openoffice1.1.
2003-10-01 05:53:01 +00:00
Martin Blapp
a8e16966b2 Upgrade to 1.1rc5 snapshot. Fix a remaining error in the startup
script.
2003-09-25 22:29:30 +00:00
Martin Blapp
874763ad35 Fix minor install problem: s/openoffice/openoffice-wrapper/
Submitted by:	Lars Bungum <lars@bungum.no>
Approved by:	marcus (portsmgr)
2003-09-21 07:04:53 +00:00
Martin Blapp
f95a4f2995 Make it easier for people, move a big chunk of the startup
wrapper out into a script included by soffice.sh. This way
there aren't any traps at first startup time and people
hopefully don't ask the same questions anymore.

At the same time, make more substitutions, also in oo_setup.resp.

Approved by:	marcus (portsmgr)
2003-09-17 04:06:28 +00:00
Martin Blapp
b63d72fe5f Fix post-install target, remove a dash.
Approved by:	marcus (portsmgr)
2003-09-16 04:26:34 +00:00
Martin Blapp
6b72d0c997 Make OO1.1RC working. Many thanks to kan for the debugging session
at the dev summit !

Approved by:	joe (portsmgr)
2003-09-14 21:52:25 +00:00
Martin Blapp
1e97129a30 Back out parts of rev. 1.95.
The framebuffer hack is still needed. Without it, we cannot
install openoffice-devel on bento at all, neither on my build
machines.
2003-09-09 12:39:05 +00:00
Martin Blapp
2609f0e673 Add gcc port dependency. 2003-09-08 15:36:05 +00:00
Martin Blapp
662f20a559 Compiles again with system gcc on 5.x. 2003-09-08 15:21:54 +00:00
Maho Nakata
2aafcb01d6 Still it does not marked as broken.
Pointed out by:	mbr
Pointy hat to:  myself
2003-08-16 11:49:31 +00:00
Maho Nakata
28f21f5f7d a) sysui/oounix/office/gnome/gnomeint seems to be desappeared.
b) *everywhere* we do not need virtual framebuffer!
2003-08-16 05:58:52 +00:00
Maho Nakata
40fd81b27e Remarked as broken since it doesn't install.
Pointy hat to: maho
2003-08-15 23:03:05 +00:00
Maho Nakata
d072a29722 Now passes compilation for recent 4.8-STABLE and 5-CURRENT,
but still fails during/after the installtion :(

a) follow up to recent cvs checkout
  (cws_srx645_ooo11rc3, 2003/08/15)

b) Use gcc33 from ports for both 4 and 5.
   gcc-3.3 of 5-CURRENT seems to brake somewhere,
   and recent version of OOo hits some internal
   error of gcc-3.2.3.

c) remove --enable-gcc3, --with-os-version and --with-ant-home
   gcc3 is deprecated, os version and ant home should be
   detected automatically by configure(setting os version
   had been dangerous, since difference can be seen between
   /usr/include/osreldate.h and sysctl kern.osreldate)
   however nowadays it is not so dangerous)

d) add build dependency for Xft and gtk-2.0.
2003-08-15 22:32:21 +00:00
Martin Blapp
089408aaea Make mozilla-vendor compile with gcc 3.3.1
PR:		55147
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-12 09:25:55 +00:00
Ernst de Haan
b093017dc6 Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by:	kris
Pointy hat to:	me
2003-07-23 14:30:29 +00:00
Maho Nakata
af63e06d7c 1. update to fresh checkout of OpenOffice.org (1.1RC2)
tagged under cws_srx645_ooo11rc2
2. still broken with installation failure.

Reviewed by:	mbr
2003-07-17 12:56:09 +00:00
Martin Blapp
104f4e8e71 Mozilla-vendor has been removed. Download the 1.02 port from freefall,
since we depend exactly on this version.

PR:		54035
Submitted by:	Chris Shenton <chris@Shenton.Org>
2003-07-02 21:00:12 +00:00
Martin Blapp
955cfd277e Add gtk and orbit dependencies too (for mozilla slave port).
Submitted by:	kris
2003-06-27 07:57:19 +00:00
Martin Blapp
3499152c80 Include these librarys needed by the mozilla sub-port directly
here in the openoffice port. This should fix the build problem
on bento.
2003-06-20 07:40:03 +00:00
Martin Blapp
b8db9441a8 The KDE-wrapper has changed from script to binary. It is now
a lot more difficult to patch it. Until we found the correct
way to deal with it, comment it out.
2003-06-08 09:56:30 +00:00
Martin Blapp
6a67cf6e72 Fix spelling of "preferred".
PR:		52740, 52741
Submitted by:	Christopher Nehren <apeiron@comcast.net>
2003-06-07 22:52:21 +00:00
Martin Blapp
3dbc504a92 Upgrade to OO1.1 beta2.
Many bugs have been fixed and there are a few FreeBSD dependent
issues remaining. Unfortunatly one of them is the installer.

Most patches have been imported, so we are now down on about ~30 patches !
2003-06-07 22:09:20 +00:00
Martin Blapp
9767698bae Fix typo.
Submitted by:	Bartosz Fabianowski <bartosz@fabianowski.de>
2003-04-29 13:34:28 +00:00
Martin Blapp
59a1dc1968 Move the KDE wrapper replacement a bit, and only substitute in
the perl script which creates the wrapper bits. Remove a newline
in the post-patch target in the openoffice port.

Add fix for gnome wrappers too.
2003-04-27 11:58:20 +00:00
Martin Blapp
f4db20bd84 xargs -> ${XARGS} 2003-04-27 10:33:07 +00:00
Martin Blapp
85d9b6ac05 Make the kde startup files use our wrapper files. 2003-04-27 10:31:16 +00:00
Martin Blapp
4aa7ebfa01 Add smath to the wrapper list. 2003-04-27 10:08:53 +00:00
Maho Nakata
1555c01115 1. Correct include path for instsetoo/util/openoffice.lst
Without it, licensing terms are not
   copied and installation fails for some localizd build.
   (affects patch-instsetoo+util+openoffice.lst and Makefile)
2. Added CJK Word 95/6.0/RTF import feature
   (Other patches)
3. Bump port revision
By Takashi Ono <t_ono@hkfreak.net>
2003-04-19 01:47:29 +00:00
Maho Nakata
017645b96d For GIF patent problem, remove some goodies.
However source distribution is still legal, so
this can be enabled by WITH_GIF_LZW_COMPRESSION=yes

Approved by:	mbr (Martin Blapp)
2003-04-17 11:24:26 +00:00
Martin Blapp
870e43b3cb Mastersite for localized help files has changed.
Submitted by:	maho
2003-04-11 23:35:11 +00:00
Martin Blapp
36f042efc3 Update to srx644_ooo20030412. 2003-03-31 21:32:38 +00:00
Martin Blapp
aabd6a813d Only add the office_${RELEASE_NR} wrapper startup scripts
to the pkg list.

Submitted by:	Dan Naumov <dan.naumov@ofw.fi>
2003-03-30 17:43:53 +00:00
Martin Blapp
99d05ed472 Add missing cp 2003-03-29 07:35:35 +00:00
Martin Blapp
3d7302cc29 Unbreak the port and fix the remaining pkg files.
Have fun with OpenOffice1.1Beta !
2003-03-28 09:11:14 +00:00
Martin Blapp
1c35735e4c Use autoconf version > 2.5 to fix compile on CURRENT. 2003-03-27 23:59:13 +00:00
Martin Blapp
cb8732083a OOo1.1 seems to link against a lib in the jdk. OOo will still run
without this library, but for compile it is definitly needed. Remove
the linux jdk dependency and use again our native one.
2003-03-27 09:41:44 +00:00
Martin Blapp
db9236a9e9 Update to a 20030324 snapshot. Remove a old unused
distfile entry.
2003-03-27 09:39:00 +00:00
Martin Blapp
d57aeca8a1 Hopefully fix the build on bento:
The JDK dependency needs to be at the first place, so all
following dependencies use the same JDK.
2003-03-26 17:06:20 +00:00
Martin Blapp
19599e5a4a Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help
to track the things down.

There are known problems with weak symbols and exceptions. Some c++ tools
inside the port will fail if you try to compile.

The cpp_uno bridge has been updated to the latest linux version available.
Added 'make update' target to upgrade the source to the latest version.

Approved by:	kris (portmgr)
2003-03-12 01:04:08 +00:00
Ade Lovett
eabd472034 It's ".if", not "if"
Submitted by:	make index
2003-03-06 02:51:12 +00:00
Martin Blapp
eeb175d38d Update to 1.1 beta. Work in progress.
de-pkg-comment
2003-03-05 23:24:06 +00:00
Kris Kennaway
02baa4219f Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by:	lioux
2003-02-10 09:04:04 +00:00