svn commit: r391896 - head/sysutils/docker-freebsd

Kris Moore kmoore at FreeBSD.org
Mon Jul 13 13:16:29 UTC 2015


Author: kmoore
Date: Mon Jul 13 13:16:28 2015
New Revision: 391896
URL: https://svnweb.freebsd.org/changeset/ports/391896

Log:
  - Mark broken for FreeBSD < 9.0

Modified:
  head/sysutils/docker-freebsd/Makefile

Modified: head/sysutils/docker-freebsd/Makefile
==============================================================================
--- head/sysutils/docker-freebsd/Makefile	Mon Jul 13 12:41:44 2015	(r391895)
+++ head/sysutils/docker-freebsd/Makefile	Mon Jul 13 13:16:28 2015	(r391896)
@@ -26,6 +26,10 @@ 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
+
 do-build:
 	@cd ${WRKSRC} && export AUTO_GOPATH=1 && export DOCKER_GITCOMMIT=${GH_TAGNAME} && ./hack/make.sh binary
 


More information about the svn-ports-head mailing list