pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/gerb



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Oct 21 18:58:20 UTC 2023

Modified Files:
        pkgsrc/fonts/gerb: Makefile

Log Message:
fonts/gerb: fix build with new libgit2

Switch to vendored libgit2 to avoid mismatches.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/fonts/gerb/Makefile

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

Modified files:

Index: pkgsrc/fonts/gerb/Makefile
diff -u pkgsrc/fonts/gerb/Makefile:1.5 pkgsrc/fonts/gerb/Makefile:1.6
--- pkgsrc/fonts/gerb/Makefile:1.5      Sat Oct 21 17:10:11 2023
+++ pkgsrc/fonts/gerb/Makefile  Sat Oct 21 18:58:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/10/21 17:10:11 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2023/10/21 18:58:20 pin Exp $
 
 DISTNAME=      gerb-0.0.1alpha20230427
 PKGREVISION=   2
@@ -35,7 +35,6 @@ do-install:
 .include "../../devel/pango/buildlink3.mk"
 .include "../../devel/atk/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-.include "../../devel/libgit2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
-.include "../../lang/python310/buildlink3.mk"
+.include "../../lang/python311/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index