CVS log for ports/lang/ocaml-camlidl/Makefile
Up to [FreeBSD] / ports / lang / ocaml-camlidl
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 24 03:33:10 2011 UTC (3 months, 2 weeks ago) by stas
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Return my ports back to the pool. I was unable to make any fixes to my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Apr 5 22:23:31 2011 UTC (10 months, 1 week ago) by stas
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Bump portrevisions on all ocaml libraries, as it appears that compiled interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 8 16:12:38 2009 UTC (3 years, 1 month ago) by stas
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +0 -1 lines
- OCAMLWASH is not needed. In fact, it was not really used as the proper name of variable is OCAML_WASH. Spotted by: pav
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 4 05:55:26 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
bsd.port.port.mk -> bsd.port.post.mk Pointy hat to: moi
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 4 01:25:17 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -5 lines
Remove always-false/true conditions based on OSVERSION 500000
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 19 20:13:48 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 27 22:11:59 2007 UTC (4 years, 10 months ago) by stas
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- Change my email. Suggested by: skv
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 14 04:12:24 2007 UTC (4 years, 11 months ago) by linimon
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2]. PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Sep 13 16:39:47 2006 UTC (5 years, 4 months ago) by shaun
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2 lines
Fix build/install on 4.x by using gmake+gunzip. PR: ports/103216 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 4 15:27:12 2006 UTC (5 years, 5 months ago) by itetcu
Branches: MAIN
CamlIDL is a stub code generator and COM binding for Objective Caml. CamlIDL comprises two parts: * A stub code generator that generates the C stub code required for the Caml/C interface, based on an MIDL specification. (MIDL stands for Microsoft's Interface Description Language; it looks like C header files with some extras annotations, plus a notion of object interfaces that look like C++ classess without inheritance.) * A (currently small) library of functions and tools to import COM components in Caml applications, and export Caml code as COM components. WWW: http://caml.inria.fr/pub/old_caml_site/camlidl/ PR: ports/101100 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
