pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/afl++



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar 19 08:35:18 UTC 2022

Modified Files:
        pkgsrc/devel/afl++: Makefile

Log Message:
afl++: use python2.7 to make this link


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/afl++/Makefile

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

Modified files:

Index: pkgsrc/devel/afl++/Makefile
diff -u pkgsrc/devel/afl++/Makefile:1.1 pkgsrc/devel/afl++/Makefile:1.2
--- pkgsrc/devel/afl++/Makefile:1.1     Fri Apr 17 17:51:09 2020
+++ pkgsrc/devel/afl++/Makefile Sat Mar 19 08:35:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/17 17:51:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/03/19 08:35:18 wiz Exp $
 
 DISTNAME=      AFLplusplus-2.62c
 PKGNAME=       ${DISTNAME:C/AFLplusplus/afl++/}
@@ -11,6 +11,8 @@ HOMEPAGE=     https://github.com/AFLplusplus
 COMMENT=       American Fuzzy Lop ++, a fuzzing tool for finding bugs by random input
 LICENSE=       apache-2.0
 
+PYTHON_VERSIONS_ACCEPTED=      27
+
 .include "../../lang/python/pyversion.mk"
 PYTHON_INCLUDE_CMD=    python${PYVERSSUFFIX}-config --includes
 PYTHON_VERSION_CMD=    python${PYVERSSUFFIX} --version



Home | Main Index | Thread Index | Old Index