Date: Tue, 26 Jan 2021 09:40:01 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562648 - head/devel/vitables Message-ID: <202101260940.10Q9e1eA019297@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jan 26 09:40:01 2021 New Revision: 562648 URL: https://svnweb.freebsd.org/changeset/ports/562648 Log: devel/vitables: Remove unndecessary workaround that was needed for gcc-9- PR: 253012 Submitted by: makc Modified: head/devel/vitables/Makefile Modified: head/devel/vitables/Makefile ============================================================================== --- head/devel/vitables/Makefile Tue Jan 26 09:19:51 2021 (r562647) +++ head/devel/vitables/Makefile Tue Jan 26 09:40:01 2021 (r562648) @@ -3,7 +3,7 @@ PORTNAME= vitables DISTVERSIONPREFIX= v DISTVERSION= 3.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel science python MAINTAINER= yuri@FreeBSD.org @@ -18,24 +18,18 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}tables>=3.0:devel/py-tables@${PY_FLAVOR} USES= dos2unix python pyqt:5 -DOS2UNIX_FILES= setup.py +USE_PYTHON= distutils cython noflavors autoplist +USE_PYQT= core_run gui_run sip_run widgets_run + USE_GITHUB= yes GH_ACCOUNT= uvemas GH_PROJECT= ViTables -USE_PYTHON= distutils cython noflavors autoplist -USE_PYQT= core_run gui_run sip_run widgets_run -NO_ARCH= yes -PLIST_FILES= ${PYTHON_SITELIBDIR}/${PORTNAME}.sh +DOS2UNIX_FILES= setup.py +NO_ARCH= yes + post-patch: @${REINPLACE_CMD} "s|version=read('VERSION')|version='${DISTVERSION}'|" ${WRKSRC}/setup.py - -post-install: - @${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.sh - @(echo "#!/bin/sh"; \ - echo "LD_PRELOAD=${PREFIX}/lib/gcc${GCC_DEFAULT}/libgcc_s.so ${PYTHON_SITELIBDIR}/${PORTNAME}.sh \"\$$@\"" \ - ) > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101260940.10Q9e1eA019297>