devel/mercurial fails when executing the 'install' target: for f in bash_completion convert-repo debugshell.py dumprevlog hg-ssh hgfixes/__init__.py hgfixes/fix_bytes.py hgfixes/fix_bytesmod.py hgfixes/fix_leftover_imports.py hgk logo-droplets.svg memory.py mercurial.el mergetools.hgrc mq.el perf.py pylintrc python-hook-examples.py sample.hgrc setup3k.py shrink-revlog.py simplemerge tcsh_completion tcsh_completion_build.sh tmplrewrite.py undumprevlog zsh_completion hgsh/Makefile hgsh/hgsh.c vim/HGAnnotate.vim vim/hg-menu.vim vim/hgcommand.vim vim/hgtest.vim vim/patchreview.txt vim/patchreview.vim; do /bin/cp -p /usr/ports/devel/mercurial/work/mercurial-1.7/contrib/${f} /usr/local/share/mercurial/contrib/${f}; done cp: /usr/local/share/mercurial/contrib/hgfixes/__init__.py: No such file or directory *** Error code 1 Stop in /usr/ports/devel/mercurial. Fix: The diff below should fix the issue. How-To-Repeat: cd /usr/ports/devel/mercurial && make && make install
Responsible Changed From-To: freebsd-ports-bugs->roberto Over to maintainer (via the GNATS Auto Assign Tool)
roberto 2010-11-04 08:55:45 UTC FreeBSD ports repository Modified files: devel/mercurial Makefile Log: Fix the "install" target. PR: ports/151929 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Revision Changes Path 1.55 +1 -0 ports/devel/mercurial/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Patch applied, thanks!