Port details |
- ninja Small build system closest in spirit to Make
- 1.10.2,2 devel
=20 1.10.2,2Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2011-02-13 18:55:59
- Last Update: 2021-10-29 09:50:18
- Commit Hash: 819f25b
- People watching this port, also watch:: gmp, expat, indexinfo, gmake, dialog4ports
- License: APACHE20
- Description:
- 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://ninja-build.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/ninja/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ninja
- pkg install ninja
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ninja
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1607186100
SHA256 (ninja-build-ninja-v1.10.2_GH0.tar.gz) = ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed
SIZE (ninja-build-ninja-v1.10.2_GH0.tar.gz) = 213959
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.8 : lang/python38
- Runtime dependencies:
-
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- accessibility/at-spi2-atk
- accessibility/at-spi2-core
- accessibility/atk
- accessibility/feedbackd
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
-
Deleted ports which required this port:
- for Run
-
- devel/meson
- devel/pytype
- lang/pocl
- Configuration Options:
- ===> The following configuration options are available for ninja-1.10.2,2:
BASH=on: Install programmable completions for Bash
DOCS=on: Build and/or install documentation
ZSH=on: Install programmable completions for zsh
===> Use 'make config' to modify these settings
- Options name:
- devel_ninja
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Oct 2021 09:50:18 1.10.2,2
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
28 Jul 2021 13:42:53 1.10.2,2
|
Tobias C. Berner (tcberner)  |
devel/ninja: fix portscout lookup |
06 Apr 2021 14:31:07 1.10.2,2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Dec 2020 12:05:02
1.10.2,2
|
tcberner  |
devel/ninja: update to 1.10.2
PR: 251607
Exp-run by: antoine |
29 Aug 2020 19:20:18
1.10.1,2
|
tcberner  |
devel/ninja: upate to 1.10.1
PR: 248854
Exp-run by: antoine |
27 May 2020 13:43:31
1.10.0,2
|
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
03 Feb 2020 15:05:57
1.10.0,2
|
tcberner  |
devel/ninja: update to 1.10.0
PR: 243663
Exp-run by: antoine |
16 Apr 2019 18:39:23
1.9.0,2
|
tcberner  |
devel/ninja: update to 1.9.0
- multimedia/totem: disable vala bindings, until upstream
fixes the target creation.
PR: 235507
Exp-run by: antoine
Submitted by: gblach
Approved by: gnome (kwm) |
16 Apr 2019 18:33:41
1.8.2_1,2
|
tcberner  |
devel/ninja: give maintainership to kde@
Approved by: gblach (maintainer) |
27 Dec 2018 23:04:00
1.8.2_1,2
|
gblach  |
Install zsh and bash completion files
PR: 234407
Submitted by: Greg V |
10 Oct 2017 11:12:06
1.8.2,2
|
gblach  |
Update to 1.8.2
PR: 222770
Reviewed by: antoine |
08 Nov 2016 09:13:38
1.7.2,2
|
gahr  |
devel/ninja: update to 1.7.2
Release notes:
https://groups.google.com/forum/#!topic/ninja-build/8xAhNiDaczw/discussion
PR: 213674 (patches proposed there were incorporated)
Submitted by: gahr |
15 Sep 2016 16:26:00
1.7.1_1,2
|
gblach  |
- Switch GH_ACCOUNT to ninja-build
- Use python also at runtime (needed by 'browse' tool)
- Add do-test section
- Change WWW to https://ninja-build.org/
- Bump PORTREVISION
PR: 212701
Submitted by: gahr |
04 May 2016 10:17:52
1.7.1,2
|
gblach  |
Update to 1.7.1
PR: 209188
Reviewed by: antoine |
29 Aug 2015 14:40:38
1.6.0,2
|
gblach  |
- Update devel/ninja to 1.6.0
- Remove devel/ninja16
- Replace files/patch-configure.py with REINPLACE_CMD
- Move share/doc/ninja/COPYING
to share/licenses/ninja-${PKGVERSION}/APACHE20 |
24 Aug 2015 11:10:18
1.5.3,2
|
gblach  |
- Copy devel/ninja to devel/ninja16
- Downgrade devel/ninja to 1.5.3 to fix building of the graphics/darktable |
16 Aug 2015 21:55:32
1.6.0,1
|
gblach  |
- Upgrade to 1.6.0
- Readopt port |
06 May 2015 15:16:54
1.5.3,1
|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
16 Apr 2015 20:13:44
1.5.3,1
|
gblach  |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
18 Jan 2015 20:35:20
1.5.3,1
|
gblach  |
Fix build with Python 3
PR: 196402
Submitted by: Kevin Zheng (kevinz5000 <at> gmail <dot> com) |
25 Nov 2014 19:20:36
1.5.3,1
|
gblach  |
Update to 1.5.3 |
07 Oct 2014 12:49:02
1.5.1,1
|
gahr  |
- Convert to USES=python |
15 Jul 2014 20:00:43
1.5.1,1
|
adamw  |
Add missing EXAMPLES and DOCS to a couple ports that
already honour PORTDOCS and PORTEXAMPLES in the plist. |
01 Jul 2014 09:48:39
1.5.1,1
|
gblach  |
- Fix build when CXX contains spaces
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (via mail) |
29 Jun 2014 15:58:27
1.5.1,1
|
gblach  |
- Update to 1.5.1 |
07 Jan 2014 08:16:25
1.4.0_1,1
|
bapt  |
Make python only a build dependency
While here do not conditionnalize docs installation the avoid double .include
and stage make sure DOCS is respected |
30 Dec 2013 20:55:19
1.4.0,1
|
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
08 Dec 2013 13:24:03
1.4.0,1
|
mva  |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr (blanket) |
25 Sep 2013 21:34:34
1.4.0,1
|
gblach  |
- Update to 1.4.0
- Support staging
Approved by: crees, tabthorpe (mentors, implicit) |
20 Sep 2013 17:13:47
1.3.4,1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
06 Sep 2013 15:08:08
1.3.4,1
|
bapt  |
Fix build with libc++ |
12 Jun 2013 05:52:06
1.3.4,1
|
gblach  |
- Update to 1.3.4
Approved by: crees, tabthorpe (mentors, implicit) |
27 May 2013 12:31:04
1.3.3,1
|
gblach  |
- Update to 1.3.3
Approved by: crees, tabthorpe (mentors, implicit) |
20 May 2013 00:56:49
1.3.2,1
|
gblach  |
- Update to 1.3.2
Approved by: crees, tabthorpe (mentors, implicit) |
23 Apr 2013 17:29:09
1.2.0,1
|
gblach  |
- Update to 1.2.0
Approved by: crees, tabthorpe (mentors, implicit) |
01 Feb 2013 15:04:01
1.1.0,1
|
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
04 Jan 2013 17:50:59
1.1.0,1
|
gblach  |
- Update to 1.1.0
Approved by: crees (mentor) |
04 Nov 2012 13:05:06
1.0.0,1
|
gblach  |
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes |
19 Sep 2012 20:20:18
1.0.0,1
|
crees  |
Update to 1.0.0
Use USE_GITHUB
PR: ports/171790
Submitted by: maintainer (Grzegorz Blach <magik@roorback.net>) |
27 Jun 2012 13:50:52
20120619
|
gjb  |
- devel/ninja updated to 2012-06-19 snapshot
- Build ninja with CXXFLAGS from /etc/make.conf and without '-g'
PR: ports/169465
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: crees (mentor) |
10 Feb 2012 17:35:36
20120204
|
dhn  |
- Update to 20120204
- Update MASTER_SITES
PR: ports/164966
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) |
09 Jan 2012 15:41:08
20110922_1
|
tabthorpe  |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
23 Sep 2011 21:38:40
20110922_1
|
pawel  |
Fix installation with PORTSDOCS
PR: ports/160942
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: miwi, wen (mentors implicit) |
23 Sep 2011 08:32:40
20110922
|
vanilla  |
Fixed build with clang++, updated to 20110922.
PR: ports/160926
Submitted by: maintainer |
27 Jun 2011 13:27:27
20110620
|
jlaffaye  |
Update to 20110620
Fixes build with clang
PR: ports/158143
Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer)
Approved by: tabthorpe (mentor) |
13 Feb 2011 11:10:59
20110208
|
miwi  |
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> |