Bug 154590 - [PATCH] audio/musicpd: Unbreak IPv6 and libogg support
Summary: [PATCH] audio/musicpd: Unbreak IPv6 and libogg support
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: Ulrich Spörlein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 13:50 UTC by Ulrich Spörlein
Modified: 2011-02-08 19:42 UTC (History)
1 user (show)

See Also:


Attachments
musicpd-0.16.1_1.patch (1.68 KB, patch)
2011-02-08 13:50 UTC, Ulrich Spörlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spörlein freebsd_committer freebsd_triage 2011-02-08 13:50:07 UTC
- Unbreak libogg detection in configure script
- Make it compile with IPv6 support

Added file(s):
- files/patch-configure
- files/patch-src_output_httpd_output_plugin.c

Port maintainer (utisoft@gmail.com) is cc'd.
Patches have been sent upstream.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-08 13:50:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->uqs

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-08 13:50:16 UTC
Maintainer of audio/musicpd,

Please note that PR ports/154590 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154590

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-08 13:50:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Chris Rees 2011-02-08 17:58:04 UTC
The patches are fine, however I'll send new ones upstream. It looks like a
poorly written autoconf add-on, I'll correct it when I can.

Chris

--------

Finally, inline replies on Android!
Comment 5 Chris Rees 2011-02-08 18:10:37 UTC
Sorry, actually I'll rewrite these. Give me a couple of hours!

Chris

--------

Finally, inline replies on Android!
Comment 6 Chris Rees 2011-02-08 19:03:35 UTC
Right...

http://www.bayofrum.net/~chris/patches/musicpd-154590.diff

No need to bump PORTREVISION for this. Taken out big configure patch &
replaced with sed.

Thanks for the patch Ulrich.

- Unbreak libogg detection in configure script
- Make it compile with IPv6 support

Added file(s):
- files/patch-configure

PR: ports/154590
Submitted by: ugs
Comment 7 Ulrich Spörlein freebsd_committer freebsd_triage 2011-02-08 19:37:12 UTC
PORTREVISION absolutely has to be bumped, as the resulting package is
different than before. Right now the package cannot have OggVorbis
support, but will have it after this commit.

People need to rebuild/update their port to get this functionality back.
Comment 8 dfilter service freebsd_committer freebsd_triage 2011-02-08 19:37:25 UTC
uqs         2011-02-08 19:37:20 UTC

  FreeBSD ports repository (src committer)

  Modified files:
    audio/musicpd        Makefile 
  Added files:
    audio/musicpd/files  patch-src_output_httpd_output_plugin.c 
  Log:
  - Unbreak libogg detection in configure script
  - Make it compile with IPv6 support
  
  PR:             ports/154590
  Submitted by:   uqs
  Approved by:    maintainer
  Feature safe:   yes
  
  Revision  Changes    Path
  1.60      +3 -0      ports/audio/musicpd/Makefile
  1.1       +10 -0     ports/audio/musicpd/files/patch-src_output_httpd_output_plugin.c (new)
_______________________________________________
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 9 Ulrich Spörlein freebsd_committer freebsd_triage 2011-02-08 19:42:24 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!