ports/188530: [maintainer-update] audio/teamspeak3-server compatibility with FreeBSD/10

R Hirner hirner at bitfire.at
Sat Apr 12 20:20:01 UTC 2014


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


More information about the freebsd-ports-bugs mailing list