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:
Ade Lovett 2007-03-17 22:40:22 +00:00
parent 2110a9d81d
commit 7be86f771f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187612
2 changed files with 3 additions and 2 deletions

View file

@ -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}/ \

View file

@ -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 | \