From faber@lunabase.org  Mon Jun 25 02:51:23 2012
Return-Path: <faber@lunabase.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CBC60106567B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jun 2012 02:51:23 +0000 (UTC)
	(envelope-from faber@lunabase.org)
Received: from lunabase.org (adsl-63-200-244-106.dsl.lsan03.pacbell.net [63.200.244.106])
	by mx1.freebsd.org (Postfix) with ESMTP id 8CEE98FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Jun 2012 02:51:23 +0000 (UTC)
Received: from ylum.lunabase.org (localhost [127.0.0.1])
	by lunabase.org (8.14.5/8.14.5) with ESMTP id q5P2bxGM064562
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Sun, 24 Jun 2012 19:37:59 -0700 (PDT)
	(envelope-from faber@ylum.lunabase.org)
Received: (from faber@localhost)
	by ylum.lunabase.org (8.14.5/8.14.5/Submit) id q5P2bx6b064561;
	Sun, 24 Jun 2012 19:37:59 -0700 (PDT)
	(envelope-from faber)
Message-Id: <201206250237.q5P2bx6b064561@ylum.lunabase.org>
Date: Sun, 24 Jun 2012 19:37:59 -0700 (PDT)
From: Ted Faber <faber@lunabase.org>
Reply-To: Ted Faber <faber@lunabase.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: faber@lunabase.org
Subject: [maintainer update] add CONFLICTS_INSTALL for heirloom-doctools
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169388
>Category:       ports
>Synopsis:       [maintainer update] add CONFLICTS_INSTALL for textproc/heirloom-doctools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 03:00:25 UTC 2012
>Closed-Date:    Fri Jul 20 07:48:38 UTC 2012
>Last-Modified:  Fri Jul 20 07:50:13 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->hrs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jun 25 03:32:33 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169388 
Responsible-Changed-From-To: hrs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Sat Jul 14 16:44:32 UTC 2012 
Responsible-Changed-Why:  
Autoassigner got it wrong; patch is for grap, not heirloom-doctools 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169388 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Fri Jul 20 07:48:37 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169388 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169388: commit references a PR
Date: Fri, 20 Jul 2012 07:48:19 +0000 (UTC)

 Author: crees
 Date: Fri Jul 20 07:48:05 2012
 New Revision: 301218
 URL: http://svn.freebsd.org/changeset/ports/301218
 
 Log:
   This port conflicts on install with textproc/heirloom-doctools
   
   While here, OPTIONSngify
   
   PR:		ports/169388
   Submitted by:	Ted Faber <faber@lunabase.org>
 
 Modified:
   head/textproc/grap/Makefile
 
 Modified: head/textproc/grap/Makefile
 ==============================================================================
 --- head/textproc/grap/Makefile	Fri Jul 20 07:40:14 2012	(r301217)
 +++ head/textproc/grap/Makefile	Fri Jul 20 07:48:05 2012	(r301218)
 @@ -16,9 +16,13 @@ COMMENT=	An implementation of Kernigan &
  GNU_CONFIGURE=	yes
  CONFIGURE_ARGS=--with-freebsd-ports
  
 +CONFLICTS_INSTALL=heirloom-doctools-[0-9]*
 +
  MAN1=		grap.1
  
 -.if defined(NOPORTDOCS)
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MDOCS}
  post-install:
  	${RM} -rf ${DOCSDIR}
  .endif
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
