From ooo-dev-return-270-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Wed Jun 15 20:17:19 2011 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 ED4B14DC1 for ; Wed, 15 Jun 2011 20:17:18 +0000 (UTC) Received: (qmail 87304 invoked by uid 500); 15 Jun 2011 20:17:18 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 87270 invoked by uid 500); 15 Jun 2011 20:17:18 -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 87262 invoked by uid 99); 15 Jun 2011 20:17:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 20:17:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of giffunip@tutopia.com designates 190.60.24.79 as permitted sender) Received: from [190.60.24.79] (HELO tutopia.com) (190.60.24.79) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2011 20:17:12 +0000 Received: (qmail 16218 invoked from network); 15 Jun 2011 20:16:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail09mass.ifxnetworks.com X-Spam-Level: Received: from unknown (HELO mail.tutopia.com) ([190.61.128.22]) (envelope-sender ) by mail09mass.ifxnetworks.com (qmail-ldap-1.03) with SMTP for ; 15 Jun 2011 20:16:50 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 15 Jun 2011 15:16:50 -0500 From: Pedro Giffuni To: Subject: dmake (was Re: Bootstrapping a build) In-Reply-To: <4DF90BC4.2060505@the-martin-byrd.net> References: <4DF8852D.5000704@gmx.net> <4DF8C901.30708@gmx.net> <4DF8DB1A.5040504@gmail.com> <8722c02549cfabc7da6f45ae599b6efa@tutopia.com> <4DF90BC4.2060505@the-martin-byrd.net> Message-ID: X-Sender: giffunip@tutopia.com User-Agent: RoundCube Webmail/0.4.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.1 required=7.0 tests=RDNS_NONE autolearn=disabled version=3.2.5 On Wed, 15 Jun 2011 12:45:08 -0700, Andy Brown wrote: > Pedro Giffuni wrote: ... >> >> FWIW, Debian carries something called dmake-4.12, no idea if it's >> related or not. >> > > From the Description of dmake 1:4.12-2 "make utility used to build > OpenOffice.org" in Ubuntu's Package Manager. It would seem that is > all that it is used for. > Thanks for checking Andy! FreeBSD also has it and it's used to build 9 packages. http://www.freshports.org/search.php?stype=depends_build&method=match&query=dmake&num=10&orderby=category&orderbyupdown=asc&search=Search I will see if the FreeBSD port needs updating but I guess there's no need to start a repository for dmake unless we want to have some control over it (not likely). Pedro.