pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Add the pkgconfig file for libXi.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1d60aa7d60e
branches:  trunk
changeset: 555745:f1d60aa7d60e
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Mar 08 00:03:37 2009 +0000

description:
Add the pkgconfig file for libXi.

diffstat:

 pkgtools/x11-links/Makefile      |  4 ++--
 pkgtools/x11-links/buildlink3.mk |  4 ++--
 pkgtools/x11-links/files/xorg    |  3 ++-
 3 files changed, 6 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 23f94ceab91d -r f1d60aa7d60e pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile       Sat Mar 07 23:30:29 2009 +0000
+++ b/pkgtools/x11-links/Makefile       Sun Mar 08 00:03:37 2009 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.98 2008/12/04 04:17:21 cube Exp $
+# $NetBSD: Makefile,v 1.99 2009/03/08 00:03:37 snj Exp $
 #
 # NOTE:        If you update this package, then you'll likely need to also update
 #      the x11-links dependency in buildlink3.mk to the correct version,
 #      usually the most recent.
 
-DISTNAME=      x11-links-0.42
+DISTNAME=      x11-links-0.43
 CATEGORIES=    pkgtools x11
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r 23f94ceab91d -r f1d60aa7d60e pkgtools/x11-links/buildlink3.mk
--- a/pkgtools/x11-links/buildlink3.mk  Sat Mar 07 23:30:29 2009 +0000
+++ b/pkgtools/x11-links/buildlink3.mk  Sun Mar 08 00:03:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2008/12/04 04:17:21 cube Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2009/03/08 00:03:37 snj Exp $
 #
 # Don't include this file manually!  It will be included as necessary
 # by bsd.buildlink3.mk.
@@ -18,7 +18,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}x11-links
 
 .if !empty(X11_LINKS_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.x11-links+=      x11-links>=0.42
+BUILDLINK_API_DEPENDS.x11-links+=      x11-links>=0.43
 BUILDLINK_PKGSRCDIR.x11-links?=        ../../pkgtools/x11-links
 BUILDLINK_DEPMETHOD.x11-links?=        build
 
diff -r 23f94ceab91d -r f1d60aa7d60e pkgtools/x11-links/files/xorg
--- a/pkgtools/x11-links/files/xorg     Sat Mar 07 23:30:29 2009 +0000
+++ b/pkgtools/x11-links/files/xorg     Sun Mar 08 00:03:37 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: xorg,v 1.11 2008/12/04 04:16:41 cube Exp $
+# $NetBSD: xorg,v 1.12 2009/03/08 00:03:37 snj Exp $
 #
 # The files listed below are the union of the sets of files installed by
 # the supported Xorg (and some XFree) distributions, minus the set of files
@@ -507,4 +507,5 @@
 lib/libxkbui.so
 lib/libxkbui.so.1
 lib/libxkbui.so.1.0
+lib/pkgconfig/xi.pc
 lib/pkgconfig/xevie.pc



Home | Main Index | Thread Index | Old Index