svn commit: r377654 - head/sysutils/cbsd

Sean Bruno sbruno at FreeBSD.org
Thu Jan 22 14:11:33 UTC 2015


Author: sbruno
Date: Thu Jan 22 14:11:32 2015
New Revision: 377654
URL: https://svnweb.freebsd.org/changeset/ports/377654
QAT: https://qat.redports.org/buildarchive/r377654/

Log:
  Only allow this port for amd64/i386 due to its dependency on having SSE 4.1
  instructions available.
  
  PR:             296684
  Reviewed by:    olevole at olevole.ru (maintainer)
  Approved by:    mentor (implicit)

Modified:
  head/sysutils/cbsd/Makefile

Modified: head/sysutils/cbsd/Makefile
==============================================================================
--- head/sysutils/cbsd/Makefile	Thu Jan 22 13:20:21 2015	(r377653)
+++ head/sysutils/cbsd/Makefile	Thu Jan 22 14:11:32 2015	(r377654)
@@ -7,6 +7,9 @@ CATEGORIES=	sysutils
 MAINTAINER=	olevole at olevole.ru
 COMMENT=	Yet another FreeBSD Jail Management Utility
 
+ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS_REASON=	Depends on SSE 4.1 instructions
+
 LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync \


More information about the svn-ports-all mailing list