Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2013 21:49:06 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178166: devel/adacurses + devel/sgl : remove unneeded lang/gnat dependency
Message-ID:  <201304252149.r3PLn63i010216@red.freebsd.org>
Resent-Message-ID: <201304252150.r3PLo2IV000947@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178166
>Category:       ports
>Synopsis:       devel/adacurses + devel/sgl : remove unneeded lang/gnat dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 25 21:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
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.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- devel/adacurses/Makefile.orig	2013-03-08 23:13:08.565453000 +0000
+++ devel/adacurses/Makefile
@@ -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
--- devel/sgl/Makefile.orig	2013-03-08 23:13:08.745442000 +0000
+++ devel/sgl/Makefile
@@ -15,8 +15,6 @@ 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}


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304252149.r3PLn63i010216>