aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2
Commit message (Expand)AuthorAgeFilesLines
* Add += also to GENJAVAFILES.Martin Blapp2002-09-121-4/+6
* Work around jdk-path issues in CURRENT.Martin Blapp2002-09-111-0/+11
* Add UTF-8 support to locale. Correct a comment.Martin Blapp2002-09-031-8/+9
* We still had three locales with uppercase chars. To adapt the styleMartin Blapp2002-08-151-52/+100
* Sort the array _nl_language_list[] in ascending order. Remove NetBSDMartin Blapp2002-08-141-29/+52
* Fix a ugly bug in a binary compare function which made OpenOfficeMartin Blapp2002-08-141-6/+16
* Check in two cases if a string is NULL. Fixes WITH_DEBUG=Martin Blapp2002-08-101-0/+22
* machine/soundcard.h -> sys/soundcard.hMartin Blapp2002-08-091-5/+7
* Fix another namespace collision which made the debug build segfaultingMartin Blapp2002-08-091-0/+34
* Add optional TTF patch.Martin Blapp2002-08-092-0/+219
* The gcc31 port has been updated. It seems that g++ includes are again inMartin Blapp2002-08-031-29/+1
* Only use -g if $debug is true. I'll suggest this also to theMartin Blapp2002-08-011-3/+16
* Add missing cases for FreeBSD.Martin Blapp2002-07-315-0/+96
* Make this script work for FreeBSD.Martin Blapp2002-07-311-0/+21
* Add missing FreeBSD case.Martin Blapp2002-07-311-0/+11
* FreeBSD has waitpid() and does not need to workaround as Linux has to do.Martin Blapp2002-07-311-0/+18
* Add player for KDE2 case.Martin Blapp2002-07-311-0/+20
* Fix some include paths.Martin Blapp2002-07-312-0/+22
* Use the same libs to link with as linux does.Martin Blapp2002-07-311-0/+20
* Fix locking problems.Martin Blapp2002-07-311-0/+30
* Add patch needed by debug compile build.Martin Blapp2002-07-311-0/+12
* Do the same as linux to work around some alignment problems.Martin Blapp2002-07-313-0/+42
* Add missing ! #ifdefMartin Blapp2002-07-311-0/+11
* Remove probematic -export-dynamic flag, which could lead to namespaceMartin Blapp2002-07-312-6/+16
* Fix i18n related crash. This may be only a workaround, a better solutionMartin Blapp2002-07-311-0/+13
* Add FreeBSD specific _nl_language_list[] array. Remove a linux onlyMartin Blapp2002-07-311-22/+43
* Display the Linux help text for the jvm install, not the Windows one.Martin Blapp2002-07-221-0/+11
* Fix language support. Add missing defines.Martin Blapp2002-07-222-8/+28
* Add correct map for rtti test too.Martin Blapp2002-07-221-0/+13
* Add PAM supportMartin Blapp2002-07-223-0/+33
* Set FreeBSD and NetBSD config for mozilla.Martin Blapp2002-07-221-0/+17
* Activate sound support.Martin Blapp2002-07-223-0/+48
* Make WITH_DEBUG tunable. WITH_DEBUG=1 just adds debugs symbols.Martin Blapp2002-07-221-0/+18
* Upgrade to 1.0.1Martin Blapp2002-07-176-168/+54
* Assign maintainer to mailinglist.Martin Blapp2002-06-231-1/+1
* Two typos in the postscript header for printing fixed - oneMartin Blapp2002-06-211-0/+13
* Fix gcc 2.95.3 crash resulting from a symbol conflictMartin Blapp2002-06-134-0/+106
* Enable the exported symbols map files again. A missing map file has been addedMartin Blapp2002-06-133-12/+25
* Enable the map files.Martin Blapp2002-06-121-2/+2
* Remove patches with absurdly long filenames (>100 characters), after aKris Kennaway2002-06-103-37/+0
* Add missing -D_REENTRANT in CURRENT.Martin Blapp2002-06-071-4/+4
* Automated build is not possible.Martin Blapp2002-06-071-0/+3
* Add missing map files.Martin Blapp2002-06-072-0/+65
* Add WITH_DEBUG option, and a needed patch.Martin Blapp2002-06-063-12/+59
* Use CXX to link, since there are many places where CC is missing -lstdc++.Martin Blapp2002-06-051-1/+1
* AC_TRY_COMPILE -> AC_TRY_LINKMartin Blapp2002-06-041-2/+2
* Add new cpp uno bridge for STABLE. Make the necessary hooks and also addMartin Blapp2002-06-043-4/+1740
* Check the exception handling. Needed for the cpp uno codeMartin Blapp2002-06-041-3/+36
* Some other ln -s -> ln -fsMartin Blapp2002-06-031-5/+17
* For now, do not add libstd++ lib to the package. A libgcc_s.so is missingMartin Blapp2002-06-032-27/+106
* Add missing includes for CURRENTMartin Blapp2002-06-031-0/+14
* Fix previous patch. We have to include unistd.h for FreeBSDMartin Blapp2002-06-031-9/+11
* Do not link with lsupc++. With the newest gcc3.1 version it seems not toMartin Blapp2002-06-031-16/+7
* Same case as Solaris.Martin Blapp2002-06-031-0/+11
* Fix patch. Of course the original checked for gcc3.0, not gcc3.1Martin Blapp2002-05-311-1/+1
* Allow uno bridging code to compile with our gcc3.1 and gcc3.2 from ports.Martin Blapp2002-05-311-0/+11
* Make openoffice compile with gcc from ports, or just with CC=$CC andMartin Blapp2002-05-2912-26/+1228
* Add BSD specific nas patches to get it really working. NetBSD shouldMartin Blapp2002-05-191-6/+152
* Work around another C++ compiler bug with -O in ourMartin Blapp2002-05-191-0/+12
* Link libmozab2 too. This is apparently a bug introduced inMartin Blapp2002-05-191-2/+12
* Revert the include dirs to the old location as before, andMartin Blapp2002-05-182-10/+40
* Update to mozilla 1.0RC2, like the OO people did yesterday.Martin Blapp2002-05-181-8/+55
* Make setup start. Patch from Alexander N. KabaevMartin Blapp2002-05-181-3/+7
* Remove -g from build. We have special makeflags for this in OO.Martin Blapp2002-05-152-4/+4
* A oounix dir is now used instead of unix. So we needMartin Blapp2002-05-021-0/+12
* Upgrade to 1.0.0Martin Blapp2002-05-026-28/+44
* Bring back deleted patch. We can habe the same flags as linuxMartin Blapp2002-04-241-0/+11
* Go back to mozilla 2.95 includes, a newer version has LDAP codeMartin Blapp2002-04-242-3/+3
* mktemp(3) needs unistd.hMartin Blapp2002-04-171-0/+11
* Bring the patch to the newest version so it does not break anymoreMartin Blapp2002-04-161-39/+79
* Ifdef another windows timezone definitionMartin Blapp2002-04-151-0/+12
* Add missing includesMartin Blapp2002-04-151-0/+12
* Upgrade to build 641d. More work is necessary to make the build compile.Martin Blapp2002-04-0318-250/+118
* Revert the last change. It looks like -fno-rtti is only needed for theMartin Blapp2002-03-175-2/+41
* Add -fno-rtti so the mozab connector code compiles again.Martin Blapp2002-03-162-2/+2
* Correct invalid syntax in LIB_DEPENDSKris Kennaway2002-03-151-1/+1
* Remove hardcoded $cc and $CCMartin Blapp2002-03-151-13/+7
* Remove $cc and $CC defines from unxfbsd.mk, and do the changes forMartin Blapp2002-03-153-0/+635
* Add pth directory for LIB_DEPENDSMartin Blapp2002-03-151-1/+1
* Add CFLAGS too, and make correct {}Martin Blapp2002-03-141-53/+53
* Add CC and CFLAGS to gmake environmentMartin Blapp2002-03-141-0/+2
* gcc/cc -> $(CC) fixesMartin Blapp2002-03-143-0/+282
* Add $CC and $CXX here tooMartin Blapp2002-03-141-3/+3
* Use CXX and CC, so we can specify cc295 and g++295 from ports. MoreMartin Blapp2002-03-143-14/+37
* Make portlint happy. Add USE_XLIBMartin Blapp2002-03-141-10/+12
* Fix breakage with "patch -i" which is missing in STABLE. For some strangeMartin Blapp2002-03-147-0/+77
* Copy stlport library to the right place. Fix buildMartin Blapp2002-03-121-6/+17
* Another alloca.h we do not haveMartin Blapp2002-03-121-0/+12
* Upgrade the development snapshot to the latest build: 642Martin Blapp2002-03-129-88/+107
* We need to build offuh here, else the build stopsMartin Blapp2002-03-112-0/+16
* Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8Martin Blapp2002-03-112-5/+5
* FreeBSD has no -ldlMartin Blapp2002-03-111-0/+14
* Build unoidl tooMartin Blapp2002-03-112-0/+22
* If nSubKeys is not defined, just return. Fix from Tim Tretyak <timothy@umc.co...Martin Blapp2002-03-112-0/+24
* Remove unnecessary #definesMartin Blapp2002-03-112-0/+26
* Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua>Martin Blapp2002-03-111-0/+19
* Fix one #ifdef and add two more checksMartin Blapp2002-03-111-2/+20
* Add langinfo twirksMartin Blapp2002-03-111-0/+18
* Add tgetpwnam test for FreeBSD tooMartin Blapp2002-03-112-4/+40
* Remove _cdecl before main()Martin Blapp2002-03-111-0/+11
* AddrLen is socklen_t, not intMartin Blapp2002-03-112-4/+22
* Add -f to ln to continue buildsMartin Blapp2002-03-112-14/+50
* A getpwuid_r function is now implemented in patch-sal::osl::unx::system.cMartin Blapp2002-03-111-14/+0
* Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet usedMartin Blapp2002-03-111-9/+12
* We do not have GLIBC. Sigh.Martin Blapp2002-03-111-2/+7
* Define fcvt as extern as NetBSD does.Martin Blapp2002-03-111-0/+18
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp2002-03-106-62/+74
* Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions withMartin Blapp2002-03-102-22/+398
* Move the s|<malloc.h>|<stdlib.h>|g after the patch section.Martin Blapp2002-03-091-0/+2
* Patch got accidently comitted twice.Martin Blapp2002-03-091-23/+0
* STABLE does not have langinfo.h yet.Martin Blapp2002-03-092-20/+40
* Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.Martin Blapp2002-03-094-198/+37
* This patch accidently got the second part dublicatedMartin Blapp2002-03-091-9/+0
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp2002-03-095-1282/+237
* Add missing typedef and macros. Patch from Carlos F. A. PaniagoMartin Blapp2002-03-091-0/+29
* We do not have alloca.hMartin Blapp2002-03-082-0/+24
* Substitute .cxx files too in the nas-patch. Also add a missing backslash,Martin Blapp2002-03-083-3/+3
* Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSDMartin Blapp2002-03-081-0/+23
* Add -Wl,-export-dynamic for the SHLGUI build tooMartin Blapp2002-03-082-0/+36
* Add missing $Martin Blapp2002-03-081-1/+1
* Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSDMartin Blapp2002-03-082-0/+46
* Add missing SHL1STDLIBS reorderingMartin Blapp2002-03-072-4/+26
* Add include path $STLPORT_inc_stlport for FreeBSD too and remove a secondMartin Blapp2002-03-071-2/+32
* *.cxx also needs <malloc.h>|<stdlib.h>Martin Blapp2002-03-071-0/+2
* Add two patches which did not made it in the previous commitMartin Blapp2002-03-073-0/+44
* Reorder the SHL1STDLIBS librarysMartin Blapp2002-03-0744-0/+638
* Bison > 1.3 fixes, sync with NetBSD port sourceMartin Blapp2002-03-063-22/+15
* Openoffice needs x11Martin Blapp2002-03-061-1/+1
* s|<malloc.h>|<stdlib.h> for the nas buildMartin Blapp2002-03-062-0/+34
* Exclude three additional map buildings which are breaking the buildMartin Blapp2002-03-063-0/+35
* Fix patch pathsMartin Blapp2002-03-062-4/+4
* Add missing #ifdef for FREEBSDMartin Blapp2002-03-062-34/+16
* minormkchanged.flg is not a target. This solves the breakage in solenvMartin Blapp2002-03-061-0/+11
* Change PATH from /usr/bin/X11 -> /usr/X11R6/binMartin Blapp2002-03-061-1/+1
* Bring the FreeBSD (NetBSD) mozilla zip files into placeMartin Blapp2002-03-061-0/+3
* timeb -> time fixesMartin Blapp2002-03-062-0/+48
* timeb > time fixesMartin Blapp2002-03-062-0/+72
* Fix malformed patchMartin Blapp2002-03-062-8/+8
* Build berkeleydb with freebsd include dir and optionsMartin Blapp2002-03-062-0/+84
* Modified to fit our requirementsMartin Blapp2002-03-051-0/+189
* Fix for newer bison with .h filesMartin Blapp2002-03-051-0/+12
* Fix file extractionMartin Blapp2002-03-051-0/+11
* libfreetype.so.6 > libfreetype.so.7Martin Blapp2002-03-052-0/+22
* Fix tar.gz extraction. Our tar seems not to like the included tar files and e...Martin Blapp2002-03-052-0/+18
* We do not have SYS_TIMEB_H. Instead use SYS_TIME_HMartin Blapp2002-03-052-8/+18
* Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbinMartin Blapp2002-03-051-0/+34
* Update to 641c source buildMartin Blapp2002-03-052-13/+14
* Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_unoMartin Blapp2002-03-0521-138/+5135
* Our patch(1) does treat -b differently than Linux. This should fix the build.Martin Blapp2002-03-042-0/+28
* Another 7 patches from CarlosMartin Blapp2002-03-0313-0/+178
* Fix dependency of pth and fix jdk pathsMartin Blapp2002-03-031-2/+4
* The second part was inverted tooMartin Blapp2002-03-031-2/+2
* Fix inverted diffMartin Blapp2002-03-031-2/+2
* Another patchset from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>Martin Blapp2002-03-0310-0/+152
* Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>Martin Blapp2002-03-0320-0/+236
* Add patches merged from NetBSD and from other sourcesMartin Blapp2002-03-0312-14/+568
* First step towards a working port.Martin Blapp2002-03-0112-3087/+3133
* Since I'm the maintainer of other vaporware already like staroffice,Martin Blapp2002-01-271-1/+1
* I do not want to the maintainer of this piece of vaporware.David E. O'Brien2002-01-271-1/+1
* These should have also have been removed.David E. O'Brien2001-08-292-229/+0
* Update to the 6.0.a638 offering.David E. O'Brien2001-08-283-11/+13
* Really make broken.David E. O'Brien2001-05-181-1/+1
* Update to build 627 (yes, still broken).David E. O'Brien2001-05-182-7/+8
* Update to the "609" build incase anyone wants to work on getting this beastDavid E. O'Brien2000-11-032-4/+6
* Mark this broken so people don't casually actually try to use this.David E. O'Brien2000-10-201-0/+2
* First cut at configuration patches. This is very much a WIP, and I welcomeDavid E. O'Brien2000-10-175-82/+249
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
* - Fix ${LINUXBASE} for /compat/linuxChris D. Faulhaber2000-09-231-8/+7
* * Depend on libc6, this should fix some lib-problems. Also automaticallyAlexander Langer2000-09-161-1/+4
* Fix the error detection routines at the end.Sheldon Hearn2000-09-071-17/+16
* Add some more help to solve potential installation problems.Jeroen Ruigrok van der Werven2000-08-311-0/+9
* Add MASTER_SITES and remove notice about manually downloadingChris D. Faulhaber2000-08-281-14/+12
* - Add DISPLAY functionality to keep StarOffice from crashing duringChris D. Faulhaber2000-08-251-13/+31
* New port: staroffice52 (after repo-copy from staroffice5)Chris D. Faulhaber2000-08-255-2601/+3102
* fix packaging errors (don't sort the @dirrm list in a-z order)Michael Haro2000-04-201-2/+2
* Correct english grammarMichael Haro2000-04-201-4/+3
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+3
* /usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.Bill Fumerola2000-04-151-3/+3
* portname/portversion updateMichael Haro2000-04-141-3/+3
* Add mb@imp.ch as the new MAINTAINER.Steve Price2000-02-291-1/+1
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-281-1/+1
* Misc. small fixes from the maintainer.Steve Price2000-02-272-7/+4
* From maintainer:Steve Price2000-01-301-7/+7
* Add another distribution site for patches and changes the default for theSteve Price2000-01-011-8/+10
* Remove '-v' from the invocation of ln(1).Steve Price1999-12-241-1/+1
* "Quite sorry for sending this so late. I just got my hands on a SunSatoshi Asami1999-12-154-2579/+2604
* Fix buglet in the perl expression.David E. O'Brien1999-12-111-1/+1
* Updated checksums.David E. O'Brien1999-12-101-0/+2
* I didn't notice there was a .file file as part of the port, and it wasDavid E. O'Brien1999-12-101-1/+1
* This is Sun's version 5.1a of StarOffice, an office productivity suiteDavid E. O'Brien1999-12-106-0/+2623