From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 4 20:38:29 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A58049C for ; Wed, 4 Dec 2013 20:38:29 +0000 (UTC) Received: from zimbra2.tngtech.com (zimbra2.tngtech.com [212.204.93.103]) by mx1.freebsd.org (Postfix) with ESMTP id 286141F9A for ; Wed, 4 Dec 2013 20:38:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zimbra2.tngtech.com (Postfix) with ESMTP id F28199CE091 for ; Wed, 4 Dec 2013 21:38:22 +0100 (CET) X-Virus-Scanned: amavisd-new at tngtech.com Received: from zimbra2.tngtech.com ([127.0.0.1]) by localhost (zimbra2.tngtech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z3a9Tk5MhGsZ for ; Wed, 4 Dec 2013 21:37:45 +0100 (CET) Received: from hactar.localnet (mnch-5d86e10d.pool.mediaWays.net [93.134.225.13]) by zimbra2.tngtech.com (Postfix) with ESMTPSA id 1905E9CE0E7 for ; Wed, 4 Dec 2013 21:37:45 +0100 (CET) From: Stefan Wendler To: freebsd-hackers@freebsd.org Subject: Re: Kind of hacky fix for banshee-2.6.0 Date: Wed, 04 Dec 2013 21:37:44 +0100 Message-ID: <1687534.6K1SDGFtbY@hactar> Organization: TNG Technology Consulting GmbH User-Agent: KMail/4.10.5 (FreeBSD/9.2-RELEASE; KDE/4.10.5; amd64; ; ) In-Reply-To: <1386179105.17871.55518481.669547E0@webmail.messagingengine.com> References: <3074012.QmsohyHcnK@hactar> <2093792.KXDdxCWCWG@hactar> <1386179105.17871.55518481.669547E0@webmail.messagingengine.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 20:38:29 -0000 On Wednesday 04 December 2013 11:45:05 Mark Felder wrote: > > I have a build dependency issue so I can't even get my poudriere to > build banshee and test further. I'll poke at it again later this week if > I get a chance. Feel free to bounce questions off us in IRC as well. I will do that. But I have a general question. Is it even possible to do the following within REINPLACE_CMD: insert a line, if it is not present? Because the ASSEMBLY_BUILD_FLAGS variable has to be in almost all Makefile.in files. And there are alot. Cheers, Stefan