From owner-svn-ports-head@FreeBSD.ORG Wed Feb 12 19:42:25 2014 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 0F8096B4; Wed, 12 Feb 2014 19:42:25 +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 EF5421681; Wed, 12 Feb 2014 19:42:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CJgOmT056242; Wed, 12 Feb 2014 19:42:24 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CJgOGC056241; Wed, 12 Feb 2014 19:42:24 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201402121942.s1CJgOGC056241@svn.freebsd.org> From: Antoine Brodin Date: Wed, 12 Feb 2014 19:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344008 - head/databases/ruby-oci8 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: Wed, 12 Feb 2014 19:42:25 -0000 Author: antoine Date: Wed Feb 12 19:42:24 2014 New Revision: 344008 URL: http://svnweb.freebsd.org/changeset/ports/344008 QAT: https://qat.redports.org/buildarchive/r344008/ Log: Mark broken: Fails to configure ===> Running extconf.rb in ext/oci8 to configure checking for cc... ok checking for gcc... yes checking for LP64... no checking for ruby header... /wrkdirs/usr/ports/databases/ruby-oci8/work/ruby-oci8-1.0.0-rc1/ext/oci8/oraconf.rb:301: Use RbConfig instead of obsolete and deprecated Config. *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Reported by: pkg-fallout since august 2013 Modified: head/databases/ruby-oci8/Makefile Modified: head/databases/ruby-oci8/Makefile ============================================================================== --- head/databases/ruby-oci8/Makefile Wed Feb 12 19:34:33 2014 (r344007) +++ head/databases/ruby-oci8/Makefile Wed Feb 12 19:42:24 2014 (r344008) @@ -13,6 +13,8 @@ DIST_SUBDIR= ruby MAINTAINER= numisemis@yahoo.com COMMENT= Ruby interface to Oracle OCI8 +BROKEN= Does not configure + BUILD_DEPENDS= ${LOCALBASE}/oracle8-client/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client RUN_DEPENDS= ${LOCALBASE}/oracle8-client/lib/libclntsh.a:${PORTSDIR}/databases/oracle8-client