svn commit: r303883 - head/science/ncs/files

Thierry Thomas thierry at FreeBSD.org
Sat Sep 8 09:33:15 UTC 2012


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
+ 



More information about the svn-ports-all mailing list