Age | Commit message (Collapse) | Author | Files | Lines |
|
after consulting with Todd. Any volunteers for any of these packages?
|
|
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.
|
|
|
|
the binary flag settings together.
|
|
${host_os} suffix roughly the same way that arena's configure script does.
This should really fix PR pkg/13957.
|
|
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.
|
|
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
|
|
Noted by Frederick Bruckman.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
lines.
|
|
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.
|
|
|
|
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
|
|
path wasn't being honored.
fixes recently noted bulk build problems.
|
|
|
|
|
|
(again) from ${LOCALBASE}/include to ${LOCALBASE}/include/w3c-libwww, so we
need to check both places.
|
|
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
|
|
compiled for the update "png" package depend on it.
|
|
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.
|
|
|
|
|
|
|
|
|
|
on mac68k. Speculatively remove "NOT_FOR_PLATFORM= NetBSD-alpha-*"; needs
to be verified.
|
|
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: ----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pattern match format. Minor pkglint along the way.
|
|
|
|
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
|
|
Pointed out by Steve Allen <wormey@eskimo.com> in PR pkg/6766.
|
|
|
|
on alpha. There may be more, but I haven't seen them yet.
|
|
|
|
libwww hosage, and the kicker?
It doesn't actually work.. it just displays a black screen. Ugh.
Still more work to be done here....
|
|
- 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.
|
|
|
|
|
|
(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.
|
|
Arena spin the CPU. Disable it, for now.
|