ports/160754: databases/p5-Redis-hiredis
Grzegorz Blach
magik at roorback.net
Thu Sep 15 20:20:07 UTC 2011
>Number: 160754
>Category: ports
>Synopsis: databases/p5-Redis-hiredis
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Sep 15 20:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Grzegorz Blach
>Release: FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD 8.2-STABLE #13 r225147: Wed Aug 24 20:20:58 CEST 2011
magik at silver.nine:/usr/obj/usr/src/sys/SILVER
>Description:
In port databases/p5-Redis-hiredis: Attached patch, which
fixes build on 9.x with clang.
>How-To-Repeat:
>Fix:
--- p5-Redis-hiredis.diff.txt begins here ---
diff -x .svn -ruN /var/cache/portsmerge/ports/databases/p5-Redis-hiredis/Makefile databases/p5-Redis-hiredis/Makefile
--- /var/cache/portsmerge/ports/databases/p5-Redis-hiredis/Makefile 2011-09-03 07:10:55.000000000 +0200
+++ databases/p5-Redis-hiredis/Makefile 2011-09-15 21:33:09.970695710 +0200
@@ -7,6 +7,7 @@
PORTNAME= Redis-hiredis
PORTVERSION= 0.9.2.6
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NEOPHENIX
diff -x .svn -ruN /var/cache/portsmerge/ports/databases/p5-Redis-hiredis/files/patch-lib-hiredis.c databases/p5-Redis-hiredis/files/patch-lib-hiredis.c
--- /var/cache/portsmerge/ports/databases/p5-Redis-hiredis/files/patch-lib-hiredis.c 1970-01-01 01:00:00.000000000 +0100
+++ databases/p5-Redis-hiredis/files/patch-lib-hiredis.c 2011-09-15 21:33:09.971697191 +0200
@@ -0,0 +1,11 @@
+--- lib-hiredis.c.orig 2011-09-15 21:20:51.536376311 +0200
++++ lib-hiredis.c 2011-09-15 21:21:07.683644231 +0200
+@@ -693,7 +693,7 @@
+ }
+
+ /* Consume and discard vararg */
+- va_arg(ap,void);
++ va_arg(ap,void*);
+ }
+ }
+ c++;
--- p5-Redis-hiredis.diff.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list