pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/44821: version-bump audio/musicpd to fix build failure



>Number:         44821
>Category:       pkg
>Synopsis:       version-bump audio/musicpd to fix build failure
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Apr 04 08:20:00 +0000 2011
>Originator:     Matthias Rampke
>Release:        DragonFlyBSD 2.8.2
>Organization:
>Environment:
DragonFly zz.2pktfkt.net 2.8-RELEASE DragonFly v2.8.2.68.g41750d-RELEASE #6: 
Tue Mar  8 00:05:12 CET 2011     
matthias%zz.2pktfkt.net@localhost:/usr/obj/usr/src/sys/X86_64_GENERIC_SMP  
x86_64
>Description:
Please update audio/musicpd to 0.16.2; this obsoletes the patches and fixes a 
AF_UNIX undefined error due to a missing <sys/socket.h> include.
>How-To-Repeat:

>Fix:
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 668d442..b9a01a3 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.49 2011/02/27 11:01:04 wiz Exp $
 
-DISTNAME=              mpd-0.16.1
+DISTNAME=              mpd-0.16.2
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           1
+#PKGREVISION=          1
 CATEGORIES=            audio
 #MASTER_SITES=         http://musicpd.org/uploads/files/
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=musicpd/}
diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo
index fc230d9..eb39b4c 100644
--- a/audio/musicpd/distinfo
+++ b/audio/musicpd/distinfo
@@ -1,7 +1,5 @@
 $NetBSD: distinfo,v 1.30 2011/02/27 10:42:13 wiz Exp $
 
-SHA1 (mpd-0.16.1.tar.bz2) = 328d6d1e118e7d0029535559b2ae87ac10b79d6e
-RMD160 (mpd-0.16.1.tar.bz2) = f96ecb6a337043ea4982a2fa609d026b0d571647
-Size (mpd-0.16.1.tar.bz2) = 480244 bytes
-SHA1 (patch-ac) = 573d8a07a12d56036a938323e387d62d4d21448f
-SHA1 (patch-configure) = 4858fb0fce6a73b951b6c196838c5876330b3fcc
+SHA1 (mpd-0.16.2.tar.bz2) = ce0b8cd473f8acb45c06d73f41c18fc4dabbe440
+RMD160 (mpd-0.16.2.tar.bz2) = 74e63fe4514eb8309bf2b2e4e4012566e14b6262
+Size (mpd-0.16.2.tar.bz2) = 478096 bytes
diff --git a/audio/musicpd/patches/patch-ac b/audio/musicpd/patches/patch-ac
deleted file mode 100644
index ff35436..0000000
--- a/audio/musicpd/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2010/05/19 18:25:19 drochner Exp $
-
-Initialise structure.
-
---- src/output/ao_plugin.c.orig        2010-12-11 12:17:51.000000000 +0000
-+++ src/output/ao_plugin.c
-@@ -170,6 +170,8 @@ ao_output_open(void *data, struct audio_
-       ao_sample_format format;
-       struct ao_data *ad = (struct ao_data *)data;
- 
-+      memset(&format, 0, sizeof(format));
-+
-       switch (audio_format->format) {
-       case SAMPLE_FORMAT_S8:
-               format.bits = 8;
diff --git a/audio/musicpd/patches/patch-configure 
b/audio/musicpd/patches/patch-configure
deleted file mode 100644
index 5b12000..0000000
--- a/audio/musicpd/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Unportable test(1) construct.
-
---- configure.orig     2011-02-26 16:48:03.000000000 +0000
-+++ configure
-@@ -7783,7 +7783,7 @@ else
- fi
- 
- 
--if test x$with_tremor == xno || test -z $with_tremor; then
-+if test x$with_tremor = xno || test -z $with_tremor; then
- 
- pkg_failed=no
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OGG" >&5



Home | Main Index | Thread Index | Old Index