ports/178166: devel/adacurses + devel/sgl : remove unneeded lang/gnat dependency
John Marino
draco at marino.st
Thu Apr 25 21:50:02 UTC 2013
>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 at 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:
More information about the freebsd-ports-bugs
mailing list