CVS log for ports/lang/ocaml/pkg-plist
Up to [FreeBSD] / ports / lang / ocaml
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.37: 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
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +27 -27 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.36: download - view: text, markup, annotated - select for diffs
Mon Apr 4 07:46:58 2011 UTC (10 months, 1 week ago) by stas
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +9 -0 lines
- Fix plist after the last commit. Reported by: Johan van Selst <johans@stack.nl> Pointy hat to: me (yes, again)
Revision 1.35: 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.34: preferred, colored
Changes since revision 1.34: +6 -20 lines
- Update to 3.12.0. PR: ports/155155 Submitted by: wen heping <wenheping@gmail.com>, Jaap Boender <jaapb@kerguelen.org>
Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Mar 22 09:37:40 2010 UTC (22 months, 3 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.33: preferred, colored
Changes since revision 1.33: +44 -44 lines
- Fix build on powerpc.
Revision 1.33: 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, RELEASE_7_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -1 lines
- Update to 3.11.1.
Revision 1.32: 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.31: preferred, colored
Changes since revision 1.31: +16 -4 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.31: 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
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +184 -166 lines
- Update to 3.10.2. Thanks to: Thomas Crimi <tcrimi@procida.us>
Revision 1.30: 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_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +59 -10 lines
- Update to 3.09.3 ChangeLog: - Mainly bugfix release Approved by: sem (mentor)
Revision 1.29: 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.28: preferred, colored
Changes since revision 1.28: +79 -79 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.28: 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.27: preferred, colored
Changes since revision 1.27: +16 -1 lines
- Update to 3.09.0 PR: ports/89780 Submitted by: maintainer
Revision 1.27: 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
CVS tags: RELEASE_6_0_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -15 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.26: 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.25: preferred, colored
Changes since revision 1.25: +34 -34 lines
- Fix permission of ld.conf. It should be 0644 instead of 0444. - Unbreak unguilty ports.
Revision 1.25: 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.24: preferred, colored
Changes since revision 1.24: +226 -222 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.24: 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.23: preferred, colored
Changes since revision 1.23: +1 -0 lines
Update to version 3.08.2. Mark broken on sparc64. PR: 74342 Submitted by: maintainer
Revision 1.23: 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.22: preferred, colored
Changes since revision 1.22: +1 -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.22: 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.21: preferred, colored
Changes since revision 1.21: +8 -1 lines
Update to 3.08.1 PR: ports/70745 Submitted by: maintainer
Revision 1.21: 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.20: preferred, colored
Changes since revision 1.20: +52 -23 lines
Update to 3.08.0 PR: ports/69254 Submitted by: Eugene Ossintsev (maintainer)
Revision 1.20: 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
CVS tags: RELEASE_4_10_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -260 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.19: 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.18: preferred, colored
Changes since revision 1.18: +6 -2 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.18: 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.17: preferred, colored
Changes since revision 1.17: +819 -787 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.17: 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_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -10 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.16: 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_1_0, RELEASE_5_0_0, RELEASE_4_8_0, RELEASE_4_7_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -4 lines
Update to version 3.06 PR: 41822 Submitted by: Ronald Kuehn <rk@ronald.org>
Revision 1.15: 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.14: preferred, colored
Changes since revision 1.14: +523 -219 lines
Update to ocaml 3.05. PR: 41299 Submitted by: Ronald Kuehn <rk@ronald.org> Approved by: maintainer timeout
Revision 1.14: 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.13: preferred, colored
Changes since revision 1.13: +506 -197 lines
Update to 3.04 PR: 33820 Submitted by: Ronald Kuehn <rk@ronald.org> Approved by: maintainer
Revision 1.13: 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.12: preferred, colored
Changes since revision 1.12: +15 -1 lines
Update to 3.02. PR: ports/29586 Submitted by: Patrick M Doane <patrick@watson.org> (MAINTAINER)
Revision 1.12: 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.11: preferred, colored
Changes since revision 1.11: +103 -62 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.11: 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.10: preferred, colored
Changes since revision 1.10: +0 -1 lines
Remove backup file from html documentation.
Revision 1.10: 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.9: preferred, colored
Changes since revision 1.9: +8 -1 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.9: download - view: text, markup, annotated - select for diffs
Sun Aug 13 12:21:21 2000 UTC (11 years, 6 months ago) by alex
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +336 -240 lines
Update to version 3.00. Portlint, while I'm here. PR: 20539 Submitted by: Alexander Kabaev <ak03@gte.com>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 26 06:03:02 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
Comply with the license terms and install the license file. Obtained from: OpenBSD
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Feb 28 15:44:36 2000 UTC (11 years, 11 months ago) by imura
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +69 -69 lines
Update to version 2.04. PR: 16656 Submitted by: Ronald Kuehn <kuehn@rz.tu-clausthal.de> Approved by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun May 9 16:40:14 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0, RELEASE_3_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +33 -0 lines
Fix profiling on ELF systems. PR: 11566 Submitted by: Ronald Kuehn <rk@ronald.org>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 24 17:52:28 1999 UTC (12 years, 10 months ago) by steve
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +58 -42 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
Tue Aug 18 18:33:13 1998 UTC (13 years, 5 months ago) by hoek
Branches: MAIN
CVS tags: RELEASE_3_1_0, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -9 lines
The first time I tried committing this set of manpage removals it got all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Feb 21 15:49:46 1998 UTC (13 years, 11 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_7, RELEASE_2_2_6
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +91 -25 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:09 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +69 -0 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:47 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:47 1997 UTC (15 years, 1 month ago) by asami
Branches: MAIN
Initial revision
