Thu Aug 24 03:19:48 2023 UTC ()
(ham/gnuradio-core)  convert GCC_REQD+= 10 to USE_CXX_FEATURES+= c++20, tks nia@


(mef)
diff -r1.113 -r1.114 pkgsrc/ham/gnuradio-core/Makefile

cvs diff -r1.113 -r1.114 pkgsrc/ham/gnuradio-core/Makefile (switch to unified diff)

--- pkgsrc/ham/gnuradio-core/Makefile 2023/08/14 05:24:38 1.113
+++ pkgsrc/ham/gnuradio-core/Makefile 2023/08/24 03:19:47 1.114
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.113 2023/08/14 05:24:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.114 2023/08/24 03:19:47 mef Exp $
2 2
3PKGNAME= gnuradio-core-${VERSION} 3PKGNAME= gnuradio-core-${VERSION}
4PKGREVISION= 1 4PKGREVISION= 2
5COMMENT= Core part of GNU Radio, all others need this 5COMMENT= Core part of GNU Radio, all others need this
6 6
7PLIST_MINUS= # empty 7PLIST_MINUS= # empty
8.include "Makefile.common" 8.include "Makefile.common"
9 9
10#CONF_FILES+= ${EGDIR}/gnuradio-runtime.conf ${PKG_SYSCONFDIR}/gnuradio-runtime.conf 10#CONF_FILES+= ${EGDIR}/gnuradio-runtime.conf ${PKG_SYSCONFDIR}/gnuradio-runtime.conf
11#CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf 11#CONF_FILES+= ${EGDIR}/gr-audio-jack.conf ${PKG_SYSCONFDIR}/gr-audio-jack.conf
12#CONF_FILES+= ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf 12#CONF_FILES+= ${EGDIR}/gr-audio-portaudio.conf ${PKG_SYSCONFDIR}/gr-audio-portaudio.conf
13#CONF_FILES+= ${EGDIR}/gr-audio.conf ${PKG_SYSCONFDIR}/gr-audio.conf 13#CONF_FILES+= ${EGDIR}/gr-audio.conf ${PKG_SYSCONFDIR}/gr-audio.conf
14 14
15.include "../../mk/oss.buildlink3.mk" 15.include "../../mk/oss.buildlink3.mk"
16.if ${OSS_TYPE} != "none" 16.if ${OSS_TYPE} != "none"
17#CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf 17#CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf
18PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.oss 18PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.oss
19.endif 19.endif
20 20
21# set default as minimum 21# set default as minimum
22CMAKE_ARGS+= -DENABLE_DEFAULT=OFF 22CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
23 23
24# Take care CONF_FILES stuff (The same code in Nocore.mk) 24# Take care CONF_FILES stuff (The same code in Nocore.mk)
25#post-install: 25#post-install:
26# ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \ 26# ${MV} ${DESTDIR}${PREFIX}/etc/gnuradio/conf.d/* \
27# ${DESTDIR}${PREFIX}/${EGDIR}/ 27# ${DESTDIR}${PREFIX}/${EGDIR}/
28 28
29.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"