aboutsummaryrefslogtreecommitdiff
path: root/math/newmat
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Take maintainership.Stephen Montgomery-Smith2017-06-191-1/+1
| | | | Notes: svn path=/head/; revision=443854
* math/newmat: unbreak with clang 4.0Jan Beich2017-02-011-0/+11
| | | | | | | | | | | newmat6.cpp:431:13: error: ordered comparison between pointer and zero ('int *' and 'int') if (indx > 0) { delete [] indx; indx = 0; } ~~~~ ^ ~ Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=432983
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Cleanup plistAntoine Brodin2014-11-151-1/+0
| | | | Notes: svn path=/head/; revision=372596
* - STAGE-cleanPietro Cerutti2014-02-144-8/+35
| | | | | | | | - Build a shlib version as well - Remove article from COMMENT line Notes: svn path=/head/; revision=344168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.Pietro Cerutti2008-02-211-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=207731
* - File was rerolled for build fix with gcc 4.2Martin Wilke2008-01-222-11/+6
| | | | | | | | | | | - Pass maintainership to submitter - Bump PORTREVISION PR: 119876 Submitted by: "Pietro Cerutti" <gahr@gahr.ch> Notes: svn path=/head/; revision=206008
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-0/+4
| | | | Notes: svn path=/head/; revision=191950
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* Chase rerolled tarball (I couldn't find out the changes, though)Volker Stolz2005-03-112-6/+3
| | | | Notes: svn path=/head/; revision=130860
* Fix broken plist I missed in the previous commitVolker Stolz2005-01-251-1/+0
| | | | | | | Noticed by: cluster via kris Notes: svn path=/head/; revision=127331
* Unbreak: Update to 1.1 (gcc34)Volker Stolz2005-01-242-8/+3
| | | | | | | | PR: ports/76508 Submitted by: Johan van Selst Notes: svn path=/head/; revision=127177
* BROKEN on 5.x: Does not compile with gcc 3.4.2Kris Kennaway2004-08-161-1/+7
| | | | Notes: svn path=/head/; revision=116342
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* www.robertnz.com -> www.robertnz.net to make fetch -A happy.Tim Vanderhoek2003-05-201-1/+1
| | | | Notes: svn path=/head/; revision=81523
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Forgot to bump PORTREVISIONMax Khon2003-01-281-0/+1
| | | | Notes: svn path=/head/; revision=74126
* - update to 10.0a (NOTE: the author didn't change tarball name)Max Khon2003-01-275-31/+3
| | | | | | | | | | - fix fetching - fix WWW: in pkg-descr PR: 47567 (partially) Notes: svn path=/head/; revision=74110
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* make the patch work on both -current and -stableYing-Chieh Liao2002-10-011-25/+10
| | | | Notes: svn path=/head/; revision=67275
* fix build on -currentYing-Chieh Liao2002-09-162-0/+43
| | | | | | | | PR: 42672 Submitted by: Craig Rodrigues <rodrigc@attbi.com> Notes: svn path=/head/; revision=66454
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-221-1/+2
| | | | | | | | PR: 39656 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61740
* Install library properly without stripping the symbolsPatrick Li2002-06-141-1/+1
| | | | | | | | PR: 39138 Submitted by: Matthew Landauer <mlandauer@yahoo.com> Notes: svn path=/head/; revision=61279
* Chase the checksum - Minor bug and documentation typos fixedPatrick Li2002-02-101-1/+1
| | | | | | | | PR: 33761 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=54464
* add newmatYing-Chieh Liao2001-12-065-0/+54
A C++ matrix library Notes: svn path=/head/; revision=51145