Skip site navigation (1)Skip section navigation (2)

CVS log for ports/lang/ocaml/Makefile

[BACK] Up to [FreeBSD] / ports / lang / ocaml

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Dec 29 20:33:26 2011 UTC (6 weeks ago) by scheidell
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -3 lines
- 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]

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Nov 28 11:42:03 2011 UTC (2 months, 1 week ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -3 lines
- Update to 3.12.1
- Pass maintainership to submitter

PR:		162576
Submitted by:	michael.grunewald@laposte.net
Feature safe:	yes

Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Nov 5 03:40:17 2011 UTC (3 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -1 lines
Reassign stas' ports back to the pool at his request, thanks for your years
of service, we hope to see you back.

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Oct 25 08:14:31 2011 UTC (3 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -1 lines
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)

Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Apr 4 02:29:25 2011 UTC (10 months, 1 week ago) by stas
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
- 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

Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Mar 31 07:39:42 2011 UTC (10 months, 1 week ago) by stas
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +0 -0 lines
- 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.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Mar 31 07:36:54 2011 UTC (10 months, 1 week ago) by stas
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
- Update to 3.12.0.

PR:		ports/155155
Submitted by:	wen heping <wenheping@gmail.com>, Jaap Boender <jaapb@kerguelen.org>

Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Mar 22 09:37:40 2010 UTC (22 months, 2 weeks ago) by stas
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +15 -0 lines
- Fix build on powerpc.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Mar 9 22:45:47 2010 UTC (23 months ago) by stas
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
- Update to 3.11.2.

PR:		ports/144004
Submitted by:	soulcatcher <soulcatcher13@gmail.com>

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Nov 11 16:13:16 2009 UTC (2 years, 2 months ago) by marcel
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
ocaml builds on ia64.

Approved by: stas

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Jun 29 10:46:44 2009 UTC (2 years, 7 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -2 lines
- Update to 3.11.1.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Thu May 21 11:55:56 2009 UTC (2 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -0 lines
- Mark MAKE_JOBS_UNSAFE

Submitted by:	David Naylor <naylor.b.david@gmail.com>

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sat May 9 19:54:23 2009 UTC (2 years, 9 months ago) by stas
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
- Fix a couple of serious bugs in threading code (#4666 and #4678).

Obtained from:	ocaml cvs

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Apr 11 13:23:04 2009 UTC (2 years, 10 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +7 -8 lines
- 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]

Revision 1.61: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:51:31 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +3 -3 lines
- 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)

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Apr 6 19:44:40 2008 UTC (3 years, 10 months ago) by stas
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -5 lines
- Update to 3.10.2.

Thanks to:	Thomas Crimi <tcrimi@procida.us>

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat May 19 20:13:47 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Mar 24 14:03:04 2007 UTC (4 years, 10 months ago) by pav
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +0 -7 lines
- COPYTREE_* are now part of bsd.port.mk

PR:		ports/100996
Submitted by:	stass

Revision 1.57: download - view: text, markup, annotated - select for diffs
Sat Sep 23 17:37:24 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -7 lines
- Update to 3.09.3

ChangeLog:
- Mainly bugfix release

Approved by:	sem (mentor)

Revision 1.56: download - view: text, markup, annotated - select for diffs
Wed Sep 20 10:44:30 2006 UTC (5 years, 4 months ago) by stas
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -1 lines
Change my maintainer address to FreeBSD one.

Approved by:	sem (mentor)

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Aug 19 09:38:44 2006 UTC (5 years, 5 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -2 lines
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>

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Aug 2 14:00:20 2006 UTC (5 years, 6 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +86 -99 lines
- 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
- 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

Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Jun 14 21:46:40 2006 UTC (5 years, 7 months ago) by sat
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +5 -3 lines
- 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)

Revision 1.52: download - view: text, markup, annotated - select for diffs
Wed Jun 14 21:38:08 2006 UTC (5 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response to
email, and various maintainer-timeouts.

Hat:		portmgr

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue May 9 20:52:17 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +0 -1 lines
Remove USE_REINPLACE from the categories starting with L

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Dec 1 15:46:34 2005 UTC (6 years, 2 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -4 lines
- Update to 3.09.0

PR:		ports/89780
Submitted by:	maintainer

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Oct 28 22:50:21 2005 UTC (6 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
BROKEN on ia64: Segfault during build

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Sep 14 15:20:36 2005 UTC (6 years, 4 months ago) by barner
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +0 -2 lines
- Update metaocaml to 3.08.a23
- Remove CONFLICTS with lang/ocaml

Submitted by:	Geoffrey Mainland (metaocaml maintainer)
PR:		ports/85236

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jul 4 14:50:07 2005 UTC (6 years, 7 months ago) by mi
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
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

Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Jul 3 06:02:21 2005 UTC (6 years, 7 months ago) by mi
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -1 lines
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)

Revision 1.45: download - view: text, markup, annotated - select for diffs
Fri Jul 1 16:17:30 2005 UTC (6 years, 7 months ago) by mi
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -5 lines
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

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jun 27 14:09:09 2005 UTC (6 years, 7 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -3 lines
Conflicts with metaocaml.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Jun 8 21:16:02 2005 UTC (6 years, 8 months ago) by thierry
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +43 -6 lines
- 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>

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon May 23 00:12:42 2005 UTC (6 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -4 lines
BROKEN on !i386: Does not compile

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat May 21 19:57:06 2005 UTC (6 years, 8 months ago) by sem
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -9 lines
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Apr 23 12:33:56 2005 UTC (6 years, 9 months ago) by pav
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -0 lines
- Fix plist: delete .bak files after REINPLACE_CMD so they don't get installed
  later

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Apr 23 01:34:04 2005 UTC (6 years, 9 months ago) by lioux
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +36 -1 lines
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

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Apr 7 05:17:15 2005 UTC (6 years, 10 months ago) by sem
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Reset maintainer

Requested by:	Eugene Ossintsev <eugos@gmx.net>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Dec 4 15:57:11 2004 UTC (7 years, 2 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +6 -6 lines
Update to version 3.08.2.
Mark broken on sparc64.

PR:		74342
Submitted by:	maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Nov 24 01:55:42 2004 UTC (7 years, 2 months ago) by kris
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -0 lines
BROKEN on sparc64 when defined(WITHOUT_X11): Does not compile

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Nov 12 19:27:46 2004 UTC (7 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -0 lines
- 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)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Aug 21 06:31:29 2004 UTC (7 years, 5 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -4 lines
Update to 3.08.1

PR:		ports/70745
Submitted by:	maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Jul 19 21:13:24 2004 UTC (7 years, 6 months ago) by vs
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +12 -21 lines
Update to 3.08.0

PR:		ports/69254
Submitted by:	Eugene Ossintsev (maintainer)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu May 13 09:10:03 2004 UTC (7 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +7 -1 lines
BROKEN on sparc64: Coredump during build

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Mar 22 23:49:34 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -4 lines
- Replace nasty [A-Za-hj-z] with a recursive cp. Not that elegant but it
  works under all locales.

Approved by:	maintainer

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Feb 27 07:26:15 2004 UTC (7 years, 11 months ago) by sergei
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +18 -33 lines
- 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

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Dec 14 15:53:51 2003 UTC (8 years, 1 month ago) by sergei
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3 lines
- 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>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Dec 6 00:05:05 2003 UTC (8 years, 2 months ago) by sergei
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +17 -11 lines
- 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

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:36:56 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Jun 28 17:41:27 2003 UTC (8 years, 7 months ago) by lev
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +16 -5 lines
  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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Feb 21 12:35:05 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
De-pkg-comment.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Aug 21 02:14:30 2002 UTC (9 years, 5 months ago) by kevlo
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +4 -4 lines
Update to version 3.06

PR: 41822
Submitted by: Ronald Kuehn <rk@ronald.org>

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Aug 12 14:22:36 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +39 -9 lines
Update to ocaml 3.05.

PR:		41299
Submitted by:	Ronald Kuehn <rk@ronald.org>
Approved by:	maintainer timeout

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Feb 11 05:22:15 2002 UTC (10 years ago) by pat
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +27 -20 lines
Update to 3.04

PR:		33820
Submitted by:	Ronald Kuehn <rk@ronald.org>
Approved by:	maintainer

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 12 20:06:45 2001 UTC (10 years, 6 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +17 -8 lines
Update to 3.02.

PR:		ports/29586
Submitted by:	Patrick M Doane <patrick@watson.org> (MAINTAINER)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 18 07:41:07 2001 UTC (10 years, 10 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -9 lines
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"

PR:		25816
Submitted by:	patrick@watson.org

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Feb 24 00:23:32 2001 UTC (10 years, 11 months ago) by olgeni
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Remove backup file from html documentation.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Feb 17 23:01:10 2001 UTC (10 years, 11 months ago) by jeh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -5 lines
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.

Use TK 8.3 instead of 8.2 for labltk

PR:		23305
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
Submitted by:	Patrick M Doane <patrick@watson.org>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:31:13 2001 UTC (11 years ago) by sobomax
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +7 -7 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Oct 2 14:40:55 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Change maintainership

PR:		20645
Submitted by:	patrick@watson.org (new maintainer)
Approved by:	ortmann@isl.net (old maintainer)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Aug 13 12:21:20 2000 UTC (11 years, 6 months ago) by alex
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +20 -6 lines
Update to version 3.00.
Portlint, while I'm here.

PR:		20539
Submitted by:	Alexander Kabaev <ak03@gte.com>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Apr 16 04:14:09 2000 UTC (11 years, 9 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
DISTNAMe-related cleanups.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:19:40 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Convert to the PORTNAME - PORTVERSION syntax.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Mar 26 06:02:58 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1 lines
Comply with the license terms and install the license file.

Obtained from:	OpenBSD

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 28 15:44:19 2000 UTC (11 years, 11 months ago) by imura
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
Update to version 2.04.

PR:		16656
Submitted by:	Ronald Kuehn <kuehn@rz.tu-clausthal.de>
Approved by:	maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:35:06 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Change Id->FreeBSD.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 22 23:32:54 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 31 05:14:39 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1 lines
Anyone up for a little ocaml on their Alpha box?

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 9 16:39:54 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -6 lines
Fix profiling on ELF systems.

PR:		11566
Submitted by:	Ronald Kuehn <rk@ronald.org>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 27 22:15:53 1999 UTC (12 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
portlint

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 24 17:52:16 1999 UTC (12 years, 10 months ago) by steve
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +12 -7 lines
Update to version 2.02.

PR:		10718
Submitted by:	Daniel Ortmann <ortmann@sparc.isl.net>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Nov 28 09:07:13 1998 UTC (13 years, 2 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
A few more USE_XLIBs.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 21 15:46:28 1998 UTC (13 years, 11 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -5 lines
Update to version 1.07.

PR:		5252, 5375
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Nov 18 12:31:08 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -2 lines
Install reference manuals.

PR:		4667
Submitted by:	Ian Vaudrey <i.vaudrey@cableinet.co.uk>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Jan 3 11:25:46 1997 UTC (15 years, 1 month ago) by asami
Branches: KIRI
CVS tags: ocaml_1_03, RELEASE_2_2_5, RELEASE_2_2_2, RELEASE_2_2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Objective Caml.

Submitted by:	(Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 3 11:25:46 1997 UTC (15 years, 1 month ago) by asami
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options