Date: Tue, 8 Aug 2017 01:39:37 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447530 - in head/lang: python33 python34 python35 Message-ID: <201708080139.v781dbqr008333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Tue Aug 8 01:39:37 2017 New Revision: 447530 URL: https://svnweb.freebsd.org/changeset/ports/447530 Log: Pointyhat to me. A stray '.' somehow made it past my testing. Do *not* bump portrevision as this only affects the packaging/stage of these ports on mips/armv6 or other cross compiled targets. PR: 221202 Reported by: antoine Modified: head/lang/python33/Makefile head/lang/python34/Makefile head/lang/python35/Makefile Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Tue Aug 8 01:36:01 2017 (r447529) +++ head/lang/python33/Makefile Tue Aug 8 01:39:37 2017 (r447530) @@ -135,7 +135,7 @@ post-install: # FreeBSD base system provides. sbruno 02Aug2017 .if ${CC} == /nxb-bin/usr/bin/cc @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/lib/python3.3./_sysconfigdata.py + ${STAGEDIR}${PREFIX}/lib/python3.3/_sysconfigdata.py @${REINPLACE_CMD} -e 's=/nxb-bin==' \ ${STAGEDIR}${PREFIX}/lib/python3.3/config-3.3m/Makefile .endif Modified: head/lang/python34/Makefile ============================================================================== --- head/lang/python34/Makefile Tue Aug 8 01:36:01 2017 (r447529) +++ head/lang/python34/Makefile Tue Aug 8 01:39:37 2017 (r447530) @@ -140,7 +140,7 @@ post-install: # FreeBSD base system provides. sbruno 02Aug2017 .if ${CC} == /nxb-bin/usr/bin/cc @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/lib/python3.4./_sysconfigdata.py + ${STAGEDIR}${PREFIX}/lib/python3.4/_sysconfigdata.py @${REINPLACE_CMD} -e 's=/nxb-bin==' \ ${STAGEDIR}${PREFIX}/lib/python3.4/config-3.4m/Makefile .endif Modified: head/lang/python35/Makefile ============================================================================== --- head/lang/python35/Makefile Tue Aug 8 01:36:01 2017 (r447529) +++ head/lang/python35/Makefile Tue Aug 8 01:39:37 2017 (r447530) @@ -150,7 +150,7 @@ post-install: # FreeBSD base system provides. sbruno 02Aug2017 .if ${CC} == /nxb-bin/usr/bin/cc @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/lib/python3.5./_sysconfigdata.py + ${STAGEDIR}${PREFIX}/lib/python3.5/_sysconfigdata.py @${REINPLACE_CMD} -e 's=/nxb-bin==' \ ${STAGEDIR}${PREFIX}/lib/python3.5/config-3.5m/Makefile .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708080139.v781dbqr008333>