Date: Sat, 15 Feb 2014 09:41:02 +0100 From: Marcus von Appen <mva@FreeBSD.org> To: John Marino <marino@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r344322 - in head/devel: . sdl_gnat Message-ID: <20140215084102.GA1390@medusa.sysfault.org> In-Reply-To: <201402150151.s1F1pkfG047533@svn.freebsd.org> References: <201402150151.s1F1pkfG047533@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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) > > Added: > head/devel/sdl_gnat/ > head/devel/sdl_gnat/Makefile (contents, props changed) > head/devel/sdl_gnat/distinfo (contents, props changed) > head/devel/sdl_gnat/pkg-descr (contents, props changed) > head/devel/sdl_gnat/pkg-plist (contents, props changed) > Modified: > head/devel/Makefile > > Modified: head/devel/Makefile > ============================================================================== > --- head/devel/Makefile Sat Feb 15 01:13:02 2014 (r344321) > +++ head/devel/Makefile Sat Feb 15 01:51:46 2014 (r344322) > @@ -4384,6 +4384,7 @@ > SUBDIR += sdl12 > SUBDIR += sdl20 > SUBDIR += sdl_console > + SUBDIR += sdl_gnat > SUBDIR += sdl_sge > SUBDIR += sdlmm > SUBDIR += sdlskk > > Added: head/devel/sdl_gnat/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/sdl_gnat/Makefile Sat Feb 15 01:51:46 2014 (r344322) > @@ -0,0 +1,23 @@ > +# Created by: John Marino <marino@FreeBSD.org> > +# $FreeBSD$ > + > +PORTNAME= sdl_gnat > +PORTVERSION= 2013 > +CATEGORIES= devel > +MASTER_SITES= http://downloads.dragonlace.net/src/ > + > +MAINTAINER= marino@FreeBSD.org > +COMMENT= Ada thin bindings for SDL (GPLv3) > + > +LICENSE= GPLv3 > + > +USES= ada > +USE_BZIP2= yes > +USE_SDL= ttf I doubt that it only wraps SDL_ttf. You should specify all required SDL libraries here. Cheers Marcus --azLHFNyN32YCQGCU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlL/KB4ACgkQi68/ErJnpkfuxQCfQfupNkgyd/I+8Q3G7k2l6rtQ w+MAn3jSDYR6TYbmUdENi4qY/RIHvyGX =pfxL -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140215084102.GA1390>