From owner-freebsd-hackers@freebsd.org Sat Aug 13 07:42:41 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85D75BB89B9 for ; Sat, 13 Aug 2016 07:42:41 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from rayleigh.systella.fr (newton-ipv6.systella.fr [IPv6:2001:7a8:a8ed:253::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "rayleigh.systella.fr", Issuer "rayleigh.systella.fr" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E7971FC1 for ; Sat, 13 Aug 2016 07:42:40 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from [192.168.10.20] ([192.168.10.20]) (authenticated bits=0) by rayleigh.systella.fr (8.15.2/8.15.2/Debian-4) with ESMTPSA id u7D7gRU2006838 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Sat, 13 Aug 2016 09:42:27 +0200 To: FreeBSD Hackers From: =?UTF-8?Q?BERTRAND_Jo=c3=abl?= Subject: Gimp and PostScript Message-ID: <57AECF63.7070102@systella.fr> Date: Sat, 13 Aug 2016 09:42:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.99.2 at rayleigh X-Virus-Status: Clean X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2016 07:42:41 -0000 Hello, I'm trying to use Gimp with Ghostscript to import and export eps files. I have installed gimp (and all dependencies) and ghostscript 9. Of course, gs runs as expected (in /usr/local/bin) but I'm unable to work on eps files in gimp. Both gimp and ghostscript come from binary ports (for FreeBSD 10.3) and I don't understand my mistake. Help is welcome to fix this issue. Best regards, JB