svn commit: r344323 - head/devel/adasdl

John Marino marino at FreeBSD.org
Sat Feb 15 01:59:21 UTC 2014


Author: marino
Date: Sat Feb 15 01:59:21 2014
New Revision: 344323
URL: http://svnweb.freebsd.org/changeset/ports/344323
QAT: https://qat.redports.org/buildarchive/r344323/

Log:
  devel/adasdl: Deprecate and expire on 1 APR 2014
  
  This port has a number of issues:
    1. It has no maintainer
    2. It is ancient (2001)
    3. The follow-up for 2012 was never finished; alpha quality
    4. It doesn't build on amd64
    5. It is not staged
  
  It's essentially useless.
  A new thin binding to SDL for Ada was added: devel/sdl_gnat
  This should be used instead assuming license is acceptable (GPLv3)

Modified:
  head/devel/adasdl/Makefile

Modified: head/devel/adasdl/Makefile
==============================================================================
--- head/devel/adasdl/Makefile	Sat Feb 15 01:51:46 2014	(r344322)
+++ head/devel/adasdl/Makefile	Sat Feb 15 01:59:21 2014	(r344323)
@@ -11,6 +11,9 @@ DISTNAME=	AdaSDL_${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Ada thin binding to SDL
 
+DEPRECATED=	Ancient, does not build on amd64; use devel/sdl_gnat instead
+EXPIRATION_DATE=2014-04-01
+
 ONLY_FOR_ARCHS=	i386
 
 USE_SDL=	mixer image sdl


More information about the svn-ports-head mailing list