aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3
Commit message (Collapse)AuthorAgeFilesLines
* 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-072-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-051-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-031-5/+17
|
* For now, do not add libstd++ lib to the package. A libgcc_s.so is missingmbr2002-06-032-27/+106
| | | | on CURRENT. I'll investigate here what's wrong.
* Add missing includes for CURRENTmbr2002-06-031-0/+14
|
* Fix previous patch. We have to include unistd.h for FreeBSDmbr2002-06-031-9/+11
|
* Do not link with lsupc++. With the newest gcc3.1 version it seems not tombr2002-06-031-16/+7
| | | | be necessary.
* Same case as Solaris.mbr2002-06-031-0/+11
|
* Fix patch. Of course the original checked for gcc3.0, not gcc3.1mbr2002-05-311-1/+1
|
* Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports.mbr2002-05-311-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-152-4/+4
|
* A oounix dir is now used instead of unix. So we needmbr2002-05-021-0/+12
| | | | to apply this patch to two files instead of one.
* Upgrade to 1.0.0mbr2002-05-026-28/+44
| | | | Builds ok, but is still broken
* Bring back deleted patch. We can habe the same flags as linuxmbr2002-04-241-0/+11
|
* Go back to mozilla 2.95 includes, a newer version has LDAP codembr2002-04-242-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-171-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-161-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-0318-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-175-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-162-2/+2
|
* Correct invalid syntax in LIB_DEPENDSkris2002-03-151-1/+1
| | | | Submitted by: bento
* Remove hardcoded $cc and $CCmbr2002-03-151-13/+7
|
* Remove $cc and $CC defines from unxfbsd.mk, and do the changes formbr2002-03-153-0/+635
| | | | | | | $CC -> $CXX $cc -> $CC everywhere. The compile seems to work again now.
* Add pth directory for LIB_DEPENDSmbr2002-03-151-1/+1
|
* Add CFLAGS too, and make correct {}mbr2002-03-141-53/+53
|
* Add CC and CFLAGS to gmake environmentmbr2002-03-141-0/+2
|
* gcc/cc -> $(CC) fixesmbr2002-03-143-0/+282
| | | | | Do remove empty defines CC/CXX variables which did overwrite the SOLENV environment.
* Add $CC and $CXX here toombr2002-03-141-3/+3
|
* Use CXX and CC, so we can specify cc295 and g++295 from ports. Morembr2002-03-143-14/+37
| | | | commits will follow.
* Make portlint happy. Add USE_XLIBmbr2002-03-141-10/+12
| | | | Submitted by: demon
* Fix breakage with "patch -i" which is missing in STABLE. For some strangembr2002-03-147-0/+77
| | | | reason it exists in recent CURRENT, but is not documented.
* Copy stlport library to the right place. Fix buildmbr2002-03-121-6/+17
|
* Another alloca.h we do not havembr2002-03-121-0/+12
|
* Upgrade the development snapshot to the latest build: 642mbr2002-03-129-88/+107
|
* We need to build offuh here, else the build stopsmbr2002-03-112-0/+16
| | | | Submitted by: Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8mbr2002-03-112-5/+5
| | | | Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br>
* FreeBSD has no -ldlmbr2002-03-111-0/+14
|
* Build unoidl toombr2002-03-112-0/+22
|
* If nSubKeys is not defined, just return. Fix from Tim Tretyak ↵mbr2002-03-112-0/+24
| | | | <timothy@umc.com.ua>
* Remove unnecessary #definesmbr2002-03-112-0/+26
|
* Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua>mbr2002-03-111-0/+19
|
* Fix one #ifdef and add two more checksmbr2002-03-111-2/+20
|
* Add langinfo twirksmbr2002-03-111-0/+18
|
* Add tgetpwnam test for FreeBSD toombr2002-03-112-4/+40
|
* Remove _cdecl before main()mbr2002-03-111-0/+11
|
* AddrLen is socklen_t, not intmbr2002-03-112-4/+22
|
* Add -f to ln to continue buildsmbr2002-03-112-14/+50
|
* A getpwuid_r function is now implemented in patch-sal::osl::unx::system.cmbr2002-03-111-14/+0
|
* Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet usedmbr2002-03-111-9/+12
| | | | and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk
* We do not have GLIBC. Sigh.mbr2002-03-111-2/+7
|
* Define fcvt as extern as NetBSD does.mbr2002-03-111-0/+18
|
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.mbr2002-03-106-62/+74
| | | | Requested by: cvs-comitters
* Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions withmbr2002-03-102-22/+398
| | | | | | -pthread, add JAVA_RUNTIME definition, change the optimization from 02 to -O and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder the librarys the correct way.
* Move the s|<malloc.h>|<stdlib.h>|g after the patch section.mbr2002-03-091-0/+2
|
* Patch got accidently comitted twice.mbr2002-03-091-23/+0
|
* STABLE does not have langinfo.h yet.mbr2002-03-092-20/+40
|
* Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.mbr2002-03-094-198/+37
|
* This patch accidently got the second part dublicatedmbr2002-03-091-9/+0
|
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themmbr2002-03-095-1282/+237
| | | | | | while we are here (AWK had an endless loop), add a FreeBSD configure variable called with-os-version, so we can check the OSVERSION in the build to support both STABLE and CURRENT (there are different patches needed)
* Add missing typedef and macros. Patch from Carlos F. A. Paniagombr2002-03-091-0/+29
| | | | <pan@cnpm.embrapa.br>
* We do not have alloca.hmbr2002-03-082-0/+24
|
* Substitute .cxx files too in the nas-patch. Also add a missing backslash,mbr2002-03-083-3/+3
| | | | since we do not want to scan dirs.
* Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSDmbr2002-03-081-0/+23
|
* Add -Wl,-export-dynamic for the SHLGUI build toombr2002-03-082-0/+36
|
* Add missing $mbr2002-03-081-1/+1
|
* Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSDmbr2002-03-082-0/+46
|
* Add missing SHL1STDLIBS reorderingmbr2002-03-072-4/+26
|
* Add include path $STLPORT_inc_stlport for FreeBSD too and remove a secondmbr2002-03-071-2/+32
| | | | instance of this include path.
* *.cxx also needs <malloc.h>|<stdlib.h>mbr2002-03-071-0/+2
|
* Add two patches which did not made it in the previous commitmbr2002-03-073-0/+44
| | | | Reorder the SHL1STDLIBS librarys
* Reorder the SHL1STDLIBS librarysmbr2002-03-0744-0/+638
|
* Bison > 1.3 fixes, sync with NetBSD port sourcembr2002-03-063-22/+15
|
* Openoffice needs x11mbr2002-03-061-1/+1
|
* s|<malloc.h>|<stdlib.h> for the nas buildmbr2002-03-062-0/+34
|
* Exclude three additional map buildings which are breaking the buildmbr2002-03-063-0/+35
|
* Fix patch pathsmbr2002-03-062-4/+4
|
* Add missing #ifdef for FREEBSDmbr2002-03-062-34/+16
|
* minormkchanged.flg is not a target. This solves the breakage in solenvmbr2002-03-061-0/+11
|
* Change PATH from /usr/bin/X11 -> /usr/X11R6/binmbr2002-03-061-1/+1
|
* Bring the FreeBSD (NetBSD) mozilla zip files into placembr2002-03-061-0/+3
|
* timeb -> time fixesmbr2002-03-062-0/+48
|
* timeb > time fixesmbr2002-03-062-0/+72
|
* Fix malformed patchmbr2002-03-062-8/+8
|
* Build berkeleydb with freebsd include dir and optionsmbr2002-03-062-0/+84
|
* Modified to fit our requirementsmbr2002-03-051-0/+189
|
* Fix for newer bison with .h filesmbr2002-03-051-0/+12
|
* Fix file extractionmbr2002-03-051-0/+11
|
* libfreetype.so.6 > libfreetype.so.7mbr2002-03-052-0/+22
|
* Fix tar.gz extraction. Our tar seems not to like the included tar files and ↵mbr2002-03-052-0/+18
| | | | | | | exits with error value 141. But only if the gunzip stream is redirected from STDIN. If our tar is used with -z, everything works. Looks like a BSD tar bug.
* We do not have SYS_TIMEB_H. Instead use SYS_TIME_Hmbr2002-03-052-8/+18
|
* Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbinmbr2002-03-051-0/+34
|
* Update to 641c source buildmbr2002-03-052-13/+14
|
* Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_unombr2002-03-0521-138/+5135
| | | | source
* Our patch(1) does treat -b differently than Linux. This should fix the build.mbr2002-03-042-0/+28
|
* Another 7 patches from Carlosmbr2002-03-0313-0/+178
|
* Fix dependency of pth and fix jdk pathsmbr2002-03-031-2/+4
|
* The second part was inverted toombr2002-03-031-2/+2
|
* Fix inverted diffmbr2002-03-031-2/+2
|
* Another patchset from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>mbr2002-03-0310-0/+152
|
* Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>mbr2002-03-0320-0/+236
| | | | More will follow
* Add patches merged from NetBSD and from other sourcesmbr2002-03-0312-14/+568
|
* First step towards a working port.mbr2002-03-0112-3087/+3133
|
* Since I'm the maintainer of other vaporware already like staroffice,mbr2002-01-271-1/+1
| | | | it makes sense that I maintain this too ;)
* I do not want to the maintainer of this piece of vaporware.obrien2002-01-271-1/+1
|
* These should have also have been removed.obrien2001-08-292-229/+0
|
* Update to the 6.0.a638 offering.obrien2001-08-283-11/+13
| | | | | | | | "the port still is broken, but at least it will save the next one working on this port some time and efforts." PR: 30119 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* Really make broken.obrien2001-05-181-1/+1
|
* Update to build 627 (yes, still broken).obrien2001-05-182-7/+8
|
* Update to the "609" build incase anyone wants to work on getting this beastobrien2000-11-032-4/+6
| | | | going.
* Mark this broken so people don't casually actually try to use this.obrien2000-10-201-0/+2
| | | | | Those wanting to work on the port should just comment out the "BROKEN" of course.
* First cut at configuration patches. This is very much a WIP, and I welcomeobrien2000-10-175-82/+249
| | | | others to work on it too.
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* - Fix ${LINUXBASE} for /compat/linuxjedgar2000-09-231-8/+7
| | | | | | - Fix some warning text Submitted by: Maintainer
* * Depend on libc6, this should fix some lib-problems. Also automaticallyalex2000-09-161-1/+4
| | | | | | | install linuxbase if it's not yet installed. * Fix the cdrom installation Submitted by: Martin Blapp <mp@imp.ch> (MAINTAINER) on IRC
* Fix the error detection routines at the end.sheldonh2000-09-071-17/+16
| | | | | | | | Remove some unused cruft. Get LD_LIBRARY_PATH recognized properly. PREFIX-clean. Submitted by: maintainer
* Add some more help to solve potential installation problems.asmodai2000-08-311-0/+9
| | | | | | Also add reporting address. Submitted by: MAINTAINER <Martin Blapp <mb@imp.ch>>
* Add MASTER_SITES and remove notice about manually downloadingjedgar2000-08-281-14/+12
| | | | Submitted by: Martin Blapp <mb@imp.ch> (Maintainer)
* - Add DISPLAY functionality to keep StarOffice from crashing duringjedgar2000-08-251-13/+31
| | | | | | | installation and startup - Make a few cosmetic fixes to the Makefile(s) Submitted by: Martin Blapp <mb@imp.ch> (Maintainer)
* New port: staroffice52 (after repo-copy from staroffice5)jedgar2000-08-255-2601/+3102
| | | | Submitted by: Martin Blapp <mb@imp.ch>
* fix packaging errors (don't sort the @dirrm list in a-z order)mharo2000-04-201-2/+2
|
* Correct english grammarmharo2000-04-201-4/+3
| | | | Submitted by: Adam Steffes <asteffes@netmug.org>
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-3/+3
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* /usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.billf2000-04-151-3/+3
|
* portname/portversion updatemharo2000-04-141-3/+3
|
* Add mb@imp.ch as the new MAINTAINER.steve2000-02-291-1/+1
| | | | Submitted by: Darren Wiebe <dkwiebe@hagenhomes.com>
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-281-1/+1
|
* Misc. small fixes from the maintainer.steve2000-02-272-7/+4
| | | | | PR: 16935 Submitted by: maintainer
* From maintainer:steve2000-01-301-7/+7
| | | | | | | | This fixes the ${TEMPDIR} and ${TMPDIR} problem with the StarOffice5 port. It also puts my correct email address in. PR: 16432 Submitted by: maintainer
* Add another distribution site for patches and changes the default for thesteve2000-01-011-8/+10
| | | | | | | TEMPDIR variable. PR: 15764 Submitted by: maintainer
* Remove '-v' from the invocation of ln(1).steve1999-12-241-1/+1
| | | | | PR: 15623 Submitted by: Udo Schweigert <ust@cert.siemens.de>
* "Quite sorry for sending this so late. I just got my hands on a Sunasami1999-12-154-2579/+2604
| | | | | | | StarOffice CDROM and found out how broken the port really was. It also uses a DIST_SUBDIR now." Submitted by: obrien
* Fix buglet in the perl expression.obrien1999-12-111-1/+1
| | | | Noticed by: Brian Handy <handy@lambic.physics.montana.edu>
* Updated checksums.obrien1999-12-101-0/+2
| | | | Submitted by: Darren Wiebe <dkwiebe@heartland.ab.ca> (MAINTAINIER)
* I didn't notice there was a .file file as part of the port, and it wasobrien1999-12-101-1/+1
| | | | | in the wrong place. The .dot files has been renamed dot.file and moved to files/
* This is Sun's version 5.1a of StarOffice, an office productivity suiteobrien1999-12-106-0/+2623
simular to Microsoft Office. PR: 14899 Submitted by: Darren Wiebe <dkwiebe@heartland.ab.ca> (reworked by me)