diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-09 09:57:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-09 09:57:03 +0000 |
commit | 43b320d53de9558359c8ddf2d563c8358b492099 (patch) | |
tree | 474d6d5ab46f100166a643d516aac389cb230047 /comms | |
parent | 8c7cf470024b50c0dca4d0fc25412f02bda70b8b (diff) |
Deprecate a few ports using python 2.7
Notes
Notes:
svn path=/head/; revision=534727
Diffstat (limited to 'comms')
-rw-r--r-- | comms/chirp/Makefile | 3 | ||||
-rw-r--r-- | comms/quisk/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/comms/chirp/Makefile b/comms/chirp/Makefile index f72c78a53300..43ed7b322bac 100644 --- a/comms/chirp/Makefile +++ b/comms/chirp/Makefile @@ -12,6 +12,9 @@ COMMENT= Free, open-source tool for programming your amateur radio LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR} diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile index 3edb88c180c4..624da77e6576 100644 --- a/comms/quisk/Makefile +++ b/comms/quisk/Makefile @@ -12,6 +12,9 @@ COMMENT= Software Defined Radio (SDR) LICENSE= GPLv2 +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + BROKEN_i386= strip: elf_update() failed: Invalid data buffer descriptor (bug#238131) LIB_DEPENDS= libfftw3.so:math/fftw3 \ |