mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
multimedia/vlc erroneously installs its own lib/charset.alias which conflicts
with devel/gettext. In order to prevent problems down the line, folks should first remove vlc, then update gettext, then finally reinstall vlc, otherwise the wrong lib/charset.alias will be present on the system.
This commit is contained in:
parent
2110a9d81d
commit
7be86f771f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187612
@ -10,7 +10,7 @@
|
||||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 0.8.5
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${PORTVERSION}/ \
|
||||
http://ftp.snt.utwente.nl/pub/software/videolan/vlc/${PORTVERSION}/ \
|
||||
|
@ -288,7 +288,8 @@ pre-install:
|
||||
.endif
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} prefix=${FAKEDIR}
|
||||
${RM} -f ${FAKEDIR}/share/locale/locale.alias
|
||||
${RM} -f ${FAKEDIR}/share/locale/locale.alias \
|
||||
${FAKEDIR}/lib/charset.alias
|
||||
cd ${FAKEDIR}/bin && ${FIND} -s * | \
|
||||
${SED} -e 's|^|bin/|' >> ${PLIST}
|
||||
cd ${FAKEDIR}/include && ${FIND} -s * -type f -o -type l | \
|
||||
|
Loading…
Reference in New Issue
Block a user