Index: head/devel/aws-c-commons/Makefile =================================================================== --- head/devel/aws-c-commons/Makefile (revision 493750) +++ head/devel/aws-c-commons/Makefile (revision 493751) @@ -1,25 +1,25 @@ # Created by: Danilo Egea Gondolfo # $FreeBSD$ PORTNAME= aws-c-common -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.3 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= danilo@FreeBSD.org COMMENT= Core c99 package for AWS SDK for C LICENSE= APACHE20 USES= cmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= awslabs CFLAGS+= -D__BSD_VISIBLE=1 CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON USE_LDCONFIG= yes .include Index: head/devel/aws-c-commons/distinfo =================================================================== --- head/devel/aws-c-commons/distinfo (revision 493750) +++ head/devel/aws-c-commons/distinfo (revision 493751) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547063707 -SHA256 (awslabs-aws-c-common-v0.3.0_GH0.tar.gz) = e65f0ce87a7050c9eb66a7aa8c43fa93293a62bab06a5ceaeef82a8d17b06fc5 -SIZE (awslabs-aws-c-common-v0.3.0_GH0.tar.gz) = 167114 +TIMESTAMP = 1550937784 +SHA256 (awslabs-aws-c-common-v0.3.3_GH0.tar.gz) = 22ad9884d154d116bf8350b17fb1d764d7410bed0333d05b4f887baefd9ff87b +SIZE (awslabs-aws-c-common-v0.3.3_GH0.tar.gz) = 167889 Index: head/devel/aws-c-commons/files/patch-CMakeLists.txt =================================================================== --- head/devel/aws-c-commons/files/patch-CMakeLists.txt (revision 493750) +++ head/devel/aws-c-commons/files/patch-CMakeLists.txt (revision 493751) @@ -1,19 +1,19 @@ ---- CMakeLists.txt.orig 2019-01-09 19:56:14 UTC +--- CMakeLists.txt.orig 2019-02-12 00:14:23 UTC +++ CMakeLists.txt -@@ -104,7 +104,6 @@ if (PERFORM_HEADER_CHECK) +@@ -106,7 +106,6 @@ if (PERFORM_HEADER_CHECK) endif() add_library(${CMAKE_PROJECT_NAME} ${COMMON_SRC}) -aws_set_common_properties(${CMAKE_PROJECT_NAME} NO_WEXTRA) aws_prepare_symbol_visibility_args(${CMAKE_PROJECT_NAME} "AWS_COMMON") #apple source already includes the definitions we want, and setting this posix source -@@ -205,7 +204,7 @@ install(FILES ${EXPORT_MODULES} - DESTINATION "${LIBRARY_DIRECTORY}/cmake" - COMPONENT Development) +@@ -212,7 +211,7 @@ configure_file(${CONFIG_HEADER_TEMPLATE} + ${GENERATED_CONFIG_HEADER} + ESCAPE_QUOTES) -if (NOT CMAKE_CROSSCOMPILING) +if (NOT CMAKE_CROSSCOMPILING AND BUILD_TESTING) include(CTest) add_subdirectory(tests) endif() Index: head/devel/aws-c-commons/files/patch-source_posix_clock.c =================================================================== --- head/devel/aws-c-commons/files/patch-source_posix_clock.c (nonexistent) +++ head/devel/aws-c-commons/files/patch-source_posix_clock.c (revision 493751) @@ -0,0 +1,11 @@ +--- source/posix/clock.c.orig 2019-02-17 20:17:45 UTC ++++ source/posix/clock.c +@@ -15,7 +15,7 @@ + + #include + +-#include ++#include + + static const uint64_t NS_PER_SEC = 1000000000; + Property changes on: head/devel/aws-c-commons/files/patch-source_posix_clock.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property