Bug 178429 - [MAINTAINER] devel/gprbuild-aux: remove port, doesn't build, not worth fixing
Summary: [MAINTAINER] devel/gprbuild-aux: remove port, doesn't build, not worth fixing
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-08 20:10 UTC by John Marino
Modified: 2013-05-10 15:17 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-05-08 20:10:00 UTC
When lang/gnat-aux was updated to gcc 4.6.4, gprbuild-aux stopped building due to an incompatibility with its internal sources and the newer gcc sources.

devel/gprbuild-aux was already superceded by devel/gprbuild.  It is no longer a dependency for any port.

The original plan was to deprecate devel/gprbuild-aux for six months.  However, fixing it is not trivial so I recommend that the port be removed now.

It could be marked broken, but as the maintainer I am pretty sure it will never be fixed. :)

Fix: 

Remove devel/gprbuild-aux permanently.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-08 20:10:13 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-10 11:57:09 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 <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
 
_______________________________________________
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"
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2013-05-10 15:17:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!