Commit graph

280 commits

Author SHA1 Message Date
Martin Blapp
28cbf48748 sf1.mirror.openoffice.org is down now for about 2 weeks. That's
too long. Add a german site as second master site.
2002-09-16 12:47:02 +00:00
Martin Blapp
535c928b97 Make a build work even if it has been aborted and the Virtual X-Server
has exited too. Add a new mozilla-install target, which installs the
packages to the place they belong.
2002-09-14 07:20:09 +00:00
Martin Blapp
ef353cdfc8 Add += also to GENJAVAFILES. 2002-09-12 10:20:40 +00:00
Martin Blapp
31549f347d Set WRKDIRPREFIX as empty if we build the included mozilla port. This
should make openoffice working with WRKDIRPREFIX.

PR:		42390
2002-09-11 14:28:59 +00:00
Martin Blapp
aaa10d7ab7 Work around jdk-path issues in CURRENT. 2002-09-11 12:22:19 +00:00
Martin Blapp
f2b32b838c Issue a warning if procfs is not mounted. This is a linuxism
we will remove soon, there is absolutly no reason that OO.org
needs a running procfs.

Unfortunatly OO.org does segfault at the moment without procfs,
so this commit will make the live of some people easier. In
CURRENT, procfs is disabled now by default ...

Note that ${AWK}, ${GREP} etc are defined in the post section
of our bsd.port.mk and need to be redefined to work.

Requested indirectly by:	mwlucas (who suffered a lot)
2002-09-08 16:02:39 +00:00
Martin Blapp
4aedd0d3e2 Add UTF-8 support to locale. Correct a comment.
Submitted by:	Matthew Reimer <mreimer@vpop.net>
2002-09-03 11:12:25 +00:00
Martin Blapp
1a8d0bb1d5 Works again with system compiler. 2002-09-01 22:05:52 +00:00
Akinori MUSHA
2174df6d25 - Use %SUBDIR% instead of embedding ${PORTVERSION} in MASTER_SITES
entries.

- Use the MASTER_SITES-:fu to cut bogus combinations of MASTER_SITES
  and DISTFILES.

- Now that RingServer mirrors OpenOffice.org, add it to MASTER_SITES.

Approved by:	mbr (MAINTAINER)
2002-08-26 08:57:22 +00:00
Martin Blapp
070a88502b Revert part of last commit. It looks like some docs were wrong. 2002-08-26 08:02:31 +00:00
Martin Blapp
bbd69f40fa Remove second part of minormkchanged.flg in target.mk. Because this file is
not existing at this time, the build will fail.
2002-08-25 23:50:28 +00:00
Martin Blapp
fa61be99d5 Work around yet another stupid bug in bsd.port.mk. WRKDIR is defined in the
post section, so any exists() will fail. I still don't understand why CDROM
and WRKDIR and such paths need to be defined in the post section.

Use build command instead of dmake. This is the common way to build also
subprojects of OO.org
2002-08-25 21:14:00 +00:00
Martin Blapp
49ffbc5eea 1) Add localized help files to the build. Only available for french,
german, italian, spanish, japanese and swedish ports.

Create three new targets for the mozilla sub-build. Allow
"make postinstall" to be called without a "make build.

1) Submitted by:        Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-08-19 14:03:54 +00:00
Martin Blapp
c84d406825 Add CXX and CC flags to mozilla build too to workaround the
fact that USE_GCC=3.1 does not use the ports compiler.

Submitted by:		Vladimir Kushnir <vkushnir@alfacom.net>
2002-08-18 09:43:32 +00:00
Martin Blapp
b4269a596c Respect CFLAGS and USE_GCC for mozilla build. Needed
to build mozilla with the same gcc as OO.org
2002-08-17 10:48:18 +00:00
Martin Blapp
f897259afc Delete unused platform dependent mozilla dists.
Saves us 35MB of build diskspace.
2002-08-16 19:37:10 +00:00
Martin Blapp
272567d28b Build mozilla inside OpenOffice.org. We cannot use a installed mozilla installation
because of linking issues. C++ ABI changes are hard to detect. So we use a copy
of our mozilla port and execute thereafter zipmoz.sh to build the archives needed
by OpenOffice.org build.

We have now the first fully automated package build available for OpenOffice.org :-)

Remove about 10 versions of MOZDIST I built. It would have been necessary to build
at least 4 additional versions to support gcc3.2 as compiler.

Fix some warnings reported by portlint at the same time.
2002-08-16 15:37:14 +00:00
Martin Blapp
996a7ff2b9 We still had three locales with uppercase chars. To adapt the style
of the other arrays, do everything in uppercase now. Add a NetBSD
part too and correct the IRIX part. Reorder the ifdef comments and
define how the array should look like.
2002-08-14 17:15:12 +00:00
Martin Blapp
d045b7aeec Add package-rename target to automate the OpenOffice.org mirror
package generation. Only useful for Ooo mirrors.
2002-08-14 12:55:12 +00:00
Martin Blapp
cf16dd94fe Add missing newline.
Submitted by:	Mathieu Arnold <m@absolight.fr>
2002-08-14 09:04:10 +00:00
Martin Blapp
939a0009b4 Allow use of JDK1.3.1 even if we have no hotspot available. I hope this
will change in near future.

Submitted by:		Carlos F. A. Paniago <pan@panix.ecof.org.br>
2002-08-13 22:26:29 +00:00
Martin Blapp
20bfa9f9b2 Sort the array _nl_language_list[] in ascending order. Remove NetBSD
part of code which was wrong. Change a signed int to unsigned.
2002-08-13 21:58:39 +00:00
Martin Blapp
29370d3dee Fix a ugly bug in a binary compare function which made OpenOffice
dump in Options->Load/Save/HTML Compatibility. If $LANG was not set
in ENV, TXT files could not be read anymore.
2002-08-13 21:12:06 +00:00
Martin Blapp
031df76138 Correctly add pkgname_suffix for chinese ports. 2002-08-11 22:29:08 +00:00
Martin Blapp
08fd7b8e5a Undef TOP, if it was defined previously.
Tested by:	Andreas Klemm <andreas@klemm.gtn.com>
2002-08-11 15:36:47 +00:00
Martin Blapp
068074b37e Check in two cases if a string is NULL. Fixes WITH_DEBUG=
installation.
2002-08-10 10:57:27 +00:00
Martin Blapp
03b3627ccd Bump the portrevision. OpenOffice.org/Sun has requested
removal of spellchecker dicts. It is planed to make
standalone ports/packages spellchecker dicts.
2002-08-09 23:20:39 +00:00
Martin Blapp
265a8e937c Fix WITH_DEBUG=1 build. DMAKE was not defined for this case. 2002-08-09 15:06:57 +00:00
Martin Blapp
2d5a95bcee Re-add LANG_EXT which was removed accidently. 2002-08-09 11:30:21 +00:00
Martin Blapp
1bac9533cf Remove spelling dict checksums 2002-08-08 23:10:41 +00:00
Martin Blapp
b933b77e57 Fix neon authentification. The patch in external/neon
is missing two unsigned chars.

http://www.openoffice.org/issues/show_bug.cgi?id=4818
2002-08-08 20:52:02 +00:00
Martin Blapp
b9029a7055 Correct the statement about beta quality.
Add another needed system patch. Without it regmerge hangs
sometimes in the build and consumes 100% cpu.
2002-08-08 17:58:51 +00:00
Martin Blapp
a0ae2d49cd Remove spelling dict support in the main package. There will be
added ports instead for Mspell modules.

Requested by:		OpenOffice.Org package people
2002-08-08 17:36:53 +00:00
Martin Blapp
ea619b3e9f machine/soundcard.h -> sys/soundcard.h
Fix trailing patch which was ignored

Submitted by:		kan
2002-08-08 17:32:38 +00:00
Martin Blapp
a9f357fa20 Fix another namespace collision which made the debug build segfaulting
in setup.

Submitted by:		kan
2002-08-08 17:29:21 +00:00
Martin Blapp
39acd11767 Add optional TTF patch.
Submitted by:           Alexander Kabaev <ak03@gte.com>
2002-08-08 17:20:20 +00:00
Martin Blapp
12b4b02510 Fix build dependency.
Noted by:	Jonathan Chen <jonc@mobiledatanow.com>
2002-08-04 23:58:14 +00:00
Martin Blapp
d1f2e9f4dd Remove stupid -USE_XLIB dependency. Make this a build dependency.
This should fix the pkg_install, which asks for Freetype (which is
already included in OO anyway, and for imake.) pkg_install works
now again without -f

Bump the port revision, to allow to build new packages.
2002-08-04 12:21:17 +00:00
Martin Blapp
a9e071b81c A changedir into the OO.org dir was wrong. This broke relative paths
like: "openoffice document.sxc".
2002-08-04 00:18:09 +00:00
Martin Blapp
0db16a2f3e The gcc31 port has been updated. It seems that g++ includes are again in
g++-v3. In all preview version they where located in g++.

Remove part of this patch, so OO builds again with gcc31 (release)
2002-08-02 23:59:08 +00:00
Martin Blapp
f23e267155 Change MD5 checksum of the main distfile. It seems that OO.org has changed
the distfiles on July the 15th and that we got a preview version.

Correct the checksum to match the one on the webpage:

http://www.openoffice.org/dev_docs/source/1.0.1/md5sums.html

Reviewed by:	dev@openoffice.org
2002-08-02 19:54:42 +00:00
Martin Blapp
93eed98fa2 Add another checksum for a spellchecker dict. 2002-08-02 18:38:28 +00:00
Martin Blapp
f813c6b470 Add openoffice-wrappers for easier startup. Make pkg-message
more user friendly.
2002-08-01 12:29:21 +00:00
Martin Blapp
389ec605f1 Remove gd.tuwien.ac.at from MASTER_SITES. The distfile
there seems to be a snapshot and not the real release.
2002-08-01 07:27:41 +00:00
Martin Blapp
ab7caf533e WITH_DEBUG=2 does work now.
It seems to take 10GB diskspace here. Ugh.
2002-07-31 23:03:35 +00:00
Martin Blapp
13bf943c62 Only use -g if $debug is true. I'll suggest this also to the
OO.org people.

It would make sence to have a additional GMAKECFLAGS in solvenv,
which could contain a basic CFLAGS configuration. We cannot use
$CFLAGS cause there are dmake specific things in it.
2002-07-31 22:57:55 +00:00
Martin Blapp
08d42db8f0 Add missing MD5 checksum for the debug mozdist 2002-07-31 14:43:31 +00:00
Martin Blapp
28b7ee808c Add missing cases for FreeBSD. 2002-07-31 10:48:46 +00:00
Martin Blapp
c0ec61915d Make this script work for FreeBSD. 2002-07-31 10:39:51 +00:00
Martin Blapp
fe23002338 Add missing FreeBSD case. 2002-07-31 10:38:22 +00:00