aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.ocaml.mk
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-1/+0
| | | | Where appropriate fiddle with a few other things.
* Use @rmemptyBaptiste Daroussin2020-10-221-6/+1
| | | | | | | | While here, prefer appending to the PLIST_FILES macro rather than creating a custom target Notes: svn path=/head/; revision=552968
* Use @postunexec instead of @unexec which is deprecatedBaptiste Daroussin2016-11-201-1/+1
| | | | Notes: svn path=/head/; revision=426575
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Remove DO_NADA targets.Mathieu Arnold2016-06-171-21/+3
| | | | | | | | | | No need to have make(1) compute a target order graph for targets that are empty. Sponsored by: Absolight Notes: svn path=/head/; revision=417004
* Remove ${PORTSDIR}/ from _DEPENDS for ocaml ports.Mathieu Arnold2016-04-291-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=414261
* Explicitly run the ocaml command in post (de)installationBaptiste Daroussin2015-09-261-3/+3
| | | | Notes: svn path=/head/; revision=397941
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-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) Notes: svn path=/head/; revision=385413
* Cleanup plist of ocaml portsAntoine Brodin2014-11-291-23/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=373656
* Convert some @unexec to their proper equivalent in keywordBaptiste Daroussin2014-09-031-9/+6
| | | | Notes: svn path=/head/; revision=367155
* Remove support for NO_STAGEBaptiste Daroussin2014-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 Notes: svn path=/head/; revision=366839
* math/ocamlgsl: Update version 0.6.0 => 1.15.1John Marino2014-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 Notes: svn path=/head/; revision=357405
* Make bsd.ocaml.mk more stage friendlyAntoine Brodin2014-03-261-9/+17
| | | | | | | | Reviewed by: bapt With hat: portmgr Notes: svn path=/head/; revision=349286
* - Fix svn properties for Mk/bsd.ocaml.mkAlex Kozlov2013-09-201-1/+1
| | | | | | | | PR: ports/181613 Submitted by: Konstantinos Koukopoulos <koukopoulos@gmail.com> Notes: svn path=/head/; revision=327696
* - Assign bsd.ruby.mk to ruby@ [1]Thomas Abthorpe2011-12-151-2/+2
| | | | | | | | | | - Assign bsd.efl.mk and bsd.ocaml.mk to ports@ With hat: portmgr Discussed with: swills@ [1] Notes: svn path=/head/; revision=287450
* - Add a knob to generate pkg-plist for ocaml findlibStanislav Sedov2008-05-191-1/+7
| | | | | | | | | | | | | | | ports automatically. Now if USE_OCAMLFIND_PLIST is defined all files under findlib target directories will be added to pkg-plist and thus requires no entries in static pkg-plist. This is important since a number of ocaml ports install its package files conditionally depending on platform and ocaml configurations and thus static entries are not possible. PR: ports/122844 (based on) Submitted by: Jaap Boender <jaapb@kerguelen.org> Notes: svn path=/head/; revision=213323
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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
* Add bsd.ocaml.mk to support OCaml packages.Mark Linimon2007-03-141-0/+195
PR: ports/101029 Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> Notes: svn path=/head/; revision=187347