Update to 2011.09.22
PR: ports/160932 Submitted by: John Hixson <john@ixsystems.com> Sponsored by: iXsystems
This commit is contained in:
parent
66adfd9231
commit
d1ed595af4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282407
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pianobar
|
||||
PORTVERSION= 2011.07.09
|
||||
PORTVERSION= 2011.09.22
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://6xq.net/static/projects/${PORTNAME}/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pianobar-2011.07.09.tar.bz2) = e8ecc60637b57a807e3db35242e968fa8ce60b0db8a3268acd52a16c027e89b4
|
||||
SIZE (pianobar-2011.07.09.tar.bz2) = 64497
|
||||
SHA256 (pianobar-2011.09.22.tar.bz2) = 6e54d4881e7ada6b0443611b0853215e9e54253667a58310d96dfe38be258ed3
|
||||
SIZE (pianobar-2011.09.22.tar.bz2) = 65436
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig 2011-07-09 03:40:54.000000000 -0500
|
||||
+++ Makefile 2011-07-18 09:00:04.740569788 -0500
|
||||
--- Makefile.orig 2011-09-22 03:34:19.000000000 -0700
|
||||
+++ Makefile 2011-09-22 22:58:18.000000000 -0700
|
||||
@@ -4,12 +4,12 @@
|
||||
BINDIR:=${PREFIX}/bin
|
||||
LIBDIR:=${PREFIX}/lib
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- src/main.c.orig 2011-07-09 01:40:54.000000000 -0700
|
||||
+++ src/main.c 2011-07-14 12:01:40.000000000 -0700
|
||||
@@ -21,7 +21,6 @@
|
||||
THE SOFTWARE.
|
||||
*/
|
||||
|
||||
-#define _POSIX_C_SOURCE 1 /* fileno() */
|
||||
#define _BSD_SOURCE /* strdup() */
|
||||
|
||||
/* system includes */
|
@ -1,10 +0,0 @@
|
||||
--- src/terminal.c.orig 2011-07-09 01:40:54.000000000 -0700
|
||||
+++ src/terminal.c 2011-07-14 12:07:01.000000000 -0700
|
||||
@@ -21,7 +21,6 @@
|
||||
THE SOFTWARE.
|
||||
*/
|
||||
|
||||
-#define _POSIX_C_SOURCE 1 /* fileno() */
|
||||
#define _BSD_SOURCE /* setlinebuf() */
|
||||
|
||||
#include <termios.h>
|
@ -1,10 +0,0 @@
|
||||
--- src/ui.c.orig 2011-07-09 01:40:54.000000000 -0700
|
||||
+++ src/ui.c 2011-07-14 12:02:04.000000000 -0700
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
/* everything that interacts with the user */
|
||||
|
||||
-#define _POSIX_C_SOURCE 1 /* fileno() */
|
||||
#define _BSD_SOURCE /* strdup() */
|
||||
|
||||
#include <stdio.h>
|
@ -1,10 +0,0 @@
|
||||
--- src/libwaitress/waitress.c.orig 2011-07-09 01:40:54.000000000 -0700
|
||||
+++ src/libwaitress/waitress.c 2011-07-14 12:02:14.000000000 -0700
|
||||
@@ -21,7 +21,6 @@
|
||||
THE SOFTWARE.
|
||||
*/
|
||||
|
||||
-#define _POSIX_C_SOURCE 1 /* required by getaddrinfo() */
|
||||
#define _BSD_SOURCE /* snprintf() */
|
||||
|
||||
#include <sys/types.h>
|
Loading…
Reference in New Issue
Block a user