Commit graph

43 commits

Author SHA1 Message Date
grant
3ab280cb9c replace the (somewhat broken) test to figure out the compiler version
with GCC_REQD=2.95.2.
2004-01-22 08:57:03 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
0d5985e4b3 move the various static shell packages back to their previous names. 2004-01-11 23:06:54 +00:00
grant
168ce375b9 fix BUILD_DEPENDS on tcsh after standalone-tcsh rename. noted by agc. 2004-01-11 01:09:12 +00:00
mrauch
d39a79a1ed The master site no longer has the source tar-ball
(and now returns a website instead of Error 404).
Use the copy on my server.
2003-10-16 07:11:41 +00:00
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
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
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
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
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
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
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
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
9d259cf53f OpenOffice does need tcsh. The removal was in error. 2002-03-02 09:09:38 +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
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