Index: head/devel/flatcc/Makefile =================================================================== --- head/devel/flatcc/Makefile (revision 512387) +++ head/devel/flatcc/Makefile (revision 512388) @@ -1,28 +1,30 @@ # $FreeBSD$ PORTNAME= flatcc DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= FlatBuffers compiler and library in C for C LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= dvidelabs USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS FLATCC_INSTALL CMAKE_OFF= FLATCC_TEST +PLIST_SUB= SUFFIX=${WITH_DEBUG:D_d} + do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DFLATCC_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include Index: head/devel/flatcc/pkg-plist =================================================================== --- head/devel/flatcc/pkg-plist (revision 512387) +++ head/devel/flatcc/pkg-plist (revision 512388) @@ -1,68 +1,68 @@ -bin/flatcc +bin/flatcc%%SUFFIX%% include/flatcc/flatcc.h include/flatcc/flatcc_accessors.h include/flatcc/flatcc_alloc.h include/flatcc/flatcc_builder.h include/flatcc/flatcc_emitter.h include/flatcc/flatcc_endian.h include/flatcc/flatcc_epilogue.h include/flatcc/flatcc_flatbuffers.h include/flatcc/flatcc_identifier.h include/flatcc/flatcc_iov.h include/flatcc/flatcc_json_parser.h include/flatcc/flatcc_json_printer.h include/flatcc/flatcc_portable.h include/flatcc/flatcc_prologue.h include/flatcc/flatcc_refmap.h include/flatcc/flatcc_rtconfig.h include/flatcc/flatcc_types.h include/flatcc/flatcc_unaligned.h include/flatcc/flatcc_verifier.h include/flatcc/flatcc_version.h include/flatcc/portable/LICENSE include/flatcc/portable/README.md include/flatcc/portable/grisu3_math.h include/flatcc/portable/grisu3_parse.h include/flatcc/portable/grisu3_print.h include/flatcc/portable/include/README include/flatcc/portable/include/linux/endian.h include/flatcc/portable/include/std/inttypes.h include/flatcc/portable/include/std/stdalign.h include/flatcc/portable/include/std/stdbool.h include/flatcc/portable/include/std/stdint.h include/flatcc/portable/paligned_alloc.h include/flatcc/portable/pbase64.h include/flatcc/portable/pdiagnostic.h include/flatcc/portable/pdiagnostic_pop.h include/flatcc/portable/pdiagnostic_push.h include/flatcc/portable/pendian.h include/flatcc/portable/pendian_detect.h include/flatcc/portable/pinline.h include/flatcc/portable/pinttypes.h include/flatcc/portable/portable.h include/flatcc/portable/portable_basic.h include/flatcc/portable/pparsefp.h include/flatcc/portable/pparseint.h include/flatcc/portable/pprintfp.h include/flatcc/portable/pprintint.h include/flatcc/portable/pstatic_assert.h include/flatcc/portable/pstatic_assert_scope.h include/flatcc/portable/pstdalign.h include/flatcc/portable/pstdbool.h include/flatcc/portable/pstdint.h include/flatcc/portable/punaligned.h include/flatcc/portable/pversion.h include/flatcc/portable/pwarnings.h include/flatcc/reflection/README include/flatcc/reflection/flatbuffers_common_builder.h include/flatcc/reflection/flatbuffers_common_reader.h include/flatcc/reflection/reflection_builder.h include/flatcc/reflection/reflection_reader.h include/flatcc/reflection/reflection_verifier.h include/flatcc/support/README include/flatcc/support/cdump.h include/flatcc/support/elapsed.h include/flatcc/support/hexdump.h include/flatcc/support/readfile.h -lib/libflatcc.so -lib/libflatccrt.so +lib/libflatcc%%SUFFIX%%.so +lib/libflatccrt%%SUFFIX%%.so