svn commit: r333572 - head/Mk/Uses

Alberto Villa avilla at FreeBSD.org
Tue Nov 12 16:42:01 UTC 2013


On Tue, Nov 12, 2013 at 3:11 PM, Baptiste Daroussin <bapt at freebsd.org> wrote:
> +.for f in ${WEBPLUGIN_FILES}
> +PLIST_FILES+=  ${_WEBPLUGIN_LINKFARMS:S,${LOCALBASE}/,,:C,(.*),\1/${f},}
> +.endfor
> +PLIST_DIRSTRY+=        ${_WEBPLUGIN_SLDIRS:S,^${LOCALBASE}/,,} \
> +               ${_WEBPLUGIN_SLDIR:S,^${LOCALBASE}/,,} \
> +               ${_WEBPLUGIN_LIBDIR:S,^${LOCALBASE}/,,}

This change breaks ports with PREFIX != LOCALBASE (e.g.,
www/kpartsplugin), a bug I had already fixed last year. Please,
reintroduce part of lines 208-220 of www/firefox/Makefile.webplugins,
as the "@cwd ${LOCALBASE}" and following TMPPLIST lines are essential.
-- 
Alberto Villa, FreeBSD committer <avilla at FreeBSD.org>
http://people.FreeBSD.org/~avilla


More information about the svn-ports-all mailing list