summaryrefslogtreecommitdiff
path: root/pkgtools/buildlink-x11
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-22Update buildlink-x11 to 0.8. Changes from version 0.7 include looking forjlam3-9/+11
the X11 headers and libraries in ${BUILDLINK_X11_DIR} in constructing the header and library search paths for the compiler.
2001-08-19Make this package more Solaris friendly.tron3-11/+14
2001-08-08Update pkgtools/buildlink-x11 to 0.7. Changes from version 0.6 includejlam5-10/+37
installing buildlinkX11.rules as X11.rules via a symlink to ensure that buildlinkX11.rules gets used in place of X11.rules everywhere. This should fix pkg/13638 by Martin Husemann <martin@duskware.de>.
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.