Commit graph

44 commits

Author SHA1 Message Date
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
64d36b96f5 Remove some unexec's for share/locale that are now created by default. 2001-06-05 22:32:40 +00:00
wiz
26c40c61dd Update dependency on png to >=1.0.11 because of the shlib major bump.
Noted by Frederick Bruckman.
2001-05-22 09:32:18 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
dmcmahill
d6ea27be12 create the link to wwwconf.h in WRKSRC instead of WRKDIR since the search
path wasn't being honored.

fixes recently noted bulk build problems.
2001-01-23 16:18:37 +00:00
wiz
022009f6f3 Replace DEPENDS on gettext by BUILD_DEPENDS and USE_LIBINTL. 2001-01-04 17:54:27 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
fredb
fb7a3160ed Make this work with libwww-5.3.1. Note that the 'wwwconf.h' file has moved
(again) from ${LOCALBASE}/include to ${LOCALBASE}/include/w3c-libwww, so we
need to check both places.
2000-08-06 01:19:21 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
tron
ea7dc91900 Because the minor of "libpng" was bumped we must sure that packages
compiled for the update "png" package depend on it.
2000-03-21 22:40:50 +00:00
fredb
d74b9355fa Set NODEBUG unconditionally, to make it easier to build arena with
debugging symbols. "NODEBUG" means, don't try to debug libwww;
the corresponding symbol for arena is ARENA_DEBUG. Still keep
--without-debug by default--it's easy enough to reproduce a coredump
on some particular URL.
2000-02-10 12:05:25 +00:00
fredb
311a6e527c USE_X11BASE -> USE_X11 2000-02-10 10:47:44 +00:00
tron
9ab5372fab Back out unintentional change. Problem noted by Frederick Bruckman. 2000-02-10 09:24:39 +00:00
tron
e8a1039530 Use "png>=1.0.3" instead of "png-*" in dependence list. 2000-02-09 20:20:52 +00:00
tron
f184beb4a5 Use wildcard dependence for "png" package. 2000-02-09 15:22:32 +00:00
fredb
b3599b99f0 Vanquish array cast bogon. Fixes "black screen" problem for 16-bit displays
on mac68k. Speculatively remove "NOT_FOR_PLATFORM= NetBSD-alpha-*"; needs
to be verified.
2000-02-09 01:01:20 +00:00
fredb
7a2c870746 - -Install only example "arenarc" into ${PREFIX}/share/Arena, with working
global "arenarc" copied to ${LOCALBASE}/etc, unless it exists already.
- -Fix "fly-by"'s, otherwise known as pop-up help, or "tool-tips".
    In particular, disable the the insane heuristic that caused the delay
    to increase by one second with each use on systems where setitimer()
    has 1s resolution (NetBSD). Prior, it appeared to me that the fly-by's
    only worked once or twice, but then never again.
- -Clean up package Makefile.
- -Work all patches to configure into configure.in, and regenerate configure
    with "autoconf".
cvs: ----------------------------------------------------------------------
2000-02-06 03:49:47 +00:00
wiz
db00ec5425 $() -> ${} 2000-02-05 14:02:07 +00:00
hubertf
3bbeeaa440 be consistent on which version to wildcard 2000-01-10 19:11:07 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
fredb
1c4a085481 Make this build again. 1999-10-14 07:27:35 +00:00
fredb
6602353355 Don't free memory that hasn't been allocated. 1999-10-14 07:27:13 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
hubertf
c12e6802f8 Do not use broken features. 1999-03-20 00:48:30 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hubertf
0ad5b2f1e5 libwww lived in LOCALBASE, not PREFIX (which is X11BASE).
Pointed out by Steve Allen <wormey@eskimo.com> in PR pkg/6766.
1999-01-09 03:19:02 +00:00
frueauf
fe14dec52d pkglint: move NOT_FOR_ARCHS where it belongs. 1998-11-13 01:50:21 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
garbled
543a572919 This pkg uses X11, make it so. 1998-09-15 17:29:58 +00:00
garbled
9d54da45dc Make Arena compile on alpha. What a nightmare.. broken configure script,
libwww hosage, and the kicker?
It doesn't actually work.. it just displays a black screen.  Ugh.
Still more work to be done here....
1998-09-15 05:38:45 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tv
54ceb4bc86 Update libpng to 1.0.2. Works with all dependent pkgs I have tested
(everything but ImageMagick, gs5, and xemacs20).  The API hasn't changed
much, say the install instructions, but it isn't binary compatible--bump
shlib version to 1.0.
1998-07-15 11:45:49 +00:00
tv
09ef668de9 The supplied "arenarc" file seems to break some platforms, and just make
Arena spin the CPU.  Disable it, for now.
1998-07-15 01:27:42 +00:00
tv
809c2f4b02 Add and enable Arena, the browser originally written to test HTML 3.0 and
style sheets (a subset of the current CSS1).  Now maintained by Yggdrasil.
1998-07-15 01:09:21 +00:00
tv
25097b7ceb Import of FreeBSD's arena pkg. Patches to follow. 1998-07-15 01:01:35 +00:00