Bug 220846

Summary: audio/teamspeak3-server: Fix startup on FreeBSD 11+ (Remove BROKEN)
Product: Ports & Packages Reporter: Denys Razumov <zxzharmlesszxz>
Component: Individual Port(s)Assignee: Richard Gallamore <ultima>
Status: Closed FIXED    
Severity: Affects Some People CC: mfechner
Priority: --- Keywords: easy, patch-ready
Version: LatestFlags: bugzilla: maintainer-feedback? (ultima)
koobs: merge-quarterly?
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D11662
Attachments:
Description Flags
Patch to run ts3 server on FreeBSD 11+
none
patch(git diff at /usr/ports) none

Description Denys Razumov 2017-07-19 07:19:57 UTC
Created attachment 184490 [details]
Patch to run ts3 server on FreeBSD 11+

Now port audio/teamspeak3-server marked as broken
I make patch to fix this
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2017-07-19 07:53:22 UTC
If this is a sufficient patch to workaround the issue until bug 212493, please remove that bug as a dependency

Patch needs to be re-created as a diff against the port (as a files/patch-<file>, using `make makesum`) and have the BROKEN message removed
Comment 2 Denys Razumov 2017-07-19 09:32:51 UTC
This patch not for package src files, this patch for port files/teamspeak.in file
And patch from bug 212493 not needed
Comment 3 Richard Gallamore freebsd_committer freebsd_triage 2017-07-19 18:41:33 UTC
I don't like wasting cycles on work arounds, but because of how simple this is, i'll accept it.
Comment 4 Denys Razumov 2017-07-19 21:31:02 UTC
Created attachment 184519 [details]
patch(git diff at /usr/ports)
Comment 5 Richard Gallamore freebsd_committer freebsd_triage 2017-07-19 21:47:02 UTC
(In reply to Denys Razumov from comment #4)
Thanks, but I actually decided to take a different approach. This will only add the cd to the rc script on broken versions. I also changed the pkg-message a little to be more copy/paste friendly.

https://reviews.freebsd.org/D11662
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-07-20 20:33:45 UTC
A commit references this bug:

Author: ultima
Date: Thu Jul 20 20:33:12 UTC 2017
New revision: 446291
URL: https://svnweb.freebsd.org/changeset/ports/446291

Log:
  * Updated to 3.0.13.8
  * Fixed broken using cd in rc script as work around
  * Modified pkg-message to be more copy/paste friendly
  * Fixed whitespace to satisfy portlint

  Changelog: http://forum.teamspeak.com/threads/126318-TeamSpeak-3-Server-3-0-13-8-released

  PR:		220846
  Reported by:	Denys Razumov <zxzharmlesszxz@gmail.com>
  Reviewed by:	lifanov (mentor)
  Approved by:	lifanov (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11662

Changes:
  head/audio/teamspeak3-server/Makefile
  head/audio/teamspeak3-server/distinfo
  head/audio/teamspeak3-server/files/pkg-message.in
  head/audio/teamspeak3-server/files/teamspeak.in
Comment 7 Richard Gallamore freebsd_committer freebsd_triage 2017-07-20 20:35:43 UTC
Committed, thanks! There was also an update to 3.0.13.8 yesterday, I included this into the commit.