Commit graph

55 commits

Author SHA1 Message Date
mrauch
fc7ac4d00b Add an explicit build dependency on unzip that was missing.
Noted by Chris Jones in PR# pkg/22145
2003-07-20 08:36:04 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
simonb
74c0530c8e Copy part of rev 1.2 from openoffice-linux/files/soffice:
`Also properly quote the arguments to soffice.'
2003-05-19 02:59:32 +00:00
simonb
01f9bb2201 Suppress annoying ulimit error by setting open file descriptor limit to
the hard limit and not some arbitary large number.
2003-05-19 02:58:19 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
2420155ea1 Line up PKGREVISION whitespace. 2003-05-05 16:40:38 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
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-03-14 19:37:30 +00:00
mrauch
6e7ea11f4d Reduce optimisation for a particular file to avoid a gcc internal
compiler error.
2003-02-27 20:17:50 +00:00
rh
7763d18fd2 Minor nitpick: put each package into a separate CONFLICTS+= line. 2003-01-22 22:46:33 +00:00
rh
85ee04a91c This conflicts with openoffice-linux. 2003-01-22 22:43:40 +00:00
tron
09eb67b31f Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" to
use native threads on platforms which support them.
2003-01-19 08:48:47 +00:00
cjep
ad02a6175b Fix RCS tag 2003-01-02 00:47:25 +00:00
jlam
a815c4a815 USE_JAVA is either "yes" or "run". The old "USE_JAVA=build" is implied by
simply including java-vm.mk.
2002-12-31 15:32:20 +00:00
jlam
a0712b80ae Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.
2002-12-26 20:52:09 +00:00
wiz
8705b75115 Fix PLIST for binary packages (create some empty directories). 2002-12-26 01:46:01 +00:00
jdolecek
cbb1ae7a14 fix umask handling in solenv/bin/deliver.pl
this fixes PR pkg/17967 by Alan Barrett
2002-12-25 16:29:59 +00:00
jdolecek
c0b4009783 fix several bugs in the yacc grammar files, which made bison 1.75 error out
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 16:24:40 +00:00
jdolecek
39b6129fda use -f for cp; when the cp rules are invoked several times, the cp would
fail without -f if the previously copied file didn't have user write
permissions (and building as non-root)
2002-12-25 16:20:18 +00:00
wiz
a058d98ba1 Convert to buildlink2. 2002-12-24 20:19:21 +00:00
wiz
0a32083951 USE_GMAKE instead of build-dependency on gmake; drop some whitespace. 2002-11-14 03:53:02 +00:00
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