svn commit: r488664 - branches/2018Q4/multimedia/vlc3
Thomas Zander
riggs at FreeBSD.org
Sat Dec 29 13:01:06 UTC 2018
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>
More information about the svn-ports-branches
mailing list