Age | Commit message (Collapse) | Author | Files | Lines |
|
Provided in PR 15043 by Robert Elz.
"The changes appear to be mostly bug fixes - particularly some
memory leaks (at least from my point of view). If you've
ever done anything non trivial with an MNG, and see now big
things become, this might help."
|
|
|
|
installation directory in case the package isn't installed.
|
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
|
|
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
|
|
linking against libmng.
|
|
|
|
missing dependency on zlib.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
From Nathan Ahlstrom <nrahlstr@winternet.com> in pkg/12343 with
modifications from me.
|