Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 15:21:35 +0000 (UTC)
From:      Kris Moore <kmoore@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391913 - head/sysutils/docker-freebsd
Message-ID:  <201507131521.t6DFLZHO080548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kmoore
Date: Mon Jul 13 15:21:34 2015
New Revision: 391913
URL: https://svnweb.freebsd.org/changeset/ports/391913

Log:
  - Switch to BROKEN_FreeBSD_8

Modified:
  head/sysutils/docker-freebsd/Makefile

Modified: head/sysutils/docker-freebsd/Makefile
==============================================================================
--- head/sysutils/docker-freebsd/Makefile	Mon Jul 13 14:47:31 2015	(r391912)
+++ head/sysutils/docker-freebsd/Makefile	Mon Jul 13 15:21:34 2015	(r391913)
@@ -26,9 +26,7 @@ GH_TAGNAME=	582db78
 PLIST_FILES=	bin/docker
 USE_RC_SUBR=	docker
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900044
-BROKEN=		This port works only on FreeBSD 9 and newer
-.endif
+BROKEN_FreeBSD_8=	This port works only on FreeBSD 9 and newer
 
 do-build:
 	@cd ${WRKSRC} && export AUTO_GOPATH=1 && export DOCKER_GITCOMMIT=${GH_TAGNAME} && ./hack/make.sh binary



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