svn commit: r488663 - head/multimedia/vlc3

Thomas Zander riggs at FreeBSD.org
Sat Dec 29 12:57:35 UTC 2018


Author: riggs
Date: Sat Dec 29 12:57:34 2018
New Revision: 488663
URL: https://svnweb.freebsd.org/changeset/ports/488663

Log:
  Recreate stale plugin cache after stripping during staging
  
  PR:		234230
  Submitted by:	wulf
  MFH:		2018Q4

Modified:
  head/multimedia/vlc3/Makefile

Modified: head/multimedia/vlc3/Makefile
==============================================================================
--- head/multimedia/vlc3/Makefile	Sat Dec 29 11:36:56 2018	(r488662)
+++ head/multimedia/vlc3/Makefile	Sat Dec 29 12:57:34 2018	(r488663)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	3.0.4
-PORTREVISION=	8
+PORTREVISION=	9
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
@@ -375,5 +375,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-all mailing list