Commit graph

147 commits

Author SHA1 Message Date
Maho Nakata
e07de06937 Unbreak for 4-series.
(4.8R, 4.9R, 4.10R)

Reported by:	Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
2004-08-07 08:47:32 +00:00
Maho Nakata
127cbe3297 Add brazilian portuguese localized help.
Submitted by:	pan@panix.ecof.org.br (Carlos F. A. Paniago)
2004-08-05 04:46:34 +00:00
Maho Nakata
c52626ad10 1) update to 1.1.3; developer ver. cws_srx645_ooo113fix2,
checkout at 2004/7/29 16:00 JST)
2) remove GIF lzw disabling patches
3) change the method of localized build
   to reduce the amount of time, and/or
   make full use of ccache of 2nd and later builds.
4) Modification of OOo must be small as possible.
   No longer see LANG environment variable, CJK enhancements, etc.
2004-07-31 04:06:32 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Eric Anholt
ae67bcb215 No need for explicit XFree86-4-libraries dependencies when you've got
LIB_DEPENDS on gtk, among others.
2004-05-29 22:15:02 +00:00
Kris Kennaway
49ed103866 BROKEN on 4.x: Does not compile (tries to link to libpthread) 2004-05-22 05:56:58 +00:00
Maho Nakata
23448d980d Update to cws_srx645_ooo112fix2, checking out by 2004/May/18th 2004-05-18 14:48:57 +00:00
Maho Nakata
20688a3dfe Fix extract command (helpcontents now have some trailing
gabage)

Submitted by:	Gerrit Kuhn <gerrit@pmp.uni-hannover.de>
2004-05-07 17:20:36 +00:00
Maho Nakata
ebcf9bfb8e Make (more) use of USE_GNOME
Submitted by:	adamw
2004-04-12 01:03:34 +00:00
Maho Nakata
2fc090c2be Make fetchable 2004-04-10 21:14:13 +00:00
Maho Nakata
52ae1091d7 ${FRELEASE_NR} to ${PORTVERSION} for sdk and solver section 2004-04-09 09:21:22 +00:00
Maho Nakata
7ead418e9b update to 1.1.2RC (checkout cws_srx645_ooo112fix1, 2004/04/08 9pm JST)
please see the release note
http://download.openoffice.org/1.1.2rc/release_notes_1.1.2rc.html

removed patches:
a) patch-solenv+inc+unxfbsdi.mk
   http://www.openoffice.org/issues/show_bug.cgi?id=25500

b) patch-sw+source+filter+ww8+ww8scan.cxx
   http://www.openoffice.org/issues/show_bug.cgi?id=23856
   http://www.openoffice.org/issues/show_bug.cgi?id=24123
   but actually fixed somewhere I cannot find

added patch:
c) patch-setup2+wrapper+install.sh
   http://www.openoffice.org/issues/show_bug.cgi?id=27638

Note: simple test was done for FreeBSD 5.2.1-RELEASE
2004-04-09 08:47:39 +00:00
Maho Nakata
952b5ad296 In some environments, they cannot java.
So put JDKDIR in CONFIGURE_ARGS explicitly.

Submitted by:	many people
2004-03-19 04:31:38 +00:00
Maho Nakata
68eacb8750 Add expireation dates of GIF patent.
(It has already been expired in United States)
2004-03-17 12:32:53 +00:00
Maho Nakata
c9cad973c1 Add preliminary SDK support
Note patches won't be integrated since it is dirty hack.

http://qa.openoffice.org/issues/show_bug.cgi?id=24142
2004-03-17 03:54:27 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Maho Nakata
ef809618ab Do not bork COMMENT/pkg-message/pkg-descr
Submitted by:	eik
2004-03-15 13:18:30 +00:00
Maho Nakata
9040d4551e 1) remove IGNORE
2) set port name as 1.1.1.RC1 (RC2 will soon appear)
2004-03-15 13:06:15 +00:00
Maho Nakata
48ffd77495 COMMENT is always defined. 2004-03-13 02:36:55 +00:00
Maho Nakata
210bf1cea0 LD_PATH and LD_PATH1 are not used any more. 2004-03-13 02:35:33 +00:00
Maho Nakata
b331e700df clean up do-install and install-user section
(do-install section was wrong. alinged to tab...)
2004-03-13 02:33:31 +00:00
Maho Nakata
20bf2d1bc8 Response file while installation is not needed.
Install script now can handle ${PREFIX}.
2004-03-13 02:13:24 +00:00
Maho Nakata
27a837dc88 1) oo_1.1.1_src is the new WRKSRC
2) add coreutils (gcp) at build depend section
3) remove USE_GCC message at pre-fetch sectoin
2004-03-13 02:01:50 +00:00
Maho Nakata
808b154e82 1) FRELEASE_NR -> 1.1.1
2) pass appropreate parameters to configure args
3) gcc-3.2 is the only compiler that can produce
   usable compiler at the moment
4) remove pkg-descr and pkg-message section
   may not needed
5) suffix of package should be tbz not tbz2
   (package rename section)
2004-03-13 01:51:50 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Maho Nakata
976a3ba472 remove fix-kdewrappers and fix-gnomewrappers.
they are no longer used.
2004-03-11 12:36:03 +00:00
Maho Nakata
1f9fe8cfe5 1) set EXTRACT_ONLY appropreate distname.
2) Opps, remove IGNORE. mark as IGNORE again.
2004-03-11 10:16:24 +00:00
Maho Nakata
a7dc5308ab 1) Clean up BUILD_DEPENDS
2) No longer `#include <malloc.h>' exist
   http://www.openoffice.org/issues/show_bug.cgi?id=20975
2004-03-11 10:00:41 +00:00
Maho Nakata
131aa4b313 Update MASTER_SITES. 2004-03-11 02:00:54 +00:00
Maho Nakata
b05fbde2b9 remove
FIND, CUT, AWK, GREP and PASTE.
they are already in the bsd.port.mk
2004-03-11 00:33:42 +00:00
Maho Nakata
324ae3d43c Marked as IGNORE. I'll work for 1.1.1RC. 2004-03-11 00:31:15 +00:00
Martin Blapp
5307d47cef Remove 'unset noclobber' which has been accidently committed.
Noticed by: Adam Weinberger <adamw@magnesium.net>
2004-02-22 15:09:46 +00:00
Martin Blapp
9712da8b88 Bump portrevision. 2004-02-21 10:53:27 +00:00
Joe Marcus Clarke
d3ed8a1b49 Set {WANT,USE}_GNOME correctly to make these ports compatible with the new
bsd.port.mk.

Submitted by:	kris
2004-02-04 05:25:22 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Martin Blapp
1fef91a733 Note that two bugs in the OS are fixed and we shouldn't
display them in FreeBSD 4.9.

Submitted by:	Carlos F. A. Paniago
2003-12-26 01:19:59 +00:00
Norikatsu Shigemura
4dca45b972 Fix dependency on jdk14 (Update to 1.4.2).
Not objected to by:	openoffice
PR:			ports/59364 [1]
Submitted by:		Toshiboumi Ohta <bugbird@timedia.co.jp> [1]
			Ernesto Antonio Lira Castro <lcastro@aix.ver.ucc.mx>
			Nelis Lamprecht <nelis@brabys.co.za>
2003-11-17 14:56:26 +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