From owner-svn-ports-all@FreeBSD.ORG Fri Dec 13 08:43:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F3B4384; Fri, 13 Dec 2013 08:43:39 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0608D129B; Fri, 13 Dec 2013 08:43:38 +0000 (UTC) Received: from [10.31.9.137] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id EB0D4435C7; Fri, 13 Dec 2013 02:43:26 -0600 (CST) Message-ID: <52AAC8A3.1030807@marino.st> Date: Fri, 13 Dec 2013 09:43:15 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Emanuel Haupt Subject: Re: svn commit: r336325 - head/multimedia/subtitleeditor References: <201312130828.rBD8SAp5031027@svn.freebsd.org> In-Reply-To: <201312130828.rBD8SAp5031027@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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.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, 13 Dec 2013 08:43:39 -0000 On 12/13/2013 09:28, Emanuel Haupt wrote: > Author: ehaupt > Date: Fri Dec 13 08:28:09 2013 > New Revision: 336325 > URL: http://svnweb.freebsd.org/changeset/ports/336325 > > Log: > Mark broken on FreeBSD 10.0 and later. > > Notified by: pkg-fallout > > Modified: > head/multimedia/subtitleeditor/Makefile > > Modified: head/multimedia/subtitleeditor/Makefile > ============================================================================== > --- head/multimedia/subtitleeditor/Makefile Fri Dec 13 08:03:53 2013 (r336324) > +++ head/multimedia/subtitleeditor/Makefile Fri Dec 13 08:28:09 2013 (r336325) > @@ -36,6 +36,10 @@ OPTIONS_DEFINE= NLS > > .include > > +.if ${OSVERSION} >= 1000000 > +BROKEN= Does not compile on FreeBSD 10.0 and later > +.endif > + > .if ${PORT_OPTIONS:MNLS} > USES+= gettext > PLIST_SUB+= NLS="" > Hi Emanuel, Can you please prefix that change with "${OPSYS} == FreeBSD &&" ? This port builds fine on DragonFly and your change just broke the dport. Regards, John