summaryrefslogtreecommitdiff
path: root/pkgtools/buildlink-x11
AgeCommit message (Collapse)AuthorFilesLines
2001-07-14Add buildlink-xmkmf to PLIST.jlam1-1/+2
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-14/+5
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-07-05Update buildlink-x11 to 0.6. Changes include moving the custom overridesjlam2-21/+17
of X11.rules settings below the inclusion of <X11.rules>. This should cause overrides to work correct for XFree-3.3.x systems.
2001-07-05Update buildlink-x11 to 0.5. Changes from previous version are thejlam2-3/+79
addition of the xmkmf script from the XFree86-4.0.x distribution, which understands passing -D options through to imake. Update the dependency on buildlink-x11 in bsd.pkg.mk for packages using USE_BUILDLINK_ONLY to >=0.5. Also, if USE_BUILDLINK_X11 is set, then refer to ${BUILDLINK_DIR} for location of X headers and libraries.
2001-07-02buildlink-x11: allows X11 pkgs to be built using the buildlink.mkjlam7-0/+282
infrastructure, even if they use Imake.