From nobody@FreeBSD.org  Fri Jul 15 17:56:05 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4CBED106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Jul 2011 17:56:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 3397B8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Jul 2011 17:56:05 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6FHu5HW012848
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 15 Jul 2011 17:56:05 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p6FHu4KY012847;
	Fri, 15 Jul 2011 17:56:05 GMT
	(envelope-from nobody)
Message-Id: <201107151756.p6FHu4KY012847@red.freebsd.org>
Date: Fri, 15 Jul 2011 17:56:05 GMT
From: John Hixson <john@ixsystems.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update audio/pianobar to latest version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: john@pcbsd.org

>Number:         158951
>Category:       ports
>Synopsis:       update audio/pianobar to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jpaetzel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 18:00:21 UTC 2011
>Closed-Date:    Mon Jul 18 14:21:20 UTC 2011
>Last-Modified:  Mon Jul 18 14:30:09 UTC 2011
>Originator:     John Hixson
>Release:        9.0-CURRENT
>Organization:
iXsystems, Inc
>Environment:
FreeBSD thinkbsd 9.0-CURRENT FreeBSD 9.0-CURRENT #13: Tue Feb 22 01:53:12 PST 2011     john@thinkbsd:/usr/obj/usr/src/sys/THINKBSD  amd64

>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pianobar
#	pianobar/Makefile
#	pianobar/pkg-descr
#	pianobar/files
#	pianobar/files/patch-waitress.c
#	pianobar/files/patch-main.c
#	pianobar/files/patch-settings.c
#	pianobar/files/patch-terminal.c
#	pianobar/files/patch-ui.c
#	pianobar/files/patch-Makefile
#	pianobar/distinfo
#
echo c - pianobar
mkdir -p pianobar > /dev/null 2>&1
echo x - pianobar/Makefile
sed 's/^X//' >pianobar/Makefile << '623a843b1096cb022f7fa9e61e627fe2'
X# New ports collection makefile for: pianobar
X# Date created: 8 October 2010
X# Whom: John Hixson <john@pcbsd.org>
X#
X# $FreeBSD: ports/audio/pianobar/Makefile,v 1.2 2010/11/08 18:23:57 jpaetzel Exp $
X#
X
XPORTNAME=	pianobar
XPORTVERSION=	2011.07.09
XCATEGORIES=	audio
XMASTER_SITES=	http://6xq.net/static/projects/${PORTNAME}/
X
XMAINTAINER=	john@pcbsd.org
XCOMMENT=	Command line Pandora player
X
XLIB_DEPENDS=	ao:${PORTSDIR}/audio/libao \
X	faad:${PORTSDIR}/audio/faad \
X	mad:${PORTSDIR}/audio/libmad
X
XLICENSE=	MIT
X
XMAN1=	pianobar.1
XMAN_COMPRESSED=	no
X
XPLIST_FILES=	bin/pianobar
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
X
XCFLAGS=
X
X.include <bsd.port.mk>
623a843b1096cb022f7fa9e61e627fe2
echo x - pianobar/pkg-descr
sed 's/^X//' >pianobar/pkg-descr << 'e9119ad23ae8360e8af96604ac219903'
XA free/open-source, console-based replacement for pandora's flash player.
X
XWWW: http://6xq.net/html/00/17.html
e9119ad23ae8360e8af96604ac219903
echo c - pianobar/files
mkdir -p pianobar/files > /dev/null 2>&1
echo x - pianobar/files/patch-waitress.c
sed 's/^X//' >pianobar/files/patch-waitress.c << '1ad41e46aecdb219b6032a284d5f892a'
X--- src/libwaitress/waitress.c.orig	2011-07-09 01:40:54.000000000 -0700
X+++ src/libwaitress/waitress.c	2011-07-14 12:02:14.000000000 -0700
X@@ -21,7 +21,6 @@
X THE SOFTWARE.
X */
X 
X-#define _POSIX_C_SOURCE 1 /* required by getaddrinfo() */
X #define _BSD_SOURCE /* snprintf() */
X 
X #include <sys/types.h>
1ad41e46aecdb219b6032a284d5f892a
echo x - pianobar/files/patch-main.c
sed 's/^X//' >pianobar/files/patch-main.c << 'da9bb7b7e96231fe7beda55cafdff6b0'
X--- src/main.c.orig	2011-07-09 01:40:54.000000000 -0700
X+++ src/main.c	2011-07-14 12:01:40.000000000 -0700
X@@ -21,7 +21,6 @@
X THE SOFTWARE.
X */
X 
X-#define _POSIX_C_SOURCE 1 /* fileno() */
X #define _BSD_SOURCE /* strdup() */
X 
X /* system includes */
da9bb7b7e96231fe7beda55cafdff6b0
echo x - pianobar/files/patch-settings.c
sed 's/^X//' >pianobar/files/patch-settings.c << '27632793dee2c1ad9a7ab720ec418ae5'
X--- src/settings.c.orig	2011-07-09 01:40:54.000000000 -0700
X+++ src/settings.c	2011-07-14 12:01:56.000000000 -0700
X@@ -23,7 +23,6 @@
X 
X /* application settings */
X 
X-#define _POSIX_C_SOURCE 1 /* PATH_MAX */
X #define _BSD_SOURCE /* strdup() */
X 
X #include <string.h>
27632793dee2c1ad9a7ab720ec418ae5
echo x - pianobar/files/patch-terminal.c
sed 's/^X//' >pianobar/files/patch-terminal.c << 'e9a2d9ae0deac94b322335d3bd0b1ebe'
X--- src/terminal.c.orig	2011-07-09 01:40:54.000000000 -0700
X+++ src/terminal.c	2011-07-14 12:07:01.000000000 -0700
X@@ -21,7 +21,6 @@
X THE SOFTWARE.
X */
X 
X-#define _POSIX_C_SOURCE 1 /* fileno() */
X #define _BSD_SOURCE /* setlinebuf() */
X 
X #include <termios.h>
e9a2d9ae0deac94b322335d3bd0b1ebe
echo x - pianobar/files/patch-ui.c
sed 's/^X//' >pianobar/files/patch-ui.c << '6349063f992d5ae9fb8d2ac29da1cd98'
X--- src/ui.c.orig	2011-07-09 01:40:54.000000000 -0700
X+++ src/ui.c	2011-07-14 12:02:04.000000000 -0700
X@@ -23,7 +23,6 @@
X 
X /* everything that interacts with the user */
X 
X-#define _POSIX_C_SOURCE 1 /* fileno() */
X #define _BSD_SOURCE /* strdup() */
X 
X #include <stdio.h>
6349063f992d5ae9fb8d2ac29da1cd98
echo x - pianobar/files/patch-Makefile
sed 's/^X//' >pianobar/files/patch-Makefile << '0212f5649f953440ce2b176373ddafc6'
X--- Makefile.orig	2011-07-09 01:40:54.000000000 -0700
X+++ Makefile	2011-07-14 11:58:28.000000000 -0700
X@@ -9,7 +9,7 @@
X 
X # Respect environment variables set by user; does not work with :=
X ifeq (${CFLAGS},)
X-	CFLAGS=-O2 -DNDEBUG
X+	CFLAGS=-O2 -DNDEBUG -I/usr/local/include
X endif
X ifeq (${CC},cc)
X 	CC=c99
X@@ -74,7 +74,7 @@
X 	LIBFAAD_LDFLAGS=
X else
X 	LIBFAAD_CFLAGS=-DENABLE_FAAD
X-	LIBFAAD_LDFLAGS=-lfaad
X+	LIBFAAD_LDFLAGS=-L/usr/local/lib -lfaad
X endif
X 
X ifeq (${DISABLE_MAD}, 1)
X@@ -82,7 +82,7 @@
X 	LIBMAD_LDFLAGS=
X else
X 	LIBMAD_CFLAGS=-DENABLE_MAD
X-	LIBMAD_LDFLAGS=-lmad
X+	LIBMAD_LDFLAGS=-L/usr/local/lib -lmad
X endif
X 
X # build pianobar
0212f5649f953440ce2b176373ddafc6
echo x - pianobar/distinfo
sed 's/^X//' >pianobar/distinfo << '96a3ba1ac5518aeb0358f98b9195df09'
XSHA256 (pianobar-2011.07.09.tar.bz2) = e8ecc60637b57a807e3db35242e968fa8ce60b0db8a3268acd52a16c027e89b4
XSIZE (pianobar-2011.07.09.tar.bz2) = 64497
96a3ba1ac5518aeb0358f98b9195df09
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jul 15 18:00:35 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158951 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: john@pcbsd.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/158951: update audio/pianobar to latest version
Date: Fri, 15 Jul 2011 18:00:32 UT

 Maintainer of audio/pianobar,
 
 Please note that PR ports/158951 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/158951
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: John Hixson <john@pcbsd.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158951: update audio/pianobar to latest version
Date: Fri, 15 Jul 2011 11:03:15 -0700

 On Fri, Jul 15, 2011 at 06:00:32PM +0000, Edwin Groothuis wrote:
 > Maintainer of audio/pianobar,
 > 
 > Please note that PR ports/158951 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/158951
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 
 I submitted the patch. I suppose I should have used this email instead.
 I agree, fix it, update it, etc.
 
 - John
State-Changed-From-To: feedback->closed 
State-Changed-By: jpaetzel 
State-Changed-When: Mon Jul 18 14:20:31 UTC 2011 
State-Changed-Why:  
I'll take it. 


Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel 
Responsible-Changed-By: jpaetzel 
Responsible-Changed-When: Mon Jul 18 14:20:31 UTC 2011 
Responsible-Changed-Why:  
Committed with one change to fix the MANPATH, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158951 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158951: commit references a PR
Date: Mon, 18 Jul 2011 14:21:16 +0000 (UTC)

 jpaetzel    2011-07-18 14:20:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/pianobar       Makefile distinfo 
     audio/pianobar/files patch-Makefile patch-main.c 
                          patch-terminal.c patch-ui.c 
                          patch-waitress.c 
   Log:
   Update to 2011.07.09
   
   PR:     ports/158951
   Submitted by:   John Hixson
   Sponsored by:   iXsystems
   
   Revision  Changes    Path
   1.5       +6 -2      ports/audio/pianobar/Makefile
   1.5       +2 -2      ports/audio/pianobar/distinfo
   1.4       +28 -9     ports/audio/pianobar/files/patch-Makefile
   1.3       +5 -7      ports/audio/pianobar/files/patch-main.c
   1.3       +5 -6      ports/audio/pianobar/files/patch-terminal.c
   1.3       +5 -7      ports/audio/pianobar/files/patch-ui.c
   1.3       +5 -7      ports/audio/pianobar/files/patch-waitress.c
 _______________________________________________
 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"
 
>Unformatted:
