non port: Mk/bsd.octave.mk |
SVNWeb
|
Number of commits found: 40 |
Fri, 30 Dec 2022
|
[ 17:54 Muhammad Moinur Rahman (bofh) ] 8231864 (Only the first 10 of 112 ports in this commit are shown above. )
Mk/**octave.mk: Convert to USES=octave
As part of the improvements of USES infrastructure Mk/bsd.octave.mk has
been converted to Mk/Uses/octave.mk. This also declutters some old
stuffs in the octave-* ports and makes it simpler to add more
octave-forge ports easily.
While I am here make all the ports portclippy/portfmt compliant. And use
USES macros whenever possible.
Reviewed by: portmgr
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D37887
|
Sun, 23 Oct 2022
|
[ 04:08 Stephen Montgomery-Smith (stephen) ] 2105793
Mk/bsd.octave.mk: Allow port to define DIST_SUBDIR
|
Fri, 21 Oct 2022
|
[ 18:12 Stephen Montgomery-Smith (stephen) ] c051481 (Only the first 10 of 70 ports in this commit are shown above. )
Mk/bsd.octave.mk: Change name of tarball created.
Bump port revision of math/octave-forge-ponchon-savarit.
|
[ 17:06 Stephen Montgomery-Smith (stephen) ] bedd5ac (Only the first 10 of 87 ports in this commit are shown above. )
Mk/bsd.octave.mk: move some functions from mk to ports.
|
Thu, 20 Oct 2022
|
[ 04:23 Stephen Montgomery-Smith (stephen) ] f3bad4c
Mk/bsd.octave.mk: Fix error introduced in 39e58330c84e.
|
[ 04:06 Stephen Montgomery-Smith (stephen) ] 39e5833
math/octave-forge-ponchon-savarit: New port.
A toolbox for the Ponchon-Savarit method for octave.
Had to make changes to Mk/bsd.octave.mk to accomodate this port.
|
Mon, 10 Oct 2022
|
[ 02:07 Stephen Montgomery-Smith (stephen) ] 870f8bc (Only the first 10 of 19 ports in this commit are shown above. )
Mk/bsd.octave.mk: improve fetching of source files for older ports.
|
Tue, 6 Apr 2021
|
[ 14:27 Mathieu Arnold (mat) ] 5d33e04 (Only the first 10 of 224 ports in this commit are shown above. )
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
|
Tue, 11 Aug 2020
|
[ 00:34 stephen ]
- Update master_sites for older packages.
PR: 248555
Submitted by: gspurki@gmail.com
|
Fri, 20 Dec 2019
|
[ 04:30 stephen ]
- Replace with a cleaner way to get OCTAVE_VERSION.
|
Sun, 1 Dec 2019
|
[ 23:56 stephen ]
- Make DISTNAME more compliant with bsd.ports.mk.
|
Sun, 25 Feb 2018
|
[ 22:23 stephen ]
- Try to correct a bunch of error messages reported by pkg-fallout@ on
FreeBSD 10.3.
|
Sat, 24 Feb 2018
|
[ 21:55 stephen ]
- Add -std=gnu++11 to CXXFLAGS to accomodate update of octave to 4.2.1
(r462865).
|
Sun, 27 Mar 2016
|
[ 01:23 bapt ] (Only the first 10 of 85 ports in this commit are shown above. )
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles
PR: 206569
Exp run by: antoine
Differential Revision: D5047
|
Wed, 13 Jan 2016
|
[ 02:16 stephen ]
- Unbreak octave-forge-* ports, because svn revision 405987 fixes
math/octave.
|
Tue, 12 Jan 2016
|
[ 19:56 stephen ]
- Svn revision 405533 upgraded /math/octave to version 4.0.0. This version
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.
|
Sat, 26 Sep 2015
|
[ 08:39 bapt ]
Explicly force runnning load-octave-pkg during post (de)installation
|
Fri, 23 Jan 2015
|
[ 03:18 stephen ]
- Add variable assignments to make_args.
|
Sat, 3 May 2014
|
[ 16:20 sunpoet ]
- Convert to new LIB_DEPENDS format
Approved by: portmgr (blanket)
|
Sun, 16 Feb 2014
|
[ 17:15 tijl ] (Only the first 10 of 211 ports in this commit are shown above. )
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
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)
|
Thu, 23 Jan 2014
|
[ 05:05 stephen ]
- Move the MAKE_ARGS variables from some individual math/octave-forge-*
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.
|
Wed, 22 Jan 2014
|
[ 15:12 mat ] (Only the first 10 of 19 ports in this commit are shown above. )
Fixup svn props in Mk.
Sponsored by: Absolight
|
Sun, 12 Jan 2014
|
[ 22:39 stephen ]
- Fix errors created when staging was implemented.
|
[ 16:35 stephen ] (Only the first 10 of 89 ports in this commit are shown above. )
- Implement staging for octave-forge ports.
|
Sat, 6 Jul 2013
|
[ 01:48 stephen ]
- USE_GMAKE to USES=gmake.
|
Wed, 23 May 2012
|
[ 08:17 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- Remove emacs mode, -*- mode: ...; -*- [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
|
Tue, 31 Jan 2012
|
[ 14:50 stephen ]
- Add "-f" option to ${LN} command.
Reported by: Scott Bennett <bennett@cs.niu.edu>
|
Thu, 30 Jun 2011
|
[ 20:52 stephen ]
- Update math/octave-forge-base to 1.1. Now includes the script
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)
|
Tue, 28 Jun 2011
|
[ 04:51 stephen ]
- Change maintainer's email address.
Approved by: maho (mentor) and portmgr
|
Thu, 17 Mar 2011
|
[ 17:14 miwi ]
- Add gmake as RUN_DEP
PR: 148234
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
|
Fri, 23 Jul 2010
|
[ 20:06 glarkin ]
- Removed obsolete target
PR: ports/148232
Submitted by: Stephen Montgomery-Smith <stephen at missouri dot edu>
(maintainer)
|
Wed, 2 Jun 2010
|
[ 16:23 miwi ] (Only the first 10 of 70 ports in this commit are shown above. )
A large number of the octave forge ports need version updates. But the new
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)
|
Sat, 14 Nov 2009
|
[ 00:56 linimon ]
Fix fetch of some of the octave-forge ports.
PR: ports/140541
Submitted by: maintainer
|
Wed, 11 Nov 2009
|
[ 22:15 linimon ]
Expand the path passed to the install tool.
PR: 139342
Submitted by: maintainer
|
Sun, 23 Aug 2009
|
[ 16:49 dhn ]
- Fix build
|
Sat, 22 Aug 2009
|
[ 00:11 amdmi3 ]
- Switch SourceForge ports to new File Release System, bsd.*.mk changes
Approved by: portmgr (pav)
|
Fri, 14 Aug 2009
|
[ 11:06 miwi ]
- Mark all math/octave* BROKEN, it fails to build for a long time
Reported by: pointyhat
|
Sun, 5 Apr 2009
|
[ 20:50 dhn ] (Only the first 10 of 93 ports in this commit are shown above. )
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor)
|
Mon, 12 Jan 2009
|
[ 20:43 beech ]
- bsd.octave.mk had a hack in it to bring in gfortran as a RUN_DEPENDS.
But now, USE_FORTRAN seems to do this automatically.
PR: ports/130397
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
(maintainer)
|
Mon, 8 Sep 2008
|
[ 00:23 maho ]
Replacment port: math/octave-forge.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Approved by: portmgr (pav)
|
Number of commits found: 40 |