Deprecate libdasm and pydasm

This commit is contained in:
Antoine Brodin 2016-10-09 09:34:57 +00:00
parent 66437aa4bf
commit 74dd8aacc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423584
2 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,8 @@ COMMENT= Simple x86 disassembly library
LICENSE= BSD2CLAUSE
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= No more upstream and known bugs, use devel/capstone3 instead
EXPIRATION_DATE= 2016-11-10
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
USE_LDCONFIG= yes

View file

@ -15,6 +15,8 @@ COMMENT= Python interface to libdasm
LICENSE= BSD2CLAUSE
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= No more upstream and known bugs, use devel/py-capstone instead
EXPIRATION_DATE= 2016-11-10
USES= python
USE_PYTHON= distutils autoplist