pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtkmm3



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jun  7 18:09:14 UTC 2020

Modified Files:
        pkgsrc/x11/gtkmm3: Makefile

Log Message:
x11/gtkmm3: restore ABI_DEPENDS as API_DEPENDS

wiz says: Packages are not supposed to set BUILDLINK_ABI_DEPENDS for
other packages, they should set BUILDLINK_API_DEPENDS (P instead of B).

After that change, all these entries actually have an effect since they
are greater than their corresponding default BUILDLINK_API_DEPENDS, and
pkglint no longer complains.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/x11/gtkmm3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtkmm3/Makefile
diff -u pkgsrc/x11/gtkmm3/Makefile:1.40 pkgsrc/x11/gtkmm3/Makefile:1.41
--- pkgsrc/x11/gtkmm3/Makefile:1.40     Sun Jun  7 17:14:23 2020
+++ pkgsrc/x11/gtkmm3/Makefile  Sun Jun  7 18:09:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/06/07 17:14:23 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2020/06/07 18:09:13 rillig Exp $
 
 DISTNAME=      gtkmm-3.24.2
 PKGNAME=       ${DISTNAME:S/gtkmm/gtkmm3/1}
@@ -21,6 +21,7 @@ PKGCONFIG_OVERRIDE+=  gdk/gdkmm.pc.in
 PKGCONFIG_OVERRIDE+=   gtk/gtkmm.pc.in
 TEST_TARGET=           check
 
+BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.22.0
 .include "../../x11/gtk3/buildlink3.mk"
 
 PLIST_VARS+=   x11
@@ -28,12 +29,17 @@ PLIST_VARS+=        x11
 PLIST.x11=     yes
 .endif
 
+BUILDLINK_API_DEPENDS.atkmm+=  atkmm>=2.24.2
 .include "../../devel/atkmm/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glibmm+= glibmm>=2.49.1
 .include "../../devel/glibmm/buildlink3.mk"
 .include "../../devel/libsigc++/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pangomm+=        pangomm>=2.38.2
 .include "../../devel/pangomm/buildlink3.mk"
+BUILDLINK_API_DEPENDS.cairomm+=        cairomm>=1.12.0
 .include "../../graphics/cairomm/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gdk-pixbuf2+=    gdk-pixbuf2>=2.35.5
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index