From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 25 21:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C1521218 for ; Thu, 25 Apr 2013 21:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8EA8A1E15 for ; Thu, 25 Apr 2013 21:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3PLo2AQ000948 for ; Thu, 25 Apr 2013 21:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3PLo2IV000947; Thu, 25 Apr 2013 21:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 25 Apr 2013 21:50:02 GMT Resent-Message-Id: <201304252150.r3PLo2IV000947@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 171231FC for ; Thu, 25 Apr 2013 21:49:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 088B81E08 for ; Thu, 25 Apr 2013 21:49:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3PLn6IY010217 for ; Thu, 25 Apr 2013 21:49:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3PLn63i010216; Thu, 25 Apr 2013 21:49:06 GMT (envelope-from nobody) Message-Id: <201304252149.r3PLn63i010216@red.freebsd.org> Date: Thu, 25 Apr 2013 21:49:06 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178166: devel/adacurses + devel/sgl : remove unneeded lang/gnat dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 21:50:02 -0000 >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: