/games/xorgramana/

body>
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.octave.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove the now unneeded ${PORTSDIR} from dependency definition inbapt2016-03-271-4/+4
| | | | | | | | The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047
* - Unbreak octave-forge-* ports, because svn revision 405987 fixesstephen2016-01-131-2/+0
| | | | math/octave.
* - Svn revision 405533 upgraded /math/octave to version 4.0.0. This versionstephen2016-01-131-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.
* Explicly force runnning load-octave-pkg during post (de)installationbapt2015-09-261-2/+2
|
* - Add variable assignments to make_args.stephen2015-01-231-1/+1
|
* - Convert to new LIB_DEPENDS formatsunpoet2014-05-041-1/+1
| | | | Approved by: portmgr (blanket)
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-171-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)
* - Move the MAKE_ARGS variables from some individual math/octave-forge-*stephen2014-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.
* - Fix errors created when staging was implemented.stephen2014-01-131-5/+6
|
* - Implement staging for octave-forge ports.stephen2014-01-131-4/+2
|
* - USE_GMAKE to USES=gmake.stephen2013-07-061-1/+1
|
* - Remove emacs mode, -*- mode: ...; -*- [1]miwi2012-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
* - Add "-f" option to ${LN} command.stephen2012-01-311-1/+1
| | | | Reported by: Scott Bennett <bennett@cs.niu.edu>
* - Update math/octave-forge-base to 1.1. Now includes the scriptstephen2011-07-011-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)
* - Change maintainer's email address.stephen2011-06-281-1/+1
| | | | Approved by: maho (mentor) and portmgr
* - Add gmake as RUN_DEPmiwi2011-03-181-1/+2
| | | | | PR: 148234 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
* - Removed obsolete targetglarkin2010-07-241-15/+0
| | | | | PR: ports/148232 Submitted by: Stephen Montgomery-Smith <stephen at missouri dot edu> (maintainer)
* A large number of the octave forge ports need version updates. But the newmiwi2010-06-031-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)
* Fix fetch of some of the octave-forge ports.linimon2009-11-141-1/+2
| | | | | PR: ports/140541 Submitted by: maintainer
* Expand the path passed to the install tool.linimon2009-11-121-1/+1
| | | | | PR: 139342 Submitted by: maintainer
* - Fix builddhn2009-08-241-3/+1
|
* - Switch SourceForge ports to new File Release System, bsd.*.mk changesamdmi32009-08-221-1/+1
| | | | Approved by: portmgr (pav)
* - Mark all math/octave* BROKEN, it fails to build for a long timemiwi2009-08-141-0/+2
| | | | Reported by: pointyhat
* - Update maintainer mail addressdhn2009-04-061-1/+1
| | | | | | PR: ports/133397 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Approved by: tabthorpe (co-mentor)
* - bsd.octave.mk had a hack in it to bring in gfortran as a RUN_DEPENDS.beech2009-01-131-2/+0
| | | | | | | But now, USE_FORTRAN seems to do this automatically. PR: ports/130397 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)