Commit graph

8 commits

Author SHA1 Message Date
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
a7961779d5 Update buildlink-x11 to 0.8. Changes from version 0.7 include looking for
the X11 headers and libraries in ${BUILDLINK_X11_DIR} in constructing
the header and library search paths for the compiler.
2001-08-22 17:45:57 +00:00
tron
34033aff22 Make this package more Solaris friendly. 2001-08-19 16:22:25 +00:00
jlam
69c35a1df9 Update pkgtools/buildlink-x11 to 0.7. Changes from version 0.6 include
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-08-08 07:23:28 +00:00
jlam
9820a22a90 In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
2001-07-13 07:09:17 +00:00
jlam
d8e22debda Update buildlink-x11 to 0.6. Changes include moving the custom overrides
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-05 17:22:59 +00:00
jlam
00655f3659 Update buildlink-x11 to 0.5. Changes from previous version are the
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-05 04:47:27 +00:00
jlam
b965ea4acd buildlink-x11: allows X11 pkgs to be built using the buildlink.mk
infrastructure, even if they use Imake.
2001-07-02 21:00:44 +00:00