pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/hackrf



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun 18 12:42:26 UTC 2019

Modified Files:
        pkgsrc/ham/hackrf: Makefile

Log Message:
(ham/hackrf) Add missing tool (USE_TOOLS= pkg-config)

The error was:
  -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  CMake Error at /usr/pkg/share/cmake-3.13/Modules/FindPkgConfig.cmake:505 (message):
    pkg-config tool not found


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/ham/hackrf/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/hackrf/Makefile
diff -u pkgsrc/ham/hackrf/Makefile:1.5 pkgsrc/ham/hackrf/Makefile:1.6
--- pkgsrc/ham/hackrf/Makefile:1.5      Thu Apr 25 07:33:00 2019
+++ pkgsrc/ham/hackrf/Makefile  Tue Jun 18 12:42:26 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/04/25 07:33:00 maya Exp $
+# $NetBSD: Makefile,v 1.6 2019/06/18 12:42:26 mef Exp $
 
 DISTNAME=              hackrf-2018.01.1
 PKGREVISION=           1
@@ -15,6 +15,7 @@ LICENSE=              gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
 USE_CMAKE=             yes
+USE_TOOLS=             pkg-config
 
 # Suppress warning for developer
 CMAKE_ARGS+=           -Wno-dev



Home | Main Index | Thread Index | Old Index