Date: Sat, 7 Oct 2017 06:11:17 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451426 - in head: devel/hachoir-core devel/hachoir-parser devel/hachoir-regex sysutils/hachoir-metadata sysutils/hachoir-subfile sysutils/hachoir-urwid sysutils/hachoir-wx Message-ID: <201710070611.v976BHXp004304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Oct 7 06:11:17 2017 New Revision: 451426 URL: https://svnweb.freebsd.org/changeset/ports/451426 Log: hachoir-* is not compatible with python3 With hat: portmgr Modified: head/devel/hachoir-core/Makefile head/devel/hachoir-parser/Makefile head/devel/hachoir-regex/Makefile head/sysutils/hachoir-metadata/Makefile head/sysutils/hachoir-subfile/Makefile head/sysutils/hachoir-urwid/Makefile head/sysutils/hachoir-wx/Makefile Modified: head/devel/hachoir-core/Makefile ============================================================================== --- head/devel/hachoir-core/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/devel/hachoir-core/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Hachoir core parser -USES= python +USES= python:2.7 USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/devel/hachoir-parser/Makefile ============================================================================== --- head/devel/hachoir-parser/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/devel/hachoir-parser/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Parsers of most common file formats BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:devel/hachoir-core -USES= python +USES= python:2.7 USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/devel/hachoir-regex/Makefile ============================================================================== --- head/devel/hachoir-regex/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/devel/hachoir-regex/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= lwhsu@FreeBSD.org COMMENT= Regular expression manipulation library -USES= python +USES= python:2.7 USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/sysutils/hachoir-metadata/Makefile ============================================================================== --- head/sysutils/hachoir-metadata/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-metadata/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -13,7 +13,7 @@ COMMENT= Extract metadata from files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser -USES= python +USES= python:2.7 USE_PYTHON= distutils .include <bsd.port.pre.mk> Modified: head/sysutils/hachoir-subfile/Makefile ============================================================================== --- head/sysutils/hachoir-subfile/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-subfile/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Find subfiles in any binary stream RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/hachoir_regex/__init__.py:devel/hachoir-regex -USES= python +USES= python:2.7 USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/sysutils/hachoir-urwid/Makefile ============================================================================== --- head/sysutils/hachoir-urwid/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-urwid/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Binary file explorer RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser \ ${PYTHON_SITELIBDIR}/urwid/__init__.py:devel/py-urwid -USES= python +USES= python:2.7 USE_PYTHON= distutils .include <bsd.port.mk> Modified: head/sysutils/hachoir-wx/Makefile ============================================================================== --- head/sysutils/hachoir-wx/Makefile Sat Oct 7 04:52:53 2017 (r451425) +++ head/sysutils/hachoir-wx/Makefile Sat Oct 7 06:11:17 2017 (r451426) @@ -12,7 +12,7 @@ COMMENT= Hachoir GUI RUN_DEPENDS= ${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:devel/hachoir-parser -USES= python +USES= python:2.7 USE_PYTHON= distutils USE_WX= 3.0+ WX_COMPS= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710070611.v976BHXp004304>