Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 13:35:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385271 - head/lang/ocaml/files
Message-ID:  <201505031335.t43DZZ9C087126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May  3 13:35:34 2015
New Revision: 385271
URL: https://svnweb.freebsd.org/changeset/ports/385271

Log:
  - Remove incomplete check for configure arguments to fix build when CONFIGURE_ARGS contains =
  
  PR:		199884
  Submitted by:	sunpoet (myself)
  Approved by:	Michael Grunewald <michipili@gmail.com> (maintainer)

Modified:
  head/lang/ocaml/files/patch-configure

Modified: head/lang/ocaml/files/patch-configure
==============================================================================
--- head/lang/ocaml/files/patch-configure	Sun May  3 13:29:21 2015	(r385270)
+++ head/lang/ocaml/files/patch-configure	Sun May  3 13:35:34 2015	(r385271)
@@ -1,5 +1,16 @@
 --- configure.orig	2014-10-03 19:25:46 UTC
 +++ configure
+@@ -85,10 +85,6 @@ exec 3>&1
+ 
+ # Parse command-line arguments
+ 
+-if echo "$configure_options" | grep -q -e '--\?[a-zA-Z0-9-]\+='; then
+-  err "Arguments to this script look like '-prefix /foo/bar', not '-prefix=/foo/bar' (note the '=')."
+-fi
+-
+ while : ; do
+   case "$1" in
+     "") break;;
 @@ -659,7 +659,8 @@ if test $with_sharedlibs = "yes"; then
        mksharedlib="$flexlink"
        mkmaindll="$flexlink -maindll"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031335.t43DZZ9C087126>