Bug 160942 - devel/ninja: Fixed PORTDOCS list - make port installable
Summary: devel/ninja: Fixed PORTDOCS list - make port installable
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-23 16:20 UTC by Grzegorz Blach
Modified: 2011-09-23 22:40 UTC (History)
0 users

See Also:


Attachments
ninja.diff.txt (776 bytes, text/plain)
2011-09-23 16:20 UTC, Grzegorz Blach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2011-09-23 16:20:07 UTC

Currently devel/ninja can't be installed because `make install`
generate this error message:

  ===>  Installing for ninja-20110922
  ===>   ninja-20110922 depends on file: /usr/local/bin/python2.7 - found
  ===>   Generating temporary packing list
  ===>  Checking if devel/ninja already installed
  install: todo: No such file or directory
  *** Error code 71

  Stop in /usr/ports/devel/ninja.


To fix this bug I removed 'todo' file from PORTDOCS, since this file was removed from source.

How-To-Repeat: 

cd /usr/ports/devel/ninja
make install clean
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2011-09-23 22:16:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-23 22:38:48 UTC
pawel       2011-09-23 21:38:40 UTC

  FreeBSD ports repository

  Modified files:
    devel/ninja          Makefile 
  Log:
  Fix installation with PORTSDOCS
  
  PR:             ports/160942
  Submitted by:   Grzegorz Blach <magik@roorback.net> (maintainer)
  Approved by:    miwi, wen (mentors implicit)
  
  Revision  Changes    Path
  1.4       +4 -2      ports/devel/ninja/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 Pawel Pekala freebsd_committer freebsd_triage 2011-09-23 22:39:08 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!