From owner-svn-ports-head@FreeBSD.ORG Fri Jul 4 07:40:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95B3C1C3; Fri, 4 Jul 2014 07:40:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8313529B7; Fri, 4 Jul 2014 07:40:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s647eFho087317; Fri, 4 Jul 2014 07:40:15 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s647eFsc087313; Fri, 4 Jul 2014 07:40:15 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407040740.s647eFsc087313@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 4 Jul 2014 07:40:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360560 - head/net/ortp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 07:40:15 -0000 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@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 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