summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-08-10This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2cvs2svn1-110/+0
Notes: svn path=/head/; revision=64310 svn path=/tags/RELEASE_4_6_2/; revision=64312; tag=release/4.6.2
2002-04-23Go back to mozilla 2.95 includes, a newer version has LDAP codeMartin Blapp1-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
2002-03-15Correct invalid syntax in LIB_DEPENDSKris Kennaway1-1/+1
Submitted by: bento Notes: svn path=/head/; revision=56114
2002-03-14Add pth directory for LIB_DEPENDSMartin Blapp1-1/+1
Notes: svn path=/head/; revision=56086
2002-03-13Add CC and CFLAGS to gmake environmentMartin Blapp1-0/+2
Notes: svn path=/head/; revision=56036
2002-03-13Use CXX and CC, so we can specify cc295 and g++295 from ports. MoreMartin Blapp1-1/+4
commits will follow. Notes: svn path=/head/; revision=56019
2002-03-13Make portlint happy. Add USE_XLIBMartin Blapp1-10/+12
Submitted by: demon Notes: svn path=/head/; revision=56018
2002-03-12Upgrade the development snapshot to the latest build: 642Martin Blapp1-2/+3
Notes: svn path=/head/; revision=55914
2002-03-11Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8Martin Blapp1-4/+4
Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br> Notes: svn path=/head/; revision=55867
2002-03-09Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp1-0/+3
Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
2002-03-09Move the s|<malloc.h>|<stdlib.h>|g after the patch section.Martin Blapp1-0/+2
Notes: svn path=/head/; revision=55763
2002-03-08Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp1-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
2002-03-08Substitute .cxx files too in the nas-patch. Also add a missing backslash,Martin Blapp1-1/+1
since we do not want to scan dirs. Notes: svn path=/head/; revision=55724
2002-03-08Add missing $Martin Blapp1-1/+1
Notes: svn path=/head/; revision=55721
2002-03-06*.cxx also needs <malloc.h>|<stdlib.h>Martin Blapp1-0/+2
Notes: svn path=/head/; revision=55648
2002-03-06Openoffice needs x11Martin Blapp1-1/+1
Notes: svn path=/head/; revision=55624
2002-03-05Bring the FreeBSD (NetBSD) mozilla zip files into placeMartin Blapp1-0/+3
Notes: svn path=/head/; revision=55601
2002-03-04Update to 641c source buildMartin Blapp1-12/+13
Notes: svn path=/head/; revision=55537
2002-03-03Fix dependency of pth and fix jdk pathsMartin Blapp1-2/+4
Notes: svn path=/head/; revision=55431
2002-02-28First step towards a working port.Martin Blapp1-34/+59
Notes: svn path=/head/; revision=55362
2002-01-27Since I'm the maintainer of other vaporware already like staroffice,Martin Blapp1-1/+1
it makes sense that I maintain this too ;) Notes: svn path=/head/; revision=53840
2002-01-27I do not want to the maintainer of this piece of vaporware.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=53834
2001-08-28Update to the 6.0.a638 offering.David E. O'Brien1-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
2001-05-18Really make broken.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=42694
2001-05-18Update to build 627 (yes, still broken).David E. O'Brien1-5/+7
Notes: svn path=/head/; revision=42693
2000-11-03Update to the "609" build incase anyone wants to work on getting this beastDavid E. O'Brien1-3/+4
going. Notes: svn path=/head/; revision=34722
2000-10-19Mark this broken so people don't casually actually try to use this.David E. O'Brien1-0/+2
Those wanting to work on the port should just comment out the "BROKEN" of course. Notes: svn path=/head/; revision=34007
2000-10-16First cut at configuration patches. This is very much a WIP, and I welcomeDavid E. O'Brien1-80/+8
others to work on it too. Notes: svn path=/head/; revision=33903
2000-10-08Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami1-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
2000-09-23- Fix ${LINUXBASE} for /compat/linuxChris D. Faulhaber1-8/+7
- Fix some warning text Submitted by: Maintainer Notes: svn path=/head/; revision=33036
2000-09-15* Depend on libc6, this should fix some lib-problems. Also automaticallyAlexander Langer1-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
2000-09-07Fix the error detection routines at the end.Sheldon Hearn1-17/+16
Remove some unused cruft. Get LD_LIBRARY_PATH recognized properly. PREFIX-clean. Submitted by: maintainer Notes: svn path=/head/; revision=32390
2000-08-31Add some more help to solve potential installation problems.Jeroen Ruigrok van der Werven1-0/+9
Also add reporting address. Submitted by: MAINTAINER <Martin Blapp <mb@imp.ch>> Notes: svn path=/head/; revision=32144
2000-08-28Add MASTER_SITES and remove notice about manually downloadingChris D. Faulhaber1-14/+12
Submitted by: Martin Blapp <mb@imp.ch> (Maintainer) Notes: svn path=/head/; revision=32050
2000-08-25- Add DISPLAY functionality to keep StarOffice from crashing duringChris D. Faulhaber1-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
2000-08-24New port: staroffice52 (after repo-copy from staroffice5)Chris D. Faulhaber1-47/+63
Submitted by: Martin Blapp <mb@imp.ch> Notes: svn path=/head/; revision=31934
2000-04-17Standardize all user defined options to the booleans WITH_FOO andJeremy Lea1-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
2000-04-14/usr/compat -> /compat, peter's commit to osf1_base reminded me I had this.Bill Fumerola1-3/+3
Notes: svn path=/head/; revision=27543
2000-04-14portname/portversion updateMichael Haro1-3/+3
Notes: svn path=/head/; revision=27501
2000-02-28Add mb@imp.ch as the new MAINTAINER.Steve Price1-1/+1
Submitted by: Darren Wiebe <dkwiebe@hagenhomes.com> Notes: svn path=/head/; revision=26416
2000-02-28Add virtual category "linux" to Linux apps and support libs/utils.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=26406
2000-02-27Misc. small fixes from the maintainer.Steve Price1-6/+4
PR: 16935 Submitted by: maintainer Notes: svn path=/head/; revision=26362
2000-01-29From maintainer:Steve Price1-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
1999-12-31Add another distribution site for patches and changes the default for theSteve Price1-8/+10
TEMPDIR variable. PR: 15764 Submitted by: maintainer Notes: svn path=/head/; revision=24313
1999-12-23Remove '-v' from the invocation of ln(1).Steve Price1-1/+1
PR: 15623 Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=23936
1999-12-14"Quite sorry for sending this so late. I just got my hands on a SunSatoshi Asami1-31/+52
StarOffice CDROM and found out how broken the port really was. It also uses a DIST_SUBDIR now." Submitted by: obrien Notes: svn path=/head/; revision=23780
1999-12-10Fix buglet in the perl expression.David E. O'Brien1-1/+1
Noticed by: Brian Handy <handy@lambic.physics.montana.edu> Notes: svn path=/head/; revision=23737
1999-12-09I didn't notice there was a .file file as part of the port, and it wasDavid E. O'Brien1-1/+1
in the wrong place. The .dot files has been renamed dot.file and moved to files/ Notes: svn path=/head/; revision=23681
1999-12-09This is Sun's version 5.1a of StarOffice, an office productivity suiteDavid E. O'Brien1-0/+64
simular to Microsoft Office. PR: 14899 Submitted by: Darren Wiebe <dkwiebe@heartland.ab.ca> (reworked by me) Notes: svn path=/head/; revision=23680