svn commit: r406498 - in head/devel/lfcbase: . files
Kurt Jaeger
pi at FreeBSD.org
Sun Jan 17 14:03:16 UTC 2016
Author: pi
Date: Sun Jan 17 14:03:15 2016
New Revision: 406498
URL: https://svnweb.freebsd.org/changeset/ports/406498
Log:
devel/lfcbase: fix DateTime
Submitted by: lemke at lemke-it.com
Added:
head/devel/lfcbase/files/
head/devel/lfcbase/files/patch-src_Datetime.cc (contents, props changed)
Modified:
head/devel/lfcbase/Makefile
Modified: head/devel/lfcbase/Makefile
==============================================================================
--- head/devel/lfcbase/Makefile Sun Jan 17 13:30:52 2016 (r406497)
+++ head/devel/lfcbase/Makefile Sun Jan 17 14:03:15 2016 (r406498)
@@ -2,6 +2,7 @@
PORTNAME= lfcbase
PORTVERSION= 1.7.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
Added: head/devel/lfcbase/files/patch-src_Datetime.cc
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/lfcbase/files/patch-src_Datetime.cc Sun Jan 17 14:03:15 2016 (r406498)
@@ -0,0 +1,11 @@
+--- src/Datetime.cc.orig 2016-01-17 13:59:22 UTC
++++ src/Datetime.cc
+@@ -17,6 +17,8 @@
+ // Status: IMPLEMENTED
+ ///////////////////////////////////////////////////////////////////////////////
+
++#include <config.h>
++
+ #ifndef HAVE_STRPTIME
+ #include "strptime.c"
+ #endif
More information about the svn-ports-all
mailing list