From owner-svn-ports-all@FreeBSD.ORG Thu Mar 20 07:32:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB204D91; Thu, 20 Mar 2014 07:32:57 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E489DCB; Thu, 20 Mar 2014 07:32:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2K7WvUB094380; Thu, 20 Mar 2014 07:32:57 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2K7WvV6094378; Thu, 20 Mar 2014 07:32:57 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201403200732.s2K7WvV6094378@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 20 Mar 2014 07:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348664 - head/net/openh323 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 07:32:57 -0000 Author: ehaupt Date: Thu Mar 20 07:32:56 2014 New Revision: 348664 URL: http://svnweb.freebsd.org/changeset/ports/348664 QAT: https://qat.redports.org/buildarchive/r348664/ Log: - Support staging - USES -> gmake - This port does not build with clang, therefore use GCC and hereby fix this port on 10.x (port is crucial for net/asterisk) - Strip shared objects - New LIB_DEPENDS definition Modified: head/net/openh323/Makefile head/net/openh323/pkg-plist Modified: head/net/openh323/Makefile ============================================================================== --- head/net/openh323/Makefile Thu Mar 20 07:15:53 2014 (r348663) +++ head/net/openh323/Makefile Thu Mar 20 07:32:56 2014 (r348664) @@ -13,12 +13,12 @@ DIST_SUBDIR= openh323 MAINTAINER= ports@FreeBSD.org COMMENT= A H323 Video Conferencing library -LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib +LIB_DEPENDS= libpt_r.so:${PORTSDIR}/devel/pwlib WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} -USES= bison -USE_GMAKE= yes +USES= bison gmake +USE_GCC= yes USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -29,16 +29,15 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${WR LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= BUILDTIME="YES" -NO_STAGE= yes .include .ifdef (WITH_FFMPEG) -LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg CONFIGURE_ARGS+= --enable-rfc2190avcodec=${LOCALBASE}/include/ffmpeg .endif .ifdef (WITH_SPEEX) -LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex +LIB_DEPENDS+= libspeex.so:${PORTSDIR}/audio/speex CONFIGURE_ARGS+= --enable-localspeex=no .else CONFIGURE_ARGS+= --enable-localspeex=yes @@ -52,4 +51,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/configure.ac +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libh323_r.so.1 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pwlib/codecs/audio/*.so + .include Modified: head/net/openh323/pkg-plist ============================================================================== --- head/net/openh323/pkg-plist Thu Mar 20 07:15:53 2014 (r348663) +++ head/net/openh323/pkg-plist Thu Mar 20 07:32:56 2014 (r348664) @@ -88,3 +88,4 @@ lib/pwlib/codecs/audio/lpc10_audio_pwplu lib/pwlib/codecs/audio/speex_audio_pwplugin.so @dirrm lib/pwlib/codecs/audio @dirrm lib/pwlib/codecs +@dirrmtry lib/pwlib