Commit graph

40 commits

Author SHA1 Message Date
Antoine Brodin
61f946e7e2 Unbreak ocaml-nox11 after PORT_OPTIONS conversion 2013-06-28 21:35:14 +00:00
Brendan Fabeny
e48c891c50 fix the packing list for WITH_CMP_LIB 2012-02-23 01:10:28 +00:00
Brendan Fabeny
94541850e8 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
2012-02-23 00:21:15 +00:00
Doug Barton
e7a85709d1 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)
2011-10-25 08:14:31 +00:00
Stanislav Sedov
a73cd4e19d - Fix plist after the last commit.
Reported by:	Johan van Selst <johans@stack.nl>
Pointy hat to:	me (yes, again)
2011-04-04 07:46:58 +00:00
Stanislav Sedov
82cba462f4 - Update to 3.12.0.
PR:		ports/155155
Submitted by:	wen heping <wenheping@gmail.com>, Jaap Boender <jaapb@kerguelen.org>
2011-03-31 07:36:54 +00:00
Stanislav Sedov
bf9e0b67a7 - Fix build on powerpc. 2010-03-22 09:37:40 +00:00
Stanislav Sedov
3df12a2718 - Update to 3.11.1. 2009-06-29 10:46:44 +00:00
Stanislav Sedov
c6762e8051 - 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]
2009-04-11 13:23:05 +00:00
Stanislav Sedov
0588ad6621 - Update to 3.10.2.
Thanks to:	Thomas Crimi <tcrimi@procida.us>
2008-04-06 19:44:41 +00:00
Stanislav Sedov
3e359bb0dc - Update to 3.09.3
ChangeLog:
- Mainly bugfix release

Approved by:	sem (mentor)
2006-09-23 17:37:24 +00:00
Ion-Mihai Tetcu
92f54efd68 - 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
2006-08-02 14:00:20 +00:00
Renato Botelho
5807826ac5 - Update to 3.09.0
PR:		ports/89780
Submitted by:	maintainer
2005-12-01 15:46:34 +00:00
Thierry Thomas
2fabb6ed47 - 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>
2005-06-08 21:16:02 +00:00
Sergey Matveychuk
4332658019 - Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.
2005-05-21 19:57:07 +00:00
Mario Sergio Fujikawa Ferreira
e7ce76c85c 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
2005-04-23 01:34:05 +00:00
Koop Mast
3c6ac23b94 Update to version 3.08.2.
Mark broken on sparc64.

PR:		74342
Submitted by:	maintainer
2004-12-04 15:57:11 +00:00
Pav Lucistnik
34b88aebc6 - 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)
2004-11-12 19:27:46 +00:00
Kirill Ponomarev
7dbabd341c Update to 3.08.1
PR:		ports/70745
Submitted by:	maintainer
2004-08-21 06:31:29 +00:00
Volker Stolz
526d3996ba Update to 3.08.0
PR:		ports/69254
Submitted by:	Eugene Ossintsev (maintainer)
2004-07-19 21:13:24 +00:00
Sergei Kolobov
96b0c1397b - 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
2004-02-27 07:26:15 +00:00
Sergei Kolobov
359a13588b - 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>
2003-12-14 15:53:51 +00:00
Sergei Kolobov
b56504f927 - 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
2003-12-06 00:05:05 +00:00
Lev A. Serebryakov
6f854c8934 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
2003-06-28 17:41:27 +00:00
Kevin Lo
6aa02c012e Update to version 3.06
PR: 41822
Submitted by: Ronald Kuehn <rk@ronald.org>
2002-08-21 02:14:35 +00:00
Christian Weisgerber
ecc678ac50 Update to ocaml 3.05.
PR:		41299
Submitted by:	Ronald Kuehn <rk@ronald.org>
Approved by:	maintainer timeout
2002-08-12 14:22:37 +00:00
Patrick Li
de6c00910f Update to 3.04
PR:		33820
Submitted by:	Ronald Kuehn <rk@ronald.org>
Approved by:	maintainer
2002-02-11 05:22:16 +00:00
Akinori MUSHA
75d568f62c Update to 3.02.
PR:		ports/29586
Submitted by:	Patrick M Doane <patrick@watson.org> (MAINTAINER)
2001-08-12 20:06:45 +00:00
Dirk Meyer
8e4bdbe9e5 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
2001-03-18 07:41:07 +00:00
Jimmy Olgeni
e79ed0e9b3 Remove backup file from html documentation. 2001-02-24 00:23:32 +00:00
James E. Housley
c10edbe218 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>
2001-02-17 23:01:11 +00:00
Alexander Langer
ea1b0a0598 Update to version 3.00.
Portlint, while I'm here.

PR:		20539
Submitted by:	Alexander Kabaev <ak03@gte.com>
2000-08-13 12:21:21 +00:00
Kris Kennaway
513bad06fa Comply with the license terms and install the license file.
Obtained from:	OpenBSD
2000-03-26 06:03:02 +00:00
R. Imura
fb3062ab44 Update to version 2.04.
PR:		16656
Submitted by:	Ronald Kuehn <kuehn@rz.tu-clausthal.de>
Approved by:	maintainer
2000-02-28 15:44:36 +00:00
Steve Price
94d9a12983 Fix profiling on ELF systems.
PR:		11566
Submitted by:	Ronald Kuehn <rk@ronald.org>
1999-05-09 16:40:14 +00:00
Steve Price
d23e804a48 Update to version 2.02.
PR:		10718
Submitted by:	Daniel Ortmann <ortmann@sparc.isl.net>
1999-03-24 17:52:28 +00:00
Tim Vanderhoek
8ce50883da 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.
1998-08-18 18:33:15 +00:00
Steve Price
d394306673 Update to version 1.07.
PR:		5252, 5375
Submitted by:	maintainer
1998-02-21 15:49:46 +00:00
Thomas Gellekum
7a9d7874de Install reference manuals.
PR:		4667
Submitted by:	Ian Vaudrey <i.vaudrey@cableinet.co.uk>
1997-11-18 12:31:09 +00:00
Satoshi Asami
378a074c28 Objective Caml.
Submitted by:	(Kiriyama Kazuhiko) <kiri@kiri.toba-cmt.ac.jp>
1997-01-03 11:25:47 +00:00