From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 22:03:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13E1E403; Wed, 2 Jul 2014 22:03:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D2CA3270B; Wed, 2 Jul 2014 22:03:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62M3ekM020369; Wed, 2 Jul 2014 22:03:40 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62M3eNw020367; Wed, 2 Jul 2014 22:03:40 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201407022203.s62M3eNw020367@svn.freebsd.org> From: Antoine Brodin Date: Wed, 2 Jul 2014 22:03:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360281 - head/www/oops X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 22:03:41 -0000 Author: antoine Date: Wed Jul 2 22:03:40 2014 New Revision: 360281 URL: http://svnweb.freebsd.org/changeset/ports/360281 QAT: https://qat.redports.org/buildarchive/r360281/ Log: Mark BROKEN, fails to stage cd src; /usr/bin/make install cd modules; /usr/bin/make ../mkinstalldirs /usr/local/oops /usr/local/oops/DB /usr/local/oops/storages /usr/local/etc/oops/tables /usr/local/libexec/oops mkdir /usr/local/oops mkdir /usr/local/oops/DB mkdir /usr/local/oops/storages mkdir /usr/local/etc/oops mkdir /usr/local/etc/oops/tables mkdir /usr/local/libexec/oops if [ "Xoops" != "X" ]; then /usr/sbin/chown oops /usr/local/oops/DB; fi chown: oops: illegal user name *** [mkinstalldirs] Error code 1 Reported by: pkg-fallout Modified: head/www/oops/Makefile Modified: head/www/oops/Makefile ============================================================================== --- head/www/oops/Makefile Wed Jul 2 22:03:37 2014 (r360280) +++ head/www/oops/Makefile Wed Jul 2 22:03:40 2014 (r360281) @@ -10,6 +10,7 @@ MASTER_SITES= http://oops-cache.org/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A caching web proxy server +BROKEN= Fails to stage DEPRECATED= Development stops long ago, domain has been expired EXPIRATION_DATE= 2014-08-31