Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Sep 2012 09:33:14 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303883 - head/science/ncs/files
Message-ID:  <201209080933.q889XEdO060030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Sep  8 09:33:14 2012
New Revision: 303883
URL: http://svn.freebsd.org/changeset/ports/303883

Log:
  Fix on FreeBSD-7.x.
  
  Reported by:	pointyhat via beat

Added:
  head/science/ncs/files/
  head/science/ncs/files/patch-configure   (contents, props changed)

Added: head/science/ncs/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/ncs/files/patch-configure	Sat Sep  8 09:33:14 2012	(r303883)
@@ -0,0 +1,29 @@
+--- configure.orig	2011-12-20 14:07:17.000000000 +0100
++++ configure	2012-09-07 21:23:33.000000000 +0200
+@@ -20626,7 +20626,7 @@
+   PYTHON_EXE=none
+ fi
+ 
+-if test "x${PYTHON_EXE}" == "xnone" ; then
++if test "x${PYTHON_EXE}" = "xnone" ; then
+    cs_python="/usr/bin/env python"
+    # Extract the first word of "python", so it can be a program name with args.
+ set dummy python; ac_word=$2
+@@ -20961,7 +20961,7 @@
+ fi
+ 
+ # Test for PyQt4
+-if test "x$have_gui" == "xyes" ; then
++if test "x$have_gui" = "xyes" ; then
+ 
+   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PyQt4 version >= 4.3" >&5
+ $as_echo_n "checking for PyQt4 version >= 4.3... " >&6; }
+@@ -20993,7 +20993,7 @@
+ fi
+ 
+ # Test for PyQt4 developper tools
+-if test "x$have_gui" == "xyes" ; then
++if test "x$have_gui" = "xyes" ; then
+ 
+   if test "x${PYQT4_EXE}" == "xnone" ; then
+ 



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