Index: head/graphics/xpdf/Makefile =================================================================== --- head/graphics/xpdf/Makefile (revision 377530) +++ head/graphics/xpdf/Makefile (revision 377531) @@ -1,61 +1,62 @@ # $FreeBSD$ PORTNAME= xpdf PORTVERSION= 3.04 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://mirrors.rit.edu/zi/ \ ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} \ http://komquats.com/distfiles/ MASTER_SITE_SUBDIR= support/xpdf MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 GNU_CONFIGURE= yes USES= gmake CFLAGS+= -I${LOCALBASE}/include -O0 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-opi \ --with-freetype2-library="${LOCALBASE}/lib" \ --with-freetype2-includes="${LOCALBASE}/include/freetype2" \ --bindir="${PREFIX}/libexec/xpdf" \ --mandir="${PREFIX}/share/xpdf/man" MANPREFIX= ${PREFIX}/share/xpdf OPTIONS_DEFINE= LIBPAPER TYPE1 X11 DOCS LIBPAPER_DESC= Enable libpaper TYPE1_DESC= Ghostscript type1 fonts OPTIONS_DEFAULT= TYPE1 X11 OPTIONS_SUB= yes TYPE1_RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n021003l.pfb:${PORTSDIR}/print/gsfonts LIBPAPER_LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper LIBPAPER_CONFIGURE_ON=--with-libpaper-library="${LOCALBASE}/lib" \ --with-libpaper-includes="${LOCALBASE}/include" LIBPAPER_CONFIGURE_OFF=--without-libpaper-library .if defined(A4) CONFIGURE_ARGS+= --enable-a4-paper .endif X11_CONFIGURE_WITH= x X11_USES= motif post-patch: ${REINPLACE_CMD} -e 's|undef USE_COMBO_BOX|define USE_COMBO_BOX 1|' \ ${WRKSRC}/xpdf/XPDFViewer.h post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ANNOUNCE CHANGES README misc/hello.pdf ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor ${LN} -sf ${PREFIX}/libexec/xpdf/xpdf ${STAGEDIR}${PREFIX}/bin/xpdf .include Index: head/graphics/xpdf/files/patch-xpdf__Makefile.in =================================================================== --- head/graphics/xpdf/files/patch-xpdf__Makefile.in (nonexistent) +++ head/graphics/xpdf/files/patch-xpdf__Makefile.in (revision 377531) @@ -0,0 +1,11 @@ +--- xpdf/Makefile.in.orig 2014-05-28 11:50:50.000000000 -0700 ++++ xpdf/Makefile.in 2015-01-20 08:19:38.054680354 -0800 +@@ -122,7 +122,7 @@ + pdftopng$(EXE) pdfimages$(EXE) + + all-no-x: pdftops$(EXE) pdftotext$(EXE) pdftohtml$(EXE) pdfinfo$(EXE) \ +- pdffonts$(EXE) pdfdetach$(EXE) pdfimages$(EXE) ++ pdffonts$(EXE) pdfdetach$(EXE) pdftoppm$(EXE) pdfimages$(EXE) + + #------------------------------------------------------------------------ + Property changes on: head/graphics/xpdf/files/patch-xpdf__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property