mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
Update to 3.0.1
This commit is contained in:
parent
94f6bc6fa4
commit
a6c0ec6336
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216945
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= octave
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 3.0.1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \
|
||||
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (octave-3.0.0.tar.bz2) = d5512acdf60ac04398ff258cbc37f3c4
|
||||
SHA256 (octave-3.0.0.tar.bz2) = f2351eed4f6505993275947802a35ecbc9b7e587ebbb5ee7ba72d54280de4418
|
||||
SIZE (octave-3.0.0.tar.bz2) = 9821575
|
||||
MD5 (octave-3.0.1.tar.bz2) = 230f3895a42386ec625bf2593a44c441
|
||||
SHA256 (octave-3.0.1.tar.bz2) = 310bfc622d74fd5c3727c2304ad594888f3016a89f183af7afdfef3fd5c15e6d
|
||||
SIZE (octave-3.0.1.tar.bz2) = 9854711
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- configure.in~ 2008-02-12 17:58:15.000000000 +0000
|
||||
+++ configure.in 2008-02-12 17:56:53.000000000 +0000
|
||||
@@ -974,7 +974,7 @@
|
||||
SH_LDFLAGS='-shared -fPIC'
|
||||
;;
|
||||
*-*-freebsd*)
|
||||
- SH_LD='$(CC)'
|
||||
+ SH_LD='$(CXX)'
|
||||
SH_LDFLAGS="-shared -Wl,-x"
|
||||
RLD_FLAG='-Wl,-rpath -Wl,$(octlibdir)'
|
||||
;;
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- examples/Makefile.in~ Wed Dec 14 12:13:54 2005
|
||||
+++ examples/Makefile.in Wed Jul 5 12:59:06 2006
|
||||
@@ -51,10 +51,10 @@
|
||||
rm -f $(DESTDIR)$(imagedir)/$$f; \
|
||||
$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(imagedir)/$$f; \
|
||||
done
|
||||
- if test -n "$(DESKTOP_FILE_INSTALL)"; then \
|
||||
- $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \
|
||||
- --vendor www.octave.org octave.desktop; \
|
||||
- fi
|
||||
+# if test -n "$(DESKTOP_FILE_INSTALL)"; then \
|
||||
+# $(DESKTOP_FILE_INSTALL) --dir=$(DESTDIR)$(datadir)/applications \
|
||||
+# --vendor www.octave.org octave.desktop; \
|
||||
+# fi
|
||||
.PHONY: install install-strip
|
||||
|
||||
tags:
|
@ -1,32 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- scripts/miscellaneous/unpack.m.orig
|
||||
+++ scripts/miscellaneous/unpack.m
|
||||
@@ -124,19 +124,13 @@
|
||||
commandlist.tar = {"tar -x -v -f \"%s\"", ...
|
||||
"tar -x -f \"%s\"", ...
|
||||
@__parse_tar__, false};
|
||||
- commandlist.targz = {"gzip -d -c \"%s\" | tar -x -v", ...
|
||||
- "gzip -d -c \"%s\" | tar -x", ...
|
||||
- @__parse_tar__, false};
|
||||
- commandlist.tgz = commandlist.targz;
|
||||
- commandlist.tarbz2 = {"bzip2 -d -c \"%s\" | tar -x -v", ...
|
||||
- "bzip2 -d -c \"%s\" | tar -x", ...
|
||||
- @__parse_tar__, false};
|
||||
- commandlist.tarbz = commandlist.tarbz2;
|
||||
- commandlist.tbz2 = commandlist.tarbz2;
|
||||
- commandlist.tbz = commandlist.tarbz2;
|
||||
- commandlist.zip = {"unzip \"%s\"", ...
|
||||
- "unzip -q \"%s\"", ...
|
||||
- @__parse_zip__, false};
|
||||
+ commandlist.targz = commandlist.tar;
|
||||
+ commandlist.tgz = commandlist.tar;
|
||||
+ commandlist.tarbz2 = commandlist.tar;
|
||||
+ commandlist.tarbz = commandlist.tar;
|
||||
+ commandlist.tbz2 = commandlist.tar;
|
||||
+ commandlist.tbz = commandlist.tar;
|
||||
+ commandlist.zip = commandlist.tar;
|
||||
endif
|
||||
|
||||
nodotext = ext(! ismember (ext, "."));
|
@ -668,8 +668,8 @@ libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lsode.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/lu.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/luinc.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/matrix_type.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/max.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/md5sum.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/minmax.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/pinv.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/qr.oct
|
||||
libexec/octave/%%OCTAVE_VERSION%%/oct/%%GNU_HOST%%/quad.oct
|
||||
@ -707,6 +707,7 @@ libexec/octave/ls-R
|
||||
@dirrm libexec/octave/site/exec
|
||||
@dirrm libexec/octave/site
|
||||
@dirrm libexec/octave
|
||||
share/applications/www.octave.org-octave.desktop
|
||||
share/octave/%%OCTAVE_VERSION%%/NEWS
|
||||
share/octave/%%OCTAVE_VERSION%%/imagelib/default.img
|
||||
share/octave/%%OCTAVE_VERSION%%/imagelib/octave-sombrero.png
|
||||
@ -1002,6 +1003,7 @@ share/octave/%%OCTAVE_VERSION%%/m/general/del2.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/general/interp3.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/general/interpn.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/general/rat.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/general/runlength.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/general/structfun.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/general/arrayfun.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/general/bicubic.m
|
||||
@ -1240,7 +1242,9 @@ share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mm__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2mv__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2ss__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2sv__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vm__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vs__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt2vv__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt__.m
|
||||
share/octave/%%OCTAVE_VERSION%%/m/plot/__plt_get_axis_arg__.m
|
||||
@ -1704,6 +1708,7 @@ share/octave/site/m/startup/octaverc
|
||||
@dirrm share/octave/site/m
|
||||
@dirrm share/octave/site
|
||||
@dirrm share/octave
|
||||
@dirrmtry %%DATADIR%%/application
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Octave-FAQ.ps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
|
||||
%%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps
|
||||
|
Loading…
Reference in New Issue
Block a user