diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-18 13:31:00 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-10-18 13:31:00 +0000 |
commit | 9ff73185e108e00589fe2cecd1410bc0aa342e0c (patch) | |
tree | c4d6461e6b7ba3ce0cc3319a892ddb2d78a6030f /net/ortp | |
parent | 0a539a80c5388f1f61b8a2f6048884c97966dcdd (diff) |
Notes
Diffstat (limited to 'net/ortp')
-rw-r--r-- | net/ortp/Makefile | 19 | ||||
-rw-r--r-- | net/ortp/distinfo | 6 | ||||
-rw-r--r-- | net/ortp/files/patch-configure | 10 | ||||
-rw-r--r-- | net/ortp/pkg-plist | 8 |
4 files changed, 19 insertions, 24 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 5fe883dbfaa2..f2f7e72e2aad 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -2,24 +2,25 @@ # $FreeBSD$ PORTNAME= ortp -PORTVERSION= 0.27.0 +PORTVERSION= 1.0.2 CATEGORIES= net -MASTER_SITES= SAVANNAH/linphone/ortp/sources +MASTER_SITES= https://www.linphone.org/releases/sources/ortp/ MAINTAINER= sobomax@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) library -LICENSE= LGPL21 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libbctoolbox.so:net/bctoolbox -CONFLICTS_INSTALL= linphone-base-[0-9]* - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-strict -INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= cmake:outsource USE_LDCONFIG= yes +CMAKE_ARGS= -DENABLE_DOC=NO -DENABLE_STATIC=NO -DENABLE_STRICT=NO +WRKSRC= ${WRKDIR}/${DISTNAME}-0 + +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/share/doc/${DISTNAME} + .include <bsd.port.mk> diff --git a/net/ortp/distinfo b/net/ortp/distinfo index 7eaf2ef832e5..a986d4e2793e 100644 --- a/net/ortp/distinfo +++ b/net/ortp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476351902 -SHA256 (ortp-0.27.0.tar.gz) = eb61a833ab3ad80978d7007411240f46e9b2d1034373b9d9dfaac88c1b6ec0af -SIZE (ortp-0.27.0.tar.gz) = 592522 +TIMESTAMP = 1506000045 +SHA256 (ortp-1.0.2.tar.gz) = a51551194332ac62b47865dc1e60893ece4922c489a7b0a780b8be562978d804 +SIZE (ortp-1.0.2.tar.gz) = 223758 diff --git a/net/ortp/files/patch-configure b/net/ortp/files/patch-configure deleted file mode 100644 index 3b0ffc952588..000000000000 --- a/net/ortp/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig 2014-02-19 14:31:33 UTC -+++ configure -@@ -12021,7 +12021,6 @@ $as_echo "#define NOCONNECT 1" >>confdef - - $as_echo "#define NOCONNECT 1" >>confdefs.h - -- PTHREAD_LDFLAGS="-pthread" - ;; - *mingw32ce) - CFLAGS="$CFLAGS -D_WIN32_WCE -D_WIN32_WINNT=0x0501 -DORTP_STATIC" diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index 538ebaf3e2d5..8bef2f109ef9 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -12,7 +12,11 @@ include/ortp/rtpsignaltable.h include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h +include/ortp/utils.h lib/libortp.so -lib/libortp.so.11 -lib/libortp.so.11.0.0 +lib/libortp.so.13 libdata/pkgconfig/ortp.pc +share/oRTP/cmake/ORTPConfig.cmake +share/oRTP/cmake/ORTPConfigVersion.cmake +share/oRTP/cmake/ORTPTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/oRTP/cmake/ORTPTargets.cmake |