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

This has now been commited to 9.2-RELEASE & 10.0-RELEASE
& current pre Mon Oct  7 16:31:23 CEST 2013

To: FreeBSD-gnats-submit@freebsd.org
From: Julian H. Stacey <jhs_ERASE_@berklix.com>
Reply-To: Julian H. Stacey <jhs_ERASE_@berklix.com>
Cc: faust64_ERASE@gmail.com, ports_ERASE@FreeBSD.org, Julian H. Stacey <jhs_ERASE_@berklix.com>
X-send-pr-version: 3.113
X-GNATS-Notify: 
Subject: Add CONFLICTS_INSTALL=fusefs-ntfs to sysutils/ntfsprogs/Makefile


>Submitter-Id:	current-users
>Originator:	Julian H. Stacey <jhs_ERASE_@berklix.com>
>Organization:	http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen.
>Confidential:	no <FreeBSD PRs are public data>
>Synopsis: Add CONFLICTS_INSTALL=fusefs-ntfs to sysutils/ntfsprogs/Makefile
>Severity:	non-critical
>Priority:	low 
>Category:	ports
>Class:		change-request 
>Release:	FreeBSD current
>Environment:
System: FreeBSD fire.js.berklix.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Jun 2 23:10:13 CEST 2011 jhs@blak.js.berklix.net:/ad6s4/release/8.2-RELEASE/src/sys/amd64/compile/FIRE64.small amd64


	<machine, os, target, libraries (multiple lines)>
>Description:
	Please add to:
		sysutils/ntfsprogs/Makefile
	This:
		CONFLICTS_INSTALL=	fusefs-ntfs-*
	To match:
		ports/sysutils/fusefs-ntfs/Makefile
	with:
		CONFLICTS_INSTALL=      ntfsprogs-*

>How-To-Repeat:
	Observe clashing deliverables:
	cd /pub/FreeBSD/branches/-current/ports/sysutils
	cat fusefs-ntfs/pkg-plist ntfsprogs/pkg-plist | sort | uniq -d
		bin/ntfscat
		bin/ntfscluster
		bin/ntfscmp
		bin/ntfsfix
		bin/ntfsinfo
		bin/ntfsls
		sbin/mkntfs
		sbin/ntfsclone
		sbin/ntfscp
		sbin/ntfslabel
		sbin/ntfsresize
		sbin/ntfsundelete

>Fix:
	Apply diff -c patch (copy below & at URL:
http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/sysutils/ntfsprogs/
-------
*** 8.3-RELEASE-and-current/ports/sysutils/ntfsprogs/Makefile	Wed Jun 13 23:16:35 2012
--- new/ports/sysutils/ntfsprogs/Makefile	Wed Jun 13 23:23:01 2012
***************
*** 15,20 ****
--- 15,21 ----
  COMMENT=	Utilities and library to manipulate NTFS partitions
  
  BUILD_DEPENDS=	fusefs-libs>2.5:${PORTSDIR}/sysutils/fusefs-libs
+ CONFLICTS_INSTALL=	fusefs-ntfs-*
  
  USE_GNOME=	pkgconfig
  USE_BZIP2=	yes
------------
