Martin Blapp
cdf1ea0fbd
Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. Remove
...
unneeded include defines.
2003-05-08 18:41:13 +00:00
Martin Blapp
6a9d02491a
Fix breakage and remove redundant _LITTLE_ENDIAN defines. Remove
...
unneeded include defines.
2003-05-08 18:08:11 +00:00
Martin Blapp
9767698bae
Fix typo.
...
Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>
2003-04-29 13:34:28 +00:00
Maho Nakata
e319abfdca
Fix debug patches, which were not correctly applied.
...
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
2003-04-28 07:09:58 +00:00
Martin Blapp
59a1dc1968
Move the KDE wrapper replacement a bit, and only substitute in
...
the perl script which creates the wrapper bits. Remove a newline
in the post-patch target in the openoffice port.
Add fix for gnome wrappers too.
2003-04-27 11:58:20 +00:00
Martin Blapp
f4db20bd84
xargs -> ${XARGS}
2003-04-27 10:33:07 +00:00
Martin Blapp
85d9b6ac05
Make the kde startup files use our wrapper files.
2003-04-27 10:31:16 +00:00
Martin Blapp
4aa7ebfa01
Add smath to the wrapper list.
2003-04-27 10:08:53 +00:00
Don Lewis
2dc75ff13e
FreeBSD doesn't use the same method of authenticating passwords that
...
Linux uses with its shadow password file. This patch was a no-op anyway
because of an earlier #ifdef in the source file. If the port needs this
functionality, it should be re-implemented using PAM.
Approved by: mbr
2003-04-22 04:56:56 +00:00
Don Lewis
7f10af3f5c
Port to __FreeBSD_version >= 500112 that now has getpw*_r() functions
...
that are incompatible with the older draft implementations supplied
with the OpenOffice source.
Approved by: mbr
2003-04-22 04:53:47 +00:00
Maho Nakata
1555c01115
1. Correct include path for instsetoo/util/openoffice.lst
...
Without it, licensing terms are not
copied and installation fails for some localizd build.
(affects patch-instsetoo+util+openoffice.lst and Makefile)
2. Added CJK Word 95/6.0/RTF import feature
(Other patches)
3. Bump port revision
By Takashi Ono <t_ono@hkfreak.net>
2003-04-19 01:47:29 +00:00
Maho Nakata
d468f94b27
Fix inappropreate menu item for Japanese.
...
Reported by: curvirgo and Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
Approved by: mbr
2003-04-17 13:01:55 +00:00
Maho Nakata
017645b96d
For GIF patent problem, remove some goodies.
...
However source distribution is still legal, so
this can be enabled by WITH_GIF_LZW_COMPRESSION=yes
Approved by: mbr (Martin Blapp)
2003-04-17 11:24:26 +00:00
Martin Blapp
97291070e5
Fix path of soffice binary.
...
Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
2003-04-16 06:51:35 +00:00
Martin Blapp
d34db2531e
Allow building the slave ports too.
...
Submitted by: maho
2003-04-12 15:27:26 +00:00
Martin Blapp
870e43b3cb
Mastersite for localized help files has changed.
...
Submitted by: maho
2003-04-11 23:35:11 +00:00
Martin Blapp
67ede1bc58
Remove USE_LINUXJDK and simplify set_soenv even more. Use native threads
...
instead of green threads.
2003-04-04 08:42:19 +00:00
Martin Blapp
c163578692
Same as in patch patch-registry+source+registry.cxx
...
This part was just wrong. mkstemp does return a file descriptor,
not a string. This could lead to crashes. MacOS will have the same
problems.
2003-04-03 22:17:17 +00:00
Martin Blapp
98853485fa
This part was just wrong. mkstemp does return a file descriptor,
...
not a string. This could lead to crashes. MacOS will have the same
problems.
2003-04-03 22:12:55 +00:00
Martin Blapp
c2b7b7a880
Remove redundant getpwuid_r from the patch. Build getpwuid_r part
...
for FreeBSD too.
2003-04-03 21:40:30 +00:00
Martin Blapp
adc446565d
Fix crash in Autopilot->Report.
2003-04-03 21:37:44 +00:00
Martin Blapp
48dd9981c1
This snapshot has a different path for the userdir.
2003-04-01 08:25:59 +00:00
Martin Blapp
36f042efc3
Update to srx644_ooo20030412.
2003-03-31 21:32:38 +00:00
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