Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2007 18:27:53 +0300 (MSK)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107475: [patch] sysutils/fusefs-ntfs: update to new version 20070102.BETA
Message-ID:  <200701031527.l03FRrj5057879@tinderbox.i386.ipt.ru>
Resent-Message-ID: <200701031530.l03FUYlh080533@freefall.freebsd.org>

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

>Number:         107475
>Category:       ports
>Synopsis:       [patch] sysutils/fusefs-ntfs: update to new version 20070102.BETA
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 15:30:34 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD tinderbox.i386.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 11 13:27:01 MSK 2006 bsam@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	Update to new BETA version (the previuos one is not available).
>How-To-Repeat:
>Fix:
	. update to 20070102.BETA
	. s/INSTALLS_SHLIB/USE_LDCONFIG/
	. introduce a new patch (files/patch-src_Makefile.in),
	  it is up to maintainer either use the patch or deal with it
	  in a different way:
	  - original distro installs a symlink to $(DESTDIR)/sbin directory,
	    but $(DESTDIR) is undefined;
	  - $(LDCONFIG) is not needed here as USE_LDCONFIG=yes does 'The
	    Right Thing';
	  - remove a symlink to man8 mount.ntfs-3g (doesn't fit the technique
	    how our ports system deals with MAN pages).

--- fusefs-ntfs.diff begins here ---
? files/patch-src_Makefile.in
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/fusefs-ntfs/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	6 Dec 2006 04:29:58 -0000	1.2
+++ Makefile	3 Jan 2007 14:58:03 -0000
@@ -5,7 +5,7 @@
 #
 
 PORTNAME=	ntfs
-PORTVERSION=	20061115.BETA
+PORTVERSION=	20070102.BETA
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.ntfs-3g.org/
 MASTER_SITE_SUBDIR=	fuse
@@ -23,7 +23,9 @@
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 ONLY_FOR_ARCHS=	i386 amd64
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
+
+MAN8=		ntfs-3g.8
 
 post-patch:
 	@${CP} ${FILESDIR}/unix_io_raw.c ${WRKSRC}/libntfs-3g
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/fusefs-ntfs/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	5 Dec 2006 22:15:46 -0000	1.1
+++ distinfo	3 Jan 2007 14:58:03 -0000
@@ -1,3 +1,3 @@
-MD5 (ntfs-3g-0.20061115-BETA.tgz) = 9a0c1a3d2a27deaeda6c39003e9f57c4
-SHA256 (ntfs-3g-0.20061115-BETA.tgz) = 07688def198062931fab960e3c44bfd083e109e5e15f4c9d429b824d7c83c2cb
-SIZE (ntfs-3g-0.20061115-BETA.tgz) = 559073
+MD5 (ntfs-3g-0.20070102-BETA.tgz) = 3f03bae2ef34c7adb7a3aece6c921f94
+SHA256 (ntfs-3g-0.20070102-BETA.tgz) = 28f1fc26257802055275976dd9c606ac913d3caedd3c0a7b28538d234da8fee6
+SIZE (ntfs-3g-0.20070102-BETA.tgz) = 561276
--- fusefs-ntfs.diff ends here ---

A new patch should go to files directory:

--- files/patch-src_Makefile.in begins here ---
--- src/Makefile.in.orig	Wed Jan  3 17:44:19 2007
+++ src/Makefile.in	Wed Jan  3 17:44:45 2007
@@ -581,12 +581,9 @@
 
 install-exec-hook:
 	$(INSTALL) -d $(DESTDIR)/sbin
-	$(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
-	$(LDCONFIG)
 
 install-data-hook:
 	$(INSTALL) -d $(DESTDIR)$(man8dir)
-	$(LN_S) -f ntfs-3g.8 $(DESTDIR)$(man8dir)/mount.ntfs-3g.8
 
 uninstall-local:
 	$(RM) -f $(DESTDIR)/sbin/mount.ntfs-3g
--- files/patch-src_Makefile.in ends here ---

WBR
-- 
bsam

>Release-Note:
>Audit-Trail:
>Unformatted:



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