/devel/ace+tao/

freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.ocaml.mk
Commit message (Collapse)AuthorAgeFilesLines
* Use @postunexec instead of @unexec which is deprecatedbapt2016-11-201-1/+1
|
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Remove DO_NADA targets.mat2016-06-171-21/+3
| | | | | | | No need to have make(1) compute a target order graph for targets that are empty. Sponsored by: Absolight
* Remove ${PORTSDIR}/ from _DEPENDS for ocaml ports.mat2016-04-291-4/+4
| | | | Sponsored by: Absolight
* Explicitly run the ocaml command in post (de)installationbapt2015-09-261-3/+3
|
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addmadpilot2015-05-041-0/+33
| | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
* Cleanup plist of ocaml portsantoine2014-11-301-23/+1
| | | | With hat: portmgr
* Convert some @unexec to their proper equivalent in keywordbapt2014-09-031-9/+6
|
* Remove support for NO_STAGEbapt2014-09-011-5/+0
| | | | | | | | Mark all current non staged ports as BROKEN Reviewed by: antoine Exp-run: antoine Differential Revision: https://reviews.freebsd.org/D693
* math/ocamlgsl: Update version 0.6.0 => 1.15.1marino2014-06-111-0/+10
| | | | | | | | | | | | As part of this update, bsd.ocaml.mk has been updated to essentially disable USE_OCAML_LDCONFIG for staged ports. This means when all ocaml ports are staged, USE_OCAML_LDCONFIG won't work at all. It breaks staging; I don't know what the long term plan is -- maybe some sort of post-install script will arrive... PR: 189039 Submitted by: maintainer (Michael Gruenewald) Portlint pets: marino