pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/guile-pg



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Mar  5 15:00:16 UTC 2022

Modified Files:
        pkgsrc/databases/guile-pg: Makefile

Log Message:
databases/guile-pg: Switch to guile 2.2

This is the first guile-pg to support guile 2.2, and it builds ok.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/databases/guile-pg/Makefile

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

Modified files:

Index: pkgsrc/databases/guile-pg/Makefile
diff -u pkgsrc/databases/guile-pg/Makefile:1.58 pkgsrc/databases/guile-pg/Makefile:1.59
--- pkgsrc/databases/guile-pg/Makefile:1.58     Sat Mar  5 14:57:31 2022
+++ pkgsrc/databases/guile-pg/Makefile  Sat Mar  5 15:00:16 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2022/03/05 14:57:31 gdt Exp $
+# $NetBSD: Makefile,v 1.59 2022/03/05 15:00:16 gdt Exp $
 
 DISTNAME=      guile-pg-0.50
+PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  http://download.savannah.nongnu.org/releases/guile-pg/
 EXTRACT_SUFX=  .tar.lz
@@ -27,7 +28,6 @@ TEST_ENV+=    GUILE_AUTO_COMPILE=0
 TEST_ENV+=     VERBOSE=1
 TEST_ENV+=     DEBUG=1
 
-# guile-pg currently supports only 1.8 and 2.0
-.include "../../lang/guile20/buildlink3.mk"
+.include "../../lang/guile22/buildlink3.mk"
 .include "../../mk/pgsql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index