svn commit: r383490 - head/math/octave
Maho Nakata
maho at FreeBSD.org
Tue Apr 7 02:59:21 UTC 2015
Author: maho
Date: Tue Apr 7 02:59:19 2015
New Revision: 383490
URL: https://svnweb.freebsd.org/changeset/ports/383490
Log:
Moving the Octave icons to a directory which is not version specific (*).
Remove ATLAS knob, and bump portrevision.
Submitted by: Jason Bacon (*)
Modified:
head/math/octave/Makefile
head/math/octave/pkg-plist
Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile Tue Apr 7 02:51:27 2015 (r383489)
+++ head/math/octave/Makefile Tue Apr 7 02:59:19 2015 (r383490)
@@ -3,6 +3,7 @@
PORTNAME= octave
PORTVERSION= 3.8.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= octave
@@ -61,15 +62,12 @@ CONFIGURE_ARGS= --host=${GNU_HOST} \
OPTIONS_DEFINE= DOCS
OPTIONS_RADIO= BLAS
-OPTIONS_RADIO_BLAS= REFERENCE ATLAS OBLAS
+OPTIONS_RADIO_BLAS= REFERENCE OBLAS
OPTIONS_DEFAULT= REFERENCE
REFERENCE_DESC= Blas / Lapack
REFERENCE_USES= blaslapack:netlib
-ATLAS_DESC= ATLAS
-ATLAS_USES= blaslapack:atlas
-
OBLAS_DESC= Openblas
OBLAS_USES= blaslapack:openblas
@@ -86,6 +84,7 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/icons/octave.desktop \
${STAGEDIR}${DESKTOPDIR}/www.octave.org-octave.desktop
+ (cd ${STAGEDIR}${DATADIR} && ln -s ${PORTVERSION}/imagelib .)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
. for file in liboctave/liboctave.ps \
Modified: head/math/octave/pkg-plist
==============================================================================
--- head/math/octave/pkg-plist Tue Apr 7 02:51:27 2015 (r383489)
+++ head/math/octave/pkg-plist Tue Apr 7 02:59:19 2015 (r383490)
@@ -824,6 +824,7 @@ share/applications/www.octave.org-octave
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
%%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps
%%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps
+%%DATADIR%%/imagelib
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/CITATION
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/NEWS
%%DATADIR%%/%%OCTAVE_VERSION%%/etc/built-in-docstrings
More information about the svn-ports-all
mailing list