non port: devel/googlemock/Makefile |
SVNWeb
|
Number of commits found: 24 |
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
|
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:36 jbeich ]
devel/googlemock: unbreak on GCC architectures
In file included from /usr/local/include/gtest/gtest.h:59,
from ./include/gmock/internal/gmock-internal-utils.h:47,
from ./include/gmock/gmock-actions.h:47,
from ./include/gmock/gmock.h:59,
from src/gmock_main.cc:32:
/usr/local/include/gtest/internal/gtest-internal.h:657: error: expected ',' or
'...' before '>' token
/usr/local/include/gtest/internal/gtest-internal.h:657: error: parse error in
template argument list
/usr/local/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)'
PR: 231835
|
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
|
Sun, 21 May 2017
|
[ 11:06 cpm ]
- Fix shebangs
- Bump PORTREVISION
PR: 219401
Submitted by: cpm
Approved by: jbeich (maintainer)
|
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
|
Wed, 16 Mar 2016
|
[ 12:58 jbeich ] (Only the first 10 of 30 ports in this commit are shown above. )
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
|
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, 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)
|
Thu, 7 Nov 2013
|
[ 02:51 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)
|
Tue, 8 Jun 2010
|
[ 08:56 clsung ]
- Update 1.5.0
PR: ports/146905
Submitted by: Yi-Huan Chan <yhchan_AT_csie dot nctu dot edu dot tw>
|
Tue, 17 Nov 2009
|
[ 07:45 clsung ]
- Update to 1.4.0
|
Fri, 12 Jun 2009
|
[ 08:18 clsung ]
- Update to 1.1.0
|
Fri, 12 Dec 2008
|
[ 05:17 clsung ]
- add googlemock, Google C++ Mocking Framework
|
Number of commits found: 24 |