all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
Closes PR pkg/13957, by Ryo HAYASAKA.
While we're in here, celebrate the major bump in the openssl package's
shared libraries by bumping the ${DEPENDS} for libwww -- and bumping
arena's version to reflect that change -- to be sure to get the libwww
for which the shared libraries carry no gratuitious inter-library
dependencies on "libssl.so.?.?". [libwwwssl.so.?.? still carries the
dependency, but that isn't gratiutious, and more to the point, arena
doesn't link against it.]
It's worth noting, that we should not need to bump for the recent png
minor bump, since the arena executable only links against libpng
directly, rather than via any shared libraries linked against libpng.
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>
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.
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.
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: ----------------------------------------------------------------------