pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove xextproto/buildlink3.mk where libXext is pulled...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/740cb6084373
branches:  trunk
changeset: 610403:740cb6084373
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 23 10:28:47 2012 +0000

description:
Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.

diffstat:

 audio/pulseaudio/Makefile |  3 +--
 net/kdenetwork3/Makefile  |  3 +--
 x11/libfakekey/Makefile   |  3 +--
 x11/xev/Makefile          |  3 +--
 x11/xinput/Makefile       |  3 +--
 x11/xkbd/Makefile         |  3 +--
 x11/xrandr/Makefile       |  3 +--
 7 files changed, 7 insertions(+), 14 deletions(-)

diffs (110 lines):

diff -r fec547327b2b -r 740cb6084373 audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Tue Oct 23 10:24:02 2012 +0000
+++ b/audio/pulseaudio/Makefile Tue Oct 23 10:28:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2012/10/08 23:01:13 adam Exp $
+# $NetBSD: Makefile,v 1.64 2012/10/23 10:28:47 wiz Exp $
 
 # NOTE: Please send a copy of any patches that are not pkgsrc-specific
 # to <pulseaudio-discuss%mail.0pointer.de@localhost>
@@ -140,6 +140,5 @@
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fec547327b2b -r 740cb6084373 net/kdenetwork3/Makefile
--- a/net/kdenetwork3/Makefile  Tue Oct 23 10:24:02 2012 +0000
+++ b/net/kdenetwork3/Makefile  Tue Oct 23 10:28:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2012/09/15 10:06:02 obache Exp $
+# $NetBSD: Makefile,v 1.89 2012/10/23 10:28:47 wiz Exp $
 
 DISTNAME=      kdenetwork-${_KDE_VERSION}
 PKGREVISION=   20
@@ -59,6 +59,5 @@
 .include "../../x11/libXmu/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fec547327b2b -r 740cb6084373 x11/libfakekey/Makefile
--- a/x11/libfakekey/Makefile   Tue Oct 23 10:24:02 2012 +0000
+++ b/x11/libfakekey/Makefile   Tue Oct 23 10:28:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/08/30 09:42:41 obache Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/23 10:28:47 wiz Exp $
 #
 
 DISTNAME=      libfakekey-0.1
@@ -20,5 +20,4 @@
 
 .include "../../x11/libXtst/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fec547327b2b -r 740cb6084373 x11/xev/Makefile
--- a/x11/xev/Makefile  Tue Oct 23 10:24:02 2012 +0000
+++ b/x11/xev/Makefile  Tue Oct 23 10:28:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/08/14 09:11:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/23 10:28:47 wiz Exp $
 #
 
 DISTNAME=      xev-1.2.0
@@ -21,7 +21,6 @@
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r fec547327b2b -r 740cb6084373 x11/xinput/Makefile
--- a/x11/xinput/Makefile       Tue Oct 23 10:24:02 2012 +0000
+++ b/x11/xinput/Makefile       Tue Oct 23 10:28:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/06/15 23:06:08 dholland Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/23 10:28:48 wiz Exp $
 #
 
 DISTNAME=      xinput-1.5.2
@@ -19,6 +19,5 @@
 .include "../../x11/inputproto/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libXi+=          libXi>=1.2.0
 .include "../../x11/libXi/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r fec547327b2b -r 740cb6084373 x11/xkbd/Makefile
--- a/x11/xkbd/Makefile Tue Oct 23 10:24:02 2012 +0000
+++ b/x11/xkbd/Makefile Tue Oct 23 10:28:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/04/15 22:01:05 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2012/10/23 10:28:48 wiz Exp $
 #
 
 DISTNAME=      xkbd-0.8.5
@@ -21,5 +21,4 @@
 .include "../../x11/libXpm/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXtst/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fec547327b2b -r 740cb6084373 x11/xrandr/Makefile
--- a/x11/xrandr/Makefile       Tue Oct 23 10:24:02 2012 +0000
+++ b/x11/xrandr/Makefile       Tue Oct 23 10:28:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2012/06/03 18:24:41 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2012/10/23 10:28:48 wiz Exp $
 #
 
 DISTNAME=      xrandr-1.3.5
@@ -28,5 +28,4 @@
 .include "../../x11/libXrandr/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/xextproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index