Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 19:14:07 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377531 - in head/graphics/xpdf: . files
Message-ID:  <201501201914.t0KJE7u4077124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
+ 
+ #------------------------------------------------------------------------
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501201914.t0KJE7u4077124>