aboutsummaryrefslogtreecommitdiff
path: root/math/yacas
Commit message (Collapse)AuthorAgeFilesLines
* math/yacas: update to 1.5.0Pietro Cerutti2016-05-107-57/+21
| | | | | | | Release notes: http://www.yacas.org/release_1_5_0/ Notes: svn path=/head/; revision=414932
* math/yacas: update to 1.4.2, provide DOCS option to build the sphinx-based docsPietro Cerutti2016-04-086-6/+32
| | | | Notes: svn path=/head/; revision=412727
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* math/yacas: unbreak on 9. w/ gccPietro Cerutti2016-03-043-2/+22
| | | | Notes: svn path=/head/; revision=410127
* math/yacas: update to 1.4.0, take back maintainershipPietro Cerutti2016-03-047-68/+26
| | | | | | | Announcement: http://www.yacas.org/release_1_4_0/ Notes: svn path=/head/; revision=410099
* Make ports using libtool treat elftoolchain's strip the same as GNU stripAntoine Brodin2015-06-081-2/+0
| | | | | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self Notes: svn path=/head/; revision=388831
* Un-break build on 8.xThomas Zander2015-04-181-23/+24
| | | | | | | | | PR: 199244 Submitted by: tkato432@yahoo.com MFH: 2015Q2 Notes: svn path=/head/; revision=384228
* math/yacas: Unbreak DragonFly by modifying new patch to include it.John Marino2015-01-041-4/+4
| | | | Notes: svn path=/head/; revision=376237
* Convert to USES=libtoolAntoine Brodin2014-12-202-1/+4
| | | | Notes: svn path=/head/; revision=375124
* - Update to 1.3.6Pietro Cerutti2014-12-114-266/+275
| | | | Notes: svn path=/head/; revision=374551
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Cleanup plistAntoine Brodin2014-11-141-58/+0
| | | | Notes: svn path=/head/; revision=372555
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Update to 1.3.4Pietro Cerutti2014-02-036-44/+44
| | | | Notes: svn path=/head/; revision=342453
* - Restore dependency on perl when building DOCSPietro Cerutti2013-10-291-2/+4
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=331934
* - STAGE-cleanPietro Cerutti2013-10-241-5/+2
| | | | | | | - Remove unneeded dependency on perl Notes: svn path=/head/; revision=331471
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-2/+2
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327414
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 1.3.3Pietro Cerutti2012-09-264-102/+23
| | | | | | | | - Take maintainership - Trim Makefile header Notes: svn path=/head/; revision=304904
* Convert to new option frameworkBaptiste Daroussin2012-06-291-6/+8
| | | | Notes: svn path=/head/; revision=300215
* - Update to version 1.3.2Martin Wilke2012-02-202-7/+20
| | | | | | | | PR: 164998 Submitted by: Ports Fury Notes: svn path=/head/; revision=291882
* - Remove outdated version checksEitan Adler2012-01-091-2/+0
| | | | | | | Reviewed by: nox Notes: svn path=/head/; revision=288805
* - Update to 1.3.1Wen Heping2011-12-282-3/+3
| | | | Notes: svn path=/head/; revision=288128
* - Update to 1.3.0Martin Wilke2011-11-253-85/+88
| | | | | | | | | PR: 162823 Submitted by: Ports Fury Feature safe: yes Notes: svn path=/head/; revision=286417
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update to 1.2.2Wen Heping2010-01-177-416/+157
| | | | | | | - Remove unneeded patches. Notes: svn path=/head/; revision=248008
* Chase math/gsl update,Max Brazhnikov2009-12-011-2/+2
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Chase libgmp and bump PORTREVISION.Alex Dupre2009-05-131-1/+1
| | | | Notes: svn path=/head/; revision=233833
* Free most of my ports, since they aren't being maintained to aShaun Amott2009-03-131-1/+1
| | | | | | | reasonable standard. Notes: svn path=/head/; revision=230014
* - Chase gsl shlib bumpMartin Wilke2009-01-121-2/+2
| | | | Notes: svn path=/head/; revision=225875
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+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
* - Chase the gsl shared lib bump.Philippe Audeoud2008-04-081-2/+2
| | | | | | | Approved by: thierry (mentor) Notes: svn path=/head/; revision=210850
* Mark as broken with gcc4.2 on 64-bit archs.Mark Linimon2007-10-011-0/+6
| | | | Notes: svn path=/head/; revision=200529
* chase math/gsl lib versionYing-Chieh Liao2007-06-291-1/+2
| | | | Notes: svn path=/head/; revision=194427
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+7
| | | | Notes: svn path=/head/; revision=183830
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* - Update to 1.0.61Ion-Mihai Tetcu2006-06-113-6/+10
| | | | | | | | | | | | - Use OPTIONS - Pass maintainership to submitter PR: ports/98793 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: lawrance (mentor, implicit) Notes: svn path=/head/; revision=165134
* Chase gmp library and bump PORTREVISION.Alex Dupre2006-05-101-2/+2
| | | | Notes: svn path=/head/; revision=161929
* - Bump PORTREVISION and change lib version because math/gsl are updated.Marcus Alves Grando2006-05-061-1/+2
| | | | | | | - portlint(1) Notes: svn path=/head/; revision=161457
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* Update to 1.0.59Marcus Alves Grando2005-10-292-3/+3
| | | | | | | | PR: 88193 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=146710
* - Update to 1.0.58Michael Johnson2005-08-308-49/+63
| | | | | | | | PR: ports/85387 Submitted by: Ports Fury Notes: svn path=/head/; revision=141381
* Bump PORTREVISION after the libgsl update.Jean-Yves Lefort2005-05-021-0/+1
| | | | | | | Obtained from: thierry Notes: svn path=/head/; revision=134513
* Chase the libgsl update.Jean-Yves Lefort2005-05-021-1/+1
| | | | Notes: svn path=/head/; revision=134498
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992