pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/daq
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 20 15:49:11 UTC 2025
Modified Files:
pkgsrc/net/daq: Makefile
Added Files:
pkgsrc/net/daq: PLIST.FreeBSD
Log Message:
daq: Fix build on illumos with recent gcc and on FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/daq/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/daq/PLIST.FreeBSD
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/daq/Makefile
diff -u pkgsrc/net/daq/Makefile:1.7 pkgsrc/net/daq/Makefile:1.8
--- pkgsrc/net/daq/Makefile:1.7 Fri May 10 18:52:03 2024
+++ pkgsrc/net/daq/Makefile Sat Dec 20 15:49:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/05/10 18:52:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2025/12/20 15:49:11 nia Exp $
DISTNAME= daq-2.0.7
DIST_SUBDIR= ${DISTNAME} # remove on next update
@@ -17,6 +17,10 @@ TOOL_DEPENDS+= bison-[0-9]*:../../devel/
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+FORCE_C_STD= gnu99
+
+BUILDLINK_TRANSFORM+= rm:-pedantic
+
CPPFLAGS.SunOS+= -Du_int32_t=uint32_t
.include "../../devel/flex/buildlink3.mk"
Added files:
Index: pkgsrc/net/daq/PLIST.FreeBSD
diff -u /dev/null pkgsrc/net/daq/PLIST.FreeBSD:1.1
--- /dev/null Sat Dec 20 15:49:11 2025
+++ pkgsrc/net/daq/PLIST.FreeBSD Sat Dec 20 15:49:11 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.FreeBSD,v 1.1 2025/12/20 15:49:11 nia Exp $
+lib/daq/daq_netmap.la
Home |
Main Index |
Thread Index |
Old Index