1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Document new home for graphics/xpdf binaries (for the co-existence of

xpdf with graphics/poppler-utils).
This commit is contained in:
Cy Schubert 2012-05-12 03:34:58 +00:00
parent f20b01d968
commit 5cc6bfcc1a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296466

View File

@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20120511:
AFFECTS: users of graphics/xpdf
AUTHOR: cy@FreeBSD.org
In order to allow graphics/xpdf and graphics/poppler-utils to coexist,
graphics/xpdf binaries have been moved from ${LOCALBASE}/bin to
${LOCALBASE}/lib/xpdf. The symlink ${LOCALBASE}/bin/xpdf points to
${LOCALBASE}/lib/xpdf/xpdf. However the other utilities installed by
the xpdf port conflict with poppler-utils, no symlinks are maintained.
Applicaions and scripts which use the pdf* utilities provided by
graphics/xpdf must reference them using their new location, specify
${LOCALBASE}/lib/xpdf in $PATH, or use the same utilities provided by
graphics/poppler-utils.
20120510:
AFFECTS: users of devel/gitolite
AUTHOR: milki@rescomp.berkeley.edu