svn commit: r344008 - head/databases/ruby-oci8

Antoine Brodin antoine at FreeBSD.org
Wed Feb 12 19:42:25 UTC 2014


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 at 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
 


More information about the svn-ports-head mailing list