aboutsummaryrefslogtreecommitdiff
path: root/math/scilab/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Chase the vte shared lib version bump.Joe Marcus Clarke2009-06-031-1/+1
| | | | Notes: svn path=/head/; revision=235093
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-121-3/+3
| | | | | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT Notes: svn path=/head/; revision=233764
* Switch to USE_TKMax Brazhnikov2009-03-021-7/+6
| | | | Notes: svn path=/head/; revision=229374
* - Mark BROKEN on amd64/7: segfaults during buildPav Lucistnik2009-01-271-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226996
* - Fix CONFIGURE_ARGS which were ignoredPav Lucistnik2009-01-081-2/+1
| | | | | | | Submitted by: bf <bf2006a@yahoo.com> Notes: svn path=/head/; revision=225435
* Omit F77, FFLAGS and CFLAGS from CONFIGURE_ENV since these are handledGerald Pfeifer2009-01-071-9/+3
| | | | | | | | | | | by the ports infrastructure. Employ USE_FORTRAN, simplifying things. Reviewed by: pav Notes: svn path=/head/; revision=225388
* - Maintainer address is bouncing:Pav Lucistnik2009-01-061-1/+1
| | | | | | | 550 5.1.1 <js@jeannot.org>... User unknown Notes: svn path=/head/; revision=225347
* - Fix build upon NOPORTDOCSPietro Cerutti2008-09-091-1/+1
| | | | | | | | Reported by: QA Tindie Approved by: portmgr Notes: svn path=/head/; revision=220316
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Now builds on amd64Pav Lucistnik2008-06-181-11/+2
| | | | | | | - While here, remove conditionals for 5.x Notes: svn path=/head/; revision=215132
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 4.1.2Martin Wilke2008-05-021-28/+19
| | | | | | | | | | | | | | | - Unbreak build with xorg 7.3 PR: 116378 116777 Submitted by: Thomas D. Dean <tomdean@speakeasy.org> Patched by: gahr Tested by : Thomas D. Dean" <tomdean@speakeasy.org> gahr Approved by: maintainer timeout Notes: svn path=/head/; revision=212476
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+3
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200775
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Add missing run-time dependencyRong-En Fan2007-06-191-0/+2
| | | | | | | | | PR: ports/113833 Submitted by: Max Brazhnikov <makc at issp.ac.ru> Approved by: Jean-S嶵astien Roy <js at jeannot.org> (maintainer) Notes: svn path=/head/; revision=193897
* - Update to 4.1.1Rong-En Fan2007-06-161-4/+1
| | | | | | | | | | | | - Remove PLIST_SUB DOCSDIR substitution is handled by bsd.port.mk PORTVERSION is no longer used in pkg-plist PR: ports/113706 Submitted by: Jean-Sebastien Roy <js at jeannot.org> (maintainer) Notes: svn path=/head/; revision=193691
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix libtk nameing to enable scilab build-in to work.Martin Wilke2007-03-131-4/+4
| | | | | | | | PR: 110186 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=187254
* Fix build on 5.3. USE_GCC=3.2 overrides FC and F77 for this case.Maho Nakata2007-01-291-1/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=183602
* * Migrate to gfortran.Maho Nakata2007-01-161-6/+16
| | | | | | | | | | | * Bump port revision. * Use gfortran compiled atlas/blas/lapack. * Changes are minimal. Approved by: portmgr(kris) Notes: svn path=/head/; revision=182496
* - Update to 4.1Martin Wilke2007-01-031-2/+2
| | | | | | | | PR: ports/107440 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=181367
* Mark as BROKEN on amd64 -CURRENT, too.Stefan Walter2006-09-181-2/+3
| | | | | | | | Noticed by: pointyhat/kris Approved by: maintainer Notes: svn path=/head/; revision=173341
* Add readline as dependency when it was already installed. The program will beStefan Walter2006-08-281-1/+1
| | | | | | | | | | | linked against it anyway, not against a system one. PR: 101442 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Approved by: maintainer Notes: svn path=/head/; revision=171575
* Does not compile on ia64.Mark Linimon2006-07-131-2/+2
| | | | Notes: svn path=/head/; revision=167728
* - Update to 4.0Marcus Alves Grando2006-06-061-23/+34
| | | | | | | | PR: 98060 Submitted by: maintainer Notes: svn path=/head/; revision=164549
* - Change master site to fix fetch [1]Marcus Alves Grando2006-03-221-12/+30
| | | | | | | | | | | | - math/atlas change default option to not compile static libs. Change scilab to use .so - Add OPTIONS to use or not use atlas and gtk2 interface [1] - portlint(1) PR: 93695 [1] Submitted by: maintainer Notes: svn path=/head/; revision=157925
* Scilab on FreeBSD 6Edwin Groothuis2006-01-021-1/+1
| | | | | | | | PR: ports/91177 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Notes: svn path=/head/; revision=152552
* - make install folder independent of PORTVERSION;Thierry Thomas2005-06-071-3/+7
| | | | | | | | | | | | | | | - support NOPORTDOCS; - authorize inclusion on CD-ROM (suggested Pedro F. Giffuni, checked with the Scilab project leader); - fix pkg-descr to include Scilab copyrigth as requested by the licence. PR: 82003 Submitted by: maintainer Notes: svn path=/head/; revision=137009
* Add support of FFLAGS.Thierry Thomas2005-06-051-1/+1
| | | | | | | | PR: ports/81885 (follow-up) Submitted by: maintainer Notes: svn path=/head/; revision=136864
* Upgrade to 3.1.1.Thierry Thomas2005-06-051-6/+6
| | | | | | | | | | | Note: gcc-3.2 is still needed on FreeBSD > 5.3; without it Scilab hangs on floating point computations. PR: ports/81885 Submitted by: maintainer Notes: svn path=/head/; revision=136808
* - Force gcc 3.2 if gcc 3.3 is present in base system, to avoid runtime crashesPav Lucistnik2005-01-261-1/+7
| | | | | | | | PR: ports/76636 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=127418
* Update to 3.0Volker Stolz2004-08-111-4/+8
| | | | | | | | PR: ports/70175 Submitted by: Jean-Sebastien Roy (maintainer) Notes: svn path=/head/; revision=115897
* BROKEN on sparc64: Does not compileKris Kennaway2004-04-121-2/+2
| | | | Notes: svn path=/head/; revision=106784
* BROKEN on alpha 5.x: Does not compileKris Kennaway2004-02-251-1/+7
| | | | Notes: svn path=/head/; revision=102054
* Update to handle tk8.4.Mark Linimon2003-12-091-6/+5
| | | | | | | | PR: ports/59620 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=95444
* - Fix MASTER_SITESKirill Ponomarev2003-10-071-1/+1
| | | | | | | | PR: 57714 Submitted by: maintainer Notes: svn path=/head/; revision=90552
* Update scilab to make use of math/atlas (some speed improvement).Norikatsu Shigemura2003-06-171-2/+6
| | | | | | | | | | Bump PORTREVISON accordingly. PR: ports/53355 Submitted by: Jean-Sebastien Roy <js@jeannot.org> (maintainer) Notes: svn path=/head/; revision=83166
* upgrate to scilab 2.7Yen-Ming Lee2003-04-041-61/+9
| | | | | | | | PR: 50219 and 50221 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Notes: svn path=/head/; revision=78087
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76038
* Maintainer fix for math/scilabEdwin Groothuis2003-02-051-7/+11
| | | | | | | | | | | | | | | The math/scilab port does not work on FreeBSD 5.0 due to an header conflict. The following patch sent by Lyndon Nerenberg (ports/47498) fixes the problem. Reported by: Kris Kennaway (kris@obsecurity.org) Fix by: Lyndon Nerenberg (lyndon@orthanc.ab.ca) PR: ports/47508 Submitted by: Jean-Sebastien Roy <js@jeannot.org> Notes: svn path=/head/; revision=74919
* Add parallel to CATEGORIES.Akinori MUSHA2002-11-241-1/+1
| | | | | | | | PR: ports/39094 Submitted by: trevor Notes: svn path=/head/; revision=71007
* Made math/scilab building on -current againEdwin Groothuis2002-11-141-3/+50
| | | | | | | | | Noticed on: bento Approved by: Jean-Sebastien Roy <js@jeannot.org> (approved) Notes: svn path=/head/; revision=70127
* Substitute PVM_ROOT after patchingPatrick Li2002-03-021-0/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=55426
* - add patches from NetBSD (fixes for ascii(), fft() and the online help)Patrick Li2002-01-301-0/+6
| | | | | | | | | | | | - Provide a working default PVM configuration. - Remove unneeded pvm files form the install. PR: 34276 Submitted by: maintainer Obtained from: NetBSD Notes: svn path=/head/; revision=54013
* New ports for scilab 2.6 .SADA Kenji2001-10-031-17/+29
| | | | | | | | PR: ports/26997 Submitted by: Jean-Sebastien Roy <jean-sebastien.roy@wanadoo.fr> Notes: svn path=/head/; revision=48395
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-5/+4
| | | | Notes: svn path=/head/; revision=27509
* Update to version 2.4.1.Steve Price1999-11-271-9/+13
| | | | | | | | PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=23432
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-7/+1
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20956