pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/uhd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul  8 14:26:11 UTC 2022

Modified Files:
        pkgsrc/ham/uhd: Makefile

Log Message:
uhd: switch to python 3

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/ham/uhd/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/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.68 pkgsrc/ham/uhd/Makefile:1.69
--- pkgsrc/ham/uhd/Makefile:1.68        Thu Jun 30 11:18:30 2022
+++ pkgsrc/ham/uhd/Makefile     Fri Jul  8 14:26:11 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2022/06/30 11:18:30 nia Exp $
+# $NetBSD: Makefile,v 1.69 2022/07/08 14:26:11 wiz Exp $
 
 DISTNAME=      uhd-4.1.0.5
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    ham
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=EttusResearch/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -19,11 +19,13 @@ CMAKE_ARGS+=        -DENABLE_MAN_PAGE_COMPRESSI
 CMAKE_ARGS+=   -DPKG_MAN_DIR=${PKGMANDIR}/man1
 CMAKE_ARGS+=   -DRST2HTML_EXECUTABLE=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
 CMAKE_ARGS+=   -Wno-dev
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/pyversion.mk"
+
 CMAKE_ARGS+=   -DPYTHON_EXECUTABLE=${PYTHONBIN}
-.if !empty(_PYTHON_VERSION:M3*)
 CMAKE_ARGS+=   -DENABLE_PYTHON3=ON
-.endif
 
 # Upstream says C++11 is required, even though it is not documented.
 # It is documented that gcc 4.8 is required, when using gcc.



Home | Main Index | Thread Index | Old Index