Martin Blapp
d0202038f2
Update to 1.02
2003-01-21 22:13:13 +00:00
Martin Blapp
7f3638c457
There is still no USE_GCC=3.2 version in our port build files. There
...
is really nothing I can do about this. So let us hardcode everything.
2003-01-21 17:29:30 +00:00
Martin Blapp
33d34107b6
Do not define USE_LANG if it is already set.
2003-01-21 17:17:08 +00:00
Martin Blapp
a2d8d8b86d
Set $LANG to a useful value if it is not already set. This is a issue
...
many users have problems with. If US-ASCII is set, OpenOffice.Org cannot
read any filenames with special chars and Umlauts !
2003-01-21 17:09:39 +00:00
Martin Blapp
08d2fb354d
Use always $PORTVERSION instead of hard coded numbers.
2003-01-12 21:59:51 +00:00
Martin Blapp
47a34e1567
Remove the procfs dependency. Use the PS_STRINGS macro to get argv[].
2003-01-12 15:08:05 +00:00
Martin Blapp
4fd77cada9
Fix subdir and last commit. Of course it should have been
...
the MASTER_SITE_SUBDIR.
Approved by: kris (see last commit)
Obtained from: Koop Mast <einekoai@chello.nl>
2002-12-07 23:42:31 +00:00
Martin Blapp
4ffc9055dd
Fix dist subdir. OpenOffice.org has changed the subdir order.
...
Approved by: kris
2002-12-06 09:14:27 +00:00
Martin Blapp
8899483a10
Mark rtld crash issue as fixed for current.
2002-11-04 05:47:14 +00:00
Martin Blapp
99ddf8d5f8
Remove one obsolete check and test if all three mozilla files
...
are on their place. Fix ${WRKDIR} -> ${WRKSRC} typo.
Sponsored by: ImproWare AG, Network Services
2002-10-29 12:51:30 +00:00
Dmitry Sivachenko
0d1af8c933
Add one mirror in Russia.
2002-10-26 14:23:31 +00:00
Martin Blapp
a00e493b52
Mozilla 1.01 has not moved to mozilla-vendor port. Fix this,
...
and remove the pkg_plist reference.
Submitted by: Marc Williams <mw@uk.yahoo-inc.com>
2002-10-24 23:44:07 +00:00
Martin Blapp
edf344d597
Correct optional freetype patch filename.
2002-10-23 18:51:17 +00:00
Martin Blapp
5231cac832
Remove a nasty error. zipdep always complained to have no execute bit.
...
Give it a +x :)
2002-10-22 23:24:52 +00:00
Martin Blapp
dba4ff65f4
Allow aborted builds to resume again.
2002-10-15 21:01:14 +00:00
Martin Blapp
de96e1d6a9
Fix inversed targets.
2002-10-15 09:58:18 +00:00
Martin Blapp
f22a1b3d9c
Add a new rtld system patch to Makefile and pkg_message. The
...
symbol lookup order in rtld is not working as it should and
exceptions over dlopened libs are broken. The system patch
is a workaround for this issue.
While we are here, order the patches a bit and put them all in
the same download dir.
Submitted by: kan (rtld patch)
2002-10-14 20:24:23 +00:00
Martin Blapp
f1302b3a00
Finally make the mozilla addressbook and ldap datasources working. Add a new
...
"register-mozilla" target, add a openoffice mozilla 1.01 patch to the mozilla
build. Fix the zipmoz.sh to catch up with the mozilla changes.
Bump portrevision.
2002-10-14 16:00:22 +00:00
Martin Blapp
72e2079168
Back out the previous commit to use gcc3.2 on STABLE.
...
The gcc3.2 ports seems to be based on a broken version,
which does has internal gcc errors.
2002-10-09 22:10:55 +00:00
Martin Blapp
0ecfe127ff
Fix two misplaced ${WRKDIRPREFIX}="" defines which broke the build for
...
read only mounted ports three with WRKDIRPREFIX set.
PR: 43374
2002-10-09 09:10:28 +00:00
Martin Blapp
46ff2e5908
Use gcc3.2 port to build for STABLE too.
2002-10-09 08:31:09 +00:00
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
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
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
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
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
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
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
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
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
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
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
93d30ff22e
Add new mozdist, compiled with -DDEBUG and -g. Thould help to finish
...
a -WITH_DEBUG=2 build.
2002-07-31 07:47:20 +00:00
Martin Blapp
c626bc93e8
Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols.
...
WITH_DEBUG=2 turns on internal OO.org debug support. Unfortunatly
it is broken at the moment.
2002-07-21 22:48:50 +00:00