Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2012 09:08:50 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305766 - head/graphics/xpdf
Message-ID:  <201210120908.q9C98oQD074154@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Fri Oct 12 09:08:50 2012
New Revision: 305766
URL: http://svn.freebsd.org/changeset/ports/305766

Log:
  - Fix build and use the right path of freetype2. [1]
  - Don't install xpdf on libexec when build without X support. [1]
  
  PR:		ports/169196 [1], ports/170525 [2]
  Submitted by:	Christopher <chris@imagemetrica.com> [1]
  		Rainer Duffner <rainer@ultra-secure.de> [2]
  Feature safe:	yes

Modified:
  head/graphics/xpdf/Makefile
  head/graphics/xpdf/pkg-plist

Modified: head/graphics/xpdf/Makefile
==============================================================================
--- head/graphics/xpdf/Makefile	Fri Oct 12 09:08:22 2012	(r305765)
+++ head/graphics/xpdf/Makefile	Fri Oct 12 09:08:50 2012	(r305766)
@@ -7,7 +7,7 @@
 
 PORTNAME=	xpdf
 PORTVERSION=	3.03
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics print
 MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/ \
 		${MASTER_SITE_TEX_CTAN}
@@ -24,7 +24,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--enable-opi \
 		--with-freetype2-library="${LOCALBASE}/lib" \
-		--with-freetype2-includes="${LOCALBASE}/include/freetype2/" \
+		--with-freetype2-includes="${LOCALBASE}/include/" \
 		--bindir="${PREFIX}/libexec/xpdf"
 
 OPTIONS=	LIBPAPER "Enable libpaper"      off     \
@@ -65,7 +65,6 @@ 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	Fri Oct 12 09:08:22 2012	(r305765)
+++ head/graphics/xpdf/pkg-plist	Fri Oct 12 09:08:50 2012	(r305766)
@@ -5,7 +5,6 @@ libexec/xpdf/pdfdetach
 libexec/xpdf/pdftoppm
 libexec/xpdf/pdftops
 libexec/xpdf/pdftotext
-libexec/xpdf/xpdf
 %%X11%%bin/xpdf
 etc/xpdfrc
 %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE



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