Bug 178166 - devel/adacurses + devel/sgl : remove unneeded lang/gnat dependency
Summary: devel/adacurses + devel/sgl : remove unneeded lang/gnat dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-25 22:50 UTC by John Marino
Modified: 2013-04-30 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (594 bytes, patch)
2013-04-25 22:50 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-04-25 22:50:02 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-25 22:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2013-04-25 22:50:38 UTC
Responsible Changed
From-To: sylvio->bapt

I'll take it.
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2013-04-30 13:28:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-04-30 13:28:04 UTC
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"