FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 11:28 AM BST
Port details
ocaml 3.12.1_1 lang on this many watch lists=59 search for ports that depend on this port
The Objective Caml compiler and programming environment
Maintained by: michael.grunewald@laposte.net search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port


Objective Caml is an implementation of the ML language, based on
the Caml Light dialect extended with a complete class-based object system
and a powerful module system in the style of Standard ML.

Objective Caml comprises two compilers. One generates bytecode
which is then interpreted by a C program. This compiler runs quickly,
generates compact code with moderate memory requirements, and is
portable to essentially any 32 or 64 bit Unix platform. Performance of
generated programs is quite good for a bytecoded implementation:
almost twice as fast as Caml Light 0.7. This compiler can be used
either as a standalone, batch-oriented compiler that produces
standalone programs, or as an interactive, toplevel-based system.

The other compiler generates high-performance native code for a number
of processors. Compilation takes longer and generates bigger code, but
the generated programs deliver excellent performance, while retaining
the moderate memory requirements of the bytecode compiler.

WWW: http://caml.inria.fr/ocaml/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
lang/ocaml-nox11

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/libX11
Required To Run: x11/libX11
Required Libraries: x11-toolkits/tk85-thread

Required by:
for Build

for Run

To install the port: cd /usr/ports/lang/ocaml/ && make install clean
To add the package: pkg_add -r ocaml


Configuration Options
===> The following configuration options are available for ocaml-3.12.1_1:
     X11=on (default) "Build with X11 support"
     TK=on (default) "Build LablTk library (requires X11 support)"
     THREADS=on (default) "Build with Posix threads support"
     CMP_LIB=off (default) "Install compiler's libraries"
     OPT_DEF=off (default) "Use system-optimized binaries by default"
===> Use 'make config' to modify these settings

Master Sites:
http://caml.inria.fr/distrib/ocaml-3.12/
ftp://ftp.inria.fr/INRIA/caml-light/ocaml-3.12/
ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/caml-light/ocaml-3.12/
http://ftp.roedu.net/pub/mirrors/gentoo.org/distfiles/
http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/
http://gentoo.mirrors.pair.com/distfiles/
http://gentoo.chem.wisc.edu/gentoo/distfiles/
http://adelie.polymtl.ca/distfiles/
http://mirrors.tds.net/gentoo/distfiles/
ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
http://ftp.easynet.nl/mirror/gentoo/distfiles/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
http://trumpetti.atm.tut.fi/gentoo/distfiles/
http://sunsite.cnlab-switch.ch/ftp/mirror/gentoo/distfiles/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
http://darkstar.ist.utl.pt/gentoo/distfiles/
http://gentoo.inode.at/distfiles/
http://ftp.rhnet.is/pub/gentoo/distfiles/
http://gentoo.mirror.sdv.fr/distfiles/
http://gentoo.gg3.net/distfiles/
http://gentoo.kems.net/distfiles/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/
ftp://mirror.iawnet.sandia.gov/pub/gentoo/distfiles/
ftp://ftp.ussg.iu.edu/pub/linux/gentoo/distfiles/
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/distfiles/
ftp://gentoo.mirrors.pair.com/distfiles/
ftp://mirrors.tds.net/gentoo/distfiles/
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/distfiles/
ftp://ftp.easynet.nl/mirror/gentoo/distfiles/
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/
ftp://trumpetti.atm.tut.fi/gentoo/distfiles/
ftp://sunsite.cnlab-switch.ch/mirror/gentoo/distfiles/
ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo/distfiles/
ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo/distfiles/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/distfiles/
ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/
ftp://darkstar.ist.utl.pt/pub/gentoo/distfiles/
ftp://gentoo.inode.at/source/distfiles/
ftp://ftp.rhnet.is/pub/gentoo/distfiles/
ftp://files.gentoo.gr/distfiles/
ftp://ftp.ecc.u-tokyo.ac.jp/GENTOO/distfiles/
ftp://gentoo.kems.net/pub/mirrors/gentoo/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-04-06
    Affects: users of lang/ocaml and related libraries/applications
    Author: stas@FreeBSD.org
    Reason: 
      Ocaml compiler and libraries suite has been updated to 3.12.
      There appears to be an ABI incompatibility with .cmi files
      generated by previous compiler versions.  Though these should
      only affect the linking process, if some application you're
      using start to misbehave after the lang/ocaml updated you're
      advised to rebuild this applications using the new ocaml version.
    
    

Number of commits found: 77

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Feb 2012 01:10:28
Original commit files touched by this commit  3.12.1_1
bf search for other commits by this committer
fix the packing list for WITH_CMP_LIB
23 Feb 2012 00:21:15
Original commit files touched by this commit  3.12.1_1
bf search for other commits by this committer
respect CC [1]; fix Tcl/Tk dependencies; don't conflate -nox11 and
-notk; add a test target; clean up

PR:             160492 [1]
Submitted by:   J. Beich (partial patch; under various pseudonyms?) [1]
Approved by:    maintainer
15 Jan 2012 20:32:00
Original commit files touched by this commit  3.12.1
crees search for other commits by this committer
Fix build on FreeBSD 10

Submitted by:   avg
Approved by:    maintainer timeout (>8 weeks)
29 Dec 2011 20:33:27
Original commit files touched by this commit  3.12.1
scheidell search for other commits by this committer
- Install expunge script with right permissions [1]
- needed to take the MAN()!= out because it causes multiple background shells
and can hurt INDEX performance [2]

PR:             ports/163275 [1]
Approved by:    gabor (mentor) [2]
28 Nov 2011 11:42:03
Original commit files touched by this commit  3.12.1
miwi search for other commits by this committer
- Update to 3.12.1
- Pass maintainership to submitter

PR:             162576
Submitted by:   michael.grunewald@laposte.net
Feature safe:   yes
05 Nov 2011 03:40:18
Original commit files touched by this commit  3.12.0_1
tabthorpe search for other commits by this committer
Reassign stas' ports back to the pool at his request, thanks for your years
of service, we hope to see you back.
25 Oct 2011 08:14:31
Original commit files touched by this commit  3.12.0_1
dougb search for other commits by this committer
Fix plist when the THREADS option is off.  Also convert to @dirrmtry
in a couple places that are affected by graphics/ocaml-lablgl and/or
x11-toolkits/ocaml-lablgtk2.

No PORTREVISION bump since THREADS is on by default.

Approved by:    maintainer (implicit)
04 Apr 2011 07:46:58
Original commit files touched by this commit  3.12.0_1
stas search for other commits by this committer
- Fix plist after the last commit.

Reported by:    Johan van Selst <johans@stack.nl>
Pointy hat to:  me (yes, again)
04 Apr 2011 02:29:25
Original commit files touched by this commit  3.12.0_1
stas search for other commits by this committer
- Re-enable native dynamic linking on FreeBSD.
- Bump port revision.

PR:             ports/156159
Submitted by:   Johan van Selst <johans@stack.nl>
Pointy hat to:  me
31 Mar 2011 07:39:43
Original commit files touched by this commit  3.12.0
stas search for other commits by this committer
- Forced commit to describe the major changes in this version:
  * Polymorphic recursion is supported, using explicit type
    declarations on the recursively-defined identifiers.
  * First-class modules: module expressions can be embedded
    as values of the core language, then manipulated like
    any other first-class value, then projected back to the module level.
  * New operator to modify a signature a posteriori: S with
    type t := tau denotes signature S where the t type component
    is removed and substituted by the type tau elsewhere.
  * New notations for record expressions and record patterns:
    { lbl } as shorthand for { lbl = lbl }, and { ...; _ } marks
    record patterns where some labels were intentionally omitted.
  * Local open let open ... in ... now supported by popular demand.
  * Type variables can be bound as type parameters to functions;
    such types are treated like abstract types within the function
    body, and like type variables (possibly generalized) outside.
  * The module type of construct enables to recover the module type
    of a given module.
  * Explicit method override using the method! keyword, with associated
    warnings and errors.
31 Mar 2011 07:36:54
Original commit files touched by this commit  3.12.0
stas search for other commits by this committer
- Update to 3.12.0.

PR:             ports/155155
Submitted by:   wen heping <wenheping@gmail.com>, Jaap Boender
<jaapb@kerguelen.org>
22 Mar 2010 09:37:41
Original commit files touched by this commit  3.11.2
stas search for other commits by this committer
- Fix build on powerpc.
09 Mar 2010 22:45:47
Original commit files touched by this commit  3.11.2
stas search for other commits by this committer
- Update to 3.11.2.

PR:             ports/144004
Submitted by:   soulcatcher <soulcatcher13@gmail.com>
11 Nov 2009 16:13:16
Original commit files touched by this commit  3.11.1
marcel search for other commits by this committer
ocaml builds on ia64.

Approved by: stas
29 Jun 2009 10:46:44
Original commit files touched by this commit  3.11.1
stas search for other commits by this committer
- Update to 3.11.1.
21 May 2009 11:55:56
Original commit files touched by this commit  3.11.0_1
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Submitted by:   David Naylor <naylor.b.david@gmail.com>
09 May 2009 19:54:23
Original commit files touched by this commit  3.11.0_1
stas search for other commits by this committer
- Fix a couple of serious bugs in threading code (#4666 and #4678).

Obtained from:  ocaml cvs
11 Apr 2009 13:23:05
Original commit files touched by this commit  3.11.0
stas search for other commits by this committer
- Update lang/ocaml to 3.11.0. [1]
- 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]
06 Apr 2009 19:40:07
Original commit files touched by this commit  3.10.2_1
stas search for other commits by this committer
- Make ocaml to find tk again.
19 Apr 2008 17:56:05
Original commit files touched by this commit  3.10.2_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
10 Apr 2008 11:56:28
Original commit files touched by this commit  3.10.2
pav search for other commits by this committer
- Remove empty files
06 Apr 2008 19:44:41
Original commit files touched by this commit  3.10.2
stas search for other commits by this committer
- Update to 3.10.2.

Thanks to:      Thomas Crimi <tcrimi@procida.us>
19 May 2007 20:32:57
Original commit files touched by this commit  3.09.3_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 Mar 2007 14:03:04
Original commit files touched by this commit  3.09.3
pav search for other commits by this committer
- COPYTREE_* are now part of bsd.port.mk

PR:             ports/100996
Submitted by:   stass
23 Sep 2006 17:37:24
Original commit files touched by this commit  3.09.3
stas search for other commits by this committer
- Update to 3.09.3

ChangeLog:
- Mainly bugfix release

Approved by:    sem (mentor)
20 Sep 2006 10:44:30
Original commit files touched by this commit  3.09.2_2
stas search for other commits by this committer
Change my maintainer address to FreeBSD one.

Approved by:    sem (mentor)
19 Aug 2006 09:38:45
Original commit files touched by this commit  3.09.2_2
itetcu search for other commits by this committer
Don't depend on X11 when WITHOUT_X11 was defined, even if X11 exists on
target machine.

PR:             ports/102261
Submitted by:   Stanislav Sedov (maintainer)
Requested by:   John E Hein <jhein@timing.com>
07 Aug 2006 06:55:28
Original commit files touched by this commit  3.09.2_1
itetcu search for other commits by this committer
Add USE_OCAML_WASH hack to allow ocaml ports delete shared ocaml dirs on
uninstall. Required when installed to non-standard prefix.

PR:             ports/101525
Submitted by:   Stanislav Sedov (maintainer)
04 Aug 2006 14:22:51
Original commit files touched by this commit  3.09.2_1
itetcu search for other commits by this committer
- support non-standard prefix
- fix some plist issues

Submitted by:   maintainer (via private email)
02 Aug 2006 14:00:20
Original commit files touched by this commit  3.09.2_1
itetcu search for other commits by this committer
- Add support for threaded Tk by passing PTHREAD_LIBS to configure in -tklibs
  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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14 Jun 2006 21:46:40
Original commit files touched by this commit  3.09.2
sat search for other commits by this committer
- Update to 3.09.2
- 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)
14 Jun 2006 21:38:09
Original commit files touched by this commit  3.09.0
linimon search for other commits by this committer
Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.

Hat:            portmgr
09 May 2006 20:52:24
Original commit files touched by this commit  3.09.0
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
01 Dec 2005 17:32:25
Original commit files touched by this commit  3.09.0
garga search for other commits by this committer
- Add SHA256

Approved by:    maintainer
01 Dec 2005 15:46:34
Original commit files touched by this commit  3.09.0
garga search for other commits by this committer
- Update to 3.09.0

PR:             ports/89780
Submitted by:   maintainer
28 Oct 2005 22:50:21
Original commit files touched by this commit  3.08.3_2
kris search for other commits by this committer
BROKEN on ia64: Segfault during build
14 Sep 2005 15:20:36
Original commit files touched by this commit  3.08.3_2
barner search for other commits by this committer
- Update metaocaml to 3.08.a23
- Remove CONFLICTS with lang/ocaml

Submitted by:   Geoffrey Mainland (metaocaml maintainer)
PR:             ports/85236
04 Jul 2005 14:50:07
Original commit files touched by this commit  3.08.3_2
mi search for other commits by this committer
Don't try to fix compile flags on sparc64 and just mark the port broken
on the platform -- ocamlc.opt keeps seg-faulting even with `-O0 -g' even
on 5-stable.

Patch(es) needed.

Notified by:    Peter van Dijk
03 Jul 2005 06:02:21
Original commit files touched by this commit  3.08.3_2
mi search for other commits by this committer
OCaml folks use $(ARCH) in Makefiles to mean, what configure identified
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)
01 Jul 2005 16:17:30
Original commit files touched by this commit  3.08.3_2
mi search for other commits by this committer
Remove architecture limitations. It certainly builds fine on my amd64
machine. If our other platforms still have problems, I'll cross them
out after pointyhat's notification(s).

Approved by:    maintainer timeout
27 Jun 2005 14:09:09
Original commit files touched by this commit  3.08.3_2
jylefort search for other commits by this committer
Conflicts with metaocaml.
08 Jun 2005 21:16:02
Original commit files touched by this commit  3.08.3_2
thierry search for other commits by this committer
- Add a knob WITHOUT_COMPILER_LIB, in order to install compiler libs
  (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>
23 May 2005 00:12:42
Original commit files touched by this commit  3.08.3_1
kris search for other commits by this committer
BROKEN on !i386: Does not compile
21 May 2005 19:57:07
Original commit files touched by this commit  3.08.3_1
sem search for other commits by this committer
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.
23 Apr 2005 12:33:57
Original commit files touched by this commit  3.08.3
pav search for other commits by this committer
- Fix plist: delete .bak files after REINPLACE_CMD so they don't get installed
  later
23 Apr 2005 01:34:05
Original commit files touched by this commit  3.08.3
lioux search for other commits by this committer
o Update to 3.08.3
o Uphold both CFLAGS and INSTALL_* permission safeness
o Both sort and update PLIST
o Tested against net/mldonkey-devel for 24 hours
07 Apr 2005 05:17:16
Original commit files touched by this commit  3.08.2
sem search for other commits by this committer
- Reset maintainer

Requested by:   Eugene Ossintsev <eugos@gmx.net>
04 Dec 2004 15:57:11
Original commit files touched by this commit  3.08.2
kwm search for other commits by this committer
Update to version 3.08.2.
Mark broken on sparc64.

PR:             74342
Submitted by:   maintainer
24 Nov 2004 01:55:42
Original commit files touched by this commit  3.08.1_1
kris search for other commits by this committer
BROKEN on sparc64 when defined(WITHOUT_X11): Does not compile
12 Nov 2004 19:27:47
Original commit files touched by this commit  3.08.1_1
pav search for other commits by this committer
- Add an empty directory to the package, so deinstalling of the package does
  not produce the warning about a nonexisting directory.

PR:             ports/73842
Submitted by:   Eugene Ossintsev <eugos@gmx.net> (maintainer)
21 Aug 2004 06:31:29
Original commit files touched by this commit  3.08.1
krion search for other commits by this committer
Update to 3.08.1

PR:             ports/70745
Submitted by:   maintainer
19 Jul 2004 21:13:24
Original commit files touched by this commit  3.08.0
vs search for other commits by this committer
Update to 3.08.0

PR:             ports/69254
Submitted by:   Eugene Ossintsev (maintainer)
13 May 2004 09:10:03
Original commit files touched by this commit  3.07.2
kris search for other commits by this committer
BROKEN on sparc64: Coredump during build
22 Mar 2004 23:49:35
Original commit files touched by this commit  3.07.2
pav search for other commits by this committer
- Replace nasty [A-Za-hj-z] with a recursive cp. Not that elegant but it
  works under all locales.

Approved by:    maintainer
18 Mar 2004 18:01:13
Original commit files touched by this commit  3.07.2
trevor search for other commits by this committer
Add size data, approved by maintainers.
27 Feb 2004 07:26:15
Original commit files touched by this commit  3.07.2
sergei search for other commits by this committer
- Split the port into 3 parts: ocaml, ocaml-nox11 (slave port), ocaml-doc
- 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
02 Feb 2004 12:53:27
Original commit files touched by this commit  3.07_1
arved search for other commits by this committer
Fix build on IA64, while I am here.
02 Feb 2004 12:02:04
Original commit files touched by this commit  3.07_1
arved search for other commits by this committer
Fix build on AMD64

Submitted by:   stephane via maintainer
14 Dec 2003 15:53:51
Original commit files touched by this commit  3.07_1
sergei search for other commits by this committer
- Added a patch to the original OCaml's configure script
  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>
06 Dec 2003 00:05:06
Original commit files touched by this commit  3.07
sergei search for other commits by this committer
- Update to 3.07 (patchlevel 2
- 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
24 Sep 2003 09:37:11
Original commit files touched by this commit  3.06
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
28 Jun 2003 17:41:27
Original commit files touched by this commit  3.06
lev search for other commits by this committer
  Add WITHOUT_X11 knob. It allows to build OCAML on servers and other
  systems withou XFree86 libraries.

PR:             ports/53289
Submitted by:   myself
Approved by:    sobomax
29 Mar 2003 13:06:59
Original commit files touched by this commit  3.06
schweikh search for other commits by this committer
New patch to unbreak the build (configure step runs thread program that
never terminates and hogs the CPU).

Approved by: MAINTAINER timeout
PR:     ports/45233
21 Feb 2003 12:35:09
Original commit files touched by this commit  3.06
knu search for other commits by this committer
De-pkg-comment.
21 Aug 2002 02:14:35
Original commit files touched by this commit  3.06
kevlo search for other commits by this committer
Update to version 3.06

PR: 41822
Submitted by: Ronald Kuehn <rk@ronald.org>
12 Aug 2002 14:22:37
Original commit files touched by this commit  3.05
naddy search for other commits by this committer
Update to ocaml 3.05.

PR:             41299
Submitted by:   Ronald Kuehn <rk@ronald.org>
Approved by:    maintainer timeout
11 Feb 2002 05:22:16
files touched by this commit
pat search for other commits by this committer
Update to 3.04    
12 Aug 2001 21:06:45
files touched by this commit
knu search for other commits by this committer
Update to 3.02.    
20 Mar 2001 04:34:01
files touched by this commit
dinoex search for other commits by this committer
Deletion of patches didn't make it.   Thanks to Stephane.Legrand@bigfoot.com for
reporting it.    
18 Mar 2001 07:41:07
files touched by this commit
dinoex search for other commits by this committer
Update to new Version 3.01   Patch diddn't apply cleanly, not reflecting the
current version.   Merged the changes.   Tested both standard package and
"WITH_TK=yes"    
24 Feb 2001 00:23:33
files touched by this commit
olgeni search for other commits by this committer
Remove backup file from html documentation.    
17 Feb 2001 23:01:11
files touched by this commit
jeh search for other commits by this committer
Attached patch allows OCAML to detect and use FreeBSD's native   pthreads in
Thread module. Also fixes the bug in OCAML   distribution which nobody
apparently noticed before.    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 04:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  
02 Oct 2000 15:40:55
files touched by this commit
ade search for other commits by this committer
Change maintainership    
13 Aug 2000 18:55:31
files touched by this commit
alex search for other commits by this committer
This file is no longer needed for version 3.00, PLIST_SUB is used.  
13 Aug 2000 13:21:21
files touched by this commit
alex search for other commits by this committer
Update to version 3.00.   Portlint, while I'm here.    

Number of commits found: 77

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23675
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 5
new 48 hours19
new 7 days62
new fortnight185
new month256

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.289 seconds.