Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2016 18:20:04 +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: r412679 - head/databases/db48
Message-ID:  <201604071820.u37IK4AD074327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Apr  7 18:20:04 2016
New Revision: 412679
URL: https://svnweb.freebsd.org/changeset/ports/412679

Log:
  databases/db48: Use OPSYS with OSVERSION
  
  Commit r412492 snared all DragonFly releases along with FreeBSD 11
  unintentionally.
  
  Approved by:	OSVERSION use blanket

Modified:
  head/databases/db48/Makefile

Modified: head/databases/db48/Makefile
==============================================================================
--- head/databases/db48/Makefile	Thu Apr  7 18:04:19 2016	(r412678)
+++ head/databases/db48/Makefile	Thu Apr  7 18:20:04 2016	(r412679)
@@ -35,7 +35,7 @@ USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} >= 1100101
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100101
 IGNORE=		db48 is not supported on FreeBSD 11+ with clang 3.8 - upgrade to db5
 .endif
 



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