Bug 151929 - [PATCH] devel/mercurial 1.7 fails to install
Summary: [PATCH] devel/mercurial 1.7 fails to install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ollivier Robert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 02:50 UTC by Raphael Kubo da Costa
Modified: 2010-11-04 09:00 UTC (History)
0 users

See Also:


Attachments
fix-mercurial-1.7-install (524 bytes, text/plain)
2010-11-04 02:50 UTC, Raphael Kubo da Costa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa 2010-11-04 02:50:07 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-04 02:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roberto

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-04 08:55:51 UTC
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"
Comment 3 Ollivier Robert freebsd_committer freebsd_triage 2010-11-04 08:56:13 UTC
State Changed
From-To: open->closed

Patch applied, thanks!