View | Details | Raw Unified | Return to bug 182331
Collapse All | Expand All

(-)audio/pianobar/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: audio/pianobar/Makefile 325966 2013-09-02 10:06:03Z bapt $
2
# $FreeBSD: audio/pianobar/Makefile 325966 2013-09-02 10:06:03Z bapt $
3
3
4
PORTNAME=	pianobar
4
PORTNAME=	pianobar
5
PORTVERSION=	2013.05.19
5
PORTVERSION=	2013.09.15
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	http://6xq.net/projects/${PORTNAME}/
7
MASTER_SITES=	http://6xq.net/projects/${PORTNAME}/
8
8
(-)audio/pianobar/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pianobar-2013.05.19.tar.bz2) = cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046
1
SHA256 (pianobar-2013.09.15.tar.bz2) = 3f8cf25ef054acf46e519d02453a6e214cfa09661b3adc03da99ace1c6f10066
2
SIZE (pianobar-2013.05.19.tar.bz2) = 50942
2
SIZE (pianobar-2013.09.15.tar.bz2) = 52553
(-)audio/pianobar/files/patch-Makefile (-2 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2013-06-06 11:12:53.077684094 -0700
1
diff -urN pianobar-2013.09.15.orig/Makefile pianobar-2013.09.15/Makefile
2
+++ Makefile	2013-06-06 11:25:07.697666849 -0700
2
--- Makefile	2013-09-15 06:54:04.000000000 -0700
3
+++ Makefile	2013-09-23 12:20:05.869414665 -0700
3
@@ -4,7 +4,7 @@
4
@@ -4,7 +4,7 @@
4
 BINDIR:=${PREFIX}/bin
5
 BINDIR:=${PREFIX}/bin
5
 LIBDIR:=${PREFIX}/lib
6
 LIBDIR:=${PREFIX}/lib
(-)audio/pianobar/files/patch-crypt.c (-10 lines)
Lines 1-10 Link Here
1
--- src/libpiano/crypt.c.orig	2012-05-06 07:33:54.000000000 -0700
2
+++ src/libpiano/crypt.c	2012-05-12 19:42:13.000000000 -0700
3
@@ -23,6 +23,7 @@
4
 
5
 #include <string.h>
6
 #include <assert.h>
7
+#define _GCRYPT_IN_LIBGCRYPT
8
 #include <gcrypt.h>
9
 #include <stdio.h>
10
 #include <stdlib.h>
(-)audio/pianobar/files/patch-crypt.h (-10 lines)
Lines 1-10 Link Here
1
--- src/libpiano/crypt.h.orig	2012-05-06 07:33:54.000000000 -0700
2
+++ src/libpiano/crypt.h	2012-05-12 19:42:29.000000000 -0700
3
@@ -24,6 +24,7 @@
4
 #ifndef _CRYPH_H
5
 #define _CRYPT_H
6
 
7
+#define _GCRYPT_IN_LIBGCRYPT
8
 #include <gcrypt.h>
9
 
10
 char *PianoDecryptString (gcry_cipher_hd_t, const char * const,
(-)audio/pianobar/files/patch-piano.h (-10 lines)
Lines 1-10 Link Here
1
--- src/libpiano/piano.h.orig	2012-05-06 07:33:54.000000000 -0700
2
+++ src/libpiano/piano.h	2012-05-12 19:42:41.000000000 -0700
3
@@ -25,6 +25,7 @@
4
 #define _PIANO_H
5
 
6
 #include <stdbool.h>
7
+#define _GCRYPT_IN_LIBGCRYPT
8
 #include <gcrypt.h>
9
 
10
 /* this is our public API; don't expect this api to be stable as long as

Return to bug 182331