Index: head/comms/fllog/Makefile =================================================================== --- head/comms/fllog/Makefile (revision 459275) +++ head/comms/fllog/Makefile (revision 459276) @@ -1,31 +1,31 @@ # Created by: Stephen Hurd # $FreeBSD$ PORTNAME= fllog -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} MAINTAINER= hamradio@FreeBSD.org COMMENT= Ham Radio logging program LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk USES= gmake GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" OPTIONS_DEFINE= NATIVE_OPT NATIVE_OPT_DESC= Enable Native Optimizations PLIST_FILES= bin/fllog \ share/applications/fllog.desktop \ share/pixmaps/fllog.xpm NATIVE_OPT_CONFIGURE_ON= --enable-optimizations=native NATIVE_OPT_CONFIGURE_OFF= --enable-optimizations=none .include Index: head/comms/fllog/distinfo =================================================================== --- head/comms/fllog/distinfo (revision 459275) +++ head/comms/fllog/distinfo (revision 459276) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483833165 -SHA256 (fllog-1.2.4.tar.gz) = e4647032b1ebc5f2206edc624a40e331f5ab2b3dd1e33d7698223071d6d9b15b -SIZE (fllog-1.2.4.tar.gz) = 430920 +TIMESTAMP = 1516210152 +SHA256 (fllog-1.2.5.tar.gz) = f47f73bae1fc5c5285ed0564b5d554113985a25234454297db688c32c00b5210 +SIZE (fllog-1.2.5.tar.gz) = 432951 Index: head/comms/fllog/files/patch-src_misc_re.cxx =================================================================== --- head/comms/fllog/files/patch-src_misc_re.cxx (revision 459275) +++ head/comms/fllog/files/patch-src_misc_re.cxx (nonexistent) @@ -1,28 +0,0 @@ ---- src/misc/re.cxx.orig 2015-08-12 21:02:27 UTC -+++ src/misc/re.cxx -@@ -120,12 +120,25 @@ void re_t::suboff(size_t n, int* start, - } - } - -+#ifdef __clang__ -+ #if __has_include() -+ #include -+ #define HAS_STD_TR1 -+ #endif -+#endif -+#ifndef HAS_STD_TR1 - #include -+#endif - - size_t re_t::hash(void) const - { -+#ifdef HAS_STD_TR1 -+ size_t h = std::hash()(pattern); -+ return h ^ (std::hash()(cflags) + 0x9e3779b9 + (h << 6) + (h >> 2)); -+#else - size_t h = tr1::hash()(pattern); - return h ^ (tr1::hash()(cflags) + 0x9e3779b9 + (h << 6) + (h >> 2)); -+#endif - } - - // ------------------------------------------------------------------------ Property changes on: head/comms/fllog/files/patch-src_misc_re.cxx ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -1 \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/comms/fllog/files/patch-src_xmlrpcpp_XmlRpcBase64.h =================================================================== --- head/comms/fllog/files/patch-src_xmlrpcpp_XmlRpcBase64.h (revision 459275) +++ head/comms/fllog/files/patch-src_xmlrpcpp_XmlRpcBase64.h (nonexistent) @@ -1,10 +0,0 @@ ---- src/xmlrpcpp/XmlRpcBase64.h.orig 2015-08-12 21:02:28 UTC -+++ src/xmlrpcpp/XmlRpcBase64.h -@@ -18,6 +18,7 @@ - #if !defined(__BASE64_H_INCLUDED__) - #define __BASE64_H_INCLUDED__ 1 - -+#include - #include - - static Property changes on: head/comms/fllog/files/patch-src_xmlrpcpp_XmlRpcBase64.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -1 \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property