From owner-freebsd-ports@FreeBSD.ORG Thu Jan 20 22:12:29 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5036216A4CE for ; Thu, 20 Jan 2005 22:12:29 +0000 (GMT) Received: from 212.106.238.57.adsl.jazztel.es (212.106.238.57.adsl.jazztel.es [212.106.238.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC51543D45 for ; Thu, 20 Jan 2005 22:12:27 +0000 (GMT) (envelope-from josemi@freebsd.jazztel.es) Received: from [192.168.254.16] (orion.redesjm.local [192.168.254.16]) j0KMCT2o007278 for ; Thu, 20 Jan 2005 23:12:30 +0100 (CET) (envelope-from freebsd@redesjm.local) Message-ID: <41F02CD2.2030804@redesjm.local> Date: Thu, 20 Jan 2005 23:12:34 +0100 From: Jose M Rodriguez User-Agent: Mozilla Thunderbird 1.0 (X11/20050106) X-Accept-Language: es-es, es MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.5; VDF: 6.29.0.31; host: antares.redesjm.local) Subject: problems with gs-gpl transition X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 22:12:29 -0000 Hi, I got a little sparse time and working on gs-gpl transition. Seems that, as someone pointed, making the cups device in gs will make this lib depends on cups-base, so I'm working on the actual configuration (pstoraster with espgs). Also, seems that espgs doesn't have the latest sources, that come with cups distro (under pstoraster). I'm switching to that version of the sources, which may require a portepoch bump. With this source come two patches against gs (7x, 8x) that seems to solve some gs-init lack of support. If this is take, must be do from the main gs ports. This doesn't seems very related to pstoraster, but general fixes. To finish the port, I need some form to get ${GS_VERSION} from ${GHOSTSCRIPT_PORT} (via make -V exec) and be able to do: BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${GHOSTSCRIPT_PORT}:patch WRKSRC= ${WRKDIR}/ghostscript-${GS_VERSION} any clues on this? thanks in advance, -- josemi