Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2013 10:57:02 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317787 - head/devel/gprbuild-aux
Message-ID:  <201305101057.r4AAv2VV032543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <draco@marino.st> (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 <draco@marino.st>
-#
+# Created by: John Marino <draco@marino.st>
 # $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
 



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