Bug 169388 - [maintainer update] add CONFLICTS_INSTALL for textproc/heirloom-doctools
Summary: [maintainer update] add CONFLICTS_INSTALL for textproc/heirloom-doctools
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 04:00 UTC by faber
Modified: 2012-07-20 08:50 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (318 bytes, patch)
2012-06-25 04:00 UTC, faber
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description faber 2012-06-25 04:00:25 UTC
	heirloom-doctools installs a version of grap to the same place.
	This patch reports the conflict using standard ports mechanisms

Fix: Patch:
How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-25 04:32:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hrs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-07-14 17:44:32 UTC
Responsible Changed
From-To: hrs->crees

Autoassigner got it wrong; patch is for grap, not heirloom-doctools
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-20 08:48:19 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"
Comment 4 Chris Rees freebsd_committer freebsd_triage 2012-07-20 08:48:37 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!