ports/160932: update audio/pianobar to 2011.09.22

John Hixson john at ixsystems.com
Fri Sep 23 06:10:04 UTC 2011


>Number:         160932
>Category:       ports
>Synopsis:       update audio/pianobar to 2011.09.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 23 06:10:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     John Hixson
>Release:        9.0-CURRENT
>Organization:
iXsystems
>Environment:
FreeBSD thinkbsd 9.0-BETA2 FreeBSD 9.0-BETA2 #17: Wed Aug 31 21:30:41 PDT 2011     john at 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-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 at 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.09.22
XCATEGORIES=	audio
XMASTER_SITES=	http://6xq.net/static/projects/${PORTNAME}/
X
XMAINTAINER=	john at 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-Makefile
sed 's/^X//' >pianobar/files/patch-Makefile << '0212f5649f953440ce2b176373ddafc6'
X--- Makefile.orig	2011-09-22 03:34:19.000000000 -0700
X+++ Makefile	2011-09-22 22:58:18.000000000 -0700
X@@ -4,12 +4,12 @@
X BINDIR:=${PREFIX}/bin
X LIBDIR:=${PREFIX}/lib
X INCDIR:=${PREFIX}/include
X-MANDIR:=${PREFIX}/share/man
X+MANDIR:=${PREFIX}/man
X DYNLINK:=0
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.09.22.tar.bz2) = 6e54d4881e7ada6b0443611b0853215e9e54253667a58310d96dfe38be258ed3
XSIZE (pianobar-2011.09.22.tar.bz2) = 65436
96a3ba1ac5518aeb0358f98b9195df09
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list