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:           Thu Sep 15 00:48:57 UTC 2016

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

Log Message:
Change to guile 2.0


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 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.48 pkgsrc/databases/guile-pg/Makefile:1.49
--- pkgsrc/databases/guile-pg/Makefile:1.48     Sun Jun  7 11:24:16 2015
+++ pkgsrc/databases/guile-pg/Makefile  Thu Sep 15 00:48:57 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2015/06/07 11:24:16 gdt Exp $
+# $NetBSD: Makefile,v 1.49 2016/09/15 00:48:57 gdt Exp $
 #
 
 DISTNAME=      guile-pg-0.47
+PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  http://download.savannah.nongnu.org/releases/guile-pg/
 EXTRACT_SUFX=  .tar.xz
@@ -19,7 +20,9 @@ INFO_FILES=   YES
 CONFIGURE_ARGS+=       --with-libpq=${PREFIX}
 
 TEST_TARGET=   check
+# To run tests without compiling
+#TEST_ENV+=    GUILE_AUTO_COMPILE=0
 
-.include "../../lang/guile/buildlink3.mk"
+.include "../../lang/guile20/buildlink3.mk"
 .include "../../mk/pgsql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index