pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/direwolf



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Apr 29 03:52:49 UTC 2025

Modified Files:
        pkgsrc/ham/direwolf: Makefile

Log Message:
(ham/direwolf) Fix build, for REPLACE interpreter


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/ham/direwolf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/direwolf/Makefile
diff -u pkgsrc/ham/direwolf/Makefile:1.2 pkgsrc/ham/direwolf/Makefile:1.3
--- pkgsrc/ham/direwolf/Makefile:1.2    Sun Apr 13 16:07:15 2025
+++ pkgsrc/ham/direwolf/Makefile        Tue Apr 29 03:52:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/04/13 16:07:15 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/29 03:52:49 mef Exp $
 
 DISTNAME=      1.7
 PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
@@ -18,6 +18,10 @@ CMAKE_CONFIGURE_ARGS+=       -DPKGSRC=TRUE -DI
 CMAKE_CONFIGURE_ARGS+= -DPORTAUDIO_INCLUDE_DIRS=${BUILDLINK_DIR}/include/portaudio2
 CMAKE_CONFIGURE_ARGS+= -DPORTAUDIO_LIBRARIES=${BUILDLINK_DIR}/lib/portaudio2/libportaudio.so
 
+REPLACE_BASH+=         scripts/dwespeak.sh
+REPLACE_PERL+=         scripts/telemetry-toolkit/telem-*.pl
+REPLACE_PYTHON+=       scripts/telemetry-toolkit/telem-volts.py
+
 .include "options.mk"
 
 WRKSRC=                ${WRKDIR}/direwolf-1.7
@@ -28,6 +32,8 @@ USE_LANGUAGES=        c c++
 BROKEN=                "Software does not function correctly on big-endian hosts"
 .endif
 
+# for REPLACE_PYTHON
+.include "../../lang/python/application.mk"
 .include "../../audio/portaudio/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../ham/hamlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index