From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 20:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4554C995 for ; Sat, 12 Apr 2014 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C28F1A92 for ; Sat, 12 Apr 2014 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CKK0hF097250 for ; Sat, 12 Apr 2014 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CKK0rB097248; Sat, 12 Apr 2014 20:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Apr 2014 20:20:00 GMT Resent-Message-Id: <201404122020.s3CKK0rB097248@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, R Hirner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9465B842 for ; Sat, 12 Apr 2014 20:11:16 +0000 (UTC) Received: from tyr.dev001.net (unknown [IPv6:2a01:4f8:191:324::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tyr.dev001.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5D85E1A5D for ; Sat, 12 Apr 2014 20:11:15 +0000 (UTC) Received: by tyr.dev001.net (Postfix, from userid 1001) id 91790E30B; Sat, 12 Apr 2014 22:11:04 +0200 (CEST) Message-Id: <20140412201104.91790E30B@tyr.dev001.net> Date: Sat, 12 Apr 2014 22:11:04 +0200 (CEST) From: R Hirner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/188530: [maintainer-update] audio/teamspeak3-server compatibility with FreeBSD/10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 20:20:01 -0000 >Number: 188530 >Category: ports >Synopsis: [maintainer-update] audio/teamspeak3-server compatibility with FreeBSD/10 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Apr 12 20:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: R Hirner >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD tyr.dev001.net 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 This patch makes the teamspeak3-server port compatible with FreeBSD/10 and fixes PR ports/186184. --- patch begins here --- --- /usr/ports/audio/teamspeak3-server/Makefile 2014-03-13 16:28:05.000000000 +0100 +++ Makefile 2014-04-12 22:08:19.841282458 +0200 @@ -18,11 +18,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell +LIB_DEPENDS= libiconv.so.3:${PORTSDIR}/converters/libiconv + .ifdef (BATCH) IGNORE= license ${LICENSE} needs confirmation, but BATCH is defined .endif -USES= iconv +NO_BUILD= yes NO_STAGE= yes USE_LDCONFIG= ${PREFIX}/lib/teamspeak/server USE_RC_SUBR= teamspeak @@ -31,7 +33,8 @@ RESTRICTED= No redistribution ONLY_FOR_ARCHS= amd64 i386 -NO_BUILD= yes +USE_GCC= yes +USES= iconv USERS= teamspeak GROUPS= teamspeak --- patch ends here --- >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: