Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2017 23:31:30 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431501 - head/audio/teamspeak3-server
Message-ID:  <201701142331.v0ENVU5H024092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com (maintainer)
  Reported by:	Jonathan Price <freebsd@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}



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