From owner-svn-ports-head@FreeBSD.ORG Mon Oct 15 08:58:11 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E2F5FAC; Mon, 15 Oct 2012 08:58:11 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 057288FC16; Mon, 15 Oct 2012 08:58:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9F8wAbi054748; Mon, 15 Oct 2012 08:58:10 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9F8wAkl054745; Mon, 15 Oct 2012 08:58:10 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201210150858.q9F8wAkl054745@svn.freebsd.org> From: Marcelo Araujo Date: Mon, 15 Oct 2012 08:58:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305907 - head/graphics/xpdf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2012 08:58:11 -0000 Author: araujo Date: Mon Oct 15 08:58:10 2012 New Revision: 305907 URL: http://svn.freebsd.org/changeset/ports/305907 Log: - Rollback to the revision r301663. - It is necessary to keep the freetype2 path header, or it cannot build the xpdf file. - BUMP PORTREVISION. PR: ports/172664 [1], ports/172634 [2] Submitted by: Helge Oldach [1] Oliver Hartmann [2] Approved by: beat (portmgr) Feature safe: yes Modified: head/graphics/xpdf/Makefile head/graphics/xpdf/pkg-plist Modified: head/graphics/xpdf/Makefile ============================================================================== --- head/graphics/xpdf/Makefile Mon Oct 15 08:36:25 2012 (r305906) +++ head/graphics/xpdf/Makefile Mon Oct 15 08:58:10 2012 (r305907) @@ -2,7 +2,7 @@ PORTNAME= xpdf PORTVERSION= 3.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ ${MASTER_SITE_TEX_CTAN} @@ -19,7 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-opi \ --with-freetype2-library="${LOCALBASE}/lib" \ - --with-freetype2-includes="${LOCALBASE}/include/" \ + --with-freetype2-includes="${LOCALBASE}/include/freetype2" \ --bindir="${PREFIX}/libexec/xpdf" OPTIONS= LIBPAPER "Enable libpaper" off \ @@ -60,6 +60,7 @@ PLIST_SUB+= X11="@comment " .else CONFIGURE_ARGS+= --with-x USE_MOTIF= yes +MAN1+= xpdf.1 PLIST_SUB+= X11="" .endif Modified: head/graphics/xpdf/pkg-plist ============================================================================== --- head/graphics/xpdf/pkg-plist Mon Oct 15 08:36:25 2012 (r305906) +++ head/graphics/xpdf/pkg-plist Mon Oct 15 08:58:10 2012 (r305907) @@ -5,6 +5,7 @@ libexec/xpdf/pdfdetach libexec/xpdf/pdftoppm libexec/xpdf/pdftops libexec/xpdf/pdftotext +libexec/xpdf/xpdf %%X11%%bin/xpdf etc/xpdfrc %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE