Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2011 11:50:40 GMT
From:      Eir Nym <eirnym@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158028: ghostscript8 must conflict with ghostscript9
Message-ID:  <201106191150.p5JBoeKE051257@red.freebsd.org>
Resent-Message-ID: <201106191200.p5JC0Lv1063644@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158028
>Category:       ports
>Synopsis:       ghostscript8 must conflict with ghostscript9
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 19 12:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eir Nym
>Release:        FreeBSD 9.0-CURRENT
>Organization:
Private Person
>Environment:
$FreeBSD: ports/print/ghostscript8/Makefile,v 1.205 2011/05/23 20:43:10 hrs Exp $
$FreeBSD: ports/print/ghostscript9/Makefile,v 1.4 2011/06/10 14:45:25 hrs Exp $
>Description:
GhostScript 9 is not marked as to be conflicted with GhostScript8
>How-To-Repeat:
install GhostScript9 and then GhostScript8
>Fix:
apply attached patch

Patch attached with submission follows:

--- Makefile.orig	2011-06-19 15:36:23.604076347 +0400
+++ Makefile	2011-06-19 15:36:42.880086008 +0400
@@ -31,7 +31,7 @@
 		tiff:${PORTSDIR}/graphics/tiff
 RUN_DEPENDS=	${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
 
-CONFLICTS=	gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]*
+CONFLICTS=	gambc-[0-9]* ghostscript[79]-[0-9]* ghostscript[79]-*-[0-9]*
 
 USE_XZ=		yes
 USE_GMAKE=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106191150.p5JBoeKE051257>