From owner-freebsd-ports@FreeBSD.ORG Sat Oct 19 14:23:54 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 A83F3AC3 for ; Sat, 19 Oct 2013 14:23:54 +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 8282D2C88 for ; Sat, 19 Oct 2013 14:23:54 +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 CC7EC435A3; Sat, 19 Oct 2013 09:23:38 -0500 (CDT) Message-ID: <526295DA.2030100@marino.st> Date: Sat, 19 Oct 2013 16:23:22 +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: <1c919f9a.7ff9d.141d112835c.Webtop.45@charter.net> In-Reply-To: <1c919f9a.7ff9d.141d112835c.Webtop.45@charter.net> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: 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:23:54 -0000 On 10/19/2013 16:15, s_gammons@charter.net wrote: > I modified like so, and it still bombs... Guess I'll have to file a PR > or build it manually like I talked about before. > > .if ${PORT_OPTIONS:MMYSQL} > # @${ECHO_CMD} $$(${MYSQLTCL_CMDS}) > RUN_DEPENDS+= > ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl > .endif Ah, try removing the "tab" before RUN_DEPENDS, so that the "R" is on the first column (iow, remove the indent). you can test it my "make -V RUN_DEPENDS" and verifying mysqltcl is in the result (and that there is no shell error) John