svn commit: r431501 - head/audio/teamspeak3-server

Nikolai Lifanov lifanov at FreeBSD.org
Sat Jan 14 23:31:31 UTC 2017


Author: lifanov
Date: Sat Jan 14 23:31:30 2017
New Revision: 431501
URL: https://svnweb.freebsd.org/changeset/ports/431501

Log:
  audio/teamspeak3-server: unbreak on 11-STABLE
  
  PR:		212237
  Submitted by:	ultima1252 at gmail.com (maintainer)
  Reported by:	Jonathan Price <freebsd at jonathanprice.org>
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9170

Modified:
  head/audio/teamspeak3-server/Makefile

Modified: head/audio/teamspeak3-server/Makefile
==============================================================================
--- head/audio/teamspeak3-server/Makefile	Sat Jan 14 23:29:25 2017	(r431500)
+++ head/audio/teamspeak3-server/Makefile	Sat Jan 14 23:31:30 2017	(r431501)
@@ -17,8 +17,6 @@ LICENSE_NAME=	TeamSpeak 3.x End User Lic
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
 
-BROKEN_FreeBSD_11=Will not start on 11, Bug 212493
-
 USES=		tar:bz2
 NO_BUILD=	yes
 USE_LDCONFIG=	${LIBDIR}
@@ -46,6 +44,10 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100507
+BROKEN=	Will not start on FreeBSD 11, Bug 212493
+.endif
+
 .if ${ARCH} ==	"i386"
 TEAMSPEAK_ARCH=	x86
 WRKSRC=	${WRKDIR}/${PORTNAME}_freebsd_${TEAMSPEAK_ARCH}


More information about the svn-ports-all mailing list