OpenBSD CVS

CVS log for ports/math/freemat/Attic/Makefile


[BACK] Up to [local] / ports / math / freemat

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39, Thu Aug 27 15:18:30 2020 UTC (3 years, 9 months ago) by rsadowski
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +1 -1 lines
FILE REMOVED

Remove freemat

Outdated Qt4 application, last update 2010 from steven@ to 4.0

OK steven@

Revision 1.38 / (download) - annotate - [select for diffs], Fri Mar 20 16:44:25 2020 UTC (4 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (unified)

Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(which is not) throughout the ports Makefiles.

* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.

ok kn@ rsadowski@ espie@

Revision 1.37 / (download) - annotate - [select for diffs], Fri Jul 12 20:47:40 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.36 / (download) - annotate - [select for diffs], Mon May 20 20:52:34 2019 UTC (5 years ago) by sthen
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (unified)

another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work

Revision 1.35 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:07 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.34: +4 -2 lines
Diff to previous 1.34 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:26 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Jul 16 19:19:00 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.32 / (download) - annotate - [select for diffs], Mon Apr 10 11:46:22 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (unified)

use LIBCXX

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 20 23:13:59 2015 UTC (8 years, 10 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.30: +8 -10 lines
Diff to previous 1.30 (unified)

Fix dependencies.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 11 11:23:54 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.29: +2 -5 lines
Diff to previous 1.29 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.29 / (download) - annotate - [select for diffs], Fri Dec 21 18:25:03 2012 UTC (11 years, 5 months ago) by landry
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (unified)

Mark as BROKEN-hppa: never built there.
libumfpack.so has undefined refs to a bunch of lapack funcs ?
dgemm, zgemm, dtrsm, ztrsv, dger, zgemv, dgemv, ztrsm, dtrsv, zgeru

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jun 13 09:45:11 2012 UTC (11 years, 11 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

apparently, qt GL no longer relies on glu, so to get the right prototypes,
we must ask for them.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 16 10:31:22 2011 UTC (12 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (unified)

normalize pkgpath

Revision 1.26 / (download) - annotate - [select for diffs], Fri Nov 19 07:23:10 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.25: +7 -8 lines
Diff to previous 1.25 (unified)

new depends

Revision 1.25 / (download) - annotate - [select for diffs], Sun Oct 24 21:25:50 2010 UTC (13 years, 7 months ago) by ajacoutot
Branch: MAIN
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (unified)

Remove USE_X11.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Oct 24 19:28:50 2010 UTC (13 years, 7 months ago) by steven
Branch: MAIN
Changes since 1.23: +22 -29 lines
Diff to previous 1.23 (unified)

update to 4.0
switch to cmake

from Alexandr Shadchin

Revision 1.23 / (download) - annotate - [select for diffs], Sat Oct 23 15:09:57 2010 UTC (13 years, 7 months ago) by steven
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22 (unified)

replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jul 26 09:31:48 2010 UTC (13 years, 10 months ago) by jakemsr
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.21: +3 -3 lines
Diff to previous 1.21 (unified)

this was linking with libossaudio for portaudio, however portaudio hasn't
used libossaudio for a while.  quit linking with libossaudio.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 18 17:19:49 2010 UTC (13 years, 10 months ago) by steven
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20 (unified)

add explicit depends on amd, since it does not come in via umfpack anymore

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jul 18 14:33:39 2010 UTC (13 years, 10 months ago) by steven
Branch: MAIN
Changes since 1.19: +14 -12 lines
Diff to previous 1.19 (unified)

new WANTLIB/LIB_DEPENDS

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jul 18 10:30:41 2010 UTC (13 years, 10 months ago) by steven
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (unified)

REVISION

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 28 22:41:43 2010 UTC (14 years ago) by naddy
Branch: MAIN
Changes since 1.17: +9 -6 lines
Diff to previous 1.17 (unified)

use fortran module

Revision 1.17 / (download) - annotate - [select for diffs], Fri Mar 26 12:00:17 2010 UTC (14 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

prepare for qt 4.6

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 25 00:11:19 2009 UTC (14 years, 11 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.15: +5 -6 lines
Diff to previous 1.15 (unified)

- Workaround qt4 linking problem (pthread moved to Libs.private).
This is a temporary fix pending a change to qt4's installed pkg-config
files at a suitable point in the release cycle.

- Don't let autoconf pick up LLVM yet.

- regen PLIST, sync WANTLIB, bump PKGNAME.

With martynas@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 11 21:09:06 2008 UTC (15 years, 11 months ago) by martynas
Branch: MAIN
CVS Tags: OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.14: +7 -5 lines
Diff to previous 1.14 (unified)

- freemat-3.6 is now possible
- make use of portaudio
- remove what i got in upstream
steven@ and Wiktor Izdebski say regression tests pass on amd64, i386
ok steven@

Revision 1.14 / (download) - annotate - [select for diffs], Sat Sep 29 06:53:39 2007 UTC (16 years, 8 months ago) by steven
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (unified)

update to 3.5

Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 15 18:44:36 2007 UTC (16 years, 8 months ago) by steven
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (unified)

remove quotes from COMMENT/PERMIT*/BROKEN

Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 7 15:55:25 2007 UTC (16 years, 8 months ago) by steven
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (unified)

update to freemat 3.4

looks ok to martynas@

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 22 09:10:22 2007 UTC (17 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (unified)

reorder helper next/previous to match common browser behavior.
add WANTLIBs for qt4.3

okay steven@

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 21 16:48:33 2007 UTC (17 years ago) by espie
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (unified)

tell freemat to look in both pkgconfig locations so that it will find newer
qt4.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 22 14:43:41 2007 UTC (17 years, 1 month ago) by martynas
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (unified)

3.2 is a re-release of 3.1 with my RESOURCEDIR diff
also, add patch-libs_libCore_IO_cpp (which was ok steven@ some time ago)
if you are using freemat3 on amd64 make sure you've got the latest current
with floorf() fix

Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 20 19:11:51 2007 UTC (17 years, 1 month ago) by martynas
Branch: MAIN
Changes since 1.7: +8 -7 lines
Diff to previous 1.7 (unified)

update to 3.1, which includes our all patches (and introduces some new
ones);

3.1 is a bugfix release, but also includes new threading api, perl-style
regular expressions, and the regression test suite (use run_tests).

ok steven@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 27 20:12:59 2007 UTC (17 years, 2 months ago) by martynas
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

- fix ceil for amd64;
- fix (hidden) measuring bug on non-64bit;
- fix crashes in save and copy operations;
"go ahead" steven@

Revision 1.6 / (download) - annotate - [select for diffs], Sat Mar 24 14:14:50 2007 UTC (17 years, 2 months ago) by martynas
Branch: MAIN
Changes since 1.5: +12 -11 lines
Diff to previous 1.5 (unified)

update to freemat 3.0
you need at least 9 days old current system for it (correct
_POSIX_THREAD_ATTR_STACKSIZE define for qt4).
all the patches already got committed upstream.
"please commit!" steven@

Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 16 12:22:34 2006 UTC (17 years, 5 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (unified)

say goodbye to GNU land.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 17 23:31:45 2006 UTC (17 years, 6 months ago) by steven
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

prevent an out of bounds access when pasting text.

problem hunted down and fix suggested by Deanna Phillips, thanks!

Revision 1.3 / (download) - annotate - [select for diffs], Mon Oct 30 09:57:20 2006 UTC (17 years, 7 months ago) by steven
Branch: MAIN
Changes since 1.2: +4 -3 lines
Diff to previous 1.2 (unified)

add a few missing qt4 libraries

spotted by Deanna Phillips

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 29 11:03:30 2006 UTC (17 years, 7 months ago) by steven
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

USE_X11

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Oct 28 19:53:04 2006 UTC (17 years, 7 months ago) by steven
Branch: steven
CVS Tags: steven-20061028
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import FreeMat 2.0

FreeMat is a free environment for rapid engineering and scientific
prototyping and data processing. It is similar to commercial systems
such as MATLAB from Mathworks, and IDL from Research Systems, but is
Open Source. FreeMat includes several novel features such as a codeless
interface to external C/C++/FORTRAN code, parallel/distributed
algorithm development (via MPI), and plotting and visualization
capabilities.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 28 19:53:04 2006 UTC (17 years, 7 months ago) by steven
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.