svn commit: r316927 - in head/devel: adacurses sgl

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 30 12:27:51 UTC 2013


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 at 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 at 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:


More information about the svn-ports-all mailing list