notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: audio/teamspeak_client/Makefile

Number of commits found: 23

Friday, 21 Feb 2014
13:35 ehaupt search for other commits by this committer
Remove trailing whitespaces from category audio
Original commitRevision:345395 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 7 Feb 2014
18:50 bapt search for other commits by this committer
Deprecate ports unmaintained for which distillator is not able to find public
distfiles

Reported by:	distilator
Original commitRevision:343287 
Friday, 3 Jan 2014
15:26 adamw search for other commits by this committer
Convert to PORT_OPTIONS:MDOCS.

Holdout shame list: ruby, perl, python
Original commitRevision:338547 
Friday, 20 Sep 2013
14:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Original commitRevision:327706 
Thursday, 7 Feb 2013
15:24 mi search for other commits by this committer
Unbreak -- "builds" perfectly fine for me on FreeBSD-9.1/amd64
Original commitRevision:311868 
Wednesday, 23 Jan 2013
15:00 makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
Original commitRevision:310871 
Monday, 7 Jan 2013
02:07 makc search for other commits by this committer
- Update DESKTOP_ENTRIES:
  * rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
Original commitRevision:310020 
Thursday, 23 Sep 2010
18:07 erwin search for other commits by this committer
Mark BROKEN on HEAD: does not build.
Original commit
Thursday, 19 Mar 2009
17:28 bsam search for other commits by this committer
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:             ports/132510
Submitted by:   bsam (me)
Exp-run by:     portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 4 Sep 2006
09:38 linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Original commit
Saturday, 8 Apr 2006
16:44 jylefort search for other commits by this committer
- Add a menu item
- Add amd64 to ONLY_FOR_ARCHS (I can not test this, but it should work)
- Use exec in the wrapper script:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-sh-exec.html
- Install with ${INSTALL_PROGRAM} and ${INSTALL_DATA}, to ensure
  proper permissions/stripping/ownerships
- This program uses X: move to ${X11BASE}
- Install documentation in ${DOCSDIR}
- Cleanups (SUB_FILES, PORTDOCS)

PR:             ports/93931
Submitted by:   jylefort
Approved by:    maintainer timeout (39 days)
Original commit
Friday, 17 Jun 2005
22:59 netchild search for other commits by this committer
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
Original commit
Wednesday, 2 Mar 2005
05:42 edwin search for other commits by this committer
Update MASTER_SITES for teamspeak

PR:             ports/78271
Submitted by:   Daniel O'Connor <doconnor@cain.gsoft.com.au>
Original commit
Tuesday, 1 Mar 2005
21:51 trevor search for other commits by this committer
Respect the user's USE_LINUX setting.
Original commit
Monday, 24 May 2004
09:24 krion search for other commits by this committer
- Fix MASTER_SITES

PR:             ports/67102
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
Original commit
Monday, 3 Nov 2003
06:04 edwin search for other commits by this committer
Make bento happy regarding build attempts on non-i386 machines.

Submitted by:   Darius (on #bsdcode)
Original commit
Friday, 26 Sep 2003
07:09 daichi search for other commits by this committer
update audio/teamspeak_client: 2.0.29.47 -> 2.0.32

PR:             56919
Submitted by:   Daniel O'Connor <darius@dons.net.au> (maintainer)
Original commit
Friday, 22 Aug 2003
00:57 edwin search for other commits by this committer
Fix MASTER_SITES

Submitted by:   Darius@#bsdcode
Original commit
Thursday, 31 Jul 2003
06:21 krion search for other commits by this committer
* Update to 2.0.29

PR:             55086
Submitted by:   maintainer
Approved by:    fjoe (mentor) (implicit)
Original commit
Friday, 4 Apr 2003
12:18 edwin search for other commits by this committer
New port for TeamSpeak

        The client 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/47348
Submitted by:   Daniel O'Connor <doconnor@cain.gsoft.com.au>
Original commit

Number of commits found: 23