pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libXtst Cleanup and redirect to mk/x11.b3.mk for n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97424b9129fd
branches:  trunk
changeset: 522678:97424b9129fd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 17 18:05:13 2006 +0000

description:
Cleanup and redirect to mk/x11.b3.mk for non-modular case.

diffstat:

 x11/libXtst/buildlink3.mk |  33 +++++++++++++--------------------
 1 files changed, 13 insertions(+), 20 deletions(-)

diffs (46 lines):

diff -r 898f92131181 -r 97424b9129fd x11/libXtst/buildlink3.mk
--- a/x11/libXtst/buildlink3.mk Sun Dec 17 18:03:55 2006 +0000
+++ b/x11/libXtst/buildlink3.mk Sun Dec 17 18:05:13 2006 +0000
@@ -1,14 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/12/17 18:03:55 joerg Exp $
-# XXX
-# XXX This file was created automatically using createbuildlink-3.13.
-# XXX After this file has been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed.  Please do not commit
-# XXX unverified buildlink3.mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX  BUILDLINK_DEPMETHOD.libXtst?=   build
+# $NetBSD: buildlink3.mk,v 1.2 2006/12/17 18:05:13 joerg Exp $
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${X11_TYPE} != "modular"
+.include "../../mk/x11.buildlink3.mk"
+.else
+
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBXTST_BUILDLINK3_MK:=        ${LIBXTST_BUILDLINK3_MK}+
@@ -26,14 +23,10 @@
 BUILDLINK_PKGSRCDIR.libXtst?=  ../../x11/libXtst
 .endif # LIBXTST_BUILDLINK3_MK
 
-# XXX
-# XXX Uncomment and keep only the buildlink3 lines below which are directly
-# XXX needed for dependencies to compile, link, and run.  If this package
-# XXX provides a wrappered API or otherwise does not expose the APIs of the
-# XXX buildlink3 lines below to dependencies, remove them.
-# XXX
-#.include "../../x11/renderproto/buildlink3.mk"
-#.include "../../x11/libX11/buildlink3.mk"
-#.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/recordproto/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
+
+.endif



Home | Main Index | Thread Index | Old Index