From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 10 11:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5C26FBB9 for ; Fri, 10 May 2013 11:00:01 +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 4EF0E133 for ; Fri, 10 May 2013 11:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4AB01Ua000704 for ; Fri, 10 May 2013 11:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4AB01cL000703; Fri, 10 May 2013 11:00:01 GMT (envelope-from gnats) Date: Fri, 10 May 2013 11:00:01 GMT Message-Id: <201305101100.r4AB01cL000703@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178429: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 11:00:01 -0000 The following reply was made to PR ports/178429; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178429: commit references a PR Date: Fri, 10 May 2013 10:57:09 +0000 (UTC) Author: bapt Date: Fri May 10 10:57:02 2013 New Revision: 317787 URL: http://svnweb.freebsd.org/changeset/ports/317787 Log: Mark as deprecated (superceed by devel/gprbuild) Mark as broken as it doesn't work anymore with the ada toolchain rework. PR: ports/178429 Submitted by: John Marino (maintainer) Modified: head/devel/gprbuild-aux/Makefile Modified: head/devel/gprbuild-aux/Makefile ============================================================================== --- head/devel/gprbuild-aux/Makefile Fri May 10 10:20:00 2013 (r317786) +++ head/devel/gprbuild-aux/Makefile Fri May 10 10:57:02 2013 (r317787) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gprbuild-aux -# Date created: 12 December 2010 -# Whom: John Marino -# +# Created by: John Marino # $FreeBSD$ -# PORTNAME= gprbuild-aux PORTVERSION= ${SNAPSHOT} @@ -14,6 +10,11 @@ MASTER_SITES= http://downloads.dragonlac MAINTAINER= draco@marino.st COMMENT= Adacore multi-language software build tool +DEPRECATED= Deprecated in favour of devel/gprbuild +EXPIRATION_DATE= 2013-06-10 + +BROKEN= Does not build with recent ada toolchain rework + BUILD_DEPENDS= gnat-aux>=20101204:${PORTSDIR}/lang/gnat-aux BUILD_DEPENDS+= xmlada>=3.2:${PORTSDIR}/textproc/xmlada _______________________________________________ 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"