Bug 110058

Summary: graphics/xpdf: upgrade to 3.02
Product: Ports & Packages Reporter: Eric P. Scott <eps+pbug0703>
Component: Individual Port(s)Assignee: Norikatsu Shigemura <nork>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Eric P. Scott 2007-03-07 22:00:12 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-07 22:00:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nork

Over to maintainer
Comment 2 Jose G. Juanino 2007-04-01 11:38:40 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-01 14:14:34 UTC
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"
Comment 4 Norikatsu Shigemura freebsd_committer freebsd_triage 2007-04-01 14:14:37 UTC
State Changed
From-To: open->closed

Committed, thanks!