Commit graph

34 commits

Author SHA1 Message Date
jlam
900c2d4826 * Use java.mk for proper Java handling.
* 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-22 22:06:13 +00:00
jlam
122237cdfb Note that this package can't use buildlink2 yet. 2002-10-08 14:17:08 +00:00
jlam
8e1dbc6f37 This package is not strongly buildlinkified...it can't use x11.buildlink.mk. 2002-10-07 07:14:28 +00:00
jlam
0e42dc1ec4 Use PKG_JAVA_HOME instead of JAVA_HOME to point to the correct JDK. This
should fix pkg/17989.
2002-10-04 11:20:24 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
abs
5c5e5e7d92 UNLIMIT_RESOURCES for sun-jdk 1.4 handled in bsd.pkg.mk 2002-09-02 02:43:35 +00:00
jlam
af8dc52016 "_JAVA_HOME" is private to bsd.pkg.mk implementation ... use "JAVA_HOME"
instead.
2002-08-08 14:59:36 +00:00
jdolecek
f911ca1d73 this package really requires sun-jdk13, won't build with sun-jdk14; set
PKG_JVM appropriately

slight whitespace cleanup for do-build target
2002-08-07 12:22:21 +00:00
jdolecek
099c7c00de since we override do-build target, we need to call ${_ULIMIT_CMD}
explicitly, too
2002-08-03 15:11:40 +00:00
jdolecek
67e59bac3b make work with sun-jdk14 (which appears to be default now) - unlimit
datasize, change check in configure, and some small tweaks to some
Java code (assert, double ;;)
2002-08-02 20:33:23 +00:00
jdolecek
066bf70de3 .include bsd.prefs.mk before checkforx: target, so that X11BASE gets defined
and the condition has chance of working properly

quote the value if display in do-build: target, just in case
2002-08-02 15:13:47 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
mrauch
20a1bea9c4 Move the check, whether X is accessible, inside the "checkforx" target.
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 21:14:04 +00:00
schmonz
ee97dff574 Mechanically replace DEPENDS and BUILD_DEPENDS on a JDK with the
appropriate USE_JAVA and PKG_JVM incantations. Spotted by wiz.
2002-07-31 19:33:19 +00:00
wiz
0d5da979de Use pthread.buildlink.mk instead of pth's buildlink.mk.
pkg/17269 by Lubomir Sedlacik.
2002-06-15 21:08:50 +00:00
mrauch
9d4e974987 Two typos in the postscript header for printing fixed
(merged from the development branch of the package).
This patch is a slight generalisation of the one provided in pkg/17130.
2002-06-04 20:43:19 +00:00
skrll
909f2b460b Use BUILDLINK_DEPENDS.pth to specify the version of pth required. 2002-05-08 08:05:47 +00:00
mrauch
1d22265f7f Add my site to MASTER_SITES as the source tarball is disappearing from
the main distribution site.
2002-05-03 11:55:19 +00:00
agc
8686c51ae1 The standalone version of the tcsh package can also be used, if it's
installed - modify the dependency appropriately.
2002-04-24 07:22:13 +00:00
mrauch
5a9caefd38 Add an additional check whether the display as set in the DISPLAY
environment variable is usable.
Suggested and implemented by David Brownlee <abs@netbsd.org>.
2002-04-08 13:25:00 +00:00
mrauch
7fc8b78358 Support for bison-1.34 needs a further directory to be patched.
Solves PR pkg/16137 together with the bison patches committed yesterday.
2002-03-31 12:21:08 +00:00
mrauch
198760d74a Change the bison patches to the version that was agreed on in the
OpenOffice.org project. This also fixes compilation problems with
bison-1.34.
2002-03-29 21:00:10 +00:00
mrauch
551f52dce4 Rewrite the logic in do-install which tests if installation was successful.
This version hopefully won't blow up the bulk build.
2002-03-05 20:16:53 +00:00
mrauch
9f90cf4a46 Remove the "lpstat: command not found" warning when starting OpenOffice.
Fixes PR# pkg/15678.
2002-03-02 09:18:49 +00:00
mrauch
b26bef1210 Remove the "lpstat: command not found" warning when starting OpenOffice. Fixes PR# pkg/15678 2002-03-02 09:12:13 +00:00
mrauch
9d259cf53f OpenOffice does need tcsh. The removal was in error. 2002-03-02 09:09:38 +00:00
mrauch
ced48aa9f3 More instances of improper quoting which cause problems (only) in the
bulk build.
2002-03-01 09:52:45 +00:00
mrauch
2f0d6eda9b - bugfixes that showed up only under special circumstances:
* 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-26 21:25:27 +00:00
mrauch
f471f90a6c I missed one file to patch when enabling support for bison-1.3* in the
last commit.
2002-02-15 21:28:15 +00:00
mrauch
d5e01e35ad - make openoffice also work with bison 1.3*
- add the external $PATH to the end of the internally set $PATH to make
  sure all binaries are found
2002-02-14 22:51:41 +00:00
mrauch
03dedc50c5 bison-1.3* won't work with this package as there was an incompatible
change between 1.2* and 1.3*, so require a bison 1.2*.
2002-02-14 14:07:08 +00:00
mrauch
d5cc387b4f Move files "files/NETBSD*.zip" into a separate archive which is
downloaded with the other distfiles during make fetch.
2002-02-13 21:11:11 +00:00
wiz
5386d9fadc Fix path to sun-jdk pkgsrc directory, and remove some trailing spaces. 2002-02-13 18:50:52 +00:00
mrauch
dfc89b3b4d OpenOffice.org is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
2002-02-13 18:09:21 +00:00