diff options
author | joerg <joerg> | 2006-12-27 13:37:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-27 13:37:35 +0000 |
commit | 9d817a0670ab62446c7e477d722a0da1c8c7e489 (patch) | |
tree | cbd8d2123ffe05331db8b76b38b2de8182524736 /misc | |
parent | 173784dbf29b9a9d5e49dcecae83fbc5794121e0 (diff) | |
download | pkgsrc-9d817a0670ab62446c7e477d722a0da1c8c7e489.tar.gz |
- fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
C++ for compilation without including the proper headers
Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdrill/Makefile | 4 | ||||
-rw-r--r-- | misc/root-tail/Makefile | 4 | ||||
-rw-r--r-- | misc/xtide/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/misc/kdrill/Makefile b/misc/kdrill/Makefile index 14966e6b9c0..3dfe75e3d09 100644 --- a/misc/kdrill/Makefile +++ b/misc/kdrill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:11 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/12/27 13:37:39 joerg Exp $ # DISTNAME= kdrill5.11.6 @@ -31,4 +31,6 @@ post-install: ${GZIP_CMD} -c ${PREFIX}/share/kanjidic/kanjidic > \ ${PREFIX}/share/kdrill/kanjidic.gz +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXp/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/root-tail/Makefile b/misc/root-tail/Makefile index e0ba555f230..cae75adce9d 100644 --- a/misc/root-tail/Makefile +++ b/misc/root-tail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/10/04 21:49:19 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/12/27 13:37:39 joerg Exp $ # DISTNAME= root-tail-0.0.10 @@ -12,4 +12,6 @@ COMMENT= Allows printing of text directly to the X11 root window USE_IMAKE= YES +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index e9316cdda16..b666d53b830 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/12/15 20:32:59 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/12/27 13:37:39 joerg Exp $ DISTNAME= xtide-2.8.3 CATEGORIES= misc x11 @@ -35,5 +35,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/${HARMONICS_FILE} ${PREFIX}/share/xtide .include "../../graphics/png/buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXi/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |