Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-20 | Add an explicit build dependency on unzip that was missing. | mrauch | 1 | -1/+2 | |
Noted by Chris Jones in PR# pkg/22145 | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-05-19 | Copy part of rev 1.2 from openoffice-linux/files/soffice: | simonb | 1 | -2/+2 | |
`Also properly quote the arguments to soffice.' | |||||
2003-05-19 | Suppress annoying ulimit error by setting open file descriptor limit to | simonb | 1 | -2/+2 | |
the hard limit and not some arbitary large number. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 2 | -6/+6 | |
2003-05-05 | Line up PKGREVISION whitespace. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -2/+2 | |
dependency bumps. | |||||
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 1 | -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-27 | Reduce optimisation for a particular file to avoid a gcc internal | mrauch | 2 | -1/+15 | |
compiler error. | |||||
2003-01-22 | Minor nitpick: put each package into a separate CONFLICTS+= line. | rh | 1 | -2/+3 | |
2003-01-22 | This conflicts with openoffice-linux. | rh | 1 | -2/+2 | |
2003-01-19 | Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to | tron | 1 | -2/+2 | |
use native threads on platforms which support them. | |||||
2003-01-02 | Fix RCS tag | cjep | 1 | -1/+1 | |
2002-12-31 | USE_JAVA is either "yes" or "run". The old "USE_JAVA=build" is implied by | jlam | 1 | -2/+1 | |
simply including java-vm.mk. | |||||
2002-12-26 | Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as | jlam | 1 | -2/+2 | |
suggested by Simon J. Gerraty. | |||||
2002-12-26 | Fix PLIST for binary packages (create some empty directories). | wiz | 1 | -1/+17 | |
2002-12-25 | fix umask handling in solenv/bin/deliver.pl | jdolecek | 2 | -1/+48 | |
this fixes PR pkg/17967 by Alan Barrett | |||||
2002-12-25 | fix several bugs in the yacc grammar files, which made bison 1.75 error out | jdolecek | 3 | -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-25 | use -f for cp; when the cp rules are invoked several times, the cp would | jdolecek | 2 | -8/+54 | |
fail without -f if the previously copied file didn't have user write permissions (and building as non-root) | |||||
2002-12-24 | Convert to buildlink2. | wiz | 1 | -4/+4 | |
2002-11-14 | USE_GMAKE instead of build-dependency on gmake; drop some whitespace. | wiz | 1 | -4/+4 | |
2002-10-22 | * Use java.mk for proper Java handling. | jlam | 1 | -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-08 | Note that this package can't use buildlink2 yet. | jlam | 1 | -1/+2 | |
2002-10-07 | This package is not strongly buildlinkified...it can't use x11.buildlink.mk. | jlam | 1 | -2/+1 | |
2002-10-04 | Use PKG_JAVA_HOME instead of JAVA_HOME to point to the correct JDK. This | jlam | 1 | -2/+2 | |
should fix pkg/17989. | |||||
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 1 | -3/+3 | |
2002-09-02 | UNLIMIT_RESOURCES for sun-jdk 1.4 handled in bsd.pkg.mk | abs | 1 | -4/+1 | |
2002-08-08 | "_JAVA_HOME" is private to bsd.pkg.mk implementation ... use "JAVA_HOME" | jlam | 1 | -2/+2 | |
instead. | |||||
2002-08-07 | this package really requires sun-jdk13, won't build with sun-jdk14; set | jdolecek | 1 | -4/+4 | |
PKG_JVM appropriately slight whitespace cleanup for do-build target | |||||
2002-08-03 | since we override do-build target, we need to call ${_ULIMIT_CMD} | jdolecek | 1 | -2/+2 | |
explicitly, too | |||||
2002-08-02 | make work with sun-jdk14 (which appears to be default now) - unlimit | jdolecek | 7 | -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 defined | jdolecek | 1 | -2/+4 | |
and the condition has chance of working properly quote the value if display in do-build: target, just in case | |||||
2002-08-01 | Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with | jlam | 1 | -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-31 | Move the check, whether X is accessible, inside the "checkforx" target. | mrauch | 1 | -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-31 | Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with the | schmonz | 1 | -2/+4 | |
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz. | |||||
2002-06-15 | Use pthread.buildlink.mk instead of pth's buildlink.mk. | wiz | 1 | -4/+5 | |
pkg/17269 by Lubomir Sedlacik. | |||||
2002-06-04 | Two typos in the postscript header for printing fixed | mrauch | 2 | -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-08 | Use BUILDLINK_DEPENDS.pth to specify the version of pth required. | skrll | 1 | -2/+4 | |
2002-05-03 | Add my site to MASTER_SITES as the source tarball is disappearing from | mrauch | 1 | -2/+3 | |
the main distribution site. | |||||
2002-04-24 | The standalone version of the tcsh package can also be used, if it's | agc | 1 | -2/+2 | |
installed - modify the dependency appropriately. | |||||
2002-04-08 | Add an additional check whether the display as set in the DISPLAY | mrauch | 1 | -2/+5 | |
environment variable is usable. Suggested and implemented by David Brownlee <abs@netbsd.org>. | |||||
2002-03-31 | Support for bison-1.34 needs a further directory to be patched. | mrauch | 5 | -1/+63 | |
Solves PR pkg/16137 together with the bison patches committed yesterday. | |||||
2002-03-29 | Change the bison patches to the version that was agreed on in the | mrauch | 14 | -33/+236 | |
OpenOffice.org project. This also fixes compilation problems with bison-1.34. | |||||
2002-03-05 | Rewrite the logic in do-install which tests if installation was successful. | mrauch | 1 | -7/+6 | |
This version hopefully won't blow up the bulk build. | |||||
2002-03-02 | Remove the "lpstat: command not found" warning when starting OpenOffice. | mrauch | 1 | -0/+13 | |
Fixes PR# pkg/15678. | |||||
2002-03-02 | Remove the "lpstat: command not found" warning when starting OpenOffice. ↵ | mrauch | 1 | -1/+2 | |
Fixes PR# pkg/15678 | |||||
2002-03-02 | OpenOffice does need tcsh. The removal was in error. | mrauch | 1 | -2/+3 | |
2002-03-01 | More instances of improper quoting which cause problems (only) in the | mrauch | 9 | -1/+113 | |
bulk build. | |||||
2002-02-26 | - bugfixes that showed up only under special circumstances: | mrauch | 7 | -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-15 | I missed one file to patch when enabling support for bison-1.3* in the | mrauch | 2 | -1/+16 | |
last commit. |