# svn status M distinfo M files/patch-Makefile M Makefile Index: distinfo =================================================================== --- distinfo (revision 304038) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pianobar-2012.06.24.tar.bz2) = a80307dcfc8786c28d6025f54820664eca0cf26f888bd608c95d486762f908aa -SIZE (pianobar-2012.06.24.tar.bz2) = 47580 +SHA256 (pianobar-2012.09.07.tar.bz2) = 1790d1f70f1516ddb3000ee95d43d42659530e8e786807edd4f4895bcbb2aa1c +SIZE (pianobar-2012.09.07.tar.bz2) = 49641 Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 304038) +++ files/patch-Makefile (working copy) @@ -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' < $@.$$$$ > $@; \ \ No newline at end of file Index: Makefile =================================================================== --- Makefile (revision 304038) +++ Makefile (working copy) @@ -6,22 +6,22 @@ # PORTNAME= pianobar -PORTVERSION= 2012.06.24 +PORTVERSION= 2012.09.07 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ MAINTAINER= john@pcbsd.org COMMENT= Command line Pandora player +LICENSE= MIT + LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \ faad:${PORTSDIR}/audio/faad \ mad:${PORTSDIR}/audio/libmad \ - gnutls.47:${PORTSDIR}/security/gnutls \ - json.0:${PORTSDIR}/devel/json-c \ + gnutls:${PORTSDIR}/security/gnutls \ + json:${PORTSDIR}/devel/json-c \ gcrypt:${PORTSDIR}/security/libgcrypt -LICENSE= MIT - MAN1= pianobar.1 MAN_COMPRESSED= no @@ -30,7 +30,7 @@ USE_BZIP2= yes USE_GMAKE= yes -CFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include