Age | Commit message (Collapse) | Author | Files | Lines |
|
file any longer.
|
|
|
|
|
|
|
|
slash to .../gtk-1.2/ since it's usually not there and we won't match it.
This error was detected only because gconf-config has .../gtk-1.2 at the
very end of it's output. Anywhere in the middle, and it would have been
fine.
|
|
installed files. We don't want buildlink references to escape into the
install directory.
|
|
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well. Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
|
|
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>.
|
|
fix pkg/13409.
|
|
USE_BUILDLINK_ONLY.
|
|
Also move these settings ahead of inclusion of other buildlink.mk files.
|
|
BUILDLINK_CONFIG_WRAPPER_SED.gtk to BUILDLINK_CONFIG_WRAPPER_SED.
|
|
${X11PREFIX}/include/gtk-1.2 -> ${BUILDLINK_DIR}/include/gtk-1.2
for some buildlink protection for gtk packages installed in ${X11BASE}.
Only helps with the include files, though, not the libraries.
|
|
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.
|
|
|