From owner-svn-ports-head@FreeBSD.ORG Sat Apr 19 04:57:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0A5841D; Sat, 19 Apr 2014 04:57:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD2F31A3C; Sat, 19 Apr 2014 04:57:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3J4vZ5p052800; Sat, 19 Apr 2014 04:57:35 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3J4vZpf052799; Sat, 19 Apr 2014 04:57:35 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201404190457.s3J4vZpf052799@svn.freebsd.org> From: Cy Schubert Date: Sat, 19 Apr 2014 04:57:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351581 - head/sysutils/fusefs-ntfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2014 04:57:35 -0000 Author: cy Date: Sat Apr 19 04:57:35 2014 New Revision: 351581 URL: http://svnweb.freebsd.org/changeset/ports/351581 QAT: https://qat.redports.org/buildarchive/r351581/ Log: Disable premature ldconfig during stage. Modified: head/sysutils/fusefs-ntfs/Makefile Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Sat Apr 19 03:45:40 2014 (r351580) +++ head/sysutils/fusefs-ntfs/Makefile Sat Apr 19 04:57:35 2014 (r351581) @@ -3,6 +3,7 @@ PORTNAME= ntfs PORTVERSION= 2014.2.15 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- @@ -20,7 +21,7 @@ USES= fuse pkgconfig iconv USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \ - --disable-mtab --with-fuse=external + --disable-mtab --with-fuse=external --disable-ldconfig CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib