1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Stefan Walter
b9cfeeb594 Patch the startup script so the server process is run as the teamspeak user by
default, not as root.

PR:		126805
Submitted by:	Richard Tector <richard@tector.org.uk>
Approved by:	maintainer
2008-10-11 07:10:13 +00:00
Frank J. Laszlo
9bd59d5ccc Update to version 2.0.23.19
Contains various security an bug fixes

PR:		ports/115219
Submitted by:	Ralf vd Enden <tremere@cainites.net> (maintainer)
2007-08-05 23:13:47 +00:00
Doug Barton
a0131cabb9 Update the rc.d script to REQUIRE: DAEMON so that this server gets
started after all the things it needs (such as linux compat).

Submitted by:	Albert Poon <albert@bigtearice.net>
2006-09-06 20:40:18 +00:00
Marcus Alves Grando
8bdc9bfcf5 - Use new style rc.d script.
- Reorganize Makefile
- Bump PORTREVISION

PR:		95063
Submitted by:	"Anish Mistry" <amistry___am-productions.biz>
Approved by:	maintainer
2006-04-14 18:10:37 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Pav Lucistnik
8836ca9a6a - Submitter of last update agreed to look after this port 2005-06-01 08:26:45 +00:00
Pav Lucistnik
c967d41d11 - Update to 2.0.20.1
- Reset maintainership on maintainer's request

PR:		ports/81494
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	Daniel O'Connor <darius@dons.net.au> (maintainer)
2005-05-31 12:49:14 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Kirill Ponomarev
cb1e7f6c27 - Remove dead MASTER_SITES and add the new one
PR:		ports/67104
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-24 09:15:12 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Edwin Groothuis
4606d5edc1 Make bento happy regarding build attempts on non-i386 machines.
Submitted by:	Darius (on #bsdcode)
2003-11-03 06:04:35 +00:00
Edwin Groothuis
76a381de98 Add pkg-install to audio/teamspeak-server
Hi Edwin,
	I see you committed my PR, thanks :)

	I think I mangled my patch and it is missing pkg-install,
	so the port doesn't work. I have attached it, please commit
	:)

Submitted by:	"Daniel O'Connor" <darius@dons.net.au>
2003-10-08 07:53:26 +00:00
Edwin Groothuis
9eedc760df Update for teamspeak_server port update
Updates to not install as root, and installs startup script as .sample.

PR:		ports/56918
Submitted by:	Daniel O'Connor <darius@dons.net.au>
2003-09-27 03:56:32 +00:00
Edwin Groothuis
65e6d0e000 iMinor teamspeak_server port update
This patch by crtxreavr@trioptimum.com to prevent users
	from read passwords out of the log file and database. Also
	runs the server as the nobody user.

PR:		ports/56464
Submitted by:	Daniel O'Connor <darius@dons.net.au>
2003-09-05 04:46:06 +00:00
Edwin Groothuis
06a36db746 New port for Team Speak server (audio/teamspeak_server)
The server for Team Speak a voice chat program which supports
	multiple channels with different rate codecs and several
	people on each channel.  Primarily aimed at team gamers but
	can be used as an IP phone as well.

PR:		ports/55088
Submitted by:	Daniel O'Connor <darius@dons.net.au>
2003-09-01 04:07:32 +00:00