pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/snd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 16 21:21:17 UTC 2016

Modified Files:
        pkgsrc/audio/snd: Makefile options.mk

Log Message:
Switch to guile20. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/audio/snd/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/snd/options.mk

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

Modified files:

Index: pkgsrc/audio/snd/Makefile
diff -u pkgsrc/audio/snd/Makefile:1.81 pkgsrc/audio/snd/Makefile:1.82
--- pkgsrc/audio/snd/Makefile:1.81      Wed Apr 20 12:10:31 2016
+++ pkgsrc/audio/snd/Makefile   Sat Jul 16 21:21:17 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.81 2016/04/20 12:10:31 nros Exp $
-#
+# $NetBSD: Makefile,v 1.82 2016/07/16 21:21:17 wiz Exp $
 
 DISTNAME=              snd-9.9
-PKGREVISION=           24
+PKGREVISION=           25
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=snd/}
 

Index: pkgsrc/audio/snd/options.mk
diff -u pkgsrc/audio/snd/options.mk:1.4 pkgsrc/audio/snd/options.mk:1.5
--- pkgsrc/audio/snd/options.mk:1.4     Wed Jan 25 01:18:15 2012
+++ pkgsrc/audio/snd/options.mk Sat Jul 16 21:21:17 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2012/01/25 01:18:15 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2016/07/16 21:21:17 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.snd
 PKG_SUPPORTED_OPTIONS= esound guile
@@ -26,7 +26,8 @@ CONFIGURE_ARGS+=      --without-gtk
 
 .if !empty(PKG_OPTIONS:Mguile)
 CONFIGURE_ARGS+=       --with-guile
-.include "../../lang/guile/buildlink3.mk"
+CONFIGURE_ARGS+=       GUILE_CONFIG_path=${PREFIX}/guile/2.0/bin/guile-config
+.include "../../lang/guile20/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-guile
 .endif



Home | Main Index | Thread Index | Old Index