summaryrefslogtreecommitdiff
path: root/security/ocaml-ssl
AgeCommit message (Collapse)AuthorFilesLines
2010-02-14Don't mess with ldconf.joerg2-4/+4
2010-01-30DESTDIR supportjoerg3-2/+19
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-03-03Update ocaml-ssl to 0.4.2tonio2-9/+7
Update provided by Jaap Boender in PR 38145 Release notes not available. Added a .include bsd.prefs.mk so that MACHINE_ARCH is correctly defined.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn2-2/+4
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-03-22Added the buildlink3.mk file, which was requested in PR 36057.rillig1-0/+21
2007-03-18Update ocaml-ssl to 0.4.1.obache2-6/+6
Provided by MAINTAINER, Jaap Boender in PR 35942. CHANGES: 0.4.1 (2007-02-21) ===== * file_descr_of_socket is not marked as deprecated anymore. * Patched the Makefile to be compatible with FreeBSD (thanks Jaap Boender). * Explicitely link with libcrypto since we use it. Compilation should now work on Mac OS X too (thanks Janne Hellsten).
2007-01-15Import ocaml-ssl 0.4.0 into pkgsrc:tonio5-0/+55
ocaml-ssl is a library of OCaml bindings for libssl. Package provided by Jaap Boender in PR pkg/35212