ports/171425: pianobar version update (2012-09-07)
John Hixson
john at pcbsd.org
Fri Sep 7 22:10:02 UTC 2012
>Number: 171425
>Category: ports
>Synopsis: pianobar version update (2012-09-07)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 07 22:10:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: John Hixson
>Release: 10.0-CURRENT
>Organization:
iXsystems, Inc.
>Environment:
FreeBSD thinkbsd 9.9-CURRENT FreeBSD 10.0-CURRENT #3 r239310: Wed Aug 15 14:41:09 PDT 2012 root at thinkbsd:/usr/obj/usr/src/sys/THINKBSD amd64
>Description:
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -urN pianobar.orig/Makefile pianobar/Makefile
--- pianobar.orig/Makefile 2012-07-11 08:47:23.000000000 -0700
+++ pianobar/Makefile 2012-09-07 14:17:39.340343512 -0700
@@ -6,7 +6,7 @@
#
PORTNAME= pianobar
-PORTVERSION= 2012.06.24
+PORTVERSION= 2012.09.07
CATEGORIES= audio
MASTER_SITES= http://6xq.net/projects/${PORTNAME}/
diff -urN pianobar.orig/distinfo pianobar/distinfo
--- pianobar.orig/distinfo 2012-07-11 08:47:23.000000000 -0700
+++ pianobar/distinfo 2012-09-07 14:17:52.920332828 -0700
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2012.06.24.tar.bz2) = a80307dcfc8786c28d6025f54820664eca0cf26f888bd608c95d486762f908aa
-SIZE (pianobar-2012.06.24.tar.bz2) = 47580
\ No newline at end of file
+SHA256 (pianobar-2012.09.07.tar.bz2) = 1790d1f70f1516ddb3000ee95d43d42659530e8e786807edd4f4895bcbb2aa1c
+SIZE (pianobar-2012.09.07.tar.bz2) = 49641
diff -urN pianobar.orig/files/patch-Makefile pianobar/files/patch-Makefile
--- pianobar.orig/files/patch-Makefile 2011-12-18 00:57:07.000000000 -0800
+++ pianobar/files/patch-Makefile 2012-09-07 14:53:36.760336730 -0700
@@ -1,5 +1,5 @@
---- Makefile.orig 2011-12-11 10:39:27.000000000 -0800
-+++ Makefile 2011-12-17 22:41:34.000000000 -0800
+--- Makefile.orig 2012-09-07 07:44:39.000000000 -0700
++++ Makefile 2012-09-07 14:52:09.940335486 -0700
@@ -4,7 +4,7 @@
BINDIR:=${PREFIX}/bin
LIBDIR:=${PREFIX}/lib
@@ -9,3 +9,20 @@
DYNLINK:=0
# Respect environment variables set by user; does not work with :=
+@@ -14,6 +14,7 @@
+ ifeq (${CC},cc)
+ CC=c99
+ endif
++DEPCC=cc
+
+ PIANOBAR_DIR=src
+ PIANOBAR_SRC=\
+@@ -119,7 +120,7 @@
+ # build dependency files
+ %.d: %.c
+ @set -e; rm -f $@; \
+- $(CC) -M ${CFLAGS} -I ${LIBPIANO_INCLUDE} -I ${LIBWAITRESS_INCLUDE} \
++ $(DEPCC) -M ${CFLAGS} -I ${LIBPIANO_INCLUDE} -I ${LIBWAITRESS_INCLUDE} \
+ ${LIBFAAD_CFLAGS} ${LIBMAD_CFLAGS} ${LIBGNUTLS_CFLAGS} \
+ ${LIBGCRYPT_CFLAGS} ${LIBJSONC_CFLAGS} $< > $@.$$$$; \
+ sed '1 s,^.*\.o[ :]*,$*.o $@ : ,g' < $@.$$$$ > $@; \
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list