Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 07:59:02 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381470 - head/multimedia/bombono
Message-ID:  <201503170759.t2H7x2HL038512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Mar 17 07:59:01 2015
New Revision: 381470
URL: https://svnweb.freebsd.org/changeset/ports/381470
QAT: https://qat.redports.org/buildarchive/r381470/

Log:
  multimedia/bombono: Please use OPSYS with OSVERSION (Unbreak DragonFly)
  
  Especially with the ">" and ">=" operators, OPSYS must be used when
  checking OSVERSION.  The last commit got the port marked broken on all
  DragonFly releases.

Modified:
  head/multimedia/bombono/Makefile

Modified: head/multimedia/bombono/Makefile
==============================================================================
--- head/multimedia/bombono/Makefile	Tue Mar 17 05:56:28 2015	(r381469)
+++ head/multimedia/bombono/Makefile	Tue Mar 17 07:59:01 2015	(r381470)
@@ -37,7 +37,7 @@ MAKE_ARGS=	DVDREAD_INCLUDE=${LOCALBASE}/
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
 BROKEN=		does not build on 10.x+
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503170759.t2H7x2HL038512>