summaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-RC
Commit message (Collapse)AuthorAgeFilesLines
* Assign maintainer to mailinglist.mbr2002-06-221-1/+1
|
* Two typos in the postscript header for printing fixed - onembr2002-06-211-0/+13
| | | | | | | | | | if them is about Euro symbol, (merged from the development branch of the package). This patch is a slight generalisation of the one provided in NetBSD PR pkg/17130 Obtained from: NetBSD, <mrauch@netbsd.org>
* Fix gcc 2.95.3 crash resulting from a symbol conflictmbr2002-06-124-0/+106
| | | | | | | | | 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>
* Enable the exported symbols map files again. A missing map file has been addedmbr2002-06-123-12/+25
| | | | | 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.
* Enable the map files.mbr2002-06-121-2/+2
|
* Remove patches with absurdly long filenames (>100 characters), after akris2002-06-103-37/+0
| | | | repo copy to files with shorter names.
* Add missing -D_REENTRANT in CURRENT.mbr2002-06-071-4/+4
|
* Automated build is not possible.mbr2002-06-071-0/+3
| | | | Obtained from: Will
* Add missing map files.mbr2002-06-062-0/+65
|
* Add WITH_DEBUG option, and a needed patch.mbr2002-06-063-12/+59
| | | | Clean up the Makefile.
* Use CXX to link, since there are many places where CC is missing -lstdc++.mbr2002-06-041-1/+1
|
* AC_TRY_COMPILE -> AC_TRY_LINKmbr2002-06-041-2/+2
|
* Add new cpp uno bridge for STABLE. Make the necessary hooks and also addmbr2002-06-043-4/+1740
| | | | | | the missing EXCEPTION argument to configure.in Submitted by: Alexander Kabaev <ak03@gte.com>
* Check the exception handling. Needed for the cpp uno codembr2002-06-041-3/+36
| | | | bridge. I'll import a new bridge for sjlj exceptions on STABLE.
* Some other ln -s -> ln -fsmbr2002-06-021-5/+17
|
* For now, do not add libstd++ lib to the package. A libgcc_s.so is missingmbr2002-06-022-27/+106
| | | | on CURRENT. I'll investigate here what's wrong.
* Add missing includes for CURRENTmbr2002-06-021-0/+14
|
* Fix previous patch. We have to include unistd.h for FreeBSDmbr2002-06-021-9/+11
|
* Do not link with lsupc++. With the newest gcc3.1 version it seems not tombr2002-06-021-16/+7
| | | | be necessary.
* Same case as Solaris.mbr2002-06-021-0/+11
|
* Fix patch. Of course the original checked for gcc3.0, not gcc3.1mbr2002-05-301-1/+1
|
* Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports.mbr2002-05-301-0/+11
|
* Make openoffice compile with gcc from ports, or just with CC=$CC andmbr2002-05-2912-26/+1228
| | | | | | | | | | | 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.
* Add BSD specific nas patches to get it really working. NetBSD shouldmbr2002-05-191-6/+152
| | | | do the same.
* Work around another C++ compiler bug with -O in ourmbr2002-05-191-0/+12
| | | | | STABLE gcc. Using -g for just this target, or removing -O seems to fix the build.
* Link libmozab2 too. This is apparently a bug introduced inmbr2002-05-191-2/+12
| | | | 1.0 by the OO people. This should fix the setup program.
* Revert the include dirs to the old location as before, andmbr2002-05-182-10/+40
| | | | add the missing dirs.
* Update to mozilla 1.0RC2, like the OO people did yesterday.mbr2002-05-181-8/+55
|
* Make setup start. Patch from Alexander N. Kabaevmbr2002-05-181-3/+7
|
* Remove -g from build. We have special makeflags for this in OO.mbr2002-05-142-4/+4
|
* A oounix dir is now used instead of unix. So we needmbr2002-05-011-0/+12
| | | | to apply this patch to two files instead of one.
* Upgrade to 1.0.0mbr2002-05-016-28/+44
| | | | Builds ok, but is still broken
* Bring back deleted patch. We can habe the same flags as linuxmbr2002-04-231-0/+11
|
* Go back to mozilla 2.95 includes, a newer version has LDAP codembr2002-04-232-3/+3
| | | | | problems and doesn't compile. We can bump later to 1.0, if the openoffice project does the same.
* mktemp(3) needs unistd.hmbr2002-04-161-0/+11
| | | | Recieved from Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* Bring the patch to the newest version so it does not break anymorembr2002-04-151-39/+79
|
* Ifdef another windows timezone definitionmbr2002-04-151-0/+12
|
* Add missing includesmbr2002-04-151-0/+12
|
* Upgrade to build 641d. More work is necessary to make the build compile.mbr2002-04-0218-250/+118
| | | | | | There are still at least two different gcc bugs in our compiler, one issue has already been found by Alexander Kabaev <ak03@gte.com>. He's working on fixing the other.
* Revert the last change. It looks like -fno-rtti is only needed for thembr2002-03-165-2/+41
| | | | | mozilla part, and else it breaks the build where -rtti is used. Add a new patch to change it for the mozilla build.
* Add -fno-rtti so the mozab connector code compiles again.mbr2002-03-152-2/+2
|
* Correct invalid syntax in LIB_DEPENDSkris2002-03-151-1/+1
| | | | Submitted by: bento
* Remove hardcoded $cc and $CCmbr2002-03-141-13/+7
|
* Remove $cc and $CC defines from unxfbsd.mk, and do the changes formbr2002-03-143-0/+635
| | | | | | | $CC -> $CXX $cc -> $CC everywhere. The compile seems to work again now.
* Add pth directory for LIB_DEPENDSmbr2002-03-141-1/+1
|
* Add CFLAGS too, and make correct {}mbr2002-03-131-53/+53
|
* Add CC and CFLAGS to gmake environmentmbr2002-03-131-0/+2
|
* gcc/cc -> $(CC) fixesmbr2002-03-133-0/+282
| | | | | Do remove empty defines CC/CXX variables which did overwrite the SOLENV environment.
* Add $CC and $CXX here toombr2002-03-131-3/+3
|
* Use CXX and CC, so we can specify cc295 and g++295 from ports. Morembr2002-03-133-14/+37
| | | | commits will follow.
OpenPOWER on IntegriCloud