aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.octave.mk
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* - Update master_sites for older packages.Stephen Montgomery-Smith2020-08-111-2/+2
| | | | | | | | PR: 248555 Submitted by: gspurki@gmail.com Notes: svn path=/head/; revision=544656
* - Replace with a cleaner way to get OCTAVE_VERSION.Stephen Montgomery-Smith2019-12-201-1/+3
| | | | Notes: svn path=/head/; revision=520463
* - Make DISTNAME more compliant with bsd.ports.mk.Stephen Montgomery-Smith2019-12-011-1/+1
| | | | Notes: svn path=/head/; revision=518817
* - Try to correct a bunch of error messages reported by pkg-fallout@ onStephen Montgomery-Smith2018-02-251-1/+1
| | | | | | | FreeBSD 10.3. Notes: svn path=/head/; revision=462981
* - Add -std=gnu++11 to CXXFLAGS to accomodate update of octave to 4.2.1Stephen Montgomery-Smith2018-02-241-0/+1
| | | | | | | (r462865). Notes: svn path=/head/; revision=462866
* Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-4/+4
| | | | | | | | | | | The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047 Notes: svn path=/head/; revision=411970
* - Unbreak octave-forge-* ports, because svn revision 405987 fixesStephen Montgomery-Smith2016-01-131-2/+0
| | | | | | | math/octave. Notes: svn path=/head/; revision=405991
* - Svn revision 405533 upgraded /math/octave to version 4.0.0. This versionStephen Montgomery-Smith2016-01-121-0/+1
| | | | | | | | | of octave segfaults with FreeBSD. Many of the octave-forge-* ports don't build, and those that build don't work. So they are all being marked broken until it is fixed. Notes: svn path=/head/; revision=405907
* Explicly force runnning load-octave-pkg during post (de)installationBaptiste Daroussin2015-09-261-2/+2
| | | | Notes: svn path=/head/; revision=397940
* - Add variable assignments to make_args.Stephen Montgomery-Smith2015-01-231-1/+1
| | | | Notes: svn path=/head/; revision=377711
* - Convert to new LIB_DEPENDS formatSunpoet Po-Chuan Hsieh2014-05-031-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=352924
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-2/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* - Move the MAKE_ARGS variables from some individual math/octave-forge-*Stephen Montgomery-Smith2014-01-231-0/+1
| | | | | | | | | ports to Mk/bsd.octave.mk. Also add LD_CXX="${CXX}" DL_LD="${CXX}" to MAKE_ARGS, as this fixes the build of several octave-forve-* ports by setting these variables properly in ${PREFIX}/bin/mkoctfile. Notes: svn path=/head/; revision=340801
* - Fix errors created when staging was implemented.Stephen Montgomery-Smith2014-01-121-5/+6
| | | | Notes: svn path=/head/; revision=339555
* - Implement staging for octave-forge ports.Stephen Montgomery-Smith2014-01-121-4/+2
| | | | Notes: svn path=/head/; revision=339520
* - USE_GMAKE to USES=gmake.Stephen Montgomery-Smith2013-07-061-1/+1
| | | | Notes: svn path=/head/; revision=322361
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-1/+1
| | | | | | | | | | | | | | | | | | | - Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2] - Fix make reinstall [3] - Trivial comment change for PORTDATA [4] PR: 151954 [1] 161314 [2] 167085 [3] 167465 [4] Submitted by: Anonymous <swell.k@gmail.com> [1] dougb@ and Chris Rees <utisoft@gmail.com> [2] Garrett Cooper <yanegomi@gmail.com> [3] "Bryan Drewery" <bryan@shatow.net> [4] Tested via: phw Notes: svn path=/head/; revision=297274
* - Add "-f" option to ${LN} command.Stephen Montgomery-Smith2012-01-311-1/+1
| | | | | | | Reported by: Scott Bennett <bennett@cs.niu.edu> Notes: svn path=/head/; revision=290177
* - Update math/octave-forge-base to 1.1. Now includes the scriptStephen Montgomery-Smith2011-06-301-7/+7
| | | | | | | | | | load-octave-pkg to link the octave packaging system to the FreeBSD ports. - Update Mk/bsd.octave.mk so that octave-forge-* ports use this script. Approved by: gabor (mentor) Notes: svn path=/head/; revision=276747
* - Change maintainer's email address.Stephen Montgomery-Smith2011-06-281-1/+1
| | | | | | | Approved by: maho (mentor) and portmgr Notes: svn path=/head/; revision=276549
* - Add gmake as RUN_DEPMartin Wilke2011-03-171-1/+2
| | | | | | | | PR: 148234 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=271149
* - Removed obsolete targetGreg Larkin2010-07-231-15/+0
| | | | | | | | PR: ports/148232 Submitted by: Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer) Notes: svn path=/head/; revision=258110
* A large number of the octave forge ports need version updates. But the newMartin Wilke2010-06-021-2/+2
| | | | | | | | | | | | | | release system they have is creating releases that don't quite fit into the old paradigm. A big difference is that they don't all use configure any more. This moves all the "GNU_CONFIGURE=yes" stuff from bsd.octave.mk to the individual ports. PR: 144512 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Notes: svn path=/head/; revision=255554
* Fix fetch of some of the octave-forge ports.Mark Linimon2009-11-141-1/+2
| | | | | | | | PR: ports/140541 Submitted by: maintainer Notes: svn path=/head/; revision=244226
* Expand the path passed to the install tool.Mark Linimon2009-11-111-1/+1
| | | | | | | | PR: 139342 Submitted by: maintainer Notes: svn path=/head/; revision=244137
* - Fix buildDennis Herrmann2009-08-231-3/+1
| | | | Notes: svn path=/head/; revision=240201
* - Switch SourceForge ports to new File Release System, bsd.*.mk changesDmitry Marakasov2009-08-221-1/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=240065
* - Mark all math/octave* BROKEN, it fails to build for a long timeMartin Wilke2009-08-141-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=239516
* - Update maintainer mail addressDennis Herrmann2009-04-051-1/+1
| | | | | | | | | PR: ports/133397 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=231669
* - bsd.octave.mk had a hack in it to bring in gfortran as a RUN_DEPENDS.Beech Rintoul2009-01-121-2/+0
| | | | | | | | | | But now, USE_FORTRAN seems to do this automatically. PR: ports/130397 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer) Notes: svn path=/head/; revision=225876
* Replacment port: math/octave-forge.Maho Nakata2008-09-081-0/+61
PR: 127030 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> Approved by: portmgr (pav) Notes: svn path=/head/; revision=220195