diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 15:40:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-04 15:40:14 +0800 |
commit | a997bb535ef481d73b740d8d7377beb169028e8a (patch) | |
tree | a0083b43fad95773b66a1299992ab3c373a106d3 /net/ortp | |
parent | 8d97f80a8d133e73bb20c12f007827d2a70adbb7 (diff) | |
download | freebsd-ports-gnome-a997bb535ef481d73b740d8d7377beb169028e8a.tar.gz freebsd-ports-gnome-a997bb535ef481d73b740d8d7377beb169028e8a.tar.zst freebsd-ports-gnome-a997bb535ef481d73b740d8d7377beb169028e8a.zip |
- Remove indefinite article from COMMENT
- Switch to USES=libtool, drop .la files
- Stagify
- Fix build
Approved by: portmgr blanket
Diffstat (limited to 'net/ortp')
-rw-r--r-- | net/ortp/Makefile | 16 | ||||
-rw-r--r-- | net/ortp/pkg-plist | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 5a260b4d8f7c..0e13fa0de49c 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -3,24 +3,24 @@ PORTNAME= ortp PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= linphone/ortp/sources MAINTAINER= sobomax@FreeBSD.org -COMMENT= A Real-time Transport Protocol (RTP) stack +COMMENT= Real-time Transport Protocol (RTP) stack -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -NO_STAGE= yes -pre-install: -.if defined(NOPORTDOCS) - ${RM} -rf ${WRKSRC}/docs/html -.endif +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index f412a86fdfc6..c37cc2e5711e 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -12,9 +12,9 @@ include/ortp/stun.h include/ortp/stun_udp.h include/ortp/telephonyevents.h lib/libortp.a -lib/libortp.la lib/libortp.so lib/libortp.so.5 +lib/libortp.so.5.0.0 libdata/pkgconfig/ortp.pc %%PORTDOCS%%%%DOCSDIR%%/book1.html %%PORTDOCS%%%%DOCSDIR%%/home.png |