Martin Blapp
a0ad4458c9
Readd previous deleted part. It is still needed for 4.x
2003-03-31 16:05:51 +00:00
Martin Blapp
9a6254b013
SOLARINI pointed to the wrong file. ssrx644.ini itself has still
...
Linux dependent stuff in the FreeBSD section. Clean this up.
Register the stlport lib.
2003-03-31 12:47:00 +00:00
Martin Blapp
52239d6688
Uups. Committed to the wrong dir.
...
Check for m_pLockfile != NULL to fix crash during startup if no lockfile
does exist at all (if we have no installed user directory)
2003-03-30 21:35:20 +00:00
Martin Blapp
89a9e9dcd3
Check for m_pLockfile != NULL to fix crash during startup if no lockfile
...
does exist at all (if we have no installed user directory)
2003-03-30 21:32:27 +00:00
Martin Blapp
aabd6a813d
Only add the office_${RELEASE_NR} wrapper startup scripts
...
to the pkg list.
Submitted by: Dan Naumov <dan.naumov@ofw.fi>
2003-03-30 17:43:53 +00:00
Martin Blapp
7eb0e80874
Work around the issue that our jdk has no version number like 1.4.1_02.
...
It reports itself as release candidat: 1.4.1-p3.
This makes the jdk detection working.
Problem reported by: David Booth <wbooth@austin.rr.com>
2003-03-30 00:40:13 +00:00
Martin Blapp
f63f4af345
Only do the workaround if a user-install exists.
2003-03-29 07:47:10 +00:00
Martin Blapp
99d05ed472
Add missing cp
2003-03-29 07:35:35 +00:00
Martin Blapp
91b8ba360b
Remove the FreeBSD SOLARLIB part now /usr/lib and /usr/local/lib
...
have been removed from the default settings.
2003-03-28 12:56:03 +00:00
Martin Blapp
ba6a959a52
Patch was reversed.
2003-03-28 10:03:24 +00:00
Martin Blapp
96d08dc66c
Fix typo
2003-03-28 09:21:58 +00:00
Martin Blapp
3d7302cc29
Unbreak the port and fix the remaining pkg files.
...
Have fun with OpenOffice1.1Beta !
2003-03-28 09:11:14 +00:00
Martin Blapp
aca17555d7
Workarounds for the startup wrappers.
2003-03-28 09:00:55 +00:00
Martin Blapp
53e78c96f6
Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for Linux
...
and others. Must be a JDK difference.
2003-03-28 08:58:17 +00:00
Martin Blapp
9233bc970e
BSD cp does not have -u option.
2003-03-28 08:56:51 +00:00
Martin Blapp
0807320391
Fix typo: ScanFileList -> SCacheFileList
2003-03-28 01:14:45 +00:00
Martin Blapp
1c35735e4c
Use autoconf version > 2.5 to fix compile on CURRENT.
2003-03-27 23:59:13 +00:00
Martin Blapp
c96e4f078d
Fix missing patch which was applied to the wrong directory, ouch !
...
This may be the case for OO1.0X too.
2003-03-27 22:28:29 +00:00
Martin Blapp
a000e73aee
Depending on how a compiler generates code (e.g., GCC 3.2.2 vs. GCC
...
3.0.1), a bug in the gcc3_linux_intel UNO bridge is revealed: If a
C/C++ function returns a complex object (class, struct, union), the 386
ABI specifies that the caller pushes the address for that object on the
stack, and the callee removes it from the stack. The code in the UNO
bridge (callVirtualMethod in
bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx) erroneously assumes
that the callee does *not* remove the address from the stack, corrupting
the stack.
We use the same bridge code as linux does for gcc3.x. So this fix also
works for us.
Submitted by: Stephan Bergmann <stephan.bergmann@sun.com>
2003-03-27 22:13:25 +00:00
Martin Blapp
5ced43a6b5
Add "bsd" include path to SOLARINC too.
2003-03-27 21:51:52 +00:00
Martin Blapp
0d128c9d5f
The bsd1.4.1 jdk has a "bsd" include subdir.
2003-03-27 13:18:43 +00:00
Martin Blapp
e1020f3606
This is fixed in the new snap tarball.
2003-03-27 10:07:05 +00:00
Martin Blapp
cb8732083a
OOo1.1 seems to link against a lib in the jdk. OOo will still run
...
without this library, but for compile it is definitly needed. Remove
the linux jdk dependency and use again our native one.
2003-03-27 09:41:44 +00:00
Martin Blapp
db9236a9e9
Update to a 20030324 snapshot. Remove a old unused
...
distfile entry.
2003-03-27 09:39:00 +00:00
Martin Blapp
20403937a5
Always use ${LINK} and ignore different settings.
2003-03-27 00:31:59 +00:00
Martin Blapp
d57aeca8a1
Hopefully fix the build on bento:
...
The JDK dependency needs to be at the first place, so all
following dependencies use the same JDK.
2003-03-26 17:06:20 +00:00
Martin Blapp
a99dc21fee
Use the linux map files for the gcc3 case.
2003-03-23 17:14:57 +00:00
Martin Blapp
0ca63078fc
The disposing happened to early. Move it a bit.
...
Submitted by: Daniel Boelzle <dbo@openoffice.org>
2003-03-23 17:14:16 +00:00
Martin Blapp
f9e4d4ba69
We use the linux jdk now to build, so follow the linux if-clauses here.
2003-03-23 17:11:40 +00:00
Martin Blapp
e458f5e226
Fix bridge tests. Fixed in HEAD of OO.org, but not in srx644 branch.
2003-03-23 17:10:21 +00:00
Martin Blapp
a9f5f15faf
Remove -export-dynamic. This option is not needed at all and
...
does not work together with the .map files. This is already
fixed in the 1.0X OO.org series.
2003-03-23 17:09:21 +00:00
Martin Blapp
d6c8601ee1
Readd patch from last commit.
...
Approved: kris (portmgr)
2003-03-12 07:34:30 +00:00
Martin Blapp
19599e5a4a
Update to cws_srx644_ooo11beta. It still doesn't build but this commit will help
...
to track the things down.
There are known problems with weak symbols and exceptions. Some c++ tools
inside the port will fail if you try to compile.
The cpp_uno bridge has been updated to the latest linux version available.
Added 'make update' target to upgrade the source to the latest version.
Approved by: kris (portmgr)
2003-03-12 01:04:08 +00:00
Ade Lovett
eabd472034
It's ".if", not "if"
...
Submitted by: make index
2003-03-06 02:51:12 +00:00
Martin Blapp
eeb175d38d
Update to 1.1 beta. Work in progress.
...
de-pkg-comment
2003-03-05 23:24:06 +00:00
Kris Kennaway
02baa4219f
Convert COMMENT to COMMENTFILE until these ports can be converted.
...
Submitted by: lioux
2003-02-10 09:04:04 +00:00
Martin Blapp
08d2fb354d
Use always $PORTVERSION instead of hard coded numbers.
2003-01-12 21:59:51 +00:00
Martin Blapp
ca19b46d25
Mark this port broken til we have a solution.
2002-11-23 22:55:53 +00:00
Martin Blapp
101d50b9b5
Add second part of bison patches. All breakage has been introduced by
...
bison 1.75 import in october.
2002-11-06 23:09:04 +00:00
Martin Blapp
5baa4bf2b2
Commit first part of bison 1.75 patches.
...
Tested by: various openoffice users
2002-11-04 06:15:37 +00:00
Martin Blapp
bbf304051d
These libs are now needed.
2002-10-31 23:56:26 +00:00
Martin Blapp
a0f99f5a97
Correct wrong patch.
...
PR: 44791
2002-10-31 23:55:33 +00:00
Martin Blapp
31f35e2f6a
Fix this the right way. A include path was wrong in neon, not in
...
expat.
2002-10-29 21:25:30 +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
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
b0bdc9e395
Add merged patches which conflicted.
2002-10-22 23:20:14 +00:00
Martin Blapp
d96c6a9b12
643_OO did not get tagged for the ${cc} -> ${CC} change.
2002-10-22 23:18:37 +00:00
Martin Blapp
bd7bb2088f
Readd removed BSD support. test(1) is in /bin.
2002-10-22 23:16:35 +00:00