Ticket #2503: xpdf.diff

File xpdf.diff, 1.7 KB (added by artemiog@…, 20 years ago)

diff file for updating xpdf's portfile

  • ./Portfile

    old new  
    11# $Id: Portfile,v 1.6 2004/04/18 02:41:49 jkh Exp $
    22PortSystem 1.0
    33name            xpdf
    4 version         2.01.1
     4version         3.00
    55description     Xpdf is a viewer for PDF files.
    66long_description        Xpdf is a viewer for Portable Document Format \
    7                         (PDF) files.  These are also sometimes also called \
    8                         'Acrobat' files, from the name of Adobe's PDF \
    9                         software.
     7                        (PDF) files.
    108maintainers     olegb@opendarwin.org
    119categories      graphics
    12 platforms       darwin 
     10platforms       darwin
    1311homepage        http://www.foolabs.com/xpdf/
    1412master_sites    ftp://ftp.foolabs.com/pub/xpdf/ \
    1513                ftp://ftp.funet.fi/pub/TeX/CTAN/support/xpdf/ \
     
    2321                ftp://ftp.ntnu.no/pub/tex/CTAN/support/xpdf/ \
    2422                ftp://www.dnsbalance.ring.gr.jp/pub/text/CTAN/support/xpdf/ \
    2523                http://www.t.ring.gr.jp/archives/text/CTAN/support/xpdf/ \
    26                 ftp://ftp.chg.ru/pub/TeX/CTAN/support/xpdf/
    27 checksums       md5 e2932bb0f844d8318c940350c2aa2eb6
    28 distname        xpdf-2.02pl1
    29 depends_lib     lib:libX11.6:XFree86 lib:libXm.4:openmotif
     24                ftp://ftp.chg.ru/pub/TeX/CTAN/support/xpdf/
     25checksums       md5 95294cef3031dd68e65f331e8750b2c2
     26distname        xpdf-3.00
     27depends_lib     lib:libX11.6:XFree86 lib:libXm.4:openmotif lib:libt1.5:t1lib \
     28                lib:libfreetype.6:freetype2
    3029configure.args  --with-Xm-library=/usr/X11R6/lib \
    3130                --with-Xm-includes=/usr/X11R6/include \
    32                 --mandir=${prefix}/share/man
     31                --mandir=${prefix}/share/man \
     32                --with-t1-library=/opt/local/lib \
     33                --with-t1-includes=/opt/local/include \
     34                --with-freetype2-library=/usr/X11R6/lib \
     35                --with-freetype2-includes=/usr/X11R6/include/freetype2 \
     36                --enable-a4-paper
     37configure.env   CXXFLAGS="-I/usr/X11R6/include/freetype2 -I/usr/X11R6/include"