From owner-svn-ports-head@freebsd.org Sat Nov 26 09:29:22 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A905C5407F; Sat, 26 Nov 2016 09:29:22 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 49F217DB; Sat, 26 Nov 2016 09:29:22 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAQ9TL5q016675; Sat, 26 Nov 2016 09:29:21 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAQ9TL34016674; Sat, 26 Nov 2016 09:29:21 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201611260929.uAQ9TL34016674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 26 Nov 2016 09:29:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427135 - in head/devel/libdlna: . files 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.23 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: Sat, 26 Nov 2016 09:29:22 -0000 Author: riggs Date: Sat Nov 26 09:29:21 2016 New Revision: 427135 URL: https://svnweb.freebsd.org/changeset/ports/427135 Log: Fix build ffmpeg 3.x (previous patch was incomplete) PR: 214187 Submitted by: jbeich Reported by: riggs Approved by: maintainer timeout Deleted: head/devel/libdlna/files/patch-src_image__jpeg.c Modified: head/devel/libdlna/Makefile Modified: head/devel/libdlna/Makefile ============================================================================== --- head/devel/libdlna/Makefile Sat Nov 26 09:06:17 2016 (r427134) +++ head/devel/libdlna/Makefile Sat Nov 26 09:29:21 2016 (r427135) @@ -26,6 +26,10 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" --d --includedir="${PREFIX}/include" \ --libdir="${PREFIX}/lib" +post-extract: + ${REINPLACE_CMD} -e 's|CODEC_ID|AV_CODEC_ID|g' \ + ${WRKSRC}/src/*.c + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdlna.so