Index: head/devel/lfcbase/Makefile =================================================================== --- head/devel/lfcbase/Makefile (revision 406497) +++ head/devel/lfcbase/Makefile (revision 406498) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= lfcbase PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= pi@FreeBSD.org COMMENT= Collection of basic c++ classes, used for databases/cego LICENSE= GPLv3 GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= autoreconf libtool post-patch: @${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2 .include Index: head/devel/lfcbase/files/patch-src_Datetime.cc =================================================================== --- head/devel/lfcbase/files/patch-src_Datetime.cc (nonexistent) +++ head/devel/lfcbase/files/patch-src_Datetime.cc (revision 406498) @@ -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 ++ + #ifndef HAVE_STRPTIME + #include "strptime.c" + #endif Property changes on: head/devel/lfcbase/files/patch-src_Datetime.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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