aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml
Commit message (Collapse)AuthorAgeFilesLines
* ocaml builds on ia64.Marcel Moolenaar2009-11-111-1/+1
| | | | | | | Approved by: stas Notes: svn path=/head/; revision=244126
* - Update to 3.11.1.Stanislav Sedov2009-06-296-141/+16
| | | | Notes: svn path=/head/; revision=236767
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-05-211-0/+1
| | | | | | | Submitted by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=234325
* - Fix a couple of serious bugs in threading code (#4666 and #4678).Stanislav Sedov2009-05-093-0/+131
| | | | | | | Obtained from: ocaml cvs Notes: svn path=/head/; revision=233551
* - Update lang/ocaml to 3.11.0. [1]Stanislav Sedov2009-04-117-39/+42
| | | | | | | | | | | | | | | | | | | | | - Fix devel/cil build with 3.11.0 by using proper object file name - Fix devel/deputy build with 3.11.0 by using proper object file name - Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters is not allowed now. - Fix usage message in lang/mtasc. - Implement a FreeBSD specific code for retriving the executable path in lang/mtasc. - Update devel/omake to 0.9.8.5. - Fix devel/omake compilation with 3.11 by dropping an unused reference from the code. - Fix www/geneweb build with 3.11 by not emitting errors for warnings. - Fix print/advi build. [2] - Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0). PR: ports/130845 [1] [2] (based on) Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2] Notes: svn path=/head/; revision=232098
* - Make ocaml to find tk again.Stanislav Sedov2009-04-061-1/+10
| | | | Notes: svn path=/head/; revision=231727
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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
* - Remove empty filesPav Lucistnik2008-04-101-0/+0
| | | | Notes: svn path=/head/; revision=211003
* - Update to 3.10.2.Stanislav Sedov2008-04-069-415/+216
| | | | | | | Thanks to: Thomas Crimi <tcrimi@procida.us> Notes: svn path=/head/; revision=210677
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* - Update to 3.09.3Stanislav Sedov2006-09-235-32/+78
| | | | | | | | | | ChangeLog: - Mainly bugfix release Approved by: sem (mentor) Notes: svn path=/head/; revision=173660
* Change my maintainer address to FreeBSD one.Stanislav Sedov2006-09-201-1/+1
| | | | | | | Approved by: sem (mentor) Notes: svn path=/head/; revision=173456
* Don't depend on X11 when WITHOUT_X11 was defined, even if X11 exists onIon-Mihai Tetcu2006-08-192-6/+26
| | | | | | | | | | | target machine. PR: ports/102261 Submitted by: Stanislav Sedov (maintainer) Requested by: John E Hein <jhein@timing.com> Notes: svn path=/head/; revision=170977
* Add USE_OCAML_WASH hack to allow ocaml ports delete shared ocaml dirs onIon-Mihai Tetcu2006-08-071-11/+22
| | | | | | | | | | uninstall. Required when installed to non-standard prefix. PR: ports/101525 Submitted by: Stanislav Sedov (maintainer) Notes: svn path=/head/; revision=169905
* - support non-standard prefixIon-Mihai Tetcu2006-08-041-3/+43
| | | | | | | | | - fix some plist issues Submitted by: maintainer (via private email) Notes: svn path=/head/; revision=169659
* - Add support for threaded Tk by passing PTHREAD_LIBS to configure in -tklibsIon-Mihai Tetcu2006-08-0210-178/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | swith. This allows build with threaded Tk (otherwise configure fails to use Tk). Also depend on threaded Tk by default in case of THREADS support - with non-pthread tk library it will not be stable enough - Add OPTIONS - Enable builds of non-threaded targets - Depend on X in case if X is installed, since configure does this by default. - Rename patchfiles to make portlint happy - Eliminate the number of reinplace patterns (remove duplicates, optimize) - Move manpage list in the separate files - Pass pthread flags to compiler (PTHREAD_CFLAGS/LIBS safety) - Remove some ugly hacks on setting permissions etc (eliminated by setting correct permission in COPY_TREE macros) - Eliminate duplicate entries in PLIST in case of unstalling optimized binaries, also optimize this part - Remove unused PLIST_SUB variable - Miscelanios cleanups in Makefile - Pass maintainership to submitter The following files was added: - files/man1 - files/manlinks - files/mann - files/patch-camlp4-man_Makefile - files/patch-camlp4_lib_Makefile - files/patch-ocamldoc_Makefile - files/patch-stdlib_Makefile I removed the following files: - files/patch-camlp4-man::Makefile - files/patch-camlp4::lib::Makefile - files/patch-ocamldoc::Makefile - files/patch-stdlib::Makefile Also add bsd.ocaml.mk until it will be included in Mk/ PR: ports/101122 Submitted by: Stanislav Sedov Notes: svn path=/head/; revision=169472
* - Update to 3.09.2Andrew Pantyukhin2006-06-147-25/+27
| | | | | | | | | | | | | | - Add MASTER_SITE_GENTOO - Unqoute a BROKEN PR: ports/97555 Submitted by: sat Tested by: Joseph Koshy <jkoshy@freebsd.org>, Denis Shaposhnikov <dsh@vlink.ru>, Holger Lamm <holger@e-gitt.net>, Hubert Tournier <hubert.tournier@online.fr>, Dan Pelleg <daniel+unison@pelleg.org> (many thanks are due) Notes: svn path=/head/; revision=165461
* Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response toMark Linimon2006-06-141-1/+1
| | | | | | | | | email, and various maintainer-timeouts. Hat: portmgr Notes: svn path=/head/; revision=165459
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* - Add SHA256Renato Botelho2005-12-011-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=150158
* - Update to 3.09.0Renato Botelho2005-12-014-12/+27
| | | | | | | | PR: ports/89780 Submitted by: maintainer Notes: svn path=/head/; revision=150142
* BROKEN on ia64: Segfault during buildKris Kennaway2005-10-281-2/+2
| | | | Notes: svn path=/head/; revision=146603
* - Update metaocaml to 3.08.a23Simon Barner2005-09-141-2/+0
| | | | | | | | | | - Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236 Notes: svn path=/head/; revision=142718
* Don't try to fix compile flags on sparc64 and just mark the port brokenMikhail Teterin2005-07-041-3/+3
| | | | | | | | | | | | on the platform -- ocamlc.opt keeps seg-faulting even with `-O0 -g' even on 5-stable. Patch(es) needed. Notified by: Peter van Dijk Notes: svn path=/head/; revision=138465
* OCaml folks use $(ARCH) in Makefiles to mean, what configure identifiedMikhail Teterin2005-07-032-1/+15
| | | | | | | | | | | | | | | | | | | | | as the architecture (and wrote out ${WRKSRC}/config/Makefile). Our make, however, ignores assigments to this variable. Fortunately for most concerned, make's ARCH is the same as configure's. Except on sparc64. This update fixes this problem as well as . adds a hunk to patch-configure to enable profiling on all platforms; . modifies REPLINPLACE_ARGS to not even create .bak files instead of removing them later. at the moment, the build still dies on Panther due to a segfault in the freshly built ocamlc.opt. It may be due to Panther's running 6-current, however and there is no other sparc64 to check... Notified by: kris (the sparc vs. sparc64 issue) Notes: svn path=/head/; revision=138372
* Remove architecture limitations. It certainly builds fine on my amd64Mikhail Teterin2005-07-011-5/+0
| | | | | | | | | | machine. If our other platforms still have problems, I'll cross them out after pointyhat's notification(s). Approved by: maintainer timeout Notes: svn path=/head/; revision=138305
* Conflicts with metaocaml.Jean-Yves Lefort2005-06-271-3/+5
| | | | Notes: svn path=/head/; revision=138064
* - Add a knob WITHOUT_COMPILER_LIB, in order to install compiler libsThierry Thomas2005-06-082-21/+43
| | | | | | | | | | | | | | | | | (additionnal libs needed to build programs manipulating OCaml modules, like the ocaml/cduce interface for example.); - add an option WITH_OPT_DEFAULT, telling the port to replace ocamlc and other tools by there native and faster version; WARNING: This option may break other ports! - Take maintainership. PR: ports/81868 Submitted by: Marwan Burelle <marwan.burelle (at) lri.fr> Notes: svn path=/head/; revision=137077
* BROKEN on !i386: Does not compileKris Kennaway2005-05-231-4/+1
| | | | Notes: svn path=/head/; revision=135891
* - Fix permission of ld.conf. It should be 0644 instead of 0444.Sergey Matveychuk2005-05-212-43/+37
| | | | | | | - Unbreak unguilty ports. Notes: svn path=/head/; revision=135809
* - Fix plist: delete .bak files after REINPLACE_CMD so they don't get installedPav Lucistnik2005-04-231-0/+1
| | | | | | | later Notes: svn path=/head/; revision=133998
* o Update to 3.08.3Mario Sergio Fujikawa Ferreira2005-04-236-233/+288
| | | | | | | | | o Uphold both CFLAGS and INSTALL_* permission safeness o Both sort and update PLIST o Tested against net/mldonkey-devel for 24 hours Notes: svn path=/head/; revision=133975
* - Reset maintainerSergey Matveychuk2005-04-071-1/+1
| | | | | | | Requested by: Eugene Ossintsev <eugos@gmx.net> Notes: svn path=/head/; revision=132666
* Update to version 3.08.2.Koop Mast2004-12-043-8/+9
| | | | | | | | | | Mark broken on sparc64. PR: 74342 Submitted by: maintainer Notes: svn path=/head/; revision=123101
* BROKEN on sparc64 when defined(WITHOUT_X11): Does not compileKris Kennaway2004-11-241-0/+4
| | | | Notes: svn path=/head/; revision=122259
* - Add an empty directory to the package, so deinstalling of the package doesPav Lucistnik2004-11-122-0/+3
| | | | | | | | | | not produce the warning about a nonexisting directory. PR: ports/73842 Submitted by: Eugene Ossintsev <eugos@gmx.net> (maintainer) Notes: svn path=/head/; revision=121471
* Update to 3.08.1Kirill Ponomarev2004-08-213-7/+14
| | | | | | | | PR: ports/70745 Submitted by: maintainer Notes: svn path=/head/; revision=116876
* Update to 3.08.0Volker Stolz2004-07-198-113/+71
| | | | | | | | PR: ports/69254 Submitted by: Eugene Ossintsev (maintainer) Notes: svn path=/head/; revision=114247
* BROKEN on sparc64: Coredump during buildKris Kennaway2004-05-131-1/+7
| | | | Notes: svn path=/head/; revision=109062
* - Replace nasty [A-Za-hj-z] with a recursive cp. Not that elegant but itPav Lucistnik2004-03-221-4/+2
| | | | | | | | | works under all locales. Approved by: maintainer Notes: svn path=/head/; revision=104992
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+2
| | | | Notes: svn path=/head/; revision=104520
* - Split the port into 3 parts: ocaml, ocaml-nox11 (slave port), ocaml-docSergei Kolobov2004-02-274-298/+20
| | | | | | | | | | | | | | - Strip all the executables which are allowed to be stripped according to the OCaml documentation - PORTVERSION looks now more correct because the documentation (which has the other version number, without the patch level prefix) is now in a separate port PR: ports/62291 Submitted by: maintainer Notes: svn path=/head/; revision=102261
* Fix build on IA64, while I am here.Tilman Keskinoz2004-02-021-4/+14
| | | | Notes: svn path=/head/; revision=99806
* Fix build on AMD64Tilman Keskinoz2004-02-021-2/+10
| | | | | | | Submitted by: stephane via maintainer Notes: svn path=/head/; revision=99804
* - Added a patch to the original OCaml's configure scriptSergei Kolobov2003-12-147-4/+174
| | | | | | | | | | | | | | to fix building the port when using WITHOUT_X11 knob. - Fixed Makefiles to avoid gmake-isms. - Fix pkg-plist PR: 60219 Submitted by: maintainer Noticed by: Dmitry Morozovsky <marck@rinet.ru>, Marwan Burelle <Marwan.Burelle@ens.fr> Notes: svn path=/head/; revision=95799
* - Update to 3.07 (patchlevel 2Sergei Kolobov2003-12-066-821/+847
| | | | | | | | | | | | | | - Fix MASTER_SITES list - Update MANN and MLINK - Re-sort pkg-plist for better maintenance - Assign maintainership to the submitter PR: 59602 Submitted by: Eugene Ossintsev <eugos@gmx.net> Approved by: previous maintainer Notes: svn path=/head/; revision=95177
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Add WITHOUT_X11 knob. It allows to build OCAML on servers and otherLev A. Serebryakov2003-06-282-14/+25
| | | | | | | | | | | systems withou XFree86 libraries. PR: ports/53289 Submitted by: myself Approved by: sobomax Notes: svn path=/head/; revision=83777
* New patch to unbreak the build (configure step runs thread program thatJens Schweikhardt2003-03-291-0/+15
| | | | | | | | | | never terminates and hogs the CPU). Approved by: MAINTAINER timeout PR: ports/45233 Notes: svn path=/head/; revision=77680