From owner-cvs-all@FreeBSD.ORG Wed Aug 4 02:37:06 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 702E0106566C; Wed, 4 Aug 2010 02:37:06 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper-int.allbsd.org [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id AA18B8FC12; Wed, 4 Aug 2010 02:37:05 +0000 (UTC) Received: from alph.d.allbsd.org (p2176-ipbf406funabasi.chiba.ocn.ne.jp [124.86.72.176]) (authenticated bits=128) by mail.allbsd.org (8.14.4/8.14.3) with ESMTP id o742agFt097404; Wed, 4 Aug 2010 11:36:52 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.d.allbsd.org (8.14.4/8.14.4) with ESMTP id o742aeJP001739; Wed, 4 Aug 2010 11:36:42 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Wed, 04 Aug 2010 11:36:28 +0900 (JST) Message-Id: <20100804.113628.191927483.hrs@allbsd.org> To: ache@nagual.pp.ru From: Hiroki Sato In-Reply-To: <20100803215558.GA28885@nagual.pp.ru> References: <20100803193329.GA4824@nagual.pp.ru> <20100803195046.GA22682@nagual.pp.ru> <20100803215558.GA28885@nagual.pp.ru> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart0(Wed_Aug__4_11_36_28_2010_493)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.95.3 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (mail.allbsd.org [133.31.130.32]); Wed, 04 Aug 2010 11:36:59 +0900 (JST) X-Spam-Status: No, score=-99.3 required=13.0 tests=AWL,CONTENT_TYPE_PRESENT, RCVD_IN_PBL, SPF_SOFTFAIL, USER_IN_WHITELIST, X_MAILER_PRESENT autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gatekeeper.allbsd.org Cc: doceng@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript8 Makefile ports/print/ghostscript8/files patch-jbig2dec__os_types.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2010 02:37:06 -0000 ----Security_Multipart0(Wed_Aug__4_11_36_28_2010_493)-- Content-Type: Multipart/Mixed; boundary="--Next_Part(Wed_Aug__4_11_36_28_2010_089)--" Content-Transfer-Encoding: 7bit ----Next_Part(Wed_Aug__4_11_36_28_2010_089)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Andrey Chernov wrote in <20100803215558.GA28885@nagual.pp.ru>: ac> On Tue, Aug 03, 2010 at 11:50:47PM +0400, Andrey Chernov wrote: ac> > On Tue, Aug 03, 2010 at 11:33:30PM +0400, Andrey Chernov wrote: ac> > > On Tue, Aug 03, 2010 at 03:39:45PM +0000, Hiroki Sato wrote: ac> > > > hrs 2010-08-03 15:39:45 UTC ac> > > > ac> > > > FreeBSD ports repository ac> > > > ac> > > > Modified files: ac> > > > print/ghostscript8 Makefile ac> > > > Removed files: ac> > > > print/ghostscript8/files patch-jbig2dec__os_types.h ac> > > > Log: ac> > > > Use graphics/jbig2dec for libjbig2dec instead of the bundled one. ac> > > ac> > > Perhaps not due to this commit (I don't build it for a while), but it ac> > > requires gtk now (dxmain.c compile error). ac> > ac> > Should I say "can't find gtk" instead? ac> > ./psi/dxmain.c:32:21: error: gtk/gtk.h: No such file or directory ac> ac> Well, I build gs successfully by upgrading to latest gtk20 but gtk ac> dependency is still missing in the port (and present for gsx): Thanks for the report. Could you try the attached patch and let me know if it solves the dependency issue? -- Hiroki ----Next_Part(Wed_Aug__4_11_36_28_2010_089)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ghostscript8_gtk.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/print/ghostscript8/Makefile,v retrieving revision 1.200 diff -d -u -I \$FreeBSD:.*\$ -I \$NetBSD:.*\$ -I \$OpenBSD:.*\$ -I \$DragonFly:.*\$ -I \$Id:.*\$ -I \$Translation:.*\$ -I \$hrs:.*\$ -r1.200 Makefile --- Makefile 3 Aug 2010 15:39:45 -0000 1.200 +++ Makefile 4 Aug 2010 02:33:34 -0000 @@ -7,7 +7,7 @@ PORTNAME= ghostscript8 PORTVERSION= 8.71 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= http://ghostscript.com/releases/:gs_srcs \ SF/ghostscript/files/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ Index: files/Makefile.drivers_post =================================================================== RCS file: /home/ncvs/ports/print/ghostscript8/files/Makefile.drivers_post,v retrieving revision 1.3 diff -d -u -I \$FreeBSD:.*\$ -I \$NetBSD:.*\$ -I \$OpenBSD:.*\$ -I \$DragonFly:.*\$ -I \$Id:.*\$ -I \$Translation:.*\$ -I \$hrs:.*\$ -r1.3 Makefile.drivers_post --- files/Makefile.drivers_post 2 Aug 2010 06:15:08 -0000 1.3 +++ files/Makefile.drivers_post 4 Aug 2010 02:30:02 -0000 @@ -108,8 +108,15 @@ --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib CONFLICTS+= ghostscript8-nox11-[0-9]* +.if defined(WITH_GS_display) +USE_GNOME= atk gdkpixbuf glib20 gtk20 +CONFIGURE_ARGS+=--enable-gtk +.endif .else CONFIGURE_ARGS+=--without-x +.if defined(WITH_GS_display) +CONFIGURE_ARGS+=--disable-gtk +.endif CONFLICTS+= ghostscript8-[0-9]* .endif .if defined(WITHOUT_X11) ----Next_Part(Wed_Aug__4_11_36_28_2010_089)---- ----Security_Multipart0(Wed_Aug__4_11_36_28_2010_493)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkxY0iwACgkQTyzT2CeTzy3zCACfalpdV7G99XzEal6acRh4pQjQ vPYAn2l+17NVM0TCk3bhD+BRhbF/83zw =u38y -----END PGP SIGNATURE----- ----Security_Multipart0(Wed_Aug__4_11_36_28_2010_493)----