pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gr-osmosdr



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Apr 30 16:13:42 UTC 2019

Modified Files:
        pkgsrc/ham/gr-osmosdr: Makefile

Log Message:
ham/gr-osmosdr: Mark python 36 and 37 as not ok

Both 36 and 37 result in build errors.  The package builds ok with 27.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gr-osmosdr/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/gr-osmosdr/Makefile
diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.16 pkgsrc/ham/gr-osmosdr/Makefile:1.17
--- pkgsrc/ham/gr-osmosdr/Makefile:1.16 Thu Apr 25 07:33:00 2019
+++ pkgsrc/ham/gr-osmosdr/Makefile      Tue Apr 30 16:13:42 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:00 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/30 16:13:42 gdt Exp $
 
 DISTNAME=              gr-osmosdr-0.1.4
-PKGREVISION=           12
+PKGREVISION=           13
 CATEGORIES=            ham
 MASTER_SITES+=         http://git.osmocom.org/gr-osmosdr/snapshot/
 
@@ -22,6 +22,8 @@ CMAKE_ARGS+=  -DGNURADIO_BLOCKS_INCLUDE_D
 
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}
 
+# Python 36 and 37 result in build errors; 27 builds ok.
+PYTHON_VERSIONS_INCOMPATIBLE=  36 37
 REPLACE_PYTHON+=       apps/osmocom_siggen_base.py
 
 .include       "../../devel/boost-headers/buildlink3.mk"



Home | Main Index | Thread Index | Old Index