Date: Wed, 16 Nov 2005 00:00:30 GMT From: Jann Roeder <jann_roeder@arcor.de> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/89092: [Update port] /print/cups-pstoraster Message-ID: <200511160000.jAG00U2E034017@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/89092; it has been noted by GNATS. From: Jann Roeder <jann_roeder@arcor.de> To: Simon Barner <barner@FreeBSD.org> Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/89092: [Update port] /print/cups-pstoraster Date: Wed, 16 Nov 2005 01:01:00 +0100 This is a multi-part message in MIME format. --------------000202040002040403050900 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sorry for the inconvenience. I noticed that CUPS currently only works with ghostscript-gnu which is quite old (2003). I wonder if it would work with espgs for which we don't have a port. I just tried it and it seems to compile just fine. I think it would definitely be worth having an espgs port. And if it works with CUPS it should be made the default GS installation. Jann Simon Barner wrote: > Please resubmit your patch as a unified diff, i.e. > > diff -ruN cups-pstoraster.orig cups-pstoraster > > Thanks. --------------000202040002040403050900 Content-Type: text/x-patch; name="pstoraster.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pstoraster.diff" --- /usr/ports/print/cups-pstoraster/Makefile.old Wed Jun 29 11:27:04 2005 +++ /usr/ports/print/cups-pstoraster/Makefile Wed Nov 16 00:51:13 2005 @@ -6,7 +6,7 @@ # PORTNAME= cups-pstoraster -PORTVERSION= 8.15 +PORTVERSION= 8.15.1 CATEGORIES= print MASTER_SITES= \ ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/%SUBDIR%/ \ @@ -14,7 +14,7 @@ ftp://ftp3.easysw.com/pub/%SUBDIR%/ \ http://ftp.easysw.com/pub/%SUBDIR%/ \ http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/%SUBDIR%/ -MASTER_SITE_SUBDIR= ghostscript/test +MASTER_SITE_SUBDIR= ghostscript/$(PORTVERSION) DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org @@ -23,7 +23,7 @@ PATCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${GHOSTSCRIPT_PORT}:patch LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base -ESPGS_VER= ${PORTVERSION}rc3 +ESPGS_VER= ${PORTVERSION} DISTNAME= espgs-${ESPGS_VER}-source EXTRACT_AFTER_ARGS= | ${TAR} -xf - espgs-${ESPGS_VER}/pstoraster --------------000202040002040403050900--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511160000.jAG00U2E034017>