Bug 154603 - new port: devel/ninja - a small build system similar to make
Summary: new port: devel/ninja - a small build system similar to make
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 00:10 UTC by Grzegorz Blach
Modified: 2011-02-13 11:20 UTC (History)
0 users

See Also:


Attachments
file.shar (2.61 KB, text/plain)
2011-02-09 00:10 UTC, Grzegorz Blach
no flags Details
ninja.shar.txt (4.29 KB, text/plain)
2011-02-11 16:14 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-02-09 00:10:11 UTC
Ninja is a small build system closest in spirit to Make.

Details on https://github.com/martine/ninja

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-02-09 02:48:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-02-10 16:33:20 UTC
State Changed
From-To: open->feedback

hi, 

port fails on 7.X and dosen't respect NOPORTDOCS/EXAMPLES please fix and 
resend 


http://64bit.miwibox.org/index.php?action=describe_port&id=2578 
http://32bit.miwibox.org/index.php?action=describe_port&id=2593
Comment 3 Grzegorz Blach 2011-02-10 19:12:28 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Changes:
- - Fixed build on 7.X
- - Respected NOPORTDOCS
- - Added patch for recognizing number of cpus on FreeBSD
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJNVDicAAoJEFCzIDMxqoILWSAIAI4y0RPefPoQTV6yNYWga0eA
r6C7hU0xIaFLw4xzdf/l2TfvOGQXfa9s0bJPi1BGNhD307OiHlh84LQbl6Bc5kNC
062NQSADBUhrwEhWyLlURY30UbfPpvj0KRJArOqdRbEs6+/q7phPBVTqQnoDRgps
bFfgFSmGw6N9ebk8RDgzgp/KqxxolXWIO0PzD1nU9ehyZ8hlPp5wvZDJMgxNJ0XH
qzidrlmgLxz2XC2jmevf2YBis3I9Y8ccgoq/x/SAm/QAhlXnjwj9dW+BRz6kf14W
9v1O1UWnc8bv/dW0yFzRVbzNyZGEMtPdC9bJ6sluA0/zic0tRDWxJAJeiD2qXZ4=
=y4cz
-----END PGP SIGNATURE-----
Comment 4 Grzegorz Blach 2011-02-11 16:14:25 UTC
Forgotten attachment
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-02-13 11:11:16 UTC
miwi        2011-02-13 11:10:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/ninja          Makefile distinfo pkg-descr 
    devel/ninja/files    patch-build.ninja patch-src-ninja.cc 
  Log:
  Ninja is yet another build system. It takes as input the interdependencies
  of files (typically source code and output executables) and orchestrates
  building them, quickly.
  
  Ninja joins a sea of other build systems. Its distinguishing goal is to be
  fast. It is born from my work on the Chromium browser project, which has
  over 30,000 source files and whose other build systems (including one built
  from custom non-recursive Makefiles) can take ten seconds to start building
  after changing one file. Ninja is under a second.
  
  WWW: https://github.com/martine/ninja
  
  PR:             ports/154603
  Submitted by:   Grzegorz Blach <magik at roorback.net>
  
  Revision  Changes    Path
  1.4221    +1 -0      ports/devel/Makefile
  1.1       +42 -0     ports/devel/ninja/Makefile (new)
  1.1       +2 -0      ports/devel/ninja/distinfo (new)
  1.1       +11 -0     ports/devel/ninja/files/patch-build.ninja (new)
  1.1       +33 -0     ports/devel/ninja/files/patch-src-ninja.cc (new)
  1.1       +11 -0     ports/devel/ninja/pkg-descr (new)
_______________________________________________
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 6 Martin Wilke freebsd_committer freebsd_triage 2011-02-13 11:11:44 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!