FreeBSD Bugzilla – Attachment 171059 Details for
Bug 210055
math/octave: Remove wrongly used PLIST_SUB from pkg-plist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sed 's#%%QT_BINDIR%%#bin#g'
fix-octave-plist (text/plain), 27.00 KB, created by
Tobias Berner
on 2016-06-05 16:58:05 UTC
(
hide
)
Description:
sed 's#%%QT_BINDIR%%#bin#g'
Filename:
MIME Type:
Creator:
Tobias Berner
Created:
2016-06-05 16:58:05 UTC
Size:
27.00 KB
patch
obsolete
>Index: math/octave/pkg-plist >=================================================================== >--- math/octave/pkg-plist (Revision 416386) >+++ math/octave/pkg-plist (Arbeitskopie) >@@ -1,11 +1,11 @@ >-%%QT_BINDIR%%/mkoctfile >-%%QT_BINDIR%%/mkoctfile-%%OCTAVE_VERSION%% >-%%QT_BINDIR%%/octave >-%%QT_BINDIR%%/octave-%%OCTAVE_VERSION%% >-%%QT_BINDIR%%/octave-cli >-%%QT_BINDIR%%/octave-cli-%%OCTAVE_VERSION%% >-%%QT_BINDIR%%/octave-config >-%%QT_BINDIR%%/octave-config-%%OCTAVE_VERSION%% >+bin/mkoctfile >+bin/mkoctfile-%%OCTAVE_VERSION%% >+bin/octave >+bin/octave-%%OCTAVE_VERSION%% >+bin/octave-cli >+bin/octave-cli-%%OCTAVE_VERSION%% >+bin/octave-config >+bin/octave-config-%%OCTAVE_VERSION%% > include/octave-%%OCTAVE_VERSION%%/octave/Array-util.h > include/octave-%%OCTAVE_VERSION%%/octave/Array.cc > include/octave-%%OCTAVE_VERSION%%/octave/Array.h >@@ -207,7 +207,7 @@ > include/octave-%%OCTAVE_VERSION%%/octave/ls-mat4.h > include/octave-%%OCTAVE_VERSION%%/octave/ls-mat5.h > include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-ascii.h >-include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-%%QT_BINDIR%%ary.h >+include/octave-%%OCTAVE_VERSION%%/octave/ls-oct-binary.h > include/octave-%%OCTAVE_VERSION%%/octave/ls-utils.h > include/octave-%%OCTAVE_VERSION%%/octave/mach-info.h > include/octave-%%OCTAVE_VERSION%%/octave/mex.h >@@ -546,7 +546,7 @@ > include/octave-%%OCTAVE_VERSION%%/octave/mxarray.h > include/octave-%%OCTAVE_VERSION%%/octave/oct-alloc.h > include/octave-%%OCTAVE_VERSION%%/octave/oct-base64.h >-include/octave-%%OCTAVE_VERSION%%/octave/oct-%%QT_BINDIR%%map.h >+include/octave-%%OCTAVE_VERSION%%/octave/oct-binmap.h > include/octave-%%OCTAVE_VERSION%%/octave/oct-cmplx.h > include/octave-%%OCTAVE_VERSION%%/octave/oct-conf-post.h > include/octave-%%OCTAVE_VERSION%%/octave/oct-conf.h >@@ -674,9 +674,9 @@ > include/octave-%%OCTAVE_VERSION%%/octave/pt-arg-list.h > include/octave-%%OCTAVE_VERSION%%/octave/pt-array-list.h > include/octave-%%OCTAVE_VERSION%%/octave/pt-assign.h >-include/octave-%%OCTAVE_VERSION%%/octave/pt-%%QT_BINDIR%%op.h >+include/octave-%%OCTAVE_VERSION%%/octave/pt-binop.h > include/octave-%%OCTAVE_VERSION%%/octave/pt-bp.h >-include/octave-%%OCTAVE_VERSION%%/octave/pt-c%%QT_BINDIR%%op.h >+include/octave-%%OCTAVE_VERSION%%/octave/pt-cbinop.h > include/octave-%%OCTAVE_VERSION%%/octave/pt-cell.h > include/octave-%%OCTAVE_VERSION%%/octave/pt-check.h > include/octave-%%OCTAVE_VERSION%%/octave/pt-classdef.h >@@ -1010,130 +1010,130 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/try.tst > %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/unwind.tst > %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/fixed/while.tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/Cell.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__contourc__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__dispatch__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__dsearchn__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__ichol__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__ilu__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__lin_interpn__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__pchip_deriv__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/__qp__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/besselj.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/betainc.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/bitfcns.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/bsxfun.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/cellfun.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/conv2.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dassl.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/data.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/defaults.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/det.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dirfns.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dlmread.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/dot.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/eig.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/ellipj.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/fft.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/fft2.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/file-io.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/filter.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/find.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/gammainc.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/gcd.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/givens.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/graphics.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/hess.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/hex2num.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/inv.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/kron.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/lookup.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/lsode.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/lu.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/luinc.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/mappers.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/matrix_type.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/max.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/md5sum.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/mgorth.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/nproc.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/oct-map.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/ordschur.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/pinv.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/pr-output.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/quad.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/quadcc.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/qz.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/rand.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/rcond.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/regexp.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/schur.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sighandlers.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sparse-xpow.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/spparms.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sqrtm.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/str2double.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/strfind.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/strfns.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sub2ind.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/svd.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sylvester.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/symtab.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/syscalls.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/sysdep.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/time.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/toplev.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/tril.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/tsearch.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/utils.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/corefcn/variables.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__delaunayn__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__fltk_uigetfile__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__glpk__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__magick_read__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__osmesa_print__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/__voronoi__.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/amd.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/audiodevinfo.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/chol.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/convhulln.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/dmperm.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/fftw.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/dldfcn/qr.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-base.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-bool-mat.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-cell.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-class.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-cx-diag.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-fcn-handle.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-fcn-inline.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-flt-re-mat.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int16.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int32.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int64.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-int8.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-java.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-null-mat.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-oncleanup.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-range.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-re-mat.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-struct.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-typeinfo.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint16.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint32.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint64.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-uint8.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov-usr-fcn.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave-value/ov.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/octave.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/lex.ll-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/oct-parse.in.yy-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-assign.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-%%QT_BINDIR%%op.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-eval.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-fcn-handle.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-idx.cc-tst >-%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/li%%QT_BINDIR%%terp/parse-tree/pt-mat.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/Cell.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__contourc__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dispatch__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__dsearchn__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ichol__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__ilu__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__lin_interpn__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__pchip_deriv__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/__qp__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/besselj.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/betainc.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bitfcns.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/bsxfun.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/cellfun.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/conv2.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dassl.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/data.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/defaults.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/det.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dirfns.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dlmread.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/dot.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/eig.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ellipj.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/fft2.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/file-io.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/filter.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/find.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gammainc.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/gcd.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/givens.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/graphics.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hess.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/hex2num.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/inv.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/kron.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lookup.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lsode.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/lu.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/luinc.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mappers.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/matrix_type.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/max.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/md5sum.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/mgorth.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/nproc.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/oct-map.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/ordschur.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pinv.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/pr-output.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quad.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/quadcc.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/qz.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rand.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/rcond.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/regexp.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/schur.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sighandlers.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sparse-xpow.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/spparms.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sqrtm.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/str2double.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfind.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/strfns.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sub2ind.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/svd.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sylvester.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/symtab.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/syscalls.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/sysdep.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/time.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/toplev.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/tril.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/tsearch.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/utils.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/corefcn/variables.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__delaunayn__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__fltk_uigetfile__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__glpk__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__magick_read__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__osmesa_print__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/__voronoi__.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/amd.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/audiodevinfo.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/chol.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/convhulln.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/dmperm.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/fftw.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/dldfcn/qr.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-base.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-bool-mat.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cell.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-class.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-cx-diag.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-handle.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-fcn-inline.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-flt-re-mat.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int16.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int32.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int64.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-int8.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-java.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-null-mat.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-oncleanup.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-range.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-re-mat.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-struct.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-typeinfo.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint16.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint32.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint64.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-uint8.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov-usr-fcn.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave-value/ov.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/octave.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/lex.ll-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/oct-parse.in.yy-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-assign.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-binop.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-eval.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-fcn-handle.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-idx.cc-tst >+%%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/libinterp/parse-tree/pt-mat.cc-tst > %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/Array.cc-tst > %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CMatrix.cc-tst > %%DATADIR%%/%%OCTAVE_VERSION%%/etc/tests/liboctave/array/CSparse.cc-tst >@@ -1162,7 +1162,7 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/locale/uk_UA.qm > %%DATADIR%%/%%OCTAVE_VERSION%%/locale/zh_CN.qm > %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/ascii.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/%%QT_BINDIR%%ary.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/binary.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/cd.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/close.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/@ftp/delete.m >@@ -1273,7 +1273,7 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/m/elfun/tand.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumarray.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/accumdim.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/%%QT_BINDIR%%coeff.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bincoeff.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitcmp.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitget.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/general/bitset.m >@@ -1785,7 +1785,7 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gcf.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gco.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/ginput.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_%%QT_BINDIR%%ary.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/gnuplot_binary.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/graphics_toolkit.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hdl2struct.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/plot/util/hggroup.m >@@ -1883,7 +1883,7 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/blackman.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/detrend.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/diffpara.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/dur%%QT_BINDIR%%levinson.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/durbinlevinson.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftconv.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftfilt.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/signal/fftshift.m >@@ -2009,10 +2009,10 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betainv.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betapdf.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/betarnd.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%ocdf.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%oinv.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%opdf.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/%%QT_BINDIR%%ornd.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binocdf.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binoinv.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binopdf.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/binornd.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_cdf.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_inv.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/cauchy_pdf.m >@@ -2062,10 +2062,10 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/logninv.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognpdf.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/lognrnd.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%cdf.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%inv.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%pdf.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/n%%QT_BINDIR%%rnd.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbincdf.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbininv.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinpdf.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/nbinrnd.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normcdf.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/norminv.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/distributions/normpdf.m >@@ -2124,12 +2124,12 @@ > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/statistics/tests/z_test_2.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/base2dec.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/%%QT_BINDIR%%2dec.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/bin2dec.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/blanks.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/cstrcat.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/deblank.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2base.m >-%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2%%QT_BINDIR%%.m >+%%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2bin.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/dec2hex.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/findstr.m > %%DATADIR%%/%%OCTAVE_VERSION%%/m/strings/hex2dec.m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vlad-fbsd
:
maintainer-approval?
(
maho
)
Actions:
View
|
Diff
Attachments on
bug 210055
: 171059