From owner-freebsd-ports Mon Jan 15 10:24: 8 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 3315337B401; Mon, 15 Jan 2001 10:23:48 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id f0FIMV948818; Tue, 16 Jan 2001 02:22:31 +0800 (CST) (envelope-from clive) Date: Tue, 16 Jan 2001 02:22:31 +0800 From: Clive Lin To: Jing-Tang Keith Jang , 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> References: <200101122030.f0CKU5u95696@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101122030.f0CKU5u95696@freefall.freebsd.org>; from keith@freebsd.jtjang.idv.tw on Fri, Jan 12, 2001 at 12:30:05PM -0800 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 12, 2001 at 12:30:05PM -0800, Jing-Tang Keith Jang wrote: > From: Jing-Tang Keith Jang > 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