From owner-freebsd-arch@FreeBSD.ORG Sat Oct 27 18:40:25 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8343D399; Sat, 27 Oct 2012 18:40:25 +0000 (UTC) (envelope-from sjg@juniper.net) Received: from exprod7og101.obsmtp.com (exprod7og101.obsmtp.com [64.18.2.155]) by mx1.freebsd.org (Postfix) with ESMTP id 65B5D8FC17; Sat, 27 Oct 2012 18:40:22 +0000 (UTC) Received: from P-EMHUB03-HQ.jnpr.net ([66.129.224.36]) (using TLSv1) by exprod7ob101.postini.com ([64.18.6.12]) with SMTP ID DSNKUIwqj43aspujhUW6YJx3JrUGlmoA7zqG@postini.com; Sat, 27 Oct 2012 11:40:25 PDT Received: from magenta.juniper.net (172.17.27.123) by P-EMHUB03-HQ.jnpr.net (172.24.192.33) with Microsoft SMTP Server (TLS) id 8.3.213.0; Sat, 27 Oct 2012 11:40:11 -0700 Received: from chaos.jnpr.net (chaos.jnpr.net [172.24.29.229]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id q9RIe3h23362; Sat, 27 Oct 2012 11:40:08 -0700 (PDT) (envelope-from sjg@juniper.net) Received: from chaos.jnpr.net (localhost [127.0.0.1]) by chaos.jnpr.net (Postfix) with ESMTP id 530C758094; Sat, 27 Oct 2012 11:40:03 -0700 (PDT) To: Chris Rees Subject: Re: [CFT/RFC]: refactor bsd.prog.mk to understand multiple programs instead of a singular program In-Reply-To: References: <201210020750.23358.jhb@freebsd.org> <201210021037.27762.jhb@freebsd.org> <127FA63D-8EEE-4616-AE1E-C39469DDCC6A@xcllnt.net> <20121025211522.GA32636@dragon.NUXI.org> <3F52B7C9-A7B7-4E0E-87D0-1E67FE5D0BA7@xcllnt.net> <20121025221244.GG3808@ithaqua.etoilebsd.net> <20121026181152.GC44331@dragon.NUXI.org> <20121026204910.E1FFA58094@chaos.jnpr.net> <20121026233225.54FB858094@chaos.jnpr.net> <20121027172742.E7E8558094@chaos.jnpr. net> Comments: In-reply-to: Chris Rees message dated "Sat, 27 Oct 2012 18:32:56 +0100." From: "Simon J. Gerraty" X-Mailer: MH-E 7.82+cvs; nmh 1.3; GNU Emacs 22.3.1 Date: Sat, 27 Oct 2012 11:40:03 -0700 Message-ID: <20121027184003.530C758094@chaos.jnpr.net> MIME-Version: 1.0 Content-Type: text/plain Cc: Baptiste Daroussin , Garrett Cooper , freebsd-hackers@freebsd.org, Marcel Moolenaar , freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 18:40:25 -0000 On Sat, 27 Oct 2012 18:32:56 +0100, Chris Rees writes: >On 27 October 2012 18:27, Simon J. Gerraty wrote: >> I've tested the ports tree converted to bmake - per the "patch" I >> mentioned on a 7.1 box. It worked for me. Once the ports tree has >What about these? > >[crees@pegasus]~% grep -n :\[LU] /usr/ports/Mk/bsd.port.mk | tee >/dev/tty | wc -l >1324:PORTVERSION= >${DISTVERSION:L:C/([a-z])[a-z]+/\1/g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^ >a-z0-9+]+/./g} >1451:.if (defined(USE_QT_VER) && ${USE_QT_VER:L} == 3) || >defined(USE_KDELIBS_VER) || defined(USE_KDEBASE_VER) I'm not sure I follow, that tree has not been "patched". If it were: $ grep -l '$.*:[UL][:)}]' Mk/*mk $