| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
644 03 Apr 2003 21:37:44
 |
mbr  |
Fix crash in Autopilot->Report. |
644 01 Apr 2003 08:25:59
 |
mbr  |
This snapshot has a different path for the userdir. |
644 31 Mar 2003 21:32:38
 |
mbr  |
Update to srx644_ooo20030412. |
644 31 Mar 2003 16:05:52
 |
mbr  |
Readd previous deleted part. It is still needed for 4.x |
644 31 Mar 2003 12:47:00
 |
mbr  |
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. |
644 30 Mar 2003 21:35:20
 |
mbr  |
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) |
644 30 Mar 2003 21:32:27
 |
mbr  |
Check for m_pLockfile != NULL to fix crash during startup if no lockfile
does exist at all (if we have no installed user directory) |
644 30 Mar 2003 17:43:53
 |
mbr  |
Only add the office_${RELEASE_NR} wrapper startup scripts
to the pkg list.
Submitted by: Dan Naumov <dan.naumov@ofw.fi> |
644 30 Mar 2003 00:40:13
 |
mbr  |
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> |
644 29 Mar 2003 07:47:10
 |
mbr  |
Only do the workaround if a user-install exists. |
644 29 Mar 2003 07:35:35
 |
mbr  |
Add missing cp |
644 28 Mar 2003 12:56:03
 |
mbr  |
Remove the FreeBSD SOLARLIB part now /usr/lib and /usr/local/lib
have been removed from the default settings. |
644 28 Mar 2003 10:03:24
 |
mbr  |
Patch was reversed. |
644 28 Mar 2003 09:21:58
 |
mbr  |
Fix typo |
644 28 Mar 2003 09:11:14
 |
mbr  |
Unbreak the port and fix the remaining pkg files.
Have fun with OpenOffice1.1Beta ! |
644 28 Mar 2003 09:00:55
 |
mbr  |
Workarounds for the startup wrappers. |
644 28 Mar 2003 08:58:17
 |
mbr  |
Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for Linux
and others. Must be a JDK difference. |
644 28 Mar 2003 08:56:51
 |
mbr  |
BSD cp does not have -u option. |
644 28 Mar 2003 01:14:45
 |
mbr  |
Fix typo: ScanFileList -> SCacheFileList |
644 27 Mar 2003 23:59:13
 |
mbr  |
Use autoconf version > 2.5 to fix compile on CURRENT. |
644 27 Mar 2003 22:28:29
 |
mbr  |
Fix missing patch which was applied to the wrong directory, ouch !
This may be the case for OO1.0X too. |
644 27 Mar 2003 22:13:25
 |
mbr  |
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> |
644 27 Mar 2003 21:51:52
 |
mbr  |
Add "bsd" include path to SOLARINC too. |
644 27 Mar 2003 13:18:43
 |
mbr  |
The bsd1.4.1 jdk has a "bsd" include subdir. |
644 27 Mar 2003 10:07:05
 |
mbr  |
This is fixed in the new snap tarball. |
644 27 Mar 2003 09:41:44
 |
mbr  |
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. |
644 27 Mar 2003 09:39:00
 |
mbr  |
Update to a 20030324 snapshot. Remove a old unused
distfile entry. |
644 27 Mar 2003 00:31:59
 |
mbr  |
Always use ${LINK} and ignore different settings. |
644 26 Mar 2003 17:06:20
 |
mbr  |
Hopefully fix the build on bento:
The JDK dependency needs to be at the first place, so all
following dependencies use the same JDK. |
644 23 Mar 2003 17:14:57
 |
mbr  |
Use the linux map files for the gcc3 case. |
644 23 Mar 2003 17:14:16
 |
mbr  |
The disposing happened to early. Move it a bit.
Submitted by: Daniel Boelzle <dbo@openoffice.org> |
644 23 Mar 2003 17:11:40
 |
mbr  |
We use the linux jdk now to build, so follow the linux if-clauses here. |
644 23 Mar 2003 17:10:21
 |
mbr  |
Fix bridge tests. Fixed in HEAD of OO.org, but not in srx644 branch. |
644 23 Mar 2003 17:09:21
 |
mbr  |
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. |
644 12 Mar 2003 07:34:30
 |
mbr  |
Readd patch from last commit.
Approved: kris (portmgr) |
644 12 Mar 2003 01:04:08
 |
mbr  |
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) |
644 06 Mar 2003 02:51:13
 |
ade  |
It's ".if", not "if"
Submitted by: make index |
644 05 Mar 2003 23:24:07
 |
mbr  |
Update to 1.1 beta. Work in progress.
de-pkg-comment |
643 10 Feb 2003 09:04:04
 |
kris  |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux |
643 12 Jan 2003 21:59:51
 |
mbr  |
Use always $PORTVERSION instead of hard coded numbers. |
643 23 Nov 2002 22:55:53
 |
mbr  |
Mark this port broken til we have a solution. |
643 06 Nov 2002 23:09:04
 |
mbr  |
Add second part of bison patches. All breakage has been introduced by
bison 1.75 import in october. |
643 04 Nov 2002 06:15:37
 |
mbr  |
Commit first part of bison 1.75 patches.
Tested by: various openoffice users |
643 31 Oct 2002 23:56:26
 |
mbr  |
These libs are now needed. |
643 31 Oct 2002 23:55:33
 |
mbr  |
Correct wrong patch.
PR: 44791 |
643 29 Oct 2002 21:25:31
 |
mbr  |
Fix this the right way. A include path was wrong in neon, not in
expat. |
643 29 Oct 2002 12:51:30
 |
mbr  |
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 |
643 24 Oct 2002 23:44:07
 |
mbr  |
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> |
643 23 Oct 2002 18:51:17
 |
mbr  |
Correct optional freetype patch filename. |
643 22 Oct 2002 23:24:52
 |
mbr  |
Remove a nasty error. zipdep always complained to have no execute bit.
Give it a +x :) |
643 22 Oct 2002 23:20:14
 |
mbr  |
Add merged patches which conflicted. |
643 22 Oct 2002 23:18:37
 |
mbr  |
643_OO did not get tagged for the ${cc} -> ${CC} change. |
643 22 Oct 2002 23:16:35
 |
mbr  |
Readd removed BSD support. test(1) is in /bin. |
643 22 Oct 2002 23:15:15
 |
mbr  |
Same as linux. We have <poll.h>. |
643 22 Oct 2002 23:14:19
 |
mbr  |
Use SUN_LEN makro for unix domain socket name lenght. |
643 22 Oct 2002 23:13:23
 |
mbr  |
NetBSD, IRIX and FreeBSD support got removed. Add it again. |
643 22 Oct 2002 23:12:39
 |
mbr  |
Patch does the same as MacOS-X now. |
643 22 Oct 2002 23:11:22
 |
mbr  |
FreeBSD check got removed. Add it again. |
643 22 Oct 2002 23:09:38
 |
mbr  |
Remove many diffs here. Many things including exceptions tests are now
part of openoffice. Add a fix for make: gmake _is_ gmake on BSD systems. |
643 22 Oct 2002 23:07:45
 |
mbr  |
Add gcc2 freebsd bridge, which did not got tagged for 643. |
643 22 Oct 2002 23:02:30
 |
mbr  |
Remove expat patch. Expat is included in the release tarball, but in a
different location. Add a patch to fix the build. |
643 21 Oct 2002 16:49:30
 |
mbr  |
Correct patch name. Since this was a new patch no repocopy is done. |
643 21 Oct 2002 16:46:37
 |
mbr  |
Fix install location. |
643 21 Oct 2002 15:27:44
 |
mbr  |
Correct install paths and targets. |
643 21 Oct 2002 11:24:52
 |
mbr  |
Add FreeBSD case. |
643 21 Oct 2002 10:36:28
 |
mbr  |
Add missing FREEBSDI case. |
643 21 Oct 2002 10:35:35
 |
mbr  |
Target ul_genall needs to be build before ul_xml_sax. |
643 21 Oct 2002 10:34:39
 |
mbr  |
Remove OSL_TRACEs with wrong syntax. |
643 21 Oct 2002 10:33:47
 |
mbr  |
We still have no getpwuid_r(). There will be a different fix for this later.
Just a workaround for now. |
643 21 Oct 2002 10:32:39
 |
mbr  |
Use "tar -xzf" to extract so this target actually works. |
643 21 Oct 2002 10:31:36
 |
mbr  |
We do not have alloca.h |
643 21 Oct 2002 10:30:41
 |
mbr  |
We do not have -ldl. |
643 21 Oct 2002 10:29:52
 |
mbr  |
Add java home to path and missing jre dirs which got just added for the
linux port. |
643 21 Oct 2002 10:04:52
 |
mbr  |
Add missing backslash. |
643 21 Oct 2002 09:03:48
 |
mbr  |
Remove this one too ... |
643 21 Oct 2002 09:02:10
 |
mbr  |
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters. |
643 20 Oct 2002 22:39:55
 |
mbr  |
Whoops. Forgot to add the md5 checksums. |
643 20 Oct 2002 22:38:35
 |
mbr  |
Neon and expat projects are missing in the official SRX643_00 branch.
Add distfiles for them with the OO.org build infrastructure from
SRX643 branch. What a mess ! |
643 19 Oct 2002 12:52:27
 |
mbr  |
FreeBSD has still no getpwuid_r() |
643 19 Oct 2002 12:33:58
 |
mbr  |
Patch is not needed anymore. |
643 19 Oct 2002 10:41:08
 |
mbr  |
Add these paches $(cc) -> $(CC), ($CC) -> $(CXX) back. This is still not
done the right way in 643 and probably HEAD. |
643 19 Oct 2002 10:39:26
 |
mbr  |
Revive this patch. They got it completly wrong a second time :P If you
read the code without compile, you'd think that it is correct. But they
didn't compile it. |
643 19 Oct 2002 10:37:49
 |
mbr  |
patch-set_soenv.1 is not used anymore. Configure does now substitute
set_soenv.in directly. Most of our changes have been merged, so this
patch is really tiny now. |
643 19 Oct 2002 10:34:43
 |
mbr  |
ELSE IF -> ELIF |
643 19 Oct 2002 10:29:18
 |
mbr  |
Define ant, and change PREFIX to LOCALBASE. |
643 18 Oct 2002 23:30:33
 |
mbr  |
ELSEIF -> ELIF |
643 18 Oct 2002 22:55:42
 |
mbr  |
Re-add previously deleted files. |
643 18 Oct 2002 22:49:44
 |
mbr  |
First step to make this port working. Configure works and all patches
apply now. There are still some compile errors to fix.
As you may see the patchnames are very long, but that makes
maintaining patches a lot easier. |
642 22 Jun 2002 22:24:46
 |
mbr  |
Assign maintainer to mailinglist. |
642 10 Jun 2002 05:34:13
 |
kris  |
Remove patches with absurdly long filenames (>100 characters), after a
repo copy to files with shorter names. |
642 07 Jun 2002 11:10:04
 |
mbr  |
Automated build is not possible.
Obtained from: Will |
642 14 May 2002 17:42:20
 |
mbr  |
Remove -g from build. We have special makeflags for this in OO. |
642 23 Apr 2002 22:06:27
 |
mbr  |
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. |
642 16 Mar 2002 17:02:10
 |
mbr  |
Revert the last change. It looks like -fno-rtti is only needed for the
mozilla part, and else it breaks the build where -rtti is used. Add a new
patch to change it for the mozilla build. |
642 15 Mar 2002 17:26:45
 |
mbr  |
Add -fno-rtti so the mozab connector code compiles again. |
642 15 Mar 2002 01:40:07
 |
kris  |
Correct invalid syntax in LIB_DEPENDS
Submitted by: bento |
14 Mar 2002 16:53:43
 |
mbr  |
Remove hardcoded $cc and $CC |
14 Mar 2002 16:53:20
 |
mbr  |
Remove $cc and $CC defines from unxfbsd.mk, and do the changes for
$CC -> $CXX
$cc -> $CC
everywhere. The compile seems to work again now. |
14 Mar 2002 16:03:15
 |
mbr  |
Add pth directory for LIB_DEPENDS |
13 Mar 2002 21:43:49
 |
mbr  |
Add CFLAGS too, and make correct {} |