summaryrefslogtreecommitdiff
path: root/misc/openoffice
AgeCommit message (Collapse)AuthorFilesLines
2004-03-26Add a missing include so that it compiles with recent devel/stlport.kristerw2-1/+14
2004-03-14The checkdll utility is really slow in NetBSD 1.6.2 (the build spendskristerw2-7/+14
nearly 30 hours running this command on my not that old PC). Running checkdll is not needed to build the package (and it is only useful when porting the software to new architectures), so disable it for now.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-22replace the (somewhat broken) test to figure out the compiler versiongrant1-19/+3
with GCC_REQD=2.95.2.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-11move the various static shell packages back to their previous names.grant1-2/+2
2004-01-11fix BUILD_DEPENDS on tcsh after standalone-tcsh rename. noted by agc.grant1-2/+2
2003-10-16The master site no longer has the source tar-ballmrauch1-3/+2
(and now returns a website instead of Error 404). Use the copy on my server.
2003-07-20Add an explicit build dependency on unzip that was missing.mrauch1-1/+2
Noted by Chris Jones in PR# pkg/22145
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-05-19Copy part of rev 1.2 from openoffice-linux/files/soffice:simonb1-2/+2
`Also properly quote the arguments to soffice.'
2003-05-19Suppress annoying ulimit error by setting open file descriptor limit tosimonb1-2/+2
the hard limit and not some arbitary large number.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-6/+6
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-02-27Reduce optimisation for a particular file to avoid a gcc internalmrauch2-1/+15
compiler error.
2003-01-22Minor nitpick: put each package into a separate CONFLICTS+= line.rh1-2/+3
2003-01-22This conflicts with openoffice-linux.rh1-2/+2
2003-01-19Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" totron1-2/+2
use native threads on platforms which support them.
2003-01-02Fix RCS tagcjep1-1/+1
2002-12-31USE_JAVA is either "yes" or "run". The old "USE_JAVA=build" is implied byjlam1-2/+1
simply including java-vm.mk.
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.
2002-12-26Fix PLIST for binary packages (create some empty directories).wiz1-1/+17
2002-12-25fix umask handling in solenv/bin/deliver.pljdolecek2-1/+48
this fixes PR pkg/17967 by Alan Barrett
2002-12-25fix several bugs in the yacc grammar files, which made bison 1.75 error outjdolecek3-1/+154
the result is buildable with both bison 1.35 and bison 1.75 - tested by full openoffice build with each bison version this fixes PR pkg/19505 by Thomas Klausner
2002-12-25use -f for cp; when the cp rules are invoked several times, the cp wouldjdolecek2-8/+54
fail without -f if the previously copied file didn't have user write permissions (and building as non-root)
2002-12-24Convert to buildlink2.wiz1-4/+4
2002-11-14USE_GMAKE instead of build-dependency on gmake; drop some whitespace.wiz1-4/+4
2002-10-22* Use java.mk for proper Java handling.jlam1-13/+27
* Don't use Makefile.gcc, which is going away. Just add the contents of that file into the openoffice Makefile. * Use pth/buildlink.mk instead of pthread.buildlink.mk, which is going away. * Minor whitespace changes.
2002-10-08Note that this package can't use buildlink2 yet.jlam1-1/+2
2002-10-07This package is not strongly buildlinkified...it can't use x11.buildlink.mk.jlam1-2/+1
2002-10-04Use PKG_JAVA_HOME instead of JAVA_HOME to point to the correct JDK. Thisjlam1-2/+2
should fix pkg/17989.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-02UNLIMIT_RESOURCES for sun-jdk 1.4 handled in bsd.pkg.mkabs1-4/+1
2002-08-08"_JAVA_HOME" is private to bsd.pkg.mk implementation ... use "JAVA_HOME"jlam1-2/+2
instead.
2002-08-07this package really requires sun-jdk13, won't build with sun-jdk14; setjdolecek1-4/+4
PKG_JVM appropriately slight whitespace cleanup for do-build target
2002-08-03since we override do-build target, we need to call ${_ULIMIT_CMD}jdolecek1-2/+2
explicitly, too
2002-08-02make work with sun-jdk14 (which appears to be default now) - unlimitjdolecek7-145/+204
datasize, change check in configure, and some small tweaks to some Java code (assert, double ;;)
2002-08-02.include bsd.prefs.mk before checkforx: target, so that X11BASE gets definedjdolecek1-2/+4
and the condition has chance of working properly quote the value if display in do-build: target, just in case
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam1-7/+5
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-31Move the check, whether X is accessible, inside the "checkforx" target.mrauch1-5/+2
This avoids strange side effects (hanging xdpyinfo) when using targets that do not depend on an accessible X server. Fixes PR# pkg/17763.
2002-07-31Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with theschmonz1-2/+4
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-4/+5
pkg/17269 by Lubomir Sedlacik.
2002-06-04Two typos in the postscript header for printing fixedmrauch2-1/+17
(merged from the development branch of the package). This patch is a slight generalisation of the one provided in pkg/17130.
2002-05-08Use BUILDLINK_DEPENDS.pth to specify the version of pth required.skrll1-2/+4
2002-05-03Add my site to MASTER_SITES as the source tarball is disappearing frommrauch1-2/+3
the main distribution site.
2002-04-24The standalone version of the tcsh package can also be used, if it'sagc1-2/+2
installed - modify the dependency appropriately.
2002-04-08Add an additional check whether the display as set in the DISPLAYmrauch1-2/+5
environment variable is usable. Suggested and implemented by David Brownlee <abs@netbsd.org>.