From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 16:01:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FD4C9FA; Tue, 17 Feb 2015 16:01:09 +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 6B4FE951; Tue, 17 Feb 2015 16:01:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HG19OU089456; Tue, 17 Feb 2015 16:01:09 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HG19cv089454; Tue, 17 Feb 2015 16:01:09 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502171601.t1HG19cv089454@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 17 Feb 2015 16:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379169 - head/devel/p5-POE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 16:01:09 -0000 Author: mat Date: Tue Feb 17 16:01:08 2015 New Revision: 379169 URL: https://svnweb.freebsd.org/changeset/ports/379169 QAT: https://qat.redports.org/buildarchive/r379169/ Log: Don't be interactive. PR: 196965 Sponsored by: Absolight Modified: head/devel/p5-POE/Makefile Modified: head/devel/p5-POE/Makefile ============================================================================== --- head/devel/p5-POE/Makefile Tue Feb 17 15:58:12 2015 (r379168) +++ head/devel/p5-POE/Makefile Tue Feb 17 16:01:08 2015 (r379169) @@ -26,6 +26,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= EXAMPLES +CONFIGURE_ARGS= --default + USES= perl5 shebangfix USE_PERL5= configure