pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/osmo-sdr



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Aug 19 17:36:06 UTC 2024

Modified Files:
        pkgsrc/ham/osmo-sdr: Makefile

Log Message:
ham/osmo-sdr: USE_CMAKE exorcism


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/ham/osmo-sdr/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/osmo-sdr/Makefile
diff -u pkgsrc/ham/osmo-sdr/Makefile:1.10 pkgsrc/ham/osmo-sdr/Makefile:1.11
--- pkgsrc/ham/osmo-sdr/Makefile:1.10   Tue Jun 28 11:34:09 2022
+++ pkgsrc/ham/osmo-sdr/Makefile        Mon Aug 19 17:36:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/06/28 11:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/08/19 17:36:06 gdt Exp $
 
 DISTNAME=              osmo-sdr-0.1
 PKGREVISION=           7
@@ -12,17 +12,16 @@ COMMENT=            Small form-factor inexpensive 
 LICENSE=               gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
-USE_TOOLS=             cmake perl pkg-config tar
-USE_CMAKE=             yes
+USE_TOOLS=             perl pkg-config tar
 
-#WRKSRC=               ${WRKDIR}/osmo-sdr-0.1
+.include "../../devel/cmake/build.mk"
+CONFIGURE_DIR=         software/libosmosdr
 # Suppress warning for developer
-CMAKE_ARGS+=           -Wno-dev
+CONFIGURE_ARGS+=       -Wno-dev
 
 REPLACE_PERL+=         utils/e4000_distance.pl
 REPLACE_PERL+=         utils/e4000_pl.pl
 
-CONFIGURE_DIRS=                software/libosmosdr
 AUTO_MKDIRS=           yes
 
 post-install:



Home | Main Index | Thread Index | Old Index