Changeset View
Changeset View
Standalone View
Standalone View
devel/googletest/pkg-plist
bin/gtest-config | |||||
jbeich: Either `gtest-config` or `pkg-config gtest` need to work. Consumers cannot be expect to know… | |||||
ngieAuthorUnsubmitted Done Inline ActionsInstalling gtest-config broke building from my GitHub checkout because it was picking up headers from /usr/local/include, instead of the relative directories. I will see about making pkg-config gtest work. ngie: Installing `gtest-config` broke building from my GitHub checkout because it was picking up… | |||||
include/gtest/gtest-death-test.h | include/gtest/gtest-death-test.h | ||||
include/gtest/gtest-message.h | include/gtest/gtest-message.h | ||||
include/gtest/gtest-param-test.h | include/gtest/gtest-param-test.h | ||||
include/gtest/gtest-printers.h | include/gtest/gtest-printers.h | ||||
include/gtest/gtest-spi.h | include/gtest/gtest-spi.h | ||||
include/gtest/gtest-test-part.h | include/gtest/gtest-test-part.h | ||||
include/gtest/gtest-typed-test.h | include/gtest/gtest-typed-test.h | ||||
include/gtest/gtest.h | include/gtest/gtest.h | ||||
include/gtest/gtest_pred_impl.h | include/gtest/gtest_pred_impl.h | ||||
include/gtest/gtest_prod.h | include/gtest/gtest_prod.h | ||||
include/gtest/internal/custom/gtest-port.h | include/gtest/internal/custom/gtest-port.h | ||||
include/gtest/internal/custom/gtest-printers.h | include/gtest/internal/custom/gtest-printers.h | ||||
include/gtest/internal/custom/gtest.h | include/gtest/internal/custom/gtest.h | ||||
include/gtest/internal/gtest-death-test-internal.h | include/gtest/internal/gtest-death-test-internal.h | ||||
include/gtest/internal/gtest-filepath.h | include/gtest/internal/gtest-filepath.h | ||||
include/gtest/internal/gtest-internal.h | include/gtest/internal/gtest-internal.h | ||||
include/gtest/internal/gtest-linked_ptr.h | include/gtest/internal/gtest-linked_ptr.h | ||||
include/gtest/internal/gtest-param-util-generated.h | include/gtest/internal/gtest-param-util-generated.h | ||||
include/gtest/internal/gtest-param-util.h | include/gtest/internal/gtest-param-util.h | ||||
include/gtest/internal/gtest-port-arch.h | include/gtest/internal/gtest-port-arch.h | ||||
include/gtest/internal/gtest-port.h | include/gtest/internal/gtest-port.h | ||||
include/gtest/internal/gtest-string.h | include/gtest/internal/gtest-string.h | ||||
include/gtest/internal/gtest-tuple.h | include/gtest/internal/gtest-tuple.h | ||||
include/gtest/internal/gtest-type-util.h | include/gtest/internal/gtest-type-util.h | ||||
lib/libgtest.a | |||||
lib/libgtest.so | lib/libgtest.so | ||||
lib/libgtest.so.0 | |||||
jbeichUnsubmitted Done Inline ActionsIf SONAME has changed consumers need PORTREVISION bump. OTOH, none appear to depend at runtime: $ pkg rquery '%o %B' | awk '/libgtest/ { print $1 }' $ jbeich: If SONAME has changed consumers need PORTREVISION bump. OTOH, none appear to depend at runtime… | |||||
lib/libgtest.so.0.0.0 | |||||
lib/libgtest_main.a | |||||
lib/libgtest_main.so | lib/libgtest_main.so | ||||
lib/libgtest_main.so.0 | @dir tests/googletest | ||||
matUnsubmitted Done Inline ActionsThis is probably not needed, I doubt make makeplist generated this. mat: This is probably not needed, I doubt `make makeplist` generated this. | |||||
lib/libgtest_main.so.0.0.0 | tests/googletest/googletest-catch-exceptions-ex-test_ | ||||
share/aclocal/gtest.m4 | tests/googletest/googletest-catch-exceptions-no-ex-test_ | ||||
tests/googletest/googletest-color-test_ | |||||
tests/googletest/googletest-death-test-test | |||||
tests/googletest/googletest-env-var-test_ | |||||
tests/googletest/googletest-filepath-test | |||||
tests/googletest/googletest-linked-ptr-test | |||||
tests/googletest/googletest-list-tests-unittest_ | |||||
tests/googletest/googletest-listener-test | |||||
tests/googletest/googletest-message-test | |||||
tests/googletest/googletest-options-test | |||||
tests/googletest/googletest-output-test_ | |||||
tests/googletest/googletest-param-test-test | |||||
tests/googletest/googletest-port-test | |||||
tests/googletest/googletest-printers-test | |||||
tests/googletest/googletest-shuffle-test_ | |||||
tests/googletest/googletest-test-part-test | |||||
tests/googletest/googletest-throw-on-failure-test_ | |||||
tests/googletest/googletest-tuple-test | |||||
tests/googletest/googletest-uninitialized-test_ | |||||
tests/googletest/gtest-death-test_ex_catch_test | |||||
tests/googletest/gtest-death-test_ex_nocatch_test | |||||
tests/googletest/gtest-typed-test_test |
Either gtest-config or pkg-config gtest need to work. Consumers cannot be expect to know where the library is installed.