From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 3 15:30:34 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C81AE16A415 for ; Wed, 3 Jan 2007 15:30:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id A887913C441 for ; Wed, 3 Jan 2007 15:30:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l03FUYr8080534 for ; Wed, 3 Jan 2007 15:30:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l03FUYlh080533; Wed, 3 Jan 2007 15:30:34 GMT (envelope-from gnats) Resent-Date: Wed, 3 Jan 2007 15:30:34 GMT Resent-Message-Id: <200701031530.l03FUYlh080533@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Samorodov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D21B16A415 for ; Wed, 3 Jan 2007 15:28:39 +0000 (UTC) (envelope-from bsam@tinderbox.i386.ipt.ru) Received: from tinderbox.i386.ipt.ru (tinderbox.i386.ipt.ru [80.253.10.91]) by mx1.freebsd.org (Postfix) with ESMTP id 7CD0513C441 for ; Wed, 3 Jan 2007 15:28:38 +0000 (UTC) (envelope-from bsam@tinderbox.i386.ipt.ru) Received: from tinderbox.i386.ipt.ru (localhost [127.0.0.1]) by tinderbox.i386.ipt.ru (8.13.8/8.13.8) with ESMTP id l03FRrlG057880 for ; Wed, 3 Jan 2007 18:27:53 +0300 (MSK) (envelope-from bsam@tinderbox.i386.ipt.ru) Received: (from bsam@localhost) by tinderbox.i386.ipt.ru (8.13.8/8.13.8/Submit) id l03FRrj5057879; Wed, 3 Jan 2007 18:27:53 +0300 (MSK) (envelope-from bsam) Message-Id: <200701031527.l03FRrj5057879@tinderbox.i386.ipt.ru> Date: Wed, 3 Jan 2007 18:27:53 +0300 (MSK) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/107475: [patch] sysutils/fusefs-ntfs: update to new version 20070102.BETA X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jan 2007 15:30:35 -0000 >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: