[Midnightbsd-cvs] mports [18102] trunk/databases/rrdtool: add missing patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 8 21:48:45 EDT 2015


Revision: 18102
          http://svnweb.midnightbsd.org/mports/?rev=18102
Author:   laffer1
Date:     2015-03-08 21:48:44 -0400 (Sun, 08 Mar 2015)
Log Message:
-----------
add missing patch

Modified Paths:
--------------
    trunk/databases/rrdtool/Makefile

Added Paths:
-----------
    trunk/databases/rrdtool/files/patch-src__rrdupdate.c

Modified: trunk/databases/rrdtool/Makefile
===================================================================
--- trunk/databases/rrdtool/Makefile	2015-03-09 01:44:05 UTC (rev 18101)
+++ trunk/databases/rrdtool/Makefile	2015-03-09 01:48:44 UTC (rev 18102)
@@ -2,7 +2,7 @@
 
 PORTNAME=	rrdtool
 PORTVERSION=	1.4.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases graphics
 MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/
 
@@ -80,7 +80,7 @@
 
 .if ${PORT_OPTIONS:MGRAPH}
 LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libpng15.so:${PORTSDIR}/graphics/png
+		libpng.so:${PORTSDIR}/graphics/png
 USE_GNOME+=	cairo pango
 PLIST_SUB+=	WITH_GRAPH=""
 .else

Added: trunk/databases/rrdtool/files/patch-src__rrdupdate.c
===================================================================
--- trunk/databases/rrdtool/files/patch-src__rrdupdate.c	                        (rev 0)
+++ trunk/databases/rrdtool/files/patch-src__rrdupdate.c	2015-03-09 01:48:44 UTC (rev 18102)
@@ -0,0 +1,16 @@
+--- src/rrdupdate.c.orig	2014-08-12 20:19:23.000000000 -0400
++++ src/rrdupdate.c	2014-08-12 20:19:50.000000000 -0400
+@@ -15,7 +15,12 @@
+ #endif
+ 
+ #include "rrd.h"
+-#include "plbasename.h"
++
++#ifdef HAVE_LIBGEN_H
++#  include <libgen.h>
++#else
++#  include "plbasename.h"
++#endif
+ 
+ int main(
+     int argc,


Property changes on: trunk/databases/rrdtool/files/patch-src__rrdupdate.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