aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ocaml-ocurl
Commit message (Collapse)AuthorAgeFilesLines
* - Bump portrevisions on all ocaml libraries, as it appears that compiledstas2011-04-061-0/+1
| | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 0.5.3johans2010-05-242-5/+4
|
* Chase the ftp/curl shlib version bump.roam2010-04-031-1/+2
|
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
| | | | Feature safe: yes
* - Update to 0.5.2johans2010-02-144-25/+16
| | | | | | - Simplify Makefile using USE_OCAML_* variables - Replace dynamic PLIST with static pkg-plist - Claim maintainership
* - Mark MAKE_JOBS_UNSAFEpav2009-11-211-0/+1
| | | | Reported by: pointyhat
* Reset beech@FreeBSD.org while he works on restoring his email situation.linimon2009-08-291-1/+1
| | | | Hat: portmgr
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* - Update to 0.5.1beech2008-12-202-4/+4
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 0.5.0beech2008-08-032-7/+7
|
* - Adopt orphan ports in ftp category.beech2008-01-241-1/+1
| | | | Approved by: linimon (mentor, implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update the ftp/curl port to 7.16.0.roam2006-12-131-1/+2
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response tolinimon2006-06-152-4/+1
| | | | | | email, and various maintainer-timeouts. Hat: portmgr
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 0.2.1.novel2005-10-072-4/+3
| | | | | PR: 87050 Submitted by: Marwan Burelle (maintainer)
* - Fix permission of ld.conf. It should be 0644 instead of 0444.sem2005-05-221-2/+0
| | | | - Unbreak unguilty ports.
* BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf filekris2005-05-221-0/+2
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add ocaml-ocurl 0.2.0, an interface for OCaml to the curl lib.thierry2004-08-094-0/+58
PR: 70085 Submitted by: Marwan BURELLE