Sat Jul 16 21:21:17 2016 UTC ()
Switch to guile20. Bump PKGREVISION.


(wiz)
diff -r1.81 -r1.82 pkgsrc/audio/snd/Makefile
diff -r1.4 -r1.5 pkgsrc/audio/snd/options.mk

cvs diff -r1.81 -r1.82 pkgsrc/audio/snd/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/snd/Makefile 2016/04/20 12:10:31 1.81
+++ pkgsrc/audio/snd/Makefile 2016/07/16 21:21:17 1.82
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.81 2016/04/20 12:10:31 nros Exp $ 1# $NetBSD: Makefile,v 1.82 2016/07/16 21:21:17 wiz Exp $
2# 
3 2
4DISTNAME= snd-9.9 3DISTNAME= snd-9.9
5PKGREVISION= 24 4PKGREVISION= 25
6CATEGORIES= audio 5CATEGORIES= audio
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snd/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=snd/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ccrma.stanford.edu/software/snd/ 9HOMEPAGE= http://ccrma.stanford.edu/software/snd/
11COMMENT= X based sound editor 10COMMENT= X based sound editor
12LICENSE= esdl-license 11LICENSE= esdl-license
13 12
14DEPENDS+= flac-[0-9]*:../../audio/flac 13DEPENDS+= flac-[0-9]*:../../audio/flac
15DEPENDS+= speex-[0-9]*:../../audio/speex 14DEPENDS+= speex-[0-9]*:../../audio/speex
16DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools 15DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools
17 16
18USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes

cvs diff -r1.4 -r1.5 pkgsrc/audio/snd/options.mk (expand / switch to unified diff)

--- pkgsrc/audio/snd/options.mk 2012/01/25 01:18:15 1.4
+++ pkgsrc/audio/snd/options.mk 2016/07/16 21:21:17 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: options.mk,v 1.4 2012/01/25 01:18:15 wiz Exp $ 1# $NetBSD: options.mk,v 1.5 2016/07/16 21:21:17 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.snd 3PKG_OPTIONS_VAR= PKG_OPTIONS.snd
4PKG_SUPPORTED_OPTIONS= esound guile 4PKG_SUPPORTED_OPTIONS= esound guile
5# fftw2 fftw3 ladspa gamin/fam mpg123 timidity 5# fftw2 fftw3 ladspa gamin/fam mpg123 timidity
6PKG_OPTIONS_REQUIRED_GROUPS= frontend 6PKG_OPTIONS_REQUIRED_GROUPS= frontend
7PKG_OPTIONS_GROUP.frontend= gtk motif 7PKG_OPTIONS_GROUP.frontend= gtk motif
8PKG_SUGGESTED_OPTIONS= gtk guile 8PKG_SUGGESTED_OPTIONS= gtk guile
9 9
10.include "../../mk/bsd.options.mk" 10.include "../../mk/bsd.options.mk"
11 11
12.if !empty(PKG_OPTIONS:Mesound) 12.if !empty(PKG_OPTIONS:Mesound)
13CONFIGURE_ARGS+= --with-esd 13CONFIGURE_ARGS+= --with-esd
14.include "../../audio/esound/buildlink3.mk" 14.include "../../audio/esound/buildlink3.mk"
@@ -16,24 +16,25 @@ CONFIGURE_ARGS+= --with-esd @@ -16,24 +16,25 @@ CONFIGURE_ARGS+= --with-esd
16CONFIGURE_ARGS+= --without-esd 16CONFIGURE_ARGS+= --without-esd
17.endif 17.endif
18 18
19.if !empty(PKG_OPTIONS:Mgtk) 19.if !empty(PKG_OPTIONS:Mgtk)
20CONFIGURE_ARGS+= --with-gtk 20CONFIGURE_ARGS+= --with-gtk
21.include "../../x11/gtk2/buildlink3.mk" 21.include "../../x11/gtk2/buildlink3.mk"
22LDFLAGS.DragonFly= -lX11 22LDFLAGS.DragonFly= -lX11
23.else 23.else
24CONFIGURE_ARGS+= --without-gtk 24CONFIGURE_ARGS+= --without-gtk
25.endif 25.endif
26 26
27.if !empty(PKG_OPTIONS:Mguile) 27.if !empty(PKG_OPTIONS:Mguile)
28CONFIGURE_ARGS+= --with-guile 28CONFIGURE_ARGS+= --with-guile
29.include "../../lang/guile/buildlink3.mk" 29CONFIGURE_ARGS+= GUILE_CONFIG_path=${PREFIX}/guile/2.0/bin/guile-config
 30.include "../../lang/guile20/buildlink3.mk"
30.else 31.else
31CONFIGURE_ARGS+= --without-guile 32CONFIGURE_ARGS+= --without-guile
32.endif 33.endif
33 34
34.if !empty(PKG_OPTIONS:Mmotif) 35.if !empty(PKG_OPTIONS:Mmotif)
35CONFIGURE_ARGS+= --with-motif 36CONFIGURE_ARGS+= --with-motif
36.include "../../mk/motif.buildlink3.mk" 37.include "../../mk/motif.buildlink3.mk"
37.else 38.else
38CONFIGURE_ARGS+= --without-motif 39CONFIGURE_ARGS+= --without-motif
39.endif 40.endif