Date: Mon, 25 Dec 2017 10:37:50 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457214 - head/audio/faad Message-ID: <201712251037.vBPAboFc021980@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Mon Dec 25 10:37:50 2017 New Revision: 457214 URL: https://svnweb.freebsd.org/changeset/ports/457214 Log: Update to upstream version 2.8.8; fix build with multimedia/libquicktime Details: - Update to upstream version 2.8.8 - Use REINPLACE_CMD to set FAAD2_VERSION definition for consumers like multimedia/libquicktime. This is, however, no longer supported upstream, see https://sourceforge.net/p/faac/bugs/236/ In future, consumers need to change their detection mechanism for faad2 PR: 224464 Submitted by: mi Modified: head/audio/faad/Makefile head/audio/faad/distinfo Modified: head/audio/faad/Makefile ============================================================================== --- head/audio/faad/Makefile Mon Dec 25 10:23:27 2017 (r457213) +++ head/audio/faad/Makefile Mon Dec 25 10:37:50 2017 (r457214) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= faad2 -PORTVERSION= 2.8.6 +PORTVERSION= 2.8.8 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF/faac/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R}.0 @@ -33,6 +33,8 @@ post-patch: ${WRKSRC}/common/mp4ff/Makefile.am @${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \ ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -E -e 's|(FAAD2_VERSION +)"unknown"|\1"${PORTVERSION:R}"|' \ + ${WRKSRC}/include/neaacdec.h post-configure: @${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile Modified: head/audio/faad/distinfo ============================================================================== --- head/audio/faad/distinfo Mon Dec 25 10:23:27 2017 (r457213) +++ head/audio/faad/distinfo Mon Dec 25 10:37:50 2017 (r457214) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509541380 -SHA256 (faad2-2.8.6.tar.gz) = 654977adbf62eb81f4fca00152aca58ce3b6dd157181b9edd7bed687a7c73f21 -SIZE (faad2-2.8.6.tar.gz) = 1025654 +TIMESTAMP = 1513703210 +SHA256 (faad2-2.8.8.tar.gz) = 985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d +SIZE (faad2-2.8.8.tar.gz) = 1069044
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712251037.vBPAboFc021980>