Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 2014 10:16:05 +0000 (UTC)
From:      Maho Nakata <maho@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r356894 - head/math/octave
Message-ID:  <201406071016.s57AG5Qo033390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: maho
Date: Sat Jun  7 10:16:05 2014
New Revision: 356894
URL: http://svnweb.freebsd.org/changeset/ports/356894
QAT: https://qat.redports.org/buildarchive/r356894/

Log:
  * Better GUI support [1]
  * fix pkg-plist [2]
  
  Submitted by:	Jason Bacon <jwbacon@tds.net> [1]
                  swills@ [2]

Modified:
  head/math/octave/Makefile
  head/math/octave/pkg-plist

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Sat Jun  7 10:00:54 2014	(r356893)
+++ head/math/octave/Makefile	Sat Jun  7 10:16:05 2014	(r356894)
@@ -3,6 +3,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	3.8.1
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	octave
@@ -32,7 +33,8 @@ LIB_DEPENDS=	libGraphicsMagick.so.14:${P
 		libqrupdate.so:${PORTSDIR}/math/qrupdate \
 		libumfpack.so:${PORTSDIR}/math/suitesparse \
 		libglpk.so:${PORTSDIR}/math/glpk \
-		libgl2ps.so:${PORTSDIR}/print/gl2ps
+		libgl2ps.so:${PORTSDIR}/print/gl2ps \
+		qscintilla2:${PORTSDIR}/devel/qscintilla2
 
 USES=		charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2
 USE_PERL5=	build
@@ -40,7 +42,7 @@ USE_TEX=	dvipsk:build
 GNU_CONFIGURE=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
-USE_QT4=	gui network
+USE_QT4=	gui network uic_build moc_build rcc_build linguist_build
 
 OCTAVE_VERSION=	${PORTVERSION}
 GNU_HOST=	${ARCH}-portbld-freebsd${OSREL}

Modified: head/math/octave/pkg-plist
==============================================================================
--- head/math/octave/pkg-plist	Sat Jun  7 10:00:54 2014	(r356893)
+++ head/math/octave/pkg-plist	Sat Jun  7 10:16:05 2014	(r356894)
@@ -8,6 +8,7 @@ bin/octave-config
 bin/octave-config-%%OCTAVE_VERSION%%
 man/man1/mkoctfile.1.gz
 man/man1/octave-config.1.gz
+man/man1/octave-cli.1.gz
 man/man1/octave.1.gz
 share/applications/www.octave.org-octave.desktop
 %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps



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