[Midnightbsd-cvs] mports [19075] trunk/math/mpfr: add a patch for vasprintf to mpfr

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 23 14:25:14 EDT 2015


Revision: 19075
          http://svnweb.midnightbsd.org/mports/?rev=19075
Author:   laffer1
Date:     2015-05-23 14:25:13 -0400 (Sat, 23 May 2015)
Log Message:
-----------
add a patch for vasprintf to mpfr

Modified Paths:
--------------
    trunk/math/mpfr/Makefile

Added Paths:
-----------
    trunk/math/mpfr/files/
    trunk/math/mpfr/files/patch-src_vasprintf.c

Modified: trunk/math/mpfr/Makefile
===================================================================
--- trunk/math/mpfr/Makefile	2015-05-23 18:14:07 UTC (rev 19074)
+++ trunk/math/mpfr/Makefile	2015-05-23 18:25:13 UTC (rev 19075)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mpfr
 PORTVERSION=	3.1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math devel
 MASTER_SITES=	http://www.mpfr.org/mpfr-current/
 DIST_SUBDIR=	${DISTNAME}

Added: trunk/math/mpfr/files/patch-src_vasprintf.c
===================================================================
--- trunk/math/mpfr/files/patch-src_vasprintf.c	                        (rev 0)
+++ trunk/math/mpfr/files/patch-src_vasprintf.c	2015-05-23 18:25:13 UTC (rev 19075)
@@ -0,0 +1,10 @@
+--- src/vasprintf.c.orig	2014-09-09 13:16:32.729289288 +0000
++++ src/vasprintf.c	2014-09-09 13:16:52.201287983 +0000
+@@ -42,6 +42,7 @@
+ #endif /* HAVE_VA_COPY */
+ 
+ #ifdef HAVE_WCHAR_H
++#include <stddef.h>
+ #include <wchar.h>
+ #endif
+ 


Property changes on: trunk/math/mpfr/files/patch-src_vasprintf.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list