Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 04:57:35 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351581 - head/sysutils/fusefs-ntfs
Message-ID:  <201404190457.s3J4vZpf052799@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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