Martin Blapp
04658e095e
Same case as Solaris.
2002-06-02 19:25:32 +00:00
Martin Blapp
899c8890cc
Don't compile this for the gcc3 case.
2002-06-02 19:22:38 +00:00
Martin Blapp
b2b0846bf2
Fix patch. Of course the original checked for gcc3.0, not gcc3.1
2002-05-30 22:38:37 +00:00
Martin Blapp
2dbcf6c24b
Add missing include for strchr() if compiled with gcc3
2002-05-30 22:23:14 +00:00
Martin Blapp
f60670bf15
Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports.
2002-05-30 22:13:07 +00:00
David E. O'Brien
f3f5893685
USE_LINUX rather than explicitly listing the dependency.
2002-05-29 19:07:10 +00:00
Ying-Chieh Liao
2b1210b36c
upgrade 1.50
2002-05-29 17:29:54 +00:00
Martin Blapp
c1723f3f16
Add script to generate the needed mozilla dist tarfiles.
2002-05-29 14:21:09 +00:00
Martin Blapp
134fbc9d1e
Second part, forgot to commit it.
...
Make openoffice compile with gcc from ports, or just with CC=$CC and
CXX=$CXX, like it should normally be. Usable options are:
USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES
Add a lot off gcc3.x fixes, make included stlport compile with CURRENT.
Next step will be to include a mozilla build, so we can link openoffice
against mozilla librarys without c++ compat problems.
2002-05-29 14:06:33 +00:00
Martin Blapp
6f36732a2d
Make openoffice compile with gcc from ports, or just with CC=$CC and
...
CXX=$CXX, like it should normally be. Usable options are:
USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES
Add a lot off gcc3.x fixes, make included stlport compile with CURRENT.
Next step will be to include a mozilla build, so we can link openoffice
against mozilla librarys without c++ compat problems.
2002-05-29 13:58:09 +00:00
Joe Marcus Clarke
1aadf412fd
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
2002-05-28 16:08:26 +00:00
David E. O'Brien
61378a37df
Explict dependancy on version 7 of linux_base is not needed anymore.
...
The linux_base port is now at RH version 7.
2002-05-28 03:22:32 +00:00
Gary Jennejohn
05f6d6d65c
Update to patch level 9.2zd.
...
This was tested on a -current system with no /usr/bin/perl
and worked OK.
2002-05-23 09:14:05 +00:00
Joe Marcus Clarke
ce968c6353
Add missing dependency on libgnomeui.
...
Submitted by: bento
2002-05-22 22:27:04 +00:00
Martin Blapp
b50512060d
Update to 6.0 final
2002-05-22 12:42:36 +00:00
Martin Blapp
4ebe928257
Mark it broken again.
...
It seems that our c++ (2.95.3) has still bugs. This time c++ exceptions
do not work as they should and instead a clean exit we get a segfault.
This works with a virgin 2.95.3 compiler, or even the one in the ports
collection. Another bug is a internal compiler error during compile
a part of OO without -g or with -O.
The rtld-elf symbolcache seems to have problems too. If used,
the installation coredumps. A workaround seems to disable the
caching altough this can't be the real solution.
There is also an outstanding problem in the uno-bridge code of OO.
We are currently investigating it:
http://www.openoffice.org/issues/show_bug.cgi?id=5071
2002-05-22 08:36:16 +00:00
Martin Blapp
ed8eb35b94
Fix plist for OpenOffice 1.0
2002-05-21 21:16:58 +00:00
David E. O'Brien
347ed57aa8
Allow package suffix to be overridden.
2002-05-21 17:37:07 +00:00
SADA Kenji
f7c986ff13
Upgrade to version 1.0 and unbreak.
...
- add `@exec mkdir' lines to stop deinstall-time warnings.
PR: ports/36496
Submitted by: maintainer
2002-05-21 06:57:59 +00:00
Martin Blapp
295782276e
Add install-user target.
2002-05-19 20:26:47 +00:00
Martin Blapp
fcaa518c5d
Change SO version in oo_setup.resp. Call sed directly.
2002-05-19 20:24:05 +00:00
Joe Marcus Clarke
63c7a0f973
Back to betas...Update to GNOME 2.0 beta 5.
2002-05-19 20:16:06 +00:00
Martin Blapp
25d19e763c
Fix the last commit. Since OO was only compileable in a little
...
timeframe on CURRENT, mark it broken for all CURRENT versions.
Beside that, the logic was wrong.
2002-05-19 16:26:14 +00:00
Martin Blapp
00d240b137
Unbreak build, since we need testers now the setup works.
...
Add a lot of warning messages and tell in which RELEASE
OO does not work (yet).
2002-05-19 13:34:25 +00:00
Martin Blapp
2f3836cafb
Add BSD specific nas patches to get it really working. NetBSD should
...
do the same.
2002-05-19 13:02:37 +00:00
Martin Blapp
b0dc5db05c
Work around another C++ compiler bug with -O in our
...
STABLE gcc. Using -g for just this target, or removing
-O seems to fix the build.
2002-05-19 12:29:49 +00:00
Martin Blapp
8800bea575
Link libmozab2 too. This is apparently a bug introduced in
...
1.0 by the OO people. This should fix the setup program.
2002-05-19 12:17:30 +00:00
Martin Blapp
7f0ffef7c8
Revert the include dirs to the old location as before, and
...
add the missing dirs.
2002-05-18 14:28:08 +00:00
Martin Blapp
a87098e61c
Add missing MD5 checksum, sigh
2002-05-18 12:35:58 +00:00
Martin Blapp
9d31c8a527
Update to mozilla 1.0RC2, like the OO people did yesterday.
2002-05-18 12:32:54 +00:00
Martin Blapp
8ba7b2bfab
Make setup start. Patch from Alexander N. Kabaev
2002-05-18 12:30:12 +00:00
Kris Kennaway
15c29b2fbd
BROKEN: Does not fetch
2002-05-18 02:59:36 +00:00
SADA Kenji
4047c94125
Set USE_X_PREFIX.
...
PR: ports/37196
Submitted by: maintainer
2002-05-18 02:29:11 +00:00
David E. O'Brien
cca235c943
Needs perl to build.
2002-05-16 23:33:22 +00:00
David W. Chapman Jr.
d6e66654bd
Fix building on -current
...
PR: 37938
Submitted by: obraun@informatik.unibw-muenchen.de
2002-05-15 14:15:13 +00:00
MANTANI Nobutaka
be4a402b13
Fix byte-compile error of dired.el.
...
Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
2002-05-15 10:32:03 +00:00
Kiriyama Kazuhiko
70193dd0e5
Update 21.4.6_1 -> 21.4.8.
2002-05-15 09:51:06 +00:00
Kiriyama Kazuhiko
95f7b07f4b
Update 2.1 -> 3.0. A new pkg "latin-unity-1.02" has been included.
2002-05-15 09:46:02 +00:00
Kiriyama Kazuhiko
af2e724122
Update 2.1 -> 3.0. Sevral new pkgs have been included.
2002-05-15 09:42:29 +00:00
Gary Jennejohn
1ed139bf6e
Update to patch 9.2zc. The new patches contain mostly fixes for
...
winvile, but a few are of general interest.
2002-05-15 08:25:05 +00:00
Joe Marcus Clarke
cd44c2581e
Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editor
...
for the GNOME 2.0 desktop environment.
2002-05-15 04:52:45 +00:00
Martin Blapp
cede1a236a
Remove -g from build. We have special makeflags for this in OO.
2002-05-14 17:42:20 +00:00
MANTANI Nobutaka
da41fd42c3
Fix dired-mode for Japanese locale.
...
Submitted by: IWATSUKI Hiroyuki <don@ma.nma.ne.jp>
2002-05-12 14:29:02 +00:00
Jason Evans
c9e3c1380d
Drop maintainership.
2002-05-11 22:19:34 +00:00
Mario Sergio Fujikawa Ferreira
bf6f80294d
Fix PLIST
...
Submitted by: Alan E <ports@geeksrus.net>
Approved by: will
2002-05-09 17:08:28 +00:00
Joe Marcus Clarke
6bf93a5c63
Update to 1.0.1.
2002-05-09 02:56:23 +00:00
David E. O'Brien
45666060ec
To ports@freebsd.org.
2002-05-08 21:03:16 +00:00
Gary Jennejohn
85f498d968
Update to patch level 9.2za. This is basically vile-9.3 pre-release.
2002-05-08 19:22:03 +00:00
Ying-Chieh Liao
32290d7235
fix WANT_GNOME bug
...
bump PORTREVISION
2002-05-08 15:33:29 +00:00
David W. Chapman Jr.
3c284bd8a8
Update to 2.31
...
PR: 37323
Submitted by: Matthias Andree <matthias.andree@stud.uni-dortmund.de>
Approved by: maintainer
2002-05-08 15:26:39 +00:00