svn commit: r424133 - head/devel/git-cinnabar

Mathieu Arnold mat at FreeBSD.org
Mon Oct 17 17:15:43 UTC 2016


Le 17/10/2016 à 19:13, Jan Beich a écrit :
> Author: jbeich
> Date: Mon Oct 17 17:13:02 2016
> New Revision: 424133
> URL: https://svnweb.freebsd.org/changeset/ports/424133
>
> Log:
>   devel/git-cinnabar: unbreak build-as-user on 11.0
>   
>  post-configure:
> -	@${TAR} cf - -C$$(${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git) . | \
> -		${TAR} xof - -C${WRKSRC}/git-core
> +	@(cd ${WRKSRC_git} && ${COPYTREE_SHARE} . ${WRKSRC}/git-core)


I don't see this working either. The problem is in devel/git, the file
named version has a mode of 640, is owned by root, and the user nobody
will not be able to read it, ever, whether it is with tar or cpio.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20161017/b3c2f0a9/attachment.sig>


More information about the svn-ports-all mailing list