Add CONFLICTS_INSTALL=fusefs-ntfs to sysutils/ntfsprogs/Makefile

Julian H. Stacey jhs at berklix.com
Wed Jun 13 21:34:29 UTC 2012


>Submitter-Id:	current-users
>Originator:	Julian H. Stacey <jhs at berklix.com>
>Organization:	http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen.
>Confidential:	no 
>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 at blak.js.berklix.net:/ad6s4/release/8.2-RELEASE/src/sys/amd64/compile/FIRE64.small amd64


	
>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/sysutils/ntfsprogs/Makefile.orig	Wed Jun 13 23:16:35 2012
--- new/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
------------


More information about the freebsd-ports mailing list