From owner-svn-ports-head@FreeBSD.ORG Sat Feb 15 01:59:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B91C12F8; Sat, 15 Feb 2014 01:59:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A25281B9B; Sat, 15 Feb 2014 01:59:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1F1xLJP048383; Sat, 15 Feb 2014 01:59:21 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1F1xLDP048382; Sat, 15 Feb 2014 01:59:21 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402150159.s1F1xLDP048382@svn.freebsd.org> From: John Marino Date: Sat, 15 Feb 2014 01:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344323 - head/devel/adasdl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 01:59:21 -0000 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@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