svn commit: r360560 - head/net/ortp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jul 4 07:40:15 UTC 2014
Author: amdmi3
Date: Fri Jul 4 07:40:14 2014
New Revision: 360560
URL: http://svnweb.freebsd.org/changeset/ports/360560
QAT: https://qat.redports.org/buildarchive/r360560/
Log:
- Remove indefinite article from COMMENT
- Switch to USES=libtool, drop .la files
- Stagify
- Fix build
Approved by: portmgr blanket
Modified:
head/net/ortp/Makefile
head/net/ortp/pkg-plist
Modified: head/net/ortp/Makefile
==============================================================================
--- head/net/ortp/Makefile Fri Jul 4 07:38:53 2014 (r360559)
+++ head/net/ortp/Makefile Fri Jul 4 07:40:14 2014 (r360560)
@@ -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 at 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>
Modified: head/net/ortp/pkg-plist
==============================================================================
--- head/net/ortp/pkg-plist Fri Jul 4 07:38:53 2014 (r360559)
+++ head/net/ortp/pkg-plist Fri Jul 4 07:40:14 2014 (r360560)
@@ -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
More information about the svn-ports-all
mailing list