summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark it broken again.Martin Blapp2002-05-221-0/+3
| | | | | | | | | | | | | | | | | | | | It seems that our c++ (2.95.3) has still bugs. This time c++ exceptions do not work as they should and instead a clean exit we get a segfault. This works with a virgin 2.95.3 compiler, or even the one in the ports collection. Another bug is a internal compiler error during compile a part of OO without -g or with -O. The rtld-elf symbolcache seems to have problems too. If used, the installation coredumps. A workaround seems to disable the caching altough this can't be the real solution. There is also an outstanding problem in the uno-bridge code of OO. We are currently investigating it: http://www.openoffice.org/issues/show_bug.cgi?id=5071 Notes: svn path=/head/; revision=59684
* Add install-user target.Martin Blapp2002-05-191-0/+4
| | | | Notes: svn path=/head/; revision=59484
* Change SO version in oo_setup.resp. Call sed directly.Martin Blapp2002-05-191-3/+2
| | | | Notes: svn path=/head/; revision=59483
* Fix the last commit. Since OO was only compileable in a littleMartin Blapp2002-05-191-7/+8
| | | | | | | | timeframe on CURRENT, mark it broken for all CURRENT versions. Beside that, the logic was wrong. Notes: svn path=/head/; revision=59473
* Unbreak build, since we need testers now the setup works.Martin Blapp2002-05-191-2/+38
| | | | | | | | Add a lot of warning messages and tell in which RELEASE OO does not work (yet). Notes: svn path=/head/; revision=59468
* Update to mozilla 1.0RC2, like the OO people did yesterday.Martin Blapp2002-05-181-3/+4
| | | | Notes: svn path=/head/; revision=59428
* Upgrade to 1.0.0Martin Blapp2002-05-011-4/+6
| | | | | | | Builds ok, but is still broken Notes: svn path=/head/; revision=58423
* Tweak an error message in pre-extract.Gerald Pfeifer2002-04-261-2/+1
| | | | | | | Approved by: mbr (maintainer), obrien (mentor) Notes: svn path=/head/; revision=58183
* Check for missing langinfo.hMartin Blapp2002-04-251-0/+9
| | | | Notes: svn path=/head/; revision=58104
* Fix one mastersite, add install targets and remove the os version check.Martin Blapp2002-04-241-12/+11
| | | | | | | | | | | I think if the gcc fixes for oo go in before 4.6, we can check against this version later. Openoffice does build now till the end. A normal build with a P800 Mhz does take approximatly 20 hours. Notes: svn path=/head/; revision=58078
* Go back to mozilla 2.95 includes, a newer version has LDAP codeMartin Blapp2002-04-231-2/+2
| | | | | | | | problems and doesn't compile. We can bump later to 1.0, if the openoffice project does the same. Notes: svn path=/head/; revision=58042
* Upgrade to build 641d. More work is necessary to make the build compile.Martin Blapp2002-04-021-2/+3
| | | | | | | | | 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. Notes: svn path=/head/; revision=57248
* Correct invalid syntax in LIB_DEPENDSKris Kennaway2002-03-151-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56114
* Add pth directory for LIB_DEPENDSMartin Blapp2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=56086
* Make portlint happy. Add USE_XLIBMartin Blapp2002-03-131-10/+11
| | | | | | | Submitted by: demon Notes: svn path=/head/; revision=56018
* Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8Martin Blapp2002-03-111-4/+4
| | | | | | | Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=55867
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp2002-03-091-0/+3
| | | | | | | Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
* Move the s|<malloc.h>|<stdlib.h>|g after the patch section.Martin Blapp2002-03-091-0/+2
| | | | Notes: svn path=/head/; revision=55763
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp2002-03-081-1/+3
| | | | | | | | | 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) Notes: svn path=/head/; revision=55747
* Substitute .cxx files too in the nas-patch. Also add a missing backslash,Martin Blapp2002-03-081-1/+1
| | | | | | | since we do not want to scan dirs. Notes: svn path=/head/; revision=55724
* Add missing $Martin Blapp2002-03-081-1/+1
| | | | Notes: svn path=/head/; revision=55721
* *.cxx also needs <malloc.h>|<stdlib.h>Martin Blapp2002-03-061-0/+2
| | | | Notes: svn path=/head/; revision=55648
* Openoffice needs x11Martin Blapp2002-03-061-1/+1
| | | | Notes: svn path=/head/; revision=55624
* Bring the FreeBSD (NetBSD) mozilla zip files into placeMartin Blapp2002-03-051-0/+3
| | | | Notes: svn path=/head/; revision=55601
* Update to 641c source buildMartin Blapp2002-03-041-12/+13
| | | | Notes: svn path=/head/; revision=55537
* Fix dependency of pth and fix jdk pathsMartin Blapp2002-03-031-2/+4
| | | | Notes: svn path=/head/; revision=55431
* First step towards a working port.Martin Blapp2002-02-281-34/+59
| | | | Notes: svn path=/head/; revision=55362
* Since I'm the maintainer of other vaporware already like staroffice,Martin Blapp2002-01-271-1/+1
| | | | | | | it makes sense that I maintain this too ;) Notes: svn path=/head/; revision=53840
* I do not want to the maintainer of this piece of vaporware.David E. O'Brien2002-01-271-1/+1
| | | | Notes: svn path=/head/; revision=53834
* Update to the 6.0.a638 offering.David E. O'Brien2001-08-281-8/+10
| | | | | | | | | | | "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> Notes: svn path=/head/; revision=46994
* Really make broken.David E. O'Brien2001-05-181-1/+1
| | | | Notes: svn path=/head/; revision=42694
* Update to build 627 (yes, still broken).David E. O'Brien2001-05-181-5/+7
| | | | Notes: svn path=/head/; revision=42693
* Update to the "609" build incase anyone wants to work on getting this beastDavid E. O'Brien2000-11-031-3/+4
| | | | | | | going. Notes: svn path=/head/; revision=34722
* Mark this broken so people don't casually actually try to use this.David E. O'Brien2000-10-191-0/+2
| | | | | | | | Those wanting to work on the port should just comment out the "BROKEN" of course. Notes: svn path=/head/; revision=34007
* First cut at configuration patches. This is very much a WIP, and I welcomeDavid E. O'Brien2000-10-161-80/+8
| | | | | | | others to work on it too. Notes: svn path=/head/; revision=33903
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* - Fix ${LINUXBASE} for /compat/linuxChris D. Faulhaber2000-09-231-8/+7
| | | | | | | | | - Fix some warning text Submitted by: Maintainer Notes: svn path=/head/; revision=33036
* * Depend on libc6, this should fix some lib-problems. Also automaticallyAlexander Langer2000-09-151-1/+4
| | | | | | | | | | install linuxbase if it's not yet installed. * Fix the cdrom installation Submitted by: Martin Blapp <mp@imp.ch> (MAINTAINER) on IRC Notes: svn path=/head/; revision=32650
* Fix the error detection routines at the end.Sheldon Hearn2000-09-071-17/+16
| | | | | | | | | | | Remove some unused cruft. Get LD_LIBRARY_PATH recognized properly. PREFIX-clean. Submitted by: maintainer Notes: svn path=/head/; revision=32390
* Add some more help to solve potential installation problems.Jeroen Ruigrok van der Werven2000-08-311-0/+9
| | | | | | | | | Also add reporting address. Submitted by: MAINTAINER <Martin Blapp <mb@imp.ch>> Notes: svn path=/head/; revision=32144
* Add MASTER_SITES and remove notice about manually downloadingChris D. Faulhaber2000-08-281-14/+12
| | | | | | | Submitted by: Martin Blapp <mb@imp.ch> (Maintainer) Notes: svn path=/head/; revision=32050
* - Add DISPLAY functionality to keep StarOffice from crashing duringChris D. Faulhaber2000-08-251-13/+31
| | | | | | | | | | installation and startup - Make a few cosmetic fixes to the Makefile(s) Submitted by: Martin Blapp <mb@imp.ch> (Maintainer) Notes: svn path=/head/; revision=31965
* New port: staroffice52 (after repo-copy from staroffice5)Chris D. Faulhaber2000-08-241-47/+63
| | | | | | | Submitted by: Martin Blapp <mb@imp.ch> Notes: svn path=/head/; revision=31934
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+3
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* /usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.Bill Fumerola2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27543
* portname/portversion updateMichael Haro2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27501
* Add mb@imp.ch as the new MAINTAINER.Steve Price2000-02-281-1/+1
| | | | | | | Submitted by: Darren Wiebe <dkwiebe@hagenhomes.com> Notes: svn path=/head/; revision=26416
* Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami2000-02-281-1/+1
| | | | Notes: svn path=/head/; revision=26406
* Misc. small fixes from the maintainer.Steve Price2000-02-271-6/+4
| | | | | | | | PR: 16935 Submitted by: maintainer Notes: svn path=/head/; revision=26362
* From maintainer:Steve Price2000-01-291-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 Notes: svn path=/head/; revision=25276