for devel/adacurses and devel/sgl: These ports have listed lang/gnat as a build dependency but the truth is that they are not written in Ada and build fine without any Ada compiler. Remove the unneeded dependency in both ports. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sylvio Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: sylvio->bapt I'll take it.
State Changed From-To: open->closed Committed. Thanks!
Author: bapt Date: Tue Apr 30 12:27:50 2013 New Revision: 316927 URL: http://svnweb.freebsd.org/changeset/ports/316927 Log: These ports have listed lang/gnat as a build dependency but the truth is that they are not written in Ada and build fine without any Ada compiler. PR: ports/178166 Submitted by: John Marino <draco@marino.st> Modified: head/devel/adacurses/Makefile head/devel/sgl/Makefile Modified: head/devel/adacurses/Makefile ============================================================================== --- head/devel/adacurses/Makefile Tue Apr 30 12:24:27 2013 (r316926) +++ head/devel/adacurses/Makefile Tue Apr 30 12:27:50 2013 (r316927) @@ -17,8 +17,6 @@ COMMENT= Curses library for Ada LICENSE= MIT -BUILD_DEPENDS= gnat:${PORTSDIR}/lang/gnat - USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GMAKE= yes Modified: head/devel/sgl/Makefile ============================================================================== --- head/devel/sgl/Makefile Tue Apr 30 12:24:27 2013 (r316926) +++ head/devel/sgl/Makefile Tue Apr 30 12:27:50 2013 (r316927) @@ -15,12 +15,9 @@ DISTNAME= SGL-${PORTVERSION} MAINTAINER= david@realityrift.com COMMENT= STL implementation for ADA95 -RUN_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat - NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - .include <bsd.port.pre.mk> do-install: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"