Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.1,4 22 May 2024 17:13:01 |
Jason E. Hale (jhale) |
devel/ninja: Roll back to 1.11.1
Despite passing an exp-run and successful local builds, there still
exists a race condition in www/qt[56]-webengine when building with
ninja 1.12.x that is proving difficult to solve. After a successful
build, it seems subsequent builds fail when using ccache with a
generated header missing before it is needed at compile time.
Even after adding //chrome/app:generated_resources_grit as a dep in
src/3rdparty/chromium/chrome/browser/devtools/BUILD.gn, the build is
still failing with:
../../../../../qtwebengine-everywhere-src-6.7.0/src/3rdparty/chromium/chrome/browser/devtools/devtools_file_helper.cc:31:10:
fatal error: 'chrome/grit/generated_resources.h' file not found
This comes very late in the build, so trial and error attempts to fix
this are tedious, costing an hour+ of build time with each attempt.
Reverting to ninja 1.11.1 gets things building again while this can
sorted out in the background under less stressful conditions.
This partially reverts bb0835fd3aa268260cc9eae4ba0cad55814d6265.
PR: 279162, 279164
Reported by: Robert Cina <transitive@gmail.com> |
1.12.0,3 20 May 2024 15:03:07 |
Jason E. Hale (jhale) |
Revert "devel/ninja: Update to 1.12.1"
Ninja 1.12.1 is causing more dependency problems at least in www/qt6-webengine
that will require some non-trivial amount of time to investigate.
This reverts commit f1cd45a6680d7274e0e5b985393dab116a853ca8.
PR: 279164
Reported by: Robert Cina <transitive@gmail.com> |
1.12.1,2 19 May 2024 00:36:08 |
Jason E. Hale (jhale) |
devel/ninja: Update to 1.12.1
https://github.com/ninja-build/ninja/releases/v1.12.1 |
1.12.0,2 19 May 2024 00:36:08 |
Jason E. Hale (jhale) |
devel/ninja: Update to 1.12.0
https://github.com/ninja-build/ninja/releases/v1.12.0
PR: 278693
Exp-run by: antoine |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.11.1,2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.11.1,2 01 Sep 2022 21:19:00 |
Adriaan de Groot (adridg) |
devel/ninja: update to 1.11.1, latest upstream
There are some new features (--quiet!) and validation nodes (if
you write ninja.build by hand, but probably not relevant for now
with any of the ninja-generators). Release notes are in a Google
group, so I won't link them; look on
https://ninja-build.org/
Build validated by (re)building Calamares. |
1.10.2,2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.10.2,2 29 Oct 2021 09:50:18 |
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) |
1.10.2,2 28 Jul 2021 13:42:53 |
Tobias C. Berner (tcberner) |
devel/ninja: fix portscout lookup |
1.10.2,2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.2,2 12 Dec 2020 12:05:02 |
tcberner |
devel/ninja: update to 1.10.2
PR: 251607
Exp-run by: antoine |
1.10.1,2 29 Aug 2020 19:20:18 |
tcberner |
devel/ninja: upate to 1.10.1
PR: 248854
Exp-run by: antoine |
1.10.0,2 27 May 2020 13:43:31 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
1.10.0,2 03 Feb 2020 15:05:57 |
tcberner |
devel/ninja: update to 1.10.0
PR: 243663
Exp-run by: antoine |
1.9.0,2 16 Apr 2019 18:39:23 |
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) |
1.8.2_1,2 16 Apr 2019 18:33:41 |
tcberner |
devel/ninja: give maintainership to kde@
Approved by: gblach (maintainer) |
1.8.2_1,2 27 Dec 2018 23:04:00 |
gblach |
Install zsh and bash completion files
PR: 234407
Submitted by: Greg V |
1.8.2,2 10 Oct 2017 11:12:06 |
gblach |
Update to 1.8.2
PR: 222770
Reviewed by: antoine |
1.7.2,2 08 Nov 2016 09:13:38 |
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 |
1.7.1_1,2 15 Sep 2016 16:26:00 |
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 |
1.7.1,2 04 May 2016 10:17:52 |
gblach |
Update to 1.7.1
PR: 209188
Reviewed by: antoine |
1.6.0,2 29 Aug 2015 14:40:38 |
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 |
1.5.3,2 24 Aug 2015 11:10:18 |
gblach |
- Copy devel/ninja to devel/ninja16
- Downgrade devel/ninja to 1.5.3 to fix building of the graphics/darktable |
1.6.0,1 16 Aug 2015 21:55:32 |
gblach |
- Upgrade to 1.6.0
- Readopt port |
1.5.3,1 06 May 2015 15:16:54 |
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 |
1.5.3,1 16 Apr 2015 20:13:44 |
gblach |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
1.5.3,1 18 Jan 2015 20:35:20 |
gblach |
Fix build with Python 3
PR: 196402
Submitted by: Kevin Zheng (kevinz5000 <at> gmail <dot> com) |
1.5.3,1 25 Nov 2014 19:20:36 |
gblach |
Update to 1.5.3 |
1.5.1,1 07 Oct 2014 12:49:02 |
gahr |
- Convert to USES=python |
1.5.1,1 15 Jul 2014 20:00:43 |
adamw |
Add missing EXAMPLES and DOCS to a couple ports that
already honour PORTDOCS and PORTEXAMPLES in the plist. |
1.5.1,1 01 Jul 2014 09:48:39 |
gblach |
- Fix build when CXX contains spaces
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (via mail) |
1.5.1,1 29 Jun 2014 15:58:27 |
gblach |
- Update to 1.5.1 |
1.4.0_1,1 07 Jan 2014 08:16:25 |
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 |
1.4.0,1 30 Dec 2013 20:55:19 |
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@) |
1.4.0,1 08 Dec 2013 13:24:03 |
mva |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr (blanket) |
1.4.0,1 25 Sep 2013 21:34:34 |
gblach |
- Update to 1.4.0
- Support staging
Approved by: crees, tabthorpe (mentors, implicit) |
1.3.4,1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.3.4,1 06 Sep 2013 15:08:08 |
bapt |
Fix build with libc++ |
1.3.4,1 12 Jun 2013 05:52:06 |
gblach |
- Update to 1.3.4
Approved by: crees, tabthorpe (mentors, implicit) |
1.3.3,1 27 May 2013 12:31:04 |
gblach |
- Update to 1.3.3
Approved by: crees, tabthorpe (mentors, implicit) |
1.3.2,1 20 May 2013 00:56:49 |
gblach |
- Update to 1.3.2
Approved by: crees, tabthorpe (mentors, implicit) |
1.2.0,1 23 Apr 2013 17:29:09 |
gblach |
- Update to 1.2.0
Approved by: crees, tabthorpe (mentors, implicit) |
1.1.0,1 01 Feb 2013 15:04:01 |
ak |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
1.1.0,1 04 Jan 2013 17:50:59 |
gblach |
- Update to 1.1.0
Approved by: crees (mentor) |
1.0.0,1 04 Nov 2012 13:05:06 |
gblach |
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes |
1.0.0,1 19 Sep 2012 20:20:18 |
crees |
Update to 1.0.0
Use USE_GITHUB
PR: ports/171790
Submitted by: maintainer (Grzegorz Blach <magik@roorback.net>) |
20120619 27 Jun 2012 13:50:52 |
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) |
20120204 10 Feb 2012 17:35:36 |
dhn |
- Update to 20120204
- Update MASTER_SITES
PR: ports/164966
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) |
20110922_1 09 Jan 2012 15:41:08 |
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 |
20110922_1 23 Sep 2011 21:38:40 |
pawel |
Fix installation with PORTSDOCS
PR: ports/160942
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: miwi, wen (mentors implicit) |
20110922 23 Sep 2011 08:32:40 |
vanilla |
Fixed build with clang++, updated to 20110922.
PR: ports/160926
Submitted by: maintainer |
20110620 27 Jun 2011 13:27:27 |
jlaffaye |
Update to 20110620
Fixes build with clang
PR: ports/158143
Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer)
Approved by: tabthorpe (mentor) |
20110208 13 Feb 2011 11:10:59 |
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> |