svn commit: r420801 - head/sysutils/bsdmoted

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 24 15:13:49 UTC 2016


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 at 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


More information about the svn-ports-head mailing list