Bug 155726 - [MAINTAINER] Update port: audio/musicpd to 0.16.2
Summary: [MAINTAINER] Update port: audio/musicpd to 0.16.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-20 16:40 UTC by Chris Rees
Modified: 2011-03-20 21:30 UTC (History)
0 users

See Also:


Attachments
musicpd-0.16.2.diff (2.50 KB, patch)
2011-03-20 16:40 UTC, Chris Rees
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2011-03-20 16:40:05 UTC
* configure.ac:
  - fix bashism in tremor test
* decoder:
  - tremor: fix configure test
  - gme: detect end of song
* encoder:
  - vorbis: reset the Ogg stream after flush
* output:
  - httpd: fix uninitialized variable
  - httpd: include sys/socket.h
  - oss: AFMT_S24_PACKED is little-endian
  - oss: disable 24 bit playback on FreeBSD

Fix: - Update to 0.16.2
- Make MPDCONF have sane FreeBSD defaults
- Move default musicpd root to /var/mpd and stop clobbering make.conf
- Now runs as user MPDUSER by default (in new conf)

Submitted by: Chris Rees <utisoft@gmail.com> (maintainer)
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-20 16:41:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-20 21:29:05 UTC
dhn         2011-03-20 21:28:56 UTC

  FreeBSD ports repository

  Modified files:
    audio/musicpd        Makefile distinfo 
  Log:
  - Update to 0.16.2
  - Make MPDCONF have sane FreeBSD defaults
  - Move default musicpd root to /var/mpd and stop clobbering make.conf
  - Now runs as user MPDUSER by default (in new conf)
  
  PR:             ports/155726
  Submitted by:   Chris Rees <utisoft@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.62      +8 -13     ports/audio/musicpd/Makefile
  1.26      +2 -2      ports/audio/musicpd/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-20 21:29:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!