From owner-freebsd-hackers@FreeBSD.ORG Wed Dec 4 17:45:07 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 EF98ADD0 for ; Wed, 4 Dec 2013 17:45:07 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C09721220 for ; Wed, 4 Dec 2013 17:45:07 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 20DF120F7A for ; Wed, 4 Dec 2013 12:45:06 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Wed, 04 Dec 2013 12:45:06 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=CKj1jqgG4uwa8PUTVl4A1CK82x8=; b=pfy lvLd6DnUgjg3gNXQ5i5hKQCfX9noZIKZ5rPTfukgoXkekAfIRFcGsThPaZgLzsBf mjheIenTbOUFg5Ri8gA/OAT+9eJGimVAYFJLcFIjbuuwz9RAVfyotOZVoBO4ZCsp OzNghgqazNqQQJB36Jv8HQesmTmqMqp8/U5LwqIE= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id F10E710B390; Wed, 4 Dec 2013 12:45:05 -0500 (EST) Message-Id: <1386179105.17871.55518481.669547E0@webmail.messagingengine.com> X-Sasl-Enc: /HVdR1ruYMReuXBcJb2dHA5iZtp5asQZ91dL0xnwEfCO 1386179105 From: Mark Felder To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-c99dcdd8 In-Reply-To: <2093792.KXDdxCWCWG@hactar> References: <3074012.QmsohyHcnK@hactar> <1386093729.5203.55046221.21CD5331@webmail.messagingengine.com> <2093792.KXDdxCWCWG@hactar> Subject: Re: Kind of hacky fix for banshee-2.6.0 Date: Wed, 04 Dec 2013 11:45:05 -0600 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 17:45:08 -0000 On Wed, Dec 4, 2013, at 4:40, Stefan Wendler wrote: > On Tuesday 03 December 2013 12:02:09 Mark Felder wrote: > > Are all of these files Makefile.in or Makefile.am ? If so, this patch > > would fix it: > > Hey, that's a nice hint. I've seen somthing similar in the doc right > after > I've sent the mail. > I am currently trying to figure out how to adapt the REINPLACE_CMD to not > only > change the line but to add the variable where it is not present. I think > I > have to play around a bit here, see how other ports solved this > > Thx for the patch. This helped alot! > 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.