pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tcpflow
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 1 10:00:53 UTC 2023
Modified Files:
pkgsrc/net/tcpflow: Makefile
Log Message:
tcpflow: Switch to USE_CXX_FEATURES.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/tcpflow/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tcpflow/Makefile
diff -u pkgsrc/net/tcpflow/Makefile:1.44 pkgsrc/net/tcpflow/Makefile:1.45
--- pkgsrc/net/tcpflow/Makefile:1.44 Sun Apr 23 14:26:30 2023
+++ pkgsrc/net/tcpflow/Makefile Fri Sep 1 10:00:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2023/04/23 14:26:30 adam Exp $
+# $NetBSD: Makefile,v 1.45 2023/09/01 10:00:53 nia Exp $
DISTNAME= tcpflow-1.6.1
PKGREVISION= 11
@@ -10,10 +10,12 @@ HOMEPAGE= https://github.com/simsong/tcp
COMMENT= Captures data transmitted as part of TCP connections
LICENSE= gnu-gpl-v3
-USE_LANGUAGES= c c++17
+USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-o3
+USE_CXX_FEATURES+= c++17
+
CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -DMAP_FILE=0
CPPFLAGS.SunOS+= -Du_int32_t=uint32_t -Du_int64_t=uint64_t
Home |
Main Index |
Thread Index |
Old Index