pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/transmission-gtk



Module Name:    pkgsrc
Committed By:   dogcow
Date:           Tue Feb  6 15:53:55 UTC 2024

Modified Files:
        pkgsrc/net/transmission-gtk: Makefile

Log Message:
fix compilation to work with 4.0.5. transmission has silently required
gtkmm4>=4.11.1 for a while, although this was not actually documented
as such; a sufficient version is not yet in pkgsrc. however - gtkmm3 *is*
still supported, and the version in pkgsrc is sufficient, so use that


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/transmission-gtk/Makefile

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

Modified files:

Index: pkgsrc/net/transmission-gtk/Makefile
diff -u pkgsrc/net/transmission-gtk/Makefile:1.65 pkgsrc/net/transmission-gtk/Makefile:1.66
--- pkgsrc/net/transmission-gtk/Makefile:1.65   Tue Nov 14 14:02:41 2023
+++ pkgsrc/net/transmission-gtk/Makefile        Tue Feb  6 15:53:55 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2023/11/14 14:02:41 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2024/02/06 15:53:55 dogcow Exp $
 
 PKGNAME=       transmission-gtk-${VERSION}
-PKGREVISION=   5
 COMMENT=       Free, lightweight BitTorrent client (GTK version)
 
 DEPENDS+=      transmission-common>=${VERSION}:../../net/transmission-common
@@ -31,6 +30,7 @@ BUILDLINK_API_DEPENDS.gettext+=       gettext-
 .include "../../devel/gettext-lib/buildlink3.mk"
 # XXX: so force new gettext-tools, giving us new gettext-lib
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
-.include "../../x11/gtkmm4/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtkmm4+= gtkmm4>=4.11.1
+.include "../../x11/gtkmm3/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index