From owner-svn-ports-head@FreeBSD.ORG Fri Dec 6 14:20:16 2013 Return-Path: Delivered-To: svn-ports-head@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 C7BC95C3; Fri, 6 Dec 2013 14:20:16 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B454610A1; Fri, 6 Dec 2013 14:20:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB6EKGwQ087762; Fri, 6 Dec 2013 14:20:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB6EKGV9087761; Fri, 6 Dec 2013 14:20:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312061420.rB6EKGV9087761@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 6 Dec 2013 14:20:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335750 - head/net/p5-Jifty-Plugin-Authentication-Ldap 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.17 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: Fri, 06 Dec 2013 14:20:16 -0000 Author: bapt Date: Fri Dec 6 14:20:16 2013 New Revision: 335750 URL: http://svnweb.freebsd.org/changeset/ports/335750 Log: Mark as broken: ===> Configuring for p5-Jifty-Plugin-Authentication-Ldap-1.01 Cannot determine perl version info from lib/Jifty/Plugin/Authentication/Ldap.pm WARNING: 'All rights reserved' in copyright may invalidate Open Source license. *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Jifty ...missing. - Net::LDAP ...loaded. (0.57) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good JSON::PP 2.27103 is not available at /usr/local/lib/perl5/5.16/CPAN/Meta/Converter.pm line 23. at /usr/local/lib/perl5/5.16/ExtUtils/MM_Any.pm line 1335. Writing Makefile for Jifty::Plugin::Authentication::Ldap Recursive inheritance detected in package 'Types::Serialiser::BooleanBase' during global destruction. *** [do-configure] Error code 22 Modified: head/net/p5-Jifty-Plugin-Authentication-Ldap/Makefile Modified: head/net/p5-Jifty-Plugin-Authentication-Ldap/Makefile ============================================================================== --- head/net/p5-Jifty-Plugin-Authentication-Ldap/Makefile Fri Dec 6 14:19:08 2013 (r335749) +++ head/net/p5-Jifty-Plugin-Authentication-Ldap/Makefile Fri Dec 6 14:20:16 2013 (r335750) @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= LDAP Authentication Plugin for Jifty Apps +BROKEN= Fails to configure + BUILD_DEPENDS= p5-Jifty>=0:${PORTSDIR}/www/p5-Jifty \ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap RUN_DEPENDS:= ${BUILD_DEPENDS}