svn commit: r432729 - head/sysutils/istatserver

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 29 12:46:50 UTC 2017


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
 


More information about the svn-ports-all mailing list