Martin Blapp
b2d9e960ca
Also set --enable-gcc3 for CURRENT without USE_GCC
2002-06-05 12:44:14 +00:00
Martin Blapp
cafba41321
Use USE_GCC as in bsd.ports.mk proposed.
2002-06-05 12:30:24 +00:00
Martin Blapp
635da99a8b
Don't make a mozilla subdir inside the includes
2002-06-05 12:16:47 +00:00
Martin Blapp
296624e8f0
Use CXX to link, since there are many places where CC is missing -lstdc++.
2002-06-04 23:37:00 +00:00
Martin Blapp
c646203023
Remove very very stupid -L/lib -L/usr/lib -l/usr/local/lib. If
...
a different gcc is used, they make libstd++ conflict with the
system installed one.
Pointy hat to OpenOffice people.
Many thanks to: David E. O'Brien <obrien@FreeBSD.org>
2002-06-04 22:41:10 +00:00
Martin Blapp
7c85d350aa
Make the installation working on CURRENT to. The LD_LIBS
...
path was missing for the stlport library.
2002-06-04 19:31:50 +00:00
Martin Blapp
246ccd4a01
We finally made it possible. With the new bridge code from Alexander,
...
OpenOffice works now (on STABLE). Thanks goes to the following people
which helped me a lot :
Tim Tretyak <timothy@umc.com.ua>
Alexander Kabaev <ak03@gte.com>
Carlos F. A. Paniago <pan@panix.ecof.org.br>
2002-06-04 18:52:20 +00:00
Martin Blapp
e55f32f0f8
AC_TRY_COMPILE -> AC_TRY_LINK
2002-06-04 12:15:32 +00:00
Martin Blapp
9ad3fcb94c
Fix the mozilla include problem and reroll the distfile.
...
Change MD5 checksum for CURRENT.
2002-06-04 11:09:46 +00:00
Martin Blapp
206de2abe4
Add new cpp uno bridge for STABLE. Make the necessary hooks and also add
...
the missing EXCEPTION argument to configure.in
Submitted by: Alexander Kabaev <ak03@gte.com>
2002-06-04 10:54:09 +00:00
Martin Blapp
c3da2f04f4
Check the exception handling. Needed for the cpp uno code
...
bridge. I'll import a new bridge for sjlj exceptions on STABLE.
2002-06-04 10:17:52 +00:00
OKAZAKI Tetsurou
70dde728df
Use a tab instead of a space after a variable name.
...
Submitted by: portlint
Release a maintainer-ship of this port to ports@FreeBSD.org .
2002-06-04 06:33:21 +00:00
Martin Blapp
46e3f1b0da
Work around the broken deliver.pl behaviour on CURRENT. For some very
...
strange reason (perl bug ?i), deliver does not copy the includes to
the right place, it just skips them. Just copy the includes to the
right place.
2002-06-03 22:17:18 +00:00
Martin Blapp
653dda5bda
OO bootstrap needs perl.
2002-06-03 13:55:41 +00:00
Martin Blapp
6db8acda59
Some other ln -s -> ln -fs
2002-06-02 22:53:54 +00:00
Martin Blapp
fc8edb0c15
For now, do not add libstd++ lib to the package. A libgcc_s.so is missing
...
on CURRENT. I'll investigate here what's wrong.
2002-06-02 21:43:03 +00:00
David E. O'Brien
257e43929f
Fix building fails when compiled w/ perl interpreter option.
...
PR: 36124
Submitted by: Anton Berezin <tobez@tobez.org>
2002-06-02 21:40:04 +00:00
Martin Blapp
b3526edc12
Add missing includes for CURRENT
2002-06-02 20:11:57 +00:00
Martin Blapp
eb1c052f09
Fix previous patch. We have to include unistd.h for FreeBSD
2002-06-02 20:07:05 +00:00
Martin Blapp
d76901000b
Do not link with lsupc++. With the newest gcc3.1 version it seems not to
...
be necessary.
2002-06-02 19:31:50 +00:00
Martin Blapp
954b175db3
Add a patch to not prototype getopt() again if gcc3 is used.
2002-06-02 19:29:04 +00:00
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
Ying-Chieh Liao
9245ff8942
upgrade to 0.6.0b
2002-05-08 06:24:57 +00:00
Joe Marcus Clarke
c4df2bbd2e
Fix a spurious crash when invoking the editor on certain C files.
...
PR: 37785
2002-05-07 18:58:25 +00:00
Mario Sergio Fujikawa Ferreira
e87b59efc3
o New port StarOffice 5.2 for Portuguese language
...
o Maintainership assigned to reviewer since he already maintains
all the other StarOffice ports
Reviewed by: mbr
2002-05-06 20:37:17 +00:00
David E. O'Brien
75a1478c94
Update to Vim 6.1 patchlevel 48
2002-05-05 17:37:48 +00:00
Martin Blapp
98f16c166c
A oounix dir is now used instead of unix. So we need
...
to apply this patch to two files instead of one.
2002-05-01 21:51:24 +00:00
Martin Blapp
f3bad9da86
Upgrade to 1.0.0
...
Builds ok, but is still broken
2002-05-01 21:09:48 +00:00
Patrick Li
e6df2c3df3
Update to 5.3.2
...
PR: 37578
Submitted by: maintainer
2002-04-30 06:24:38 +00:00
Maxim Sobolev
4595219ad6
Issue fflush()->fsync() after saving file to the disk, so that the user will
...
not get zero-sized file after reboot if the system crashed shortly after the
save, as it usually the case when you are hacking some potential panic(9)
implementation (e.g. kernel module). Bump PORTREVISION.
2002-04-29 23:25:30 +00:00
David E. O'Brien
0b438993b7
Use complete path for jot(1). The Orville write port also has a jot,
...
and it has has caused one user a problem.
Submitted by: Rex A. Roof <rex@gunjin.wccnet.org>
2002-04-27 18:43:52 +00:00
David E. O'Brien
ecacd68f71
Update to Vim 6.1 patchlevel 32
2002-04-27 18:42:20 +00:00
Gerald Pfeifer
ba2e76e930
Tweak an error message in pre-extract.
...
Approved by: mbr (maintainer), obrien (mentor)
2002-04-26 17:48:30 +00:00
Martin Blapp
31a8c2f1a5
Check for missing langinfo.h
2002-04-25 08:08:18 +00:00
Martin Blapp
390eecd72c
Add setup description file
2002-04-24 22:11:06 +00:00
Martin Blapp
d0f31d2b75
Fix one mastersite, add install targets and remove the os version check.
...
I think if the gcc fixes for oo go in before 4.6, we can check against
this version later.
Openoffice does build now till the end. A normal build with a P800 Mhz
does take approximatly 20 hours.
2002-04-24 22:02:12 +00:00
Martin Blapp
13665ba93a
Remove this patch. It's now included in the 641d build
2002-04-24 00:47:52 +00:00
Martin Blapp
d9c2f10276
Bring back deleted patch. We can habe the same flags as linux
2002-04-23 23:23:16 +00:00
Martin Blapp
8b787cfd1c
We do not have alloca.h
2002-04-23 23:18:15 +00:00
Martin Blapp
2db0f945ef
Go back to mozilla 2.95 includes, a newer version has LDAP code
...
problems and doesn't compile. We can bump later to 1.0, if the
openoffice project does the same.
2002-04-23 22:06:27 +00:00
Will Andrews
0b0dce9ef4
Fi MASTER_SITES.
2002-04-23 06:12:34 +00:00
Joe Marcus Clarke
c46347f938
Update to 1.0.0.
...
Reviewed by: sobomax
Approved by: sobomax
2002-04-22 16:55:25 +00:00
Will Andrews
d1c2f0dddd
Please welcome Qt3/KDE3 to our ports tree. This includes work since the
...
original versions of these ports, so some PORTREVISIONs were bumped. See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.
bsd.kde.mk has already been updated a few days ago to work with these.
Some patches applied to fix a few bugs were:
deskutils/kdepim3:
[1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
[2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
[3] Fix compile problem with kvoctrain.
x11/kdebase3:
[4] Fix KDM CPU usage and login bug.
Some caveats:
* All PLISTs are broken for deinstall due to script bug that I
didn't notice until very recently. This will be fixed when I
commit an update tomorrow. These ports should still install
perfectly fine though. They should also deinstall without
giving errors, but will leave directories behind.
* You can't install this with any other version of QT or KDE
already installed. I am not sure the checks are 100% working,
but fixes for these will be forthcoming. This is mainly due
to a policy decision made by kde@ to make QT/KDE ports install
the way the rest of the world expects it to while also still
conforming to FreeBSD's hier(7). For reference on this decision,
please consult the KDE/FreeBSD mailing list archives. This
decision fixes 2-year-old bug reports relating to how we handled
this for KDE2 vs KDE1.
Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>,
[2] David Faure <faure@kde.org>,
Andy Fawcett <andy@athame.co.uk>
Lauri Watts <lauri@kde.org>
[3] Lauri Watts <lauri@kde.org>
[4] Alan Eldridge <alane@geeksrus.net>
Oswald Buddenhagen <ossi@kde.org>
Reviewed by: kde
2002-04-21 23:47:50 +00:00
Maxim Sobolev
8b5b461fdc
Update to 4.0.0.
2002-04-18 16:57:19 +00:00
Martin Blapp
95c229ce16
mktemp(3) needs unistd.h
...
Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-04-16 17:59:29 +00:00
Martin Blapp
25fb948c1d
Bring the patch to the newest version so it does not break anymore
2002-04-15 16:56:50 +00:00
Martin Blapp
30f652aa63
Ifdef another windows timezone definition
2002-04-15 15:14:28 +00:00
Martin Blapp
7e88375247
Add missing includes
2002-04-15 15:13:07 +00:00
Martin Blapp
1191ea838c
Fix patch argument which does fix the neon build
2002-04-15 13:48:19 +00:00
Ade Lovett
89fa9359bc
Missed these two in yesterday's uber-patch owing to a botched local
...
tree merge problem.
Pointy hat to: ade
2002-04-13 23:21:55 +00:00
David E. O'Brien
7209ee5433
Fix rev 1.128 to what it should have been.
...
This fixes a `make reinstall' problem.
2002-04-13 19:13:55 +00:00