Date: Fri, 13 Dec 2013 10:52:03 +0100 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: marino@freebsd.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, John Marino <freebsd.contact@marino.st>, ports-committers@freebsd.org Subject: Re: svn commit: r336325 - head/multimedia/subtitleeditor Message-ID: <20131213105203.e13f2e7b155adc1beb567914@FreeBSD.org> In-Reply-To: <52AAC8A3.1030807@marino.st> References: <201312130828.rBD8SAp5031027@svn.freebsd.org> <52AAC8A3.1030807@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
John Marino <freebsd.contact@marino.st> wrote: > 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 <bsd.port.options.mk> > > > > +.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 > Done. Anything for Fred :-) Emanuel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131213105203.e13f2e7b155adc1beb567914>