svn commit: r340406 - head/irc/epic5/files

Josh Paetzel jpaetzel at FreeBSD.org
Mon Jan 20 16:28:59 UTC 2014


Author: jpaetzel
Date: Mon Jan 20 16:28:58 2014
New Revision: 340406
URL: http://svnweb.freebsd.org/changeset/ports/340406
QAT: https://qat.redports.org/buildarchive/r340406/

Log:
  Patch configure to DTRT with the optional ruby support
  
  Submitted by:	zlonix
  Approved by:	hop (code maintainer)

Added:
  head/irc/epic5/files/patch-configure   (contents, props changed)

Added: head/irc/epic5/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/irc/epic5/files/patch-configure	Mon Jan 20 16:28:58 2014	(r340406)
@@ -0,0 +1,19 @@
+*** configure.orig	2013-09-25 01:07:24.000000000 +0400
+--- configure	2014-01-19 11:11:54.000000000 +0400
+***************
+*** 6262,6268 ****
+  fi
+  
+  # Check whether --with-ruby or --without-ruby was given.
+! if test "${with_ruby+set}" = set; then
+    withval="$with_ruby"
+     
+  	rubyexe=$withval
+--- 6262,6268 ----
+  fi
+  
+  # Check whether --with-ruby or --without-ruby was given.
+! if test "${with_ruby+set}" = set -a "x$with_ruby" != "xyes"; then
+    withval="$with_ruby"
+     
+  	rubyexe=$withval


More information about the svn-ports-all mailing list