svn commit: r390586 - head/net/samba41

Antoine Brodin antoine at FreeBSD.org
Thu Jun 25 16:50:12 UTC 2015


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}


More information about the svn-ports-all mailing list