Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2016 15:13:48 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420801 - head/sysutils/bsdmoted
Message-ID:  <201608241513.u7OFDmN3083622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 24 15:13:47 2016
New Revision: 420801
URL: https://svnweb.freebsd.org/changeset/ports/420801

Log:
  - Mark BROKEN on 11.x+ due to unhandled netgraph changes in 11.x
  - While here, add LICENSE
  
  Approved by:	portmgr blanket
  Reported by:	pkg-fallout

Modified:
  head/sysutils/bsdmoted/Makefile

Modified: head/sysutils/bsdmoted/Makefile
==============================================================================
--- head/sysutils/bsdmoted/Makefile	Wed Aug 24 15:13:39 2016	(r420800)
+++ head/sysutils/bsdmoted/Makefile	Wed Aug 24 15:13:47 2016	(r420801)
@@ -9,7 +9,12 @@ MASTER_SITES=	SF
 MAINTAINER=	sahne@0x90.at
 COMMENT=	Use Wii remote as mouse
 
-BROKEN_powerpc64=	Does not build
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BROKEN_powerpc64=	does not build
+BROKEN_FreeBSD_11=	does not build (bluetooth changes in 11.x need to be handled)
+BROKEN_FreeBSD_12=	does not build (bluetooth changes in 11.x need to be handled)
 
 USES=		uidfix
 PLIST_FILES=	sbin/bsdmoted



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