non port: devel/googletest/Makefile |
SVNWeb
|
Number of commits found: 45 |
Wed, 16 Aug 2023
|
[ 18:25 Po-Chuan Hsieh (sunpoet) ] b4d51fb (Only the first 10 of 20 ports in this commit are shown above. )
devel/googletest: Update to 1.14.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases
|
Sun, 7 May 2023
|
[ 21:13 Po-Chuan Hsieh (sunpoet) ] efe0b4d
devel/googletest: Remove duplicate USE_CXXSTD=c++14
|
[ 16:03 Po-Chuan Hsieh (sunpoet) ] e6dd540
devel/googletest: Use C++14
- Update WWW
- Use complete arguments/options
- Take maintainership
from Release Notes:
GoogleTest now requires at least C++14.
Reference: https://github.com/google/googletest/releases/tag/v1.13.0
|
Thu, 4 May 2023
|
[ 04:15 Jan Beich (jbeich) ] 0e46973
devel/googletest: drop maintainership
|
[ 04:15 Jan Beich (jbeich) ] 4aec6e1
devel/googletest: update to 1.13.0
Changes: https://github.com/google/googletest/releases/tag/v1.13.0
Reported by: GitHub (watch releases)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Thu, 30 Jun 2022
|
[ 15:27 Jan Beich (jbeich) ] 957aa87 (Only the first 10 of 17 ports in this commit are shown above. )
devel/googletest: update to 1.12.1
Changes: https://github.com/google/googletest/releases/tag/release-1.12.1
Reported by: GitHub (watch releases)
|
Sat, 25 Jun 2022
|
[ 19:31 Jan Beich (jbeich) ] 3ff1f55 (Only the first 10 of 17 ports in this commit are shown above. )
devel/googletest: update to 1.12.0
Changes: https://github.com/google/googletest/releases/tag/release-1.12.0
Reported by: GitHub (watch releases)
|
Sat, 12 Jun 2021
|
[ 03:25 Jan Beich (jbeich) ] 4421609
devel/googletest: update to 1.11.0
Changes: https://github.com/google/googletest/compare/53495a2a...release-1.11.0
Changes: https://github.com/google/googletest/releases/tag/release-1.11.0
Reported by: GitHub (watch releases)
|
Thu, 3 Jun 2021
|
[ 15:04 Jan Beich (jbeich) ] ab6322e
devel/googletest: update to 1.10.0.667
Upstream no longer makes releases, see
https://github.com/google/googletest/commit/861d535e2595
Changes: https://github.com/google/googletest/compare/release-1.10.0...53495a2a
Reported by: ngie (1 year ago)
|
Tue, 18 May 2021
|
[ 00:47 Jan Beich (jbeich) ] 4602f4d
devel/googletest: convert TEST option to USES=cmake:testing
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 19 Dec 2019
|
[ 03:41 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
devel/googletest: merge googlemock
Avoid micromanaging installed files to simplify maintenance.
Already done upstream since 1.8.0. Other distributions (e.g.,
Arch, PkgSrc) have followed.
|
Sat, 5 Oct 2019
|
[ 00:42 jbeich ] (Only the first 10 of 18 ports in this commit are shown above. )
devel/google{test,mock}: update to 1.10.0
- Drop static library
- Drop gtest-config and gmock-config
- Drop GTEST_LIB_CHECK autoconf macro
- Drop gmock_doctory.py as it's too old
- Expose tests via option
Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0
Reported by: GitHub (watch releases)
PR: 239654
Differential Revision: https://reviews.freebsd.org/D19430
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 4 Mar 2019
|
[ 21:51 ngie ]
devel/googletest: require libpthread
As noted by @asomers in rS300906 (`cddl/usr.sbin/zfsd/tests/Makefile`
specifically), googletest requires libpthread in order to function, if
`-DGTEST_HAS_PTHREAD` is defined.
While this is true, the code was not being linked against libpthread,
resulting in libgtest being broken, and thus all tests reliant on the library
broken at runtime.
Adding `LIBS+= -lpthread` unbreaks the tests that use pthread support
internally.
PR: 236169
Reviewed by: jbeich
Approved by: jbeich (maintainer)
Differential Revision: https://reviews.freebsd.org/D19463
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Mon, 1 Oct 2018
|
[ 00:31 jbeich ]
devel/googletest: oops, builds fine with clang++ -stdlib=libstdc++ -std=gnu++03
FreeBSD 9.x defaulted to GCC 4.2 but could use Clang, so c++11-lang
used Clang while c++11-lib use lang/gcc* bun nowadays the difference
no longer exists. While testing previous change I forgot to account
that newer Clang versions have switched to C++14 by default while
libstdc++ 4.2 doesn't support C++11 or newer.
PR: 231835
|
[ 00:13 jbeich ]
devel/googletest: unbreak on GCC architectures after r478607
In file included from ./include/gtest/gtest.h:59,
from src/gtest_main.cc:31:
./include/gtest/internal/gtest-internal.h:657: error: expected ',' or '...'
before '>' token
./include/gtest/internal/gtest-internal.h:657: error: parse error in template
argument list
./include/gtest/internal/gtest-internal.h:657: error: default argument missing
for parameter 7 of 'static bool
testing::internal::TypeParameterizedTest<Fixture, TestSel,
Types>::Register(const char*, const testing::internal::CodeLocation&, const
char*, const char*, int, const std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >&, Types)'
In file included from src/gtest_main.cc:31:
In file included from ./include/gtest/gtest.h:59:
./include/gtest/internal/gtest-internal.h:947:44: error: no member named
'declval' in namespace 'std'
class Iterator = decltype(::std::declval<const C&>().begin()),
~~~~~~~^
./include/gtest/internal/gtest-internal.h:947:52: error: expected expression
class Iterator = decltype(::std::declval<const C&>().begin()), (Only the first 15 lines of the commit message are shown above )
|
Fri, 31 Aug 2018
|
[ 20:14 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
devel/google{test,mock}: update to 1.8.1
Changes: https://github.com/google/googletest/compare/9bda90b...release-1.8.1
|
Fri, 9 Mar 2018
|
[ 12:07 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
devel/google{test,mock}: update to 1.8.0.712
Changes: https://github.com/google/googletest/compare/5490beb...9bda90b
|
Wed, 27 Dec 2017
|
[ 19:47 jbeich ]
devel/google{test,mock}: update to 1.8.0.450
Changes: https://github.com/google/googletest/compare/f1a87d7...5490beb
|
Mon, 25 Sep 2017
|
[ 00:51 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
devel/google{test,mock}: update to 1.8.0.358
Changes: https://github.com/google/googletest/compare/59c795c...f1a87d7
|
Thu, 18 May 2017
|
[ 23:22 jbeich ]
devel/google{test,mock}: update to 1.8.0.50
Changes: https://github.com/google/googletest/compare/a2b8a8e...59c795c
|
Tue, 15 Nov 2016
|
[ 01:41 jbeich ] (Only the first 10 of 14 ports in this commit are shown above. )
devel/google{test,mock}: update to 1.8.0.11
Changes: https://github.com/google/googletest/compare/release-1.7.0...a2b8a8e
|
Sat, 3 Oct 2015
|
[ 01:31 jbeich ]
devel/google{test,mock}: simplify and modernize
- Convert to the new testing framework
- Add upstream fix for gmock_doctor.py to work with python3, so
keep existing |/usr/bin/env python| shebang
- Drop fused-src tests as the ports don't install source files
- No need to shebangfix files we don't install
- Provide LICENSE_FILE as there's none under Templates/Licenses/
- Sort declarations by the order they're run (ldconfig is last)
- Silence post-patch commands [1]
PR: 203514
Submitted by: amdmi3 [1]
Reviewed by: amdmi3 (previous version)
|
Tue, 25 Aug 2015
|
[ 07:10 jbeich ]
devel/google{test,mock}: chase new home
https://code.google.com/p/support/wiki/ReadOnlyTransition
|
Tue, 20 Jan 2015
|
[ 22:03 jbeich ]
Per convention change my address to @FreeBSD.org
Differential Revision: https://reviews.freebsd.org/D1565
Approved by: bapt (mentor)
|
Tue, 25 Nov 2014
|
[ 17:38 marino ]
devel/googlemock, devel/googletest: Upgrade version 1.5 => 1.7
As part of the upgrade process:
- copy shebangfix and regression-test from googletest to googlemock
- convert regression-test to TEST option for better integration with
poudriere and visibility for users
- make sure configure detects python2 to follow shebangfix
- add LICENSE=BSD3CLAUSE (idea from comment 0)
- strip libs per stage-qa
- enable pthreads by default in devel/googletest
- enable death tests in devel/googletest
- enable socket streaming in devel/googletest
- implement GetThreadCount for death tests in devel/googletest
- disable streaming tests that fail with old gcc on 9.x in googletest
- depend on googletest in googlemock as -lgmock fails otherwise [1]
- pass maintainership to the persistent submitter [2]
PR: 187562
PR: 192736 [2]
PR: 192042 [1]
Approved by: maintainer timeout (~8 months)
Submitted by: rakuco [1]
Submitted by: Jan Beich <jbeich@vfemail.net> [2]
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Mon, 18 Aug 2014
|
[ 12:46 sunpoet ]
- Add LICENSE
- Remove contiguous blank lines
|
Mon, 16 Jun 2014
|
[ 22:21 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Tue, 10 Jun 2014
|
[ 07:39 olgeni ] (Only the first 10 of 388 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt)
|
Sun, 8 Dec 2013
|
[ 13:24 mva ]
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: portmgr (blanket)
|
Thu, 7 Nov 2013
|
[ 02:52 clsung ]
convert to STAGE
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] (Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sat, 29 Oct 2011
|
[ 08:45 miwi ] (Only the first 10 of 19 ports in this commit are shown above. )
- Fix build on FreeBSD 10
|
Tue, 8 Jun 2010
|
[ 08:55 clsung ]
- Update to 1.5.0
PR: ports/146903
Submitted by: Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
|
Tue, 17 Nov 2009
|
[ 07:23 clsung ]
- Update to 1.4.0
|
Fri, 12 Jun 2009
|
[ 08:18 clsung ]
- Update to 1.3.0
|
Fri, 12 Dec 2008
|
[ 03:55 clsung ]
- Update to 1.2.1
|
[ 02:44 clsung ]
- Update to 1.2.0
|
Tue, 14 Oct 2008
|
[ 08:01 clsung ]
Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian).
Based on the xUnit architecture. Supports automatic test discovery,
a rich set of assertions, user-defined assertions, death tests,
fatal and non-fatal failures, type-parameterized tests, various options
for running the tests, and XML test report generation.
|
Number of commits found: 45 |