| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=505020
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=480926
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix spelling in the COMMENT and add LICENSE knobs
- Pass maintainership to the submitter
PR: 231568
Submitted by: Greg Kennedy
Notes:
svn path=/head/; revision=480802
|
|
|
|
| |
Notes:
svn path=/head/; revision=366903
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=360810
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
Notes:
svn path=/head/; revision=315487
|
|
|
|
|
|
|
|
| |
PR: 166675
Submitted by: M. Dzham
Notes:
svn path=/head/; revision=295086
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=284225
|
|
|
|
| |
Notes:
svn path=/head/; revision=276987
|
|
|
|
|
|
|
|
|
|
|
| |
interface files (.cmi) are not backward compatible with a newer ocaml
version.
PR: ports/156195
Suggested by: mandree
Notes:
svn path=/head/; revision=272267
|
|
|
|
|
|
|
|
|
| |
name of variable is OCAML_WASH.
Spotted by: pav
Notes:
svn path=/head/; revision=225470
|
|
|
|
|
|
|
| |
Pointy hat to: moi
Notes:
svn path=/head/; revision=200788
|
|
|
|
| |
Notes:
svn path=/head/; revision=200774
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
| |
Suggested by: skv
Notes:
svn path=/head/; revision=188599
|
|
|
|
|
|
|
|
|
| |
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
Notes:
svn path=/head/; revision=187350
|
|
|
|
|
|
|
|
| |
PR: ports/103216
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
Notes:
svn path=/head/; revision=172951
|
|
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>
Notes:
svn path=/head/; revision=172189
|