Index: head/net/sems/Makefile =================================================================== --- head/net/sems/Makefile (revision 513386) +++ head/net/sems/Makefile (revision 513387) @@ -1,48 +1,48 @@ # Created by: Nathan Whitehon # $FreeBSD$ PORTNAME= sems DISTVERSION= ${SEMS_VERSION}.g20190822 CATEGORIES= net MAINTAINER= nwhitehorn@FreeBSD.org COMMENT= SIP Express Media Server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING LIB_DEPENDS= libopus.so:audio/opus \ libcodec2.so:audio/codec2 \ libevent.so:devel/libevent \ librtmp.so:multimedia/librtmp \ libilbc.so:net/ilbc \ libgsm.so:audio/gsm \ libsamplerate.so:audio/libsamplerate \ libspeex.so:audio/speex \ libspandsp.so:comms/spandsp -USES= cmake python:2.7,run shebangfix +USES= cmake compiler:c++11-lang python:2.7,run shebangfix SHEBANG_GLOB= sems-* USE_GITHUB= yes GH_ACCOUNT= sems-server GH_TAGNAME= 7400051 CFLAGS+= -Wno-reorder CMAKE_ARGS= -DSEMS_CFG_PREFIX=${PREFIX} -DSEMS_AUDIO_PREFIX=${PREFIX}/lib \ -DSEMS_EXEC_PREFIX=${PREFIX} -DSEMS_DOC_PREFIX=${PREFIX}/share/doc CMAKE_ON= SEMS_USE_SPANDSP SEMS_USE_LIBSAMPLERATE SEMS_USE_OPUS USE_RC_SUBR= sems USERS= sems GROUPS= sems SEMS_VERSION= 1.7.0 PLIST_SUB= SEMS_VERSION=${SEMS_VERSION} post-install: cd ${STAGEDIR}${ETCDIR} && ${FIND} . \ -type f -exec ${MV} {} {}.sample \; .include Index: head/net/sems/files/patch-core_plug-in_isac_libisac_typedefs.h =================================================================== --- head/net/sems/files/patch-core_plug-in_isac_libisac_typedefs.h (nonexistent) +++ head/net/sems/files/patch-core_plug-in_isac_libisac_typedefs.h (revision 513387) @@ -0,0 +1,23 @@ +--- core/plug-in/isac/libisac/typedefs.h.orig 2019-09-18 08:25:08 UTC ++++ core/plug-in/isac/libisac/typedefs.h +@@ -77,7 +77,19 @@ + #define WEBRTC_ARCH_32_BITS + #define WEBRTC_ARCH_LITTLE_ENDIAN + #else +-#error Please add support for your architecture in typedefs.h ++/* instead of failing, use typical unix defines... */ ++#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ ++#define WEBRTC_ARCH_LITTLE_ENDIAN ++#elif __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ ++#define WEBRTC_ARCH_BIG_ENDIAN ++#else ++#error __BYTE_ORDER__ is not defined ++#endif ++#if defined(__LP64__) ++#define WEBRTC_ARCH_64_BITS ++#else ++#define WEBRTC_ARCH_32_BITS ++#endif + #endif + + #if defined(__SSE2__) || defined(_MSC_VER) Property changes on: head/net/sems/files/patch-core_plug-in_isac_libisac_typedefs.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property