summaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-26 14:18:53 +0000
committerwiz <wiz@pkgsrc.org>2011-03-26 14:18:53 +0000
commite2b9d0bcd09035605e8ff197d6140df3e3855fa1 (patch)
treeb79f577b6f0cb453fc44c17d69d136acc4395bb6 /audio/musicpd
parent134759c6db0293de2e6af21960f3e640bf39b39f (diff)
downloadpkgsrc-e2b9d0bcd09035605e8ff197d6140df3e3855fa1.tar.gz
Remove two unsupported options from default config supplied by pkgsrc.
From Anon Ymous. Bump PKGREVISION.
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/Makefile3
-rw-r--r--audio/musicpd/files/mpd.conf4
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: