Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2001 02:22:31 +0800
From:      Clive Lin <clive@CirX.ORG>
To:        Jing-Tang Keith Jang <keith@freebsd.jtjang.idv.tw>, chuckr@FreeBSD.ORG
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/24285: Update port: graphics/xpdf to 0.92
Message-ID:  <20010116022231.A48617@cartier.cirx.org>
In-Reply-To: <200101122030.f0CKU5u95696@freefall.freebsd.org>; from keith@freebsd.jtjang.idv.tw on Fri, Jan 12, 2001 at 12:30:05PM -0800
References:  <200101122030.f0CKU5u95696@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 12, 2001 at 12:30:05PM -0800, Jing-Tang Keith Jang wrote:
> From: Jing-Tang Keith Jang <keith@freebsd.jtjang.idv.tw>
> To: freebsd-gnats-submit@FreeBSD.ORG
> Cc: tkato@prontomail.ne.jp, chuckr@FreeBSD.ORG
> Subject: Re: ports/24285: Update port: graphics/xpdf to 0.92
> Date: Sat, 13 Jan 2001 04:21:13 +0800
> 
>  Ooops, I just sent another patch to Chuck for review.  They're roughly
>  the same, except the USE_FREETYPE and,
>  
>  On 01/12/01, tkato@prontomail.ne.jp wrote:
>  > diff -urN /usr/ports/graphics/xpdf/Makefile graphics/xpdf/Makefile
>  [...]
>  >  		--enable-japanese --enable-chinese	\
>  
>  It should be "--enable-japanese --enable-chinese-cns --enable-chinese-gb".
Yeah, I'm second to this. As a result, the diff of Makefile below
should be reasonable:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/xpdf/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile	2000/12/11 02:51:40	1.32
+++ Makefile	2001/01/15 18:16:28
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xpdf
-PORTVERSION=	0.91
+PORTVERSION=	0.92
 CATEGORIES=	graphics print
 MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/  \
 		${MASTER_SITE_TEX_CTAN}
@@ -15,18 +15,19 @@
 
 MAINTAINER=	chuckr@FreeBSD.org
 
-LIB_DEPENDS=	t1.1:${PORTSDIR}/devel/t1lib \
-		ttf.4:${PORTSDIR}/print/freetype
+LIB_DEPENDS=	t1.1:${PORTSDIR}/devel/t1lib
 
 USE_X_PREFIX=	yes
 USE_XPM=	yes
+USE_FREETYPE=	yes
 USE_AUTOCONF=	yes
 CONFIGURE_ARGS=	--with-gzip --enable-opi		\
-		--enable-japanese --enable-chinese	\
+		--enable-japanese	\
+		--enable-chinese-cns --enable-chinese-gb	\
 		--with-t1-library=${LOCALBASE}/lib	\
 		--with-t1-includes=${LOCALBASE}/include	\
 		--with-freetype-library=${LOCALBASE}/lib \
-		--with-freetype-includes=${LOCALBASE}/include
+		--with-freetype-includes=${LOCALBASE}/include/freetype
 .if defined(A4)
 CONFIGURE_ARGS+=	--enable-a4-paper
 .endif



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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