diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-10 16:16:32 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-10 16:16:32 +0000 |
| commit | 04ac9cfde8901de5084ad9683bdf88101a281357 (patch) | |
| tree | 1d9d606d62cabeac86ceeb58d018729fb603b91e | |
| parent | remove NO_STAGE. (diff) | |
Update net/ortp to 0.23.0
PR: 187135
Submitted by: koue@chaosophia.net
Approved by: maintainer timeout (4 months)
Notes
Notes:
svn path=/head/; revision=361473
| -rw-r--r-- | net/ortp/Makefile | 17 | ||||
| -rw-r--r-- | net/ortp/distinfo | 4 | ||||
| -rw-r--r-- | net/ortp/files/patch-src::stun.c | 14 | ||||
| -rw-r--r-- | net/ortp/pkg-plist | 24 |
4 files changed, 14 insertions, 45 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 0e13fa0de49c..a897373eed26 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -2,25 +2,18 @@ # $FreeBSD$ PORTNAME= ortp -PORTVERSION= 0.13.0 -PORTREVISION= 2 +PORTVERSION= 0.23.0 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= linphone/ortp/sources +MASTER_SITES= SAVANNAH/linphone/ortp MAINTAINER= sobomax@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) stack -USES= libtool pathfix pkgconfig -USE_GNOME= glib20 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +CONFIGURE_ARGS= --disable-silent-rules --disable-strict +CPPFLAGS+= -DHAVE_DEV_RANDOM INSTALL_TARGET= install-strip +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/net/ortp/distinfo b/net/ortp/distinfo index e52307afab1f..880f7708417e 100644 --- a/net/ortp/distinfo +++ b/net/ortp/distinfo @@ -1,2 +1,2 @@ -SHA256 (ortp-0.13.0.tar.gz) = aef36873bd6e9c2c63f30d6d0e3564ac34a680d3930c1e9e4246985a4483371f -SIZE (ortp-0.13.0.tar.gz) = 495642 +SHA256 (ortp-0.23.0.tar.gz) = 91a5ada15f62ce5f08beceef4d0adb65469211e2f208bd96e493a8df9f84fcdb +SIZE (ortp-0.23.0.tar.gz) = 540135 diff --git a/net/ortp/files/patch-src::stun.c b/net/ortp/files/patch-src::stun.c deleted file mode 100644 index 7bb3d65f9562..000000000000 --- a/net/ortp/files/patch-src::stun.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/stun.c -+++ src/stun.c -@@ -768,7 +768,7 @@ - read(fd,&tick,sizeof(tick));
- closesocket(fd);
- }
--#elif defined(__linux)
-+#elif defined(__linux) || defined (__FreeBSD__)
- {
- fd_set fdSet;
- int maxFd=0;
diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index c37cc2e5711e..2feb30946912 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -1,9 +1,13 @@ +include/ortp/b64.h include/ortp/event.h +include/ortp/logging.h include/ortp/ortp.h +include/ortp/ortp_srtp.h include/ortp/payloadtype.h include/ortp/port.h include/ortp/rtcp.h include/ortp/rtp.h +include/ortp/rtpprofile.h include/ortp/rtpsession.h include/ortp/rtpsignaltable.h include/ortp/sessionset.h @@ -11,23 +15,9 @@ include/ortp/str_utils.h include/ortp/stun.h include/ortp/stun_udp.h include/ortp/telephonyevents.h -lib/libortp.a +include/ortp/zrtp.h lib/libortp.so -lib/libortp.so.5 -lib/libortp.so.5.0.0 +lib/libortp.so.9 +lib/libortp.so.9.0.0 libdata/pkgconfig/ortp.pc -%%PORTDOCS%%%%DOCSDIR%%/book1.html -%%PORTDOCS%%%%DOCSDIR%%/home.png -%%PORTDOCS%%%%DOCSDIR%%/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/left.png -%%PORTDOCS%%%%DOCSDIR%%/ortp-library-management-functions.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-multiplexing-sessions---in-a-one-thread-design.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-rtp-payloads-and-profiles.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-rtpsession-api.html -%%PORTDOCS%%%%DOCSDIR%%/ortp-telephone-events---rfc2833-.html -%%PORTDOCS%%%%DOCSDIR%%/ortpapi.html -%%PORTDOCS%%%%DOCSDIR%%/right.png -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/up.png -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/ortp |
