Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2012 23:33:32 +0200 (CEST)
From:      "Julian H. Stacey" <jhs@berklix.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@freebsd.org, "Julian H. Stacey" <jhs@berklix.com>, faust64@gmail.com
Subject:   Add CONFLICTS_INSTALL=fusefs-ntfs to sysutils/ntfsprogs/Makefile
Message-ID:  <201206132133.q5DLXWqZ021993@fire.js.berklix.net>

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

>Submitter-Id:	current-users
>Originator:	Julian H. Stacey <jhs@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@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
------------



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