diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-20 00:58:05 +0000 |
commit | f6d8ec20768d34b131ae0cba6ec469cbfe811d7a (patch) | |
tree | e3aafcd3857ac2bdc7ca0607114c79d78e672bae /x11 | |
parent | 18a81108d0326c0dd4709dce4e60c61ab055229f (diff) | |
download | pkgsrc-f6d8ec20768d34b131ae0cba6ec469cbfe811d7a.tar.gz |
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/kdebindings-ruby/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebindings-ruby/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/paragui/Makefile | 4 | ||||
-rw-r--r-- | x11/paragui/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/py-gnome2-extras/Makefile | 4 | ||||
-rw-r--r-- | x11/wxhaskell/Makefile | 4 | ||||
-rw-r--r-- | x11/xbindkeys/Makefile | 4 |
8 files changed, 17 insertions, 14 deletions
diff --git a/x11/kdebase3/buildlink3.mk b/x11/kdebase3/buildlink3.mk index a5e77c8ffe1..aaff66e3b0e 100644 --- a/x11/kdebase3/buildlink3.mk +++ b/x11/kdebase3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.28 2009/03/20 19:25:42 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.29 2009/05/20 00:58:30 wiz Exp $ BUILDLINK_TREE+= kdebase @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kdebase KDEBASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kdebase+= kdebase>=3.5.0nb2 -BUILDLINK_ABI_DEPENDS.kdebase?= kdebase>=3.5.8nb5 +BUILDLINK_ABI_DEPENDS.kdebase?= kdebase>=3.5.10nb2 BUILDLINK_PKGSRCDIR.kdebase?= ../../x11/kdebase3 pkgbase := kdebase diff --git a/x11/kdebindings-ruby/Makefile b/x11/kdebindings-ruby/Makefile index 55e6544acde..e9d7abeffeb 100644 --- a/x11/kdebindings-ruby/Makefile +++ b/x11/kdebindings-ruby/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2008/08/27 12:09:09 markd Exp $ +# $NetBSD: Makefile,v 1.12 2009/05/20 00:58:30 wiz Exp $ DISTNAME= kdebindings-${_KDE_VERSION} PKGNAME= kdebindings-ruby-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Ruby bindings for the KDE integrated X11 desktop diff --git a/x11/kdebindings-ruby/buildlink3.mk b/x11/kdebindings-ruby/buildlink3.mk index 73346097cdf..75b66928d67 100644 --- a/x11/kdebindings-ruby/buildlink3.mk +++ b/x11/kdebindings-ruby/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2009/03/20 19:25:43 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2009/05/20 00:58:30 wiz Exp $ BUILDLINK_TREE+= kdebindings-ruby @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kdebindings-ruby KDEBINDINGS_RUBY_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kdebindings-ruby+= kdebindings-ruby>=3.5.5 -BUILDLINK_ABI_DEPENDS.kdebindings-ruby?= kdebindings-ruby>=3.5.8nb2 +BUILDLINK_ABI_DEPENDS.kdebindings-ruby?= kdebindings-ruby>=3.5.10nb1 BUILDLINK_PKGSRCDIR.kdebindings-ruby?= ../../x11/kdebindings-ruby .include "../../lang/ruby/buildlink3.mk" diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile index ea6564435d1..58e071efc3c 100644 --- a/x11/paragui/Makefile +++ b/x11/paragui/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2008/06/12 02:14:57 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2009/05/20 00:58:30 wiz Exp $ # DISTNAME= paragui-1.0.4 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= x11 MASTER_SITES= http://savannah.nongnu.org/download/paragui/ diff --git a/x11/paragui/buildlink3.mk b/x11/paragui/buildlink3.mk index 21a2012861b..0da56d3d21c 100644 --- a/x11/paragui/buildlink3.mk +++ b/x11/paragui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.17 2009/03/20 19:25:48 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.18 2009/05/20 00:58:30 wiz Exp $ BUILDLINK_TREE+= paragui @@ -6,7 +6,7 @@ BUILDLINK_TREE+= paragui PARAGUI_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.paragui+= paragui>=1.0.4nb3 -BUILDLINK_ABI_DEPENDS.paragui+= paragui>=1.0.4nb12 +BUILDLINK_ABI_DEPENDS.paragui+= paragui>=1.0.4nb13 BUILDLINK_PKGSRCDIR.paragui?= ../../x11/paragui .include "../../devel/SDL/buildlink3.mk" diff --git a/x11/py-gnome2-extras/Makefile b/x11/py-gnome2-extras/Makefile index 0ad5a17e003..e7c00884dd3 100644 --- a/x11/py-gnome2-extras/Makefile +++ b/x11/py-gnome2-extras/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2008/05/30 12:29:00 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/05/20 00:58:30 wiz Exp $ # DISTNAME= gnome-python-extras-2.14.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/gnome-python/gnome2/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 python MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-python-extras/2.14/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile index 1ec15bdc3ee..c4dc52c3c46 100644 --- a/x11/wxhaskell/Makefile +++ b/x11/wxhaskell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2008/09/22 20:21:04 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2009/05/20 00:58:30 wiz Exp $ DISTNAME= wxhaskell-src-0.9.4 PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxhaskell/} EXTRACT_SUFX= .zip diff --git a/x11/xbindkeys/Makefile b/x11/xbindkeys/Makefile index 689c1058fa1..004a820f812 100644 --- a/x11/xbindkeys/Makefile +++ b/x11/xbindkeys/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2008/06/20 01:09:45 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/05/20 00:58:30 wiz Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" +PKGREVISION= 1 + CONFIGURE_ARGS+= --disable-tk PTHREAD_AUTO_VARS= yes |