Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2017 12:46:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432729 - head/sysutils/istatserver
Message-ID:  <201701291246.v0TCkn8A068584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jan 29 12:46:49 2017
New Revision: 432729
URL: https://svnweb.freebsd.org/changeset/ports/432729

Log:
  - Mark BROKEN, does not install: chown: istat: illegal user name
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/istatserver/Makefile

Modified: head/sysutils/istatserver/Makefile
==============================================================================
--- head/sysutils/istatserver/Makefile	Sun Jan 29 12:44:06 2017	(r432728)
+++ head/sysutils/istatserver/Makefile	Sun Jan 29 12:46:49 2017	(r432729)
@@ -14,11 +14,13 @@ LICENSE=	BSD3CLAUSE
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libsqlite3.so:databases/sqlite3
 
+BROKEN=		does not build (attempt to chown from do-install)
+
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}
 
-USERS=	istat
-GROUPS=	istat
+USERS=		istat
+GROUPS=		istat
 
 SUB_FILES=	pkg-message
 



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