Remove two unsupported options from default config supplied by pkgsrc.
From Anon Ymous. Bump PKGREVISION.
This commit is contained in:
parent
134759c6db
commit
e2b9d0bcd0
2 changed files with 3 additions and 4 deletions
|
@ -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/}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue