diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-26 14:18:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-26 14:18:53 +0000 |
commit | 7129eeece2de5be6fa3324632d564166d81ef2c6 (patch) | |
tree | b79f577b6f0cb453fc44c17d69d136acc4395bb6 /audio | |
parent | d16e4c0a8befbb952f378a5beefc61000be5f22b (diff) | |
download | pkgsrc-7129eeece2de5be6fa3324632d564166d81ef2c6.tar.gz |
Remove two unsupported options from default config supplied by pkgsrc.
From Anon Ymous.
Bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 3 | ||||
-rw-r--r-- | audio/musicpd/files/mpd.conf | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 44a64ae9cc0..e2ed4d473f1 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2011/02/27 11:01:04 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2011/03/26 14:18:53 wiz Exp $ DISTNAME= mpd-0.16.1 PKGNAME= ${DISTNAME:S/mpd/musicpd/} +PKGREVISION= 1 CATEGORIES= audio #MASTER_SITES= http://musicpd.org/uploads/files/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=musicpd/} diff --git a/audio/musicpd/files/mpd.conf b/audio/musicpd/files/mpd.conf index 2fb6530ba01..50d9ede9f3e 100644 --- a/audio/musicpd/files/mpd.conf +++ b/audio/musicpd/files/mpd.conf @@ -1,11 +1,10 @@ -# $NetBSD: mpd.conf,v 1.4 2007/08/10 02:05:58 simonb Exp $ +# $NetBSD: mpd.conf,v 1.5 2011/03/26 14:18:53 wiz Exp $ # required port "2100" music_directory "/mp3" playlist_directory "/mp3" log_file "/var/log/mpd.log" -error_file "/var/log/mpd.error" # optional max_connections "5" @@ -30,7 +29,6 @@ audio_output { } mixer_type "software" -mixer_device "/dev/mixer" # mixer_control defaults to the master volume control. uncomment the # following line to have mpd's volume control modify the "PCM" # volume instead: |