Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2018 19:41:29 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463350 - in head/math/octave: . files
Message-ID:  <201803011941.w21JfTe2054611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Thu Mar  1 19:41:29 2018
New Revision: 463350
URL: https://svnweb.freebsd.org/changeset/ports/463350

Log:
  - Make sure qscintilla links correctly to octave (otherwise the built in text editor
    doesn't work in the GUI version).

Modified:
  head/math/octave/Makefile
  head/math/octave/files/patch-configure

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Thu Mar  1 19:25:14 2018	(r463349)
+++ head/math/octave/Makefile	Thu Mar  1 19:41:29 2018	(r463350)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	4.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math java
 MASTER_SITES=	GNU
 

Modified: head/math/octave/files/patch-configure
==============================================================================
--- head/math/octave/files/patch-configure	Thu Mar  1 19:25:14 2018	(r463349)
+++ head/math/octave/files/patch-configure	Thu Mar  1 19:41:29 2018	(r463350)
@@ -225,6 +225,15 @@
        soname_spec='$libname$release$shared_ext$major'
        need_version=no
        need_lib_prefix=no
+@@ -34697,7 +34697,7 @@ $as_echo_n "checking Qt version $ver... 
+   case "$qt_version" in
+     4)
+       QT_MODULES="QtCore QtGui QtNetwork QtOpenGL"
+-      octave_qscintilla_libnames=qscintilla2
++      octave_qscintilla_libnames=qscintilla2_qt4
+     ;;
+     5)
+       QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"
 @@ -35738,7 +35738,7 @@ esac
  fi
  



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