pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk3 Revert buildlink3 ABI bump, it wasn't necessa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebad7fd07ed4
branches:  trunk
changeset: 610269:ebad7fd07ed4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 21 21:25:34 2012 +0000

description:
Revert buildlink3 ABI bump, it wasn't necessary (no shlib major changed)
and leads to unneeded package rebuilds. Discussed with Patrick Welche.

diffstat:

 x11/gtk3/buildlink3.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eb66c074a77f -r ebad7fd07ed4 x11/gtk3/buildlink3.mk
--- a/x11/gtk3/buildlink3.mk    Sun Oct 21 21:24:44 2012 +0000
+++ b/x11/gtk3/buildlink3.mk    Sun Oct 21 21:25:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2012/10/18 19:15:05 prlw1 Exp $
+
 
 BUILDLINK_TREE+=       gtk3
 
@@ -6,7 +6,7 @@
 GTK3_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.0.0
-BUILDLINK_ABI_DEPENDS.gtk3+=   gtk3+>=3.6.1
+BUILDLINK_ABI_DEPENDS.gtk3+=   gtk3+>=3.4.4nb5
 BUILDLINK_PKGSRCDIR.gtk3?=     ../../x11/gtk3
 
 .include "../../mk/bsd.fast.prefs.mk"



Home | Main Index | Thread Index | Old Index