From owner-svn-ports-all@FreeBSD.ORG Sat Feb 15 09:38:47 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2442ED53; Sat, 15 Feb 2014 09:38:47 +0000 (UTC) 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 EDAD016C5; Sat, 15 Feb 2014 09:38:44 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 7650F438BC; Sat, 15 Feb 2014 03:38:21 -0600 (CST) Message-ID: <52FF357D.6050603@marino.st> Date: Sat, 15 Feb 2014 10:38:05 +0100 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: John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r344322 - in head/devel: . sdl_gnat References: <201402150151.s1F1pkfG047533@svn.freebsd.org> <20140215084102.GA1390@medusa.sysfault.org> In-Reply-To: <20140215084102.GA1390@medusa.sysfault.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 09:38:47 -0000 On 2/15/2014 09:41, Marcus von Appen wrote: > On, Sat Feb 15, 2014, John Marino wrote: > >> Author: marino >> Date: Sat Feb 15 01:51:46 2014 >> New Revision: 344322 >> URL: http://svnweb.freebsd.org/changeset/ports/344322 >> QAT: https://qat.redports.org/buildarchive/r344322/ >> >> Log: >> Add new port devel/sdl_gnat: Thin Ada bindings for SDL (GPLv3) >> > > I doubt that it only wraps SDL_ttf. You should specify all required SDL > libraries here. > > Cheers > Marcus > The .gpr file from AdaCore only listed linkage to -lGL, -lGLU, -lsdl and -lsdl_tff. I'm just going off of the gprbuild recipe in the compiler release package. I have no reason to believe it wraps more than those. John