On 2023/08/17 13:27, Antoine Jacoutot wrote: > On Thu, Aug 17, 2023 at 01:16:56PM +0200, Rafael Sadowski wrote: > > Simple update googletest-1.14.0. Tested on amd64. I think this is a > > candidate for a bulk build.
what's it already been tested with? there aren't _that_ many (and a bulk is of limited use as it won't be running "make test" anyway). > You're changing the package name. > > > > > Cheers Rafael > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/devel/gtest/Makefile,v > > retrieving revision 1.30 > > diff -u -p -u -p -r1.30 Makefile > > --- Makefile 20 Feb 2023 16:35:20 -0000 1.30 > > +++ Makefile 17 Aug 2023 11:15:41 -0000 > > @@ -1,16 +1,13 @@ > > -# http://build-failures.rhaalovely.net//alpha/2017-11-19/devel/gtest.log > > -BROKEN-alpha = googletest/test/gtest_unittest.cc:2730: error: > > unrecognizable insn: > > - > > COMMENT = C++ unit test framework > > > > +V= 1.14.0 > > GH_ACCOUNT= google > > GH_PROJECT= googletest > > -GH_COMMIT= 06519cedc3159de8b36a504766ad6b7966555f10 > > -DISTNAME= gtest-1.11.0pl20220208 > > +GH_TAGNAME= v${V} > > > > -SHARED_LIBS += gmock 1.0 # .0.0 > > +SHARED_LIBS += gmock 2.0 # .0.0 > > SHARED_LIBS += gmock_main 1.0 # .0.0 > > -SHARED_LIBS += gtest 2.0 # .0.0 > > +SHARED_LIBS += gtest 3.0 # .0.0 > > SHARED_LIBS += gtest_main 2.0 # .0.0 > > > > CATEGORIES = devel > > @@ -43,6 +40,8 @@ CONFIGURE_ARGS += -DCMAKE_CXX_STANDARD=1 > > > > # evertyhing except tests s/evertyhing/everything > > ALL_TARGET = gmock gmock_main gtest gtest_main > > + > > +WRKDIST= ${WRKDIR}/googletest-${V} WRKDIST is unnecessary > > > > # build whatever is left (ca. 102 C++ test files) > > pre-test: > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/devel/gtest/distinfo,v > > retrieving revision 1.6 > > diff -u -p -u -p -r1.6 distinfo > > --- distinfo 13 Feb 2022 11:15:33 -0000 1.6 > > +++ distinfo 17 Aug 2023 11:15:41 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (gtest-1.11.0pl20220208-06519ced.tar.gz) = > > sRI4OZi04SMfIwCe725y3/CchJ110HBAZa2XOcxh9LA= > > -SIZE (gtest-1.11.0pl20220208-06519ced.tar.gz) = 835586 > > +SHA256 (googletest-1.14.0.tar.gz) = > > itWYxzrXluDYKAsILOvYKmMNc+c808cAV5OKZQG7pdc= > > +SIZE (googletest-1.14.0.tar.gz) = 867764 > > > > -- > Antoine >
