Date: Sat, 29 Dec 2018 13:01:05 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r488664 - branches/2018Q4/multimedia/vlc3 Message-ID: <201812291301.wBTD15KI002168@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Dec 29 13:01:04 2018 New Revision: 488664 URL: https://svnweb.freebsd.org/changeset/ports/488664 Log: MFH: r488663 Recreate stale plugin cache after stripping during staging PR: 234230 Submitted by: wulf Approved by: ports-secteam (riggs) Modified: branches/2018Q4/multimedia/vlc3/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/multimedia/vlc3/Makefile ============================================================================== --- branches/2018Q4/multimedia/vlc3/Makefile Sat Dec 29 12:57:34 2018 (r488663) +++ branches/2018Q4/multimedia/vlc3/Makefile Sat Dec 29 13:01:04 2018 (r488664) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ @@ -370,5 +370,7 @@ post-install: @(cd ${STAGEDIR}${PREFIX} && ${FIND} -s lib/vlc -not -name '*.la' \ -type f -o -type l >> ${TMPPLIST}) @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vlc/plugins/*/*.so + # plugin cache becomes stale after strip. Regenerate it: + ${WRKSRC}/bin/vlc-cache-gen ${STAGEDIR}${PREFIX}/lib/vlc/plugins .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812291301.wBTD15KI002168>