Xpdf 3.02 was released 2007-Feb-27. This version adds support for PDF 1.6 and PDF 1.7, a few more nice features, and includes a whole bunch of bug fixes.
Responsible Changed From-To: freebsd-ports-bugs->nork Over to maintainer
As is suggested by thread http://lists.freebsd.org/pipermail/freebsd-ports/2007-March/039780.html please insert this before ".if defined(A4)": .if defined(WITH_LIBPAPER) LIB_DEPENDS+= paper.2:${PORTSDIR}/print/libpaper CONFIGURE_ARGS+=--with-libpaper-library="${LOCALBASE}/lib" \ --with-libpaper-includes="${LOCALBASE}/include" .else CONFIGURE_ARGS+=--without-libpaper-library .endif in order to fix the hidden dependency on print/libpaper port. Regards
nork 2007-04-01 13:14:26 UTC FreeBSD ports repository Modified files: graphics/xpdf Makefile distinfo graphics/xpdf/files patch-Makefile.in patch-configure patch-configure.in patch-gmem patch-splash_SplashFTFont.cc patch-xfont patch-xpdf::Makefile.in Added files: graphics/xpdf/files patch-splash_Splash.cc Removed files: graphics/xpdf/files patch-resize Log: Update to 3.02. PR: ports/110058 Submitted by: Eric P. Scott <eps+pbug0703 <at> ana.com> Jose Garcia Juanino <jjuanino <at> gmail.com> Revision Changes Path 1.76 +13 -4 ports/graphics/xpdf/Makefile 1.27 +3 -6 ports/graphics/xpdf/distinfo 1.2 +2 -2 ports/graphics/xpdf/files/patch-Makefile.in 1.2 +3 -3 ports/graphics/xpdf/files/patch-configure 1.4 +3 -3 ports/graphics/xpdf/files/patch-configure.in 1.2 +46 -30 ports/graphics/xpdf/files/patch-gmem 1.3 +0 -36 ports/graphics/xpdf/files/patch-resize (dead) 1.1 +14 -0 ports/graphics/xpdf/files/patch-splash_Splash.cc (new) 1.2 +6 -72 ports/graphics/xpdf/files/patch-splash_SplashFTFont.cc 1.2 +3 -3 ports/graphics/xpdf/files/patch-xfont 1.2 +3 -3 ports/graphics/xpdf/files/patch-xpdf::Makefile.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!