ports/179375: Update pianobar from 2012.12.01 to 2013.05.19

John Hixson john at ixsystems.com
Thu Jun 6 18:40:00 UTC 2013


>Number:         179375
>Category:       ports
>Synopsis:       Update pianobar from 2012.12.01 to 2013.05.19
>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:   Thu Jun 06 18:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Hixson
>Release:        10.0-CURRENT
>Organization:
iXsystems, Inc
>Environment:
FreeBSD thinkbsd 9.9-CURRENT FreeBSD 10.0-CURRENT #14 r250697M: Thu May 16 11:22:14 PDT 2013     john 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	2013-02-05 08:54:19.000000000 -0800
+++ pianobar/Makefile	2013-06-06 11:20:42.307673647 -0700
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/audio/pianobar/Makefile,v 1.18 2013/02/05 16:54:19 svnexp Exp $
 
 PORTNAME=	pianobar
-PORTVERSION=	2012.12.01
+PORTVERSION=	2013.05.19
 PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://6xq.net/projects/${PORTNAME}/
diff -urN pianobar.orig/distinfo pianobar/distinfo
--- pianobar.orig/distinfo	2012-12-26 21:27:58.000000000 -0800
+++ pianobar/distinfo	2013-06-06 11:10:19.977689397 -0700
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2012.12.01.tar.bz2) = a3909f796e7cef21b19d98282f332ecbcf9b2c60a2af22a0a2ce01e9c4d9f515
-SIZE (pianobar-2012.12.01.tar.bz2) = 50383
+SHA256 (pianobar-2013.05.19.tar.bz2) = cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046
+SIZE (pianobar-2013.05.19.tar.bz2) = 50942
diff -urN pianobar.orig/files/patch-Makefile pianobar/files/patch-Makefile
--- pianobar.orig/files/patch-Makefile	2012-12-28 17:23:54.000000000 -0800
+++ pianobar/files/patch-Makefile	2013-06-06 11:25:22.617666339 -0700
@@ -1,6 +1,6 @@
---- Makefile	2012-12-01 09:03:23.000000000 -0800
-+++ Makefile	2012-12-28 15:03:03.150101419 -0800
-@@ -4,16 +4,14 @@
+--- Makefile.orig	2013-06-06 11:12:53.077684094 -0700
++++ Makefile	2013-06-06 11:25:07.697666849 -0700
+@@ -4,7 +4,7 @@
  BINDIR:=${PREFIX}/bin
  LIBDIR:=${PREFIX}/lib
  INCDIR:=${PREFIX}/include
@@ -9,17 +9,22 @@
  DYNLINK:=0
  
  # Respect environment variables set by user; does not work with :=
- ifeq (${CFLAGS},)
- 	CFLAGS=-O2 -DNDEBUG
+@@ -15,10 +15,14 @@
+ 	OS := $(shell uname)
+ 	ifeq (${OS},Darwin)
+ 		CC=gcc -std=c99
++	endif
++	ifeq (${OS},FreeBSD)
++		CC=cc
+ 	else
+ 		CC=c99
+ 	endif
  endif
--ifeq (${CC},cc)
--	CC=c99
--endif
 +DEPCC=cc
  
- PIANOBAR_DIR=src
- PIANOBAR_SRC=\
-@@ -119,7 +117,7 @@
+ PIANOBAR_DIR:=src
+ PIANOBAR_SRC:=\
+@@ -125,7 +129,7 @@
  # build dependency files
  %.d: %.c
  	@set -e; rm -f $@; \


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


More information about the freebsd-ports-bugs mailing list