Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 16:50:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390586 - head/net/samba41
Message-ID:  <201506251650.t5PGoCMQ078425@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Jun 25 16:50:12 2015
New Revision: 390586
URL: https://svnweb.freebsd.org/changeset/ports/390586

Log:
  Remove USES=fakeroot, it hangs when building as a regular user and doesn't
  seem necessary

Modified:
  head/net/samba41/Makefile

Modified: head/net/samba41/Makefile
==============================================================================
--- head/net/samba41/Makefile	Thu Jun 25 16:49:13 2015	(r390585)
+++ head/net/samba41/Makefile	Thu Jun 25 16:50:12 2015	(r390586)
@@ -59,7 +59,7 @@ CONFIGURE_ARGS+=	--exec-prefix="${PREFIX
 # Flags
 CONFIGURE_ENV+=		PTHREAD_LDFLAGS="-lpthread"
 
-USES=			cpe compiler waf fakeroot pkgconfig perl5 python:2 \
+USES=			cpe compiler waf pkgconfig perl5 python:2 \
 			execinfo readline iconv shebangfix
 USE_PERL5=		build
 USE_LDCONFIG=		${SAMBA4_LIBDIR}



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