ok aja@, who also gave it a test with all the gnome stuff (thanks!)
Note that the possible regression in epdfview I mentioned in my mail
to ports@ wasn't a regression (the same file didn't render correctly
in epdfview with poppler-0.22.0).
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).
So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
xpdf-utils used to ship. The reason is that these are still actively
maintained and expected to be based on poppler by external tools.
While here, remove gcc3 workaround and regen all dependencies.
input from and ok kili@ (maintainer)
Fixes a heap overflow and resulting crashes with some PDF documents.
This patch was devised during ports lock.
Upstream has since released poppler-0.16.3 which includes this fix.
ok sthen, "don't wait for me" kili
- Remove arch specific FLAVOR settings for real.
- Don't set CXXFLAGS, it's not needed (and it confused qt3 and qt4).
- Don't pass CXXFLAGS and CFLAGS via CONFIGURE_ENV (not needed, either).
`reads good', landry@
Major bumps on all shared libs.
Don't build the new poppler-cpp for now (still needs some tweaks).
Note: glitz omitted from WANTLIB on purpose -- according to landry@ it
will disappear after the upcoming cairo update.
ok ajacoutot@
Use the converters/libiconv MODULE (prompted by ajacoutot).
ok ajacoutot@, edd@ (except for the patch hunk move bits, but I
really prefer a silent `make update-patches')