Commit Graph

191 Commits

Author SHA1 Message Date
Martin Blapp
f79f718185 Display the kernel config message for 2.95 gcc only on STABLE. 2002-06-13 10:40:20 +00:00
Martin Blapp
23193ba3ab Add missing conditional. 2002-06-13 09:21:45 +00:00
Martin Blapp
2580815daa OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1
for now.
2002-06-13 09:04:16 +00:00
Martin Blapp
b42d78ff38 Fix gcc 2.95.3 crash resulting from a symbol conflict
between libpackage2.so and libsvx641fi.so.

Enable gcc 2.95.3 build again. OO should build and work now
in STABLE with the system gcc.

Obtained from:		Alexander Kabaev <ak03@gte.com>
2002-06-12 21:19:50 +00:00
Martin Blapp
44f577242e Enable the exported symbols map files again. A missing map file has been added
and now the build works with map files. It seems that some of these patches
have been comitted to the OO repo. Add new patches to fix this.
2002-06-12 21:06:03 +00:00
Martin Blapp
1f297430c7 Enable the map files. 2002-06-12 09:26:23 +00:00
Martin Blapp
b8b818defb Add notice about the JDK requirements. 2002-06-10 22:22:23 +00:00
Martin Blapp
a4fc48469f Matt just comitted the fix to CURRENT. Do not display the
message if CURRENT is used.
2002-06-10 21:00:34 +00:00
Martin Blapp
51afacdfc5 It looks like a 'make install-user' as root does add this
File. To be able to make a package, we need to remove it.
2002-06-10 15:44:00 +00:00
Martin Blapp
41a7ef6b86 Larger stack and datasize seems only be needed if gcc2 is used. 2002-06-10 13:11:37 +00:00
Martin Blapp
06f0a65b67 Add message about broken FreeBSD rtld and needed system patch. 2002-06-10 12:57:15 +00:00
Martin Blapp
8a799370de Only activate the display hack if no DISPLAY is defined. This should fix
install for users with a running X-Server.
2002-06-10 12:05:38 +00:00
Kris Kennaway
b04150bf09 Remove patches with absurdly long filenames (>100 characters), after a
repo copy to files with shorter names.
2002-06-10 05:26:20 +00:00
Martin Blapp
3dd0d96e53 Fix version string
Submitted by:		Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-06-07 15:49:28 +00:00
Martin Blapp
38285ee8ef Add missing -D_REENTRANT in CURRENT. 2002-06-07 15:29:55 +00:00
Martin Blapp
c7b31b51f7 - Dependency fix.
- Really build OO on CURRENT with g++ from ports
2002-06-07 15:24:41 +00:00
Martin Blapp
36594f4e5d Make a ugly hack and remove the DISPLAY dependency. We use the
XFree86-4-VirtualFramebufferServer port to fake a real x-server
and to be able to make automated builds on bento.

Set USE_GCC=3.1 since all other options are broken at the moment.

Reviewed by:		Will Andrews <will@FreeBSD.org>
2002-06-07 14:14:10 +00:00
Martin Blapp
31ca6f7c10 Automated build is not possible.
Obtained from:		Will
2002-06-07 11:10:04 +00:00
Martin Blapp
95e277d607 Sync with reality and sort. 2002-06-06 23:11:54 +00:00
Martin Blapp
2a112bea93 Add missing map files. 2002-06-06 18:09:58 +00:00
Martin Blapp
32b27a6820 Fix string 2002-06-06 14:17:01 +00:00
Martin Blapp
693991c51e Add DMAKE variable we can later use for more targets. 2002-06-06 14:06:19 +00:00
Martin Blapp
72a13b2644 Remove /usr/local/lib from LD_LIBRARY_PATH. This should fix compile
issues if stlport is already installed, but have been compiled with
a different c++ compiler.
2002-06-06 14:04:42 +00:00
Martin Blapp
eef799ee37 Add WITH_DEBUG option, and a needed patch.
Clean up the Makefile.
2002-06-06 13:23:26 +00:00
Martin Blapp
f31bc69eea Fix distfile name for gcc31
Submitted by:	Erik H. Bakke <ebakke@trolltech.com>
2002-06-05 14:38:04 +00:00
Martin Blapp
6dc9319a76 Remove \t from usage(). Add the missing obsolete directory as a copy
from nspr/obsolete.
2002-06-05 14:33:37 +00:00
Martin Blapp
d9fbf1e323 I made the mozilla distfiles about 4MB smaller. The includes are always
the same, so there isn't any reason we should include them in each
version. Change the MD5 checksums one last time.
2002-06-05 14:29:24 +00:00
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
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
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