pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deepstate-afl



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec 15 09:50:00 UTC 2020

Modified Files:
        pkgsrc/devel/deepstate-afl: Makefile

Log Message:
deepstate-afl: needs setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/deepstate-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/deepstate-afl/Makefile
diff -u pkgsrc/devel/deepstate-afl/Makefile:1.1 pkgsrc/devel/deepstate-afl/Makefile:1.2
--- pkgsrc/devel/deepstate-afl/Makefile:1.1     Tue Sep 29 02:56:05 2020
+++ pkgsrc/devel/deepstate-afl/Makefile Tue Dec 15 09:49:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/29 02:56:05 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/15 09:49:59 nia Exp $
 
 PKGNAME=       deepstate-afl-${VERSION}
 
@@ -6,6 +6,8 @@ USE_LANGUAGES=  c99 c++
 USE_CMAKE=     yes
 AUTO_MKDIRS=   yes
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 DEPENDS+=      afl-[0-9]*:../../devel/afl
 DEPENDS+=      deepstate>=${VERSION}:../../devel/deepstate
 
@@ -17,6 +19,9 @@ CMAKE_ARGS+=  -DDEEPSTATE_AFL=ON
 CMAKE_ARGS+=   -DCMAKE_C_COMPILER=${PREFIX:Q}/bin/afl-gcc
 CMAKE_ARGS+=   -DCMAKE_CXX_COMPILER=${PREFIX:Q}/bin/afl-g++
 
+# setuptools
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 pre-configure:
        cd ${WRKSRC} && ${MKDIR} ${CONFIGURE_DIRS}
 



Home | Main Index | Thread Index | Old Index