Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5F9E9AD5 for ; Wed, 16 Nov 2011 16:37:39 +0000 (UTC) Received: (qmail 62523 invoked by uid 500); 16 Nov 2011 16:37:39 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 62464 invoked by uid 500); 16 Nov 2011 16:37:39 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 62426 invoked by uid 99); 16 Nov 2011 16:37:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 16:37:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [87.253.162.5] (HELO server5.configcenter.info) (87.253.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2011 16:37:32 +0000 Received: from [9.155.131.25] (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: web445p1) by server5.configcenter.info (Postfix) with ESMTP id 25DA61BB0447 for ; Wed, 16 Nov 2011 17:36:58 +0100 (CET) Message-ID: <4EC3E6B2.1020603@a-w-f.de> Date: Wed, 16 Nov 2011 17:37:06 +0100 From: Andre Fischer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: [code] main/dmake References: <1321460168.6684.YahooMailClassic@web113513.mail.gq1.yahoo.com> In-Reply-To: <1321460168.6684.YahooMailClassic@web113513.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-server5-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 25DA61BB0447.A287E X-server5-MailScanner: Found to be clean X-server5-MailScanner-From: af@a-w-f.de X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No On 16.11.2011 17:16, Pedro Giffuni wrote: > > > --- On Wed, 11/16/11, Andre Fischer wrote: > >> >> By the way, the other archives that are downloaded during >> configure/setup have MD5 checksums. Can you add one >> to the dmake archive as well? >> > This is rather weird as Google code uses SHA1. Anyways ... > > I updated the code with the OS/2 patch and you can get it here: > > http://dmake.apache-extras.org.codespot.com/files/3dde16f772561bd4a02d02c73cb44b75-dmake-4.12.1.tar.bz2 Great. Now I just have to figure out, how to use the MD5 checksum. You have to compare it to something that does not come from the download server. > > Also the code is now in SVN too (without history regrettably). For the configure/bootstrap process I will use the archive. That is easier to handle then checking out the code. Regards, Andre > > cheers, > > Pedro.