svn commit: r377531 - in head/graphics/xpdf: . files

Cy Schubert cy at FreeBSD.org
Tue Jan 20 19:14:07 UTC 2015


Author: cy
Date: Tue Jan 20 19:14:06 2015
New Revision: 377531
URL: https://svnweb.freebsd.org/changeset/ports/377531
QAT: https://qat.redports.org/buildarchive/r377531/

Log:
  pdftoppm was not built in all-no-x target. Fix this.
  
  PR:		PR/196932

Added:
  head/graphics/xpdf/files/patch-xpdf__Makefile.in   (contents, props changed)
Modified:
  head/graphics/xpdf/Makefile

Modified: head/graphics/xpdf/Makefile
==============================================================================
--- head/graphics/xpdf/Makefile	Tue Jan 20 16:39:53 2015	(r377530)
+++ head/graphics/xpdf/Makefile	Tue Jan 20 19:14:06 2015	(r377531)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xpdf
 PORTVERSION=	3.04
+PORTREVISION=	1
 CATEGORIES=	graphics print
 MASTER_SITES=	http://mirrors.rit.edu/zi/ \
 		ftp://ftp.foolabs.com/pub/xpdf/ \

Added: head/graphics/xpdf/files/patch-xpdf__Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/xpdf/files/patch-xpdf__Makefile.in	Tue Jan 20 19:14:06 2015	(r377531)
@@ -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)
+ 
+ #------------------------------------------------------------------------
+ 


More information about the svn-ports-all mailing list