From owner-freebsd-ports@FreeBSD.ORG Sat Oct 19 14:38:32 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id 4509CF43; Sat, 19 Oct 2013 14:38:32 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0342D15; Sat, 19 Oct 2013 14:38:31 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 803A7435A3; Sat, 19 Oct 2013 09:38:15 -0500 (CDT) Message-ID: <52629946.90204@marino.st> Date: Sat, 19 Oct 2013 16:37:58 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: s_gammons@charter.net Subject: Re: Compiling sguil-server on Release 9.2 i386 References: <3ad43ac4.80255.141d12204c7.Webtop.45@charter.net> In-Reply-To: <3ad43ac4.80255.141d12204c7.Webtop.45@charter.net> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: marino@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 14:38:32 -0000 On 10/19/2013 16:32, s_gammons@charter.net wrote: > > Looks like that fixed it. It's building now. > > Should the tab be removed before @${ECHO_CMD} $$(${MYSQLTCL_CMDS}) ? > No, I think that line is broken too, in at least two different ways. The MYSQL option is busted. It doesn't appear to me that it was ever tested; I can't see how it ever worked. You should create a PR on sguil-server and document all this there and request the maintainer fix it properly. Personally I don't think any shell commands are needed at all, certainly not to specify a RUN_DEPENDS. it's all messed up. John