From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 09:34:31 2014 Return-Path: Delivered-To: svn-ports-all@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 DB204EB9; Fri, 11 Apr 2014 09:34:31 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15E371E42; Fri, 11 Apr 2014 09:34:31 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 09ED243BB3; Fri, 11 Apr 2014 04:34:09 -0500 (CDT) Message-ID: <5347B6FF.6030008@marino.st> Date: Fri, 11 Apr 2014 11:33:51 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r350894 - head/devel/smake References: <201404110756.s3B7uuQj009693@svn.freebsd.org> In-Reply-To: <201404110756.s3B7uuQj009693@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 09:34:31 -0000 On 4/11/2014 09:56, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Apr 11 07:56:55 2014 > New Revision: 350894 > URL: http://svnweb.freebsd.org/changeset/ports/350894 > QAT: https://qat.redports.org/buildarchive/r350894/ > > Log: > Mark as broken and deprecate > > Modified: > head/devel/smake/Makefile > > Modified: head/devel/smake/Makefile > ============================================================================== > --- head/devel/smake/Makefile Fri Apr 11 07:19:18 2014 (r350893) > +++ head/devel/smake/Makefile Fri Apr 11 07:56:55 2014 (r350894) > @@ -9,16 +9,20 @@ MASTER_SITES= ftp://ftp.berlios.de/pub/s > MAINTAINER= ports@FreeBSD.org > COMMENT= Portable make program with automake features > > +DEPRECATED= Abandonware, broken with modern com > +EXPIRATION_DATE= 2014-05-12 > + > +BROKEN= Does not build with modern compilers > + What's the error? This builds perfectly fine with DF/gcc4.7 which I consider "modern". It's also stretching the definition of "abandonware" as the site is still up. Are there any recent fail logs? John