Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:15 1.05_2 |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
01 Apr 2022 15:09:49 1.05_2 |
Dmitry Marakasov (amdmi3)  |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
06 Apr 2021 14:31:07 1.05_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Jun 2019 10:14:57
1.05_2 |
danfe  |
Update OCaml to version 4.05.0 (this is the last version where strings
are unsafe by default, which is the main motivation why it was picked,
but not the very latest one) and synchronize the rest of the stack and
dependent ports with it, particularly:
- Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak,
register build dependency on all ports that require it (should
be part of USE_OCAML, but we do not want to make any Mk-related
changes the for time being)
- Update `devel/ocaml-camlp4' to version 4.05+2
- Update `devel/ocaml-camlp5' to version 7.07 (the project had
moved to GitHub)
- Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is
very outdated and requires quite a lot of work
- Update `x11-toolkits/ocaml-labltk' to version 8.06.3
PR: 218333
Exp-run by: antoine |
29 Sep 2018 20:50:43
1.05_2 |
danfe  |
- Unbreak packaging as non-root user by removing needless call to chmod(1)
- While here, do not force ${SHAREMODE} (444) on docfiles as well: default
permissions (644) are perfectly fine
Reported by: pkg-fallout
PR: 231802
Submitted by: maintainer |
27 Sep 2018 15:44:56
1.05_2 |
danfe  |
- Resurrect and stagify `lang/ocaml-camlidl' port
- Fix spelling in the COMMENT and add LICENSE knobs
- Pass maintainership to the submitter
PR: 231568
Submitted by: Greg Kennedy |
01 Sep 2014 17:12:33
1.05_2 |
bapt  |
Remove non staged ports without pending PR from l* |
05 Jul 2014 19:27:04
1.05_2 |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
20 Sep 2013 19:53:10
1.05_2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
28 Mar 2013 16:29:01
1.05_2 |
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
19 Apr 2012 04:10:34
1.05_2 |
bf  |
mark MAKE_JOBS_UNSAFE
PR: 166675
Submitted by: M. Dzham |
24 Oct 2011 03:33:20
1.05_2 |
stas  |
- 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). |
03 Jul 2011 13:45:36
1.05_2 |
ohauer  |
- remove MD5 |
05 Apr 2011 22:23:33
1.05_2 |
stas  |
- 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 |
08 Jan 2009 16:12:38
1.05_1 |
stas  |
- OCAMLWASH is not needed. In fact, it was not really used as the proper
name of variable is OCAML_WASH.
Spotted by: pav |
04 Oct 2007 05:55:26
1.05_1 |
edwin  |
bsd.port.port.mk -> bsd.port.post.mk
Pointy hat to: moi |
04 Oct 2007 01:25:18
1.05_1  |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
19 May 2007 20:32:57
1.05_1 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
27 Mar 2007 22:12:03
1.05 |
stas  |
- Change my email.
Suggested by: skv |
14 Mar 2007 04:12:32
1.05 |
linimon  |
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] |
13 Sep 2006 16:39:47
1.05 |
shaun  |
Fix build/install on 4.x by using gmake+gunzip.
PR: ports/103216
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
04 Sep 2006 15:27:12
1.05 |
itetcu  |
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> |