From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: *** X-Spam-Status: No, score=3.1 required=5.0 tests=AWL,DNS_FROM_RFC_POST, RCVD_IN_SORBS_WEB,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id E9ECABBC4 for ; Wed, 18 Mar 2009 17:19:15 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgECAA+8wEnRVZK0mGdsb2JhbACVNT8BAQEBAQgJDAcRrF2BB5BEAQMBA4N5BoNG X-IronPort-AV: E=Sophos;i="4.38,385,1233529200"; d="scan'208";a="24515669" Received: from wa-out-1112.google.com ([209.85.146.180]) by mail3-smtp-sop.national.inria.fr with ESMTP; 18 Mar 2009 17:19:15 +0100 Received: by wa-out-1112.google.com with SMTP id j37so61229waf.9 for ; Wed, 18 Mar 2009 09:19:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=DpB5QtW0cn5fotnU9dZWfHef83NCaTHqeaPkTpwV7uo=; b=Bys75sDXeGCH0ALqKcAU4SmH6vUaczrR9SbanwLzpH4Dw6C0EcMZtND2f9ReYu9nou TcV1OEkss7WJJRjeTfpL4QWId9tIRiPgUlsh9q//R/TUFBlLK3x8W2UIXSHyNNcbKHtD 1y7fcqcRY6fnk4b21bYnpt4XC+08JJ2CmMi0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=FA0FX7SYAXSJn1rLVVTLuHXN4VjMj3oUnLvG5U98ZK5aEE5++yyJkBqwtuByiD80c8 nN6zhNa/5nsddeOydDZFsbHG7EKezHOJd5Ixiq4wgwwNSMLIVIyH2MwhDeDcY+DkF0gc 9dthXELDaqqYmA/oxpWMa4v16O5HSdDD8ahKI= Received: by 10.114.159.17 with SMTP id h17mr861456wae.197.1237393153682; Wed, 18 Mar 2009 09:19:13 -0700 (PDT) Received: from ?192.168.1.101? ([64.30.3.122]) by mx.google.com with ESMTPS id m25sm196103waf.44.2009.03.18.09.19.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Mar 2009 09:19:12 -0700 (PDT) Cc: OCaml Message-Id: <6F35AFCC-9A69-44C9-BA57-58A43913856F@gmail.com> From: Alexy Khrabrov To: Anil Madhavapeddy In-Reply-To: <485DBD0B-EEDB-4A3C-9080-B37D4535C364@recoil.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: [Caml-list] Re: ocamlfind ocamlopt.opt? Date: Wed, 18 Mar 2009 12:19:10 -0400 References: <7DABE6D8-0D86-4756-B6EB-E6E10DDD2798@gmail.com> <485DBD0B-EEDB-4A3C-9080-B37D4535C364@recoil.org> X-Mailer: Apple Mail (2.930.3) X-Spam: no; 0.00; ocamlfind:01 ocamlopt:01 anil:01 macos:01 ocaml:01 anil:01 tarballs:01 findlib:01 dependencies:01 cheers:01 git:98 threads:01 wrote:01 caml-list:01 override:03 On Mar 18, 2009, at 8:21 AM, Anil Madhavapeddy wrote: > I rather like MacPorts since it's easy to add a local override with > upgrades and so on (e.g. backporting the fix for fork+threads on > MacOS X). I've got my OCaml macports repo up at: > > http://github.com/avsm/darwinports/ > > with a bunch of fixes and upgrades. I'll be feeding these upstream > when I get a chance but you can use this repo to grab my latest bits. Anil -- this is awesome! This is exactly why source-based beats packaged -- it takes just a git push origin master to have a new port. So what do you do for the rest -- just get them from tarballs and install with findlib? I think the set should be self-contained in dependencies... Cheers, Alexy