Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jun 2012 19:37:59 -0700 (PDT)
From:      Ted Faber <faber@lunabase.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        faber@lunabase.org
Subject:   ports/169388: [maintainer update] add CONFLICTS_INSTALL for heirloom-doctools
Message-ID:  <201206250237.q5P2bx6b064561@ylum.lunabase.org>
Resent-Message-ID: <201206250300.q5P30PgJ008877@freefall.freebsd.org>

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

>Number:         169388
>Category:       ports
>Synopsis:       [maintainer update] add CONFLICTS_INSTALL for heirloom-doctools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 03:00:25 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Ted Faber
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ylum.lunabase.org 9.0-STABLE FreeBSD 9.0-STABLE #13: Tue Jun 19 16:23:12 PDT 2012 root@ylum.lunabase.org:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	heirloom-doctools installs a version of grap to the same place.
	This patch reports the conflict using standard ports mechanisms
>How-To-Repeat:
	N/A
>Fix:

Patch:

diff -ruN grap.bak/Makefile grap/Makefile
--- grap.bak/Makefile	2011-12-01 13:12:36.000000000 -0800
+++ grap/Makefile	2012-06-24 19:31:32.000000000 -0700
@@ -16,6 +16,8 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=--with-freebsd-ports
 
+CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
+
 MAN1=		grap.1
 
 .if defined(NOPORTDOCS)
>Release-Note:
>Audit-Trail:
>Unformatted:



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