notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/ace/Makefile
SVNWeb

Number of commits found: 79

Sun, 26 Jul 2020
[ 07:32 antoine search for other commits by this committer ] Original commit   Revision:543440 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Thu, 20 Feb 2020
[ 12:17 antoine search for other commits by this committer ] Original commit   Revision:526569
Mark BROKEN: fails to build

/wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:55:41:
error: expected the class name after '~' to name a destructor
  this->u_.string_member_.std::string::~string ();
                                        ^
/wrkdirs/usr/ports/devel/ace/work/ACE_wrappers/tests/Compiler_Features_32_Test.cpp:67:24:
error: expected the class name after '~' to name a destructor
    u_.m.std::string::~string ();
                       ^

Reported by:	pkg-fallout
Thu, 7 Nov 2019
[ 20:20 zeising search for other commits by this committer ] Original commit   Revision:517008 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Sprinkle more USES=xorg
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Sat, 4 May 2019
[ 04:52 linimon search for other commits by this committer ] Original commit   Revision:500779
These ports now build on aarch64.

Approved by:	portmgr (tier-2 blanket)
Thu, 18 Apr 2019
[ 17:09 pkubaj search for other commits by this committer ] Original commit   Revision:499280
devel/ace: fix build on powerpc64

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19945
Sat, 16 Mar 2019
[ 15:24 tcberner search for other commits by this committer ] Original commit   Revision:495884
devel/ace: remove QT4 option (Qt4 deprecation)

- untested as build is broken already

Approved by:	portmgr (implicit)
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Sat, 6 Oct 2018
[ 16:24 fernape search for other commits by this committer ] Original commit   Revision:481377
devel/ace: update to 6.5.2

While here:

* Relocate some variables
* Rework some patches
* USE localbase

ChangeLog: https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-6_5_2

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Fri, 22 Jun 2018
[ 08:04 yuri search for other commits by this committer ] Original commit   Revision:473019 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER on ports maintained by amutu@amutu.com

Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
Fri, 2 Mar 2018
[ 22:34 brooks search for other commits by this committer ] Original commit   Revision:463452 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Work around the lack of definition of union semun per POSIX.

When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS.
Where this fails due to ports not honoring C*FLAGS, patch using
__FreeBSD_version to enable the definition.

PR:		224300, 224443 (exp-run)
Approved by:	portmgr (antoine)
Exp-run:	antoine
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D14137
Wed, 28 Jun 2017
[ 15:47 tcberner search for other commits by this committer ] Original commit   Revision:444599
devel/ace: update to version 6.4.3 and give maintanership

PR:		220034
Submitted by:	Jov <amutu@amutu.com>
[ 15:30 tcberner search for other commits by this committer ] Original commit   Revision:444581
Do not patch in wrong qt4-moc paths.

This port was overlooked in r434380 where bin/moc-qt4 was moved to
lib/qt4/bin/moc.

PR:		220179
Submitted by:	Jov <amutu@amutu.com>
Sat, 29 Apr 2017
[ 06:32 linimon search for other commits by this committer ] Original commit   Revision:439720 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436248 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Sun, 18 Dec 2016
[ 22:06 tcberner search for other commits by this committer ] Original commit   Revision:428889 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
Get rid of QT_PREFIX in favour of PREFIX.

QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
Thu, 10 Nov 2016
[ 01:21 linimon search for other commits by this committer ] Original commit   Revision:425823 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Thu, 5 May 2016
[ 20:50 pi search for other commits by this committer ] Original commit   Revision:414665
devel/ace: 6.3.3 -> 6.3.4

Changes:
- ACE_SSL_Context::set_mode() can no longer be used to select a specific
  SSL/TLS protocol version, use ACE_SSL_Context::filter_versions() for that.
  This follows general advice by the OpenSSL project to go through
  SSL_CTX_set_options() to limit the list of protocols available. The purpose
  of ACE_SSL_Context::set_mode() is now limited to explicitly restricting
  behaviour to client or server (defaults to both).
- Improve Oracle Studio support
- CIAO and DAnCE are forked to their own github repositories
  and are not part anymore of the ACE+TAO release packages
- Fixed several Coverity reported issues
- Added ACE configuration for FACE safety profiles (see config-face-safety.h).
  FACE, or Future Airborne Capability Environment http://www.opengroup.org/face,
  specifies a restricted subset of OS functions and rules for controlling
  dynamic memory allocation.  When built in this configuration on a platform
  that supports it, ACE conforms to the FACE requirements.
- ACE uses new netdb.h functions (getaddrinfo/getnameinfo) if they are
  available, in place of deprecated functions (gethostbyname/addr).

PR:		209292
Submitted by:	tkato432@yahoo.com
Thu, 21 Apr 2016
[ 16:43 swills search for other commits by this committer ] Original commit   Revision:413746 (Only the first 10 of 419 ports in this commit are shown above. View all ports for this commit)
many ports: mark broken on powerpc64
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 1 Oct 2015
[ 21:45 pawel search for other commits by this committer ] Original commit   Revision:398391
Update to version 6.3.3

PR:		202844
Submitted by:	tkato432@yahoo.com
Thu, 22 Jan 2015
[ 12:01 vanilla search for other commits by this committer ] Original commit   Revision:377650
Upgrade to 6.3.1.
Wed, 31 Dec 2014
[ 15:04 riggs search for other commits by this committer ] Original commit   Revision:375894
- Update to upstream version 6.3.0
- Add LICENSE*

PR:		196338
Submitted by:	koue@chaosophia.net
Sat, 29 Nov 2014
[ 12:22 antoine search for other commits by this committer ] Original commit   Revision:373615
Allow building without /usr/bin/perl symlink

PR:		ports/195494
Mon, 3 Nov 2014
[ 20:55 pawel search for other commits by this committer ] Original commit   Revision:372122
- Update to version 6.2.8
- Remove uneeded bsd.port.options.mk inclusion by using BROKEN_* vars

PR:		194164
Submitted by:	tkato432@yahoo.com
Wed, 2 Jul 2014
[ 13:57 arved search for other commits by this committer ] Original commit   Revision:360193
Update to 6.2.7

PR:		191371
Submitted by:	tkato432@yahoo.com
Wed, 18 Jun 2014
[ 07:44 miwi search for other commits by this committer ] Original commit   Revision:358229
- Update to 6.2.6

PR:		190895
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Tue, 11 Mar 2014
[ 02:40 miwi search for other commits by this committer ] Original commit   Revision:347835
- Update to 6.2.5

PR:		187294
Submitted by:	Ports Fury
Thu, 27 Feb 2014
[ 15:20 miwi search for other commits by this committer ] Original commit   Revision:346365
- Update to 6.2.4

PR:		185713
Submitted by:	ports fury
Tue, 26 Nov 2013
[ 21:05 wg search for other commits by this committer ] Original commit   Revision:334974
devel/ace: update to 6.2.3

PR:		ports/184230
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
Thu, 10 Oct 2013
[ 07:19 jhale search for other commits by this committer ] Original commit   Revision:329971
- Update to 6.2.2 [1]
- Support staging [1]
- Use new LIB_DEPENDS syntax
- Use options helpers

PR:		ports/181884 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
Wed, 25 Sep 2013
[ 10:50 gahr search for other commits by this committer ] Original commit   Revision:328266
- Fix typo
[ 10:44 gahr search for other commits by this committer ] Original commit   Revision:328264
- Convert to USES+=tk
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Sat, 3 Aug 2013
[ 13:44 mat search for other commits by this committer ] Original commit   Revision:324191 (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Wed, 29 May 2013
[ 05:23 miwi search for other commits by this committer ] Original commit   Revision:319341
- Update to 6.2.0

PR:		179064
Submitted by:	Ports Fury
Mon, 27 May 2013
[ 14:25 miwi search for other commits by this committer ] Original commit   Revision:319248
- Update to 6.1.9

PR:		178871
Submitted by:	Ports Fury
Tue, 23 Apr 2013
[ 10:13 bapt search for other commits by this committer ] Original commit   Revision:316333 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Convert devel to USES=pkgconfig
Sun, 24 Mar 2013
[ 15:59 miwi search for other commits by this committer ] Original commit   Revision:315133
- Update to 6.1.8

PR:		177256
Submitted by:	Ports Fury
Thu, 7 Feb 2013
[ 14:23 miwi search for other commits by this committer ] Original commit   Revision:311840
- Update to 6.1.7

PR:		175029
Submitted by:	Ports Fury
Fri, 30 Nov 2012
[ 23:52 sperber search for other commits by this committer ] Original commit   Revision:308045
- Update to version 6.1.6
- Trim Makefile header

PR:           ports/171978
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
Thu, 26 Jul 2012
[ 05:40 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Sun, 22 Jul 2012
[ 23:24 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Tue, 5 Jun 2012
[ 20:46 sylvio search for other commits by this committer ] Original commit 
- Update to version 6.1.2

PR:             ports/168596
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sun, 27 May 2012
[ 06:47 linimon search for other commits by this committer ] Original commit 
Mark as broken on powerpc: causes gcc to drop core.

While here, convert the antique NOT_FOR usage to also be in BROKEN.

Hat:            portmgr
Sat, 21 Apr 2012
[ 18:48 miwi search for other commits by this committer ] Original commit 
- Update to 6.1.1

PR:             166879
Submitted by:   Ports Fury
Sun, 25 Mar 2012
[ 03:56 miwi search for other commits by this committer ] Original commit 
- Update to 6.1.0

PR:             166022
Submitted by:   Ports Fury
Feature safe:   yes
Tue, 7 Feb 2012
[ 04:29 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update to version 6.0.8

PR:             164153
Submitted by:   Ports Fury
Mon, 9 Jan 2012
[ 04:01 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- Remove outdated version checks

Reviewed by:    nox
Mon, 7 Nov 2011
[ 03:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Get rid FreeBSD 6.x support
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Fri, 10 Apr 2009
[ 17:41 amdmi3 search for other commits by this committer ] Original commit 
- Fix build on 7.x

Reported by:    pointyhat via erwin
Fri, 20 Mar 2009
[ 01:01 amdmi3 search for other commits by this committer ] Original commit 
- Fix build when aio.ko is loaded
- While here, fix build on CURRENT

PR:             129363
Submitted by:   "G. Paul Ziemba" <p-fbsd-bugs at ziemba dot us>
Fri, 30 Jan 2009
[ 23:48 pav search for other commits by this committer ] Original commit 
- Update download locations

Reported by:    -fetch-original pointyhat run
Mon, 22 Dec 2008
[ 16:09 sem search for other commits by this committer ] Original commit 
- Give up. Drop maintainership.
Fri, 25 Apr 2008
[ 22:28 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on -CURRENT: error: cannot convert 'cpu_set_t*' to 'cpuset_t*' ...

Reported by:    pointyhat
Tue, 13 Nov 2007
[ 08:43 sem search for other commits by this committer ] Original commit 
- Install files that should present.

PR:             ports/117238
Submitted by:   liguoqiang <unixcc_at_126.com>
Approved by:    portmgr (pav)
Wed, 11 Apr 2007
[ 18:18 sem search for other commits by this committer ] Original commit 
- Remove BROKEN on 4.x mark
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Tue, 30 Jan 2007
[ 20:23 sem search for other commits by this committer ] Original commit 
- Add gnometarget. [1]
- Better eplanation in a BROKEN message (does not support <5.0) [1]
- Change patch-pkgconfig with a REPLACE_CMD in Makefile [1]
- Improve do-configure target to respect CC,CXX, etc. [1]
- Back shared libraries versioning that was removed by developers [2]

Submitted by:   mezz [1]
Noted by:       pav  [2]
Sun, 28 Jan 2007
[ 14:46 sem search for other commits by this committer ] Original commit 
- Update to 5.5.2.
- Turn off a stupid test of std::bad_alloc exception. [1]

Requested by:   kris
[ 03:20 kris search for other commits by this committer ] Original commit 
One of the configure tests in this port attempts to allocate an infinite
amount of memory to see what happens when it fails:

checking if new throws std::bad_alloc exception on failure...

This is extremely antisocial since it will run the machine out of swap.
Mark IGNORE until it can be fixed.
Sun, 3 Dec 2006
[ 19:42 sem search for other commits by this committer ] Original commit 
- A work around for creating threads with THR_NEW_LWP.
  LWP is not directly applicable to FreeBSD threading model.

PR:             ports/105794
Submitted by:   Andriy Gapon <avg at icyb.net.ua>
Mon, 4 Sep 2006
[ 06:31 sem search for other commits by this committer ] Original commit 
- Fix build on 6-STABLE

Submitted by:   ume
Reported by:    kris mail
Sat, 17 Jun 2006
[ 08:17 sem search for other commits by this committer ] Original commit 
- Fix typo: NOT_FOR_ARCH -> NOT_FOR_ARCHS

Reported by:    kris mail
Tue, 2 May 2006
[ 21:05 sem search for other commits by this committer ] Original commit 
- Add missing ${FILESDIR} for an extra patch. It fixes build on CURRNET.

Reported by:    kris via pointyhat
Sun, 23 Apr 2006
[ 20:35 sem search for other commits by this committer ] Original commit 
- Update to 5.5.1 (bugfix release)
Sun, 16 Apr 2006
[ 18:34 sem search for other commits by this committer ] Original commit 
- NOT_FOR_ARCHS=sparc64

Noted by:       kris mail
Wed, 15 Mar 2006
[ 11:24 sem search for other commits by this committer ] Original commit 
- Update to 5.5.0
- Split ACE and TAO. Now it's not a slave port.
Tue, 7 Dec 2004
[ 13:32 sem search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update to 5.4.2+1.4.2

Submitted by:   Craig Rodrigues <rodrigc(at)crodrigues.org>
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 16 Jan 2004
[ 17:59 clement search for other commits by this committer ] Original commit 
- Fix CONFLICTS

PR:                 61412
Submitted by:       Sergey Matveychuk <sem@ciam.ru> (maintainer)
Approved by:        erwin (mentor) (implicitly)
Sat, 10 Jan 2004
[ 09:28 krion search for other commits by this committer ] Original commit 
- Use DISTNAME from master port

PR:             61158
Submitted by:   maintainer
Mon, 5 Jan 2004
[ 19:32 pav search for other commits by this committer ] Original commit 
Add ace, a slave port of ace+tao without tao.

PR:             ports/60948
Submitted by:   Sergey Matveychuk <sem@ciam.ru>

Number of commits found: 79