From owner-svn-ports-all@FreeBSD.ORG Sat Mar 14 11:02:49 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0E5495C; Sat, 14 Mar 2015 11:02:49 +0000 (UTC) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC85216; Sat, 14 Mar 2015 11:02:49 +0000 (UTC) Received: by oiag65 with SMTP id g65so5455327oia.2; Sat, 14 Mar 2015 04:02:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Scs04wInhq20+dIJMJKChJEjDkUOcaYl82ghM5e05vw=; b=osGOn36MCq9cbupJrP4rk6lyaWEOz3aZBqyr7+cPaEzPHtH7UKEkJiVGK0VKHChWok xq1agwM5UF9wLspeIQpRl1+DxIc6gjG0+lQm4fhEe5GzUY06OPehpD5qto97IskvWdpr wigUIm0aupclcv0voM4ekkG5GgC1NXfmupZcE7otigiC4ywKUg3B2G8RMprSvY7/FnU5 G3j30O4z9E+5HRwVNPNt3bEcnLEsJEaZI+wRsA5rWMG7bwos+LS9Aa/N7N/6DyoOeuvO Xy5zm7BpeQjtnSt7p9w/JsYShfsG1tH7ysBgqVXdZcrKV7xSl7mHAx1g2zf/rCu69KuQ uJOA== MIME-Version: 1.0 X-Received: by 10.202.213.67 with SMTP id m64mr901301oig.78.1426330968664; Sat, 14 Mar 2015 04:02:48 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.182.160.37 with HTTP; Sat, 14 Mar 2015 04:02:48 -0700 (PDT) In-Reply-To: <201503131353.t2DDrd1c001810@svn.freebsd.org> References: <201503131353.t2DDrd1c001810@svn.freebsd.org> Date: Sat, 14 Mar 2015 12:02:48 +0100 X-Google-Sender-Auth: uCGjK_32ynHs6bWHb5UaTvwo6EA Message-ID: Subject: Re: svn commit: r381199 - head/lang/gnatdroid-armv5 From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: John Marino Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2015 11:02:49 -0000 2015-03-13 14:53 GMT+01:00 John Marino : > Author: marino > Date: Fri Mar 13 13:53:38 2015 > New Revision: 381199 > URL: https://svnweb.freebsd.org/changeset/ports/381199 > QAT: https://qat.redports.org/buildarchive/r381199/ > > Log: > lang/gnatdroid-armv5: Set for removal on 31 March 2015 > > I've never gotten around to trying to fix the ARMv5 assembly and nobody > seems to care that the port has been ignored for almost a year, so let'= s > just cull it at the end of the month. > > Modified: > head/lang/gnatdroid-armv5/Makefile > > Modified: head/lang/gnatdroid-armv5/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lang/gnatdroid-armv5/Makefile Fri Mar 13 13:32:37 2015 (= r381198) > +++ head/lang/gnatdroid-armv5/Makefile Fri Mar 13 13:53:38 2015 (= r381199) > @@ -21,6 +21,8 @@ BUILD_DEPENDS=3D gnatdroid-sysroot>=3D19:${P > RUN_DEPENDS:=3D ${BUILD_DEPENDS} > > IGNORE=3D due to sigtramp-armdroid.c, ARMv7 is the minimu= m required CPU > +DEPRECATED=3D Nobody cares enough to fix sigtramp-android.c for ARMv5 > +EXPIRATION_DATE=3D 2014-03-31 > The expiration date is now set in the past ... Ren=C3=A9