From owner-svn-ports-all@FreeBSD.ORG Tue Jan 20 19:14:07 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ED09C4C; Tue, 20 Jan 2015 19:14:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B024CFB; Tue, 20 Jan 2015 19:14:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0KJE7Mo077126; Tue, 20 Jan 2015 19:14:07 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0KJE7u4077124; Tue, 20 Jan 2015 19:14:07 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201501201914.t0KJE7u4077124@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 20 Jan 2015 19:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377531 - in head/graphics/xpdf: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2015 19:14:07 -0000 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) + + #------------------------------------------------------------------------ +