svn commit: r367575 - head/net/packetdrill
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 7 16:53:51 UTC 2014
Author: antoine
Date: Sun Sep 7 16:53:51 2014
New Revision: 367575
URL: http://svnweb.freebsd.org/changeset/ports/367575
QAT: https://qat.redports.org/buildarchive/r367575/
Log:
Allow staging as a regular user
Modified:
head/net/packetdrill/Makefile
Modified: head/net/packetdrill/Makefile
==============================================================================
--- head/net/packetdrill/Makefile Sun Sep 7 16:41:29 2014 (r367574)
+++ head/net/packetdrill/Makefile Sun Sep 7 16:53:51 2014 (r367575)
@@ -11,10 +11,9 @@ COMMENT= Network stack testing tool
LICENSE= GPLv2
-USES= bison
+USES= bison uidfix
MAKE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}" \
- WITH_INSTALL_AS_USER=yes
+ PTHREAD_LIBS="${PTHREAD_LIBS}"
PORTDATA= packetdrill.el packetdrill.vim
PORTDOCS= README
PORTEXAMPLES= tests
More information about the svn-ports-all
mailing list