summaryrefslogtreecommitdiff
path: root/misc/openoffice
AgeCommit message (Collapse)AuthorFilesLines
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>.
2002-03-31Support for bison-1.34 needs a further directory to be patched.mrauch5-1/+63
Solves PR pkg/16137 together with the bison patches committed yesterday.
2002-03-29Change the bison patches to the version that was agreed on in themrauch14-33/+236
OpenOffice.org project. This also fixes compilation problems with bison-1.34.
2002-03-05Rewrite the logic in do-install which tests if installation was successful.mrauch1-7/+6
This version hopefully won't blow up the bulk build.
2002-03-02Remove the "lpstat: command not found" warning when starting OpenOffice.mrauch1-0/+13
Fixes PR# pkg/15678.
2002-03-02Remove the "lpstat: command not found" warning when starting OpenOffice. ↵mrauch1-1/+2
Fixes PR# pkg/15678
2002-03-02OpenOffice does need tcsh. The removal was in error.mrauch1-2/+3
2002-03-01More instances of improper quoting which cause problems (only) in themrauch9-1/+113
bulk build.
2002-02-26- bugfixes that showed up only under special circumstances:mrauch7-21/+306
* restore compatibility with old bison * disable versioned symbols - the -current ld has a problem with them * fix an instance of improper shell quoting * the SIGPIPE hack inside tar needs a sh not csh (fixes PR#15706) - pth>=1.4.0nb1 is a runtime dependency - our csh is sufficient for compilation
2002-02-15I missed one file to patch when enabling support for bison-1.3* in themrauch2-1/+16
last commit.