summaryrefslogtreecommitdiff
path: root/x11/gtk/buildlink.mk
AgeCommit message (Collapse)AuthorFilesLines
2002-11-14dylan-* has been converted to buildlink2, so no more packages use thisjlam1-58/+0
file any longer.
2002-10-13Still one user (dylan-*).wiz1-0/+58
2002-10-13Unused.wiz1-58/+0
2002-09-23Only link in gtk1 headers.wiz1-2/+2
2002-04-10Wow, this has been broken for the longest time. We get rid of the trailingjlam1-3/+3
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.
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam1-2/+3
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).
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-5/+5
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>.
2001-07-13Add file locations for glib/gtk-1.2.8 to the buildlink.mk files. Shouldjlam1-2/+4
fix pkg/13409.
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-07-02Make REPLACE_BUILDLINK_SED and BUILDLINK_CONFIG_WRAPPER_SED be opposites.jlam1-6/+6
Also move these settings ahead of inclusion of other buildlink.mk files.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file and renamejlam1-4/+4
BUILDLINK_CONFIG_WRAPPER_SED.gtk to BUILDLINK_CONFIG_WRAPPER_SED.
2001-06-28Use BUILDLINK_CONFIG_WRAPPER_SED.gtk to replace:jlam1-1/+6
${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.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
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.
2001-06-16Add buildlink.mk files for use by other packages.jlam1-0/+45