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) combination for a given watch list. This is what FreshPorts will look for.

Port details
linux-f10-pulseaudio-libs Libraries for PulseAudio clients (Linux Fedora 10)
0.9.14_1 audio Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.14_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Fedora 10 is unsupported and vulnerable
Expired This port expired on: 2016-12-31
Maintainer: emulation@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-04-26 20:12:49
Last Update: 2016-12-31 17:25:05
SVN Revision: 430144
Also Listed In: linux
License: not specified in port
WWW:
http://www.pulseaudio.org/
Description:
This package contains the runtime libraries for any application that wishes to interface with a PulseAudio sound server. WWW: http://www.pulseaudio.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • linux-f10-pulseaudio-libs>0:audio/linux-f10-pulseaudio-libs
No installation instructions:
This port has been deleted.
PKGNAME: linux-f10-pulseaudio-libs
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64
distinfo:
SHA256 (rpm/i386/fedora/10/pulseaudio-libs-0.9.14-4.fc10.i386.rpm) = 2dd70441ff6d8a2525244392fb347697235d316a1b3aa69a6405e2df142a0e36 SIZE (rpm/i386/fedora/10/pulseaudio-libs-0.9.14-4.fc10.i386.rpm) = 207583 SHA256 (rpm/i386/fedora/10/pulseaudio-0.9.14-4.fc10.src.rpm) = d602962d4e17406f9e17f5f6a50f5271aac8ebff9a65093bf88baf995c6505d5 SIZE (rpm/i386/fedora/10/pulseaudio-0.9.14-4.fc10.src.rpm) = 1319713

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. linux-f10-libasyncns>0 : dns/linux-f10-libasyncns
  2. linux-f10-xorg-libs>0 : x11/linux-f10-xorg-libs
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. emulators/linux-f10*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
linux:f10
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/netchild/rpms/fedora10/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/netchild/rpms/fedora10/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/netchild/rpms/fedora10/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/netchild/rpms/fedora10/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.14_1
31 Dec 2016 17:25:05
Revision:430144Original commit files touched by this commit
rene search for other commits by this committer
Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.14_1
07 Sep 2016 12:43:22
Revision:421496Original commit files touched by this commit
tijl search for other commits by this committer
- In Uses/linux.mk use the loop variable directly when appending to
  *_DEPENDS.  Helper variables derived from the loop variable aren't
  expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.

PR:		211645
Reported by:	jkim
0.9.14
05 Sep 2016 19:23:42
Revision:421387Original commit files touched by this commit
tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.14
26 Jul 2016 16:51:16
Revision:419133Original commit files touched by this commit
mat search for other commits by this committer
Cleanup patches, a* categories.

Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
0.9.14
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.9.14
25 Nov 2014 17:55:02
Revision:373422Original commit files touched by this commit
marino search for other commits by this committer
audio/linux-f10-pulseaudio-libs: Note depends, use @sample conf

PR:		193861
Submitted by:	Jan Beich
Approved by:	maintainer timeout (4 months)
0.9.14
13 Nov 2014 17:51:11
Revision:372533Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.9.14
22 Sep 2014 10:40:01
Revision:368845Original commit files touched by this commit
xmj search for other commits by this committer
Update CentOS base to 6.5, add userland ports

The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.9.14
04 Oct 2013 21:35:36
Revision:329390Original commit files touched by this commit
rene search for other commits by this committer
Add staging support for linux-f10-* ports maintained by emulation@
(category audio).
0.9.14
20 Sep 2013 14:36:37
Revision:327706Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
0.9.14
26 Apr 2011 20:12:27
Original commit files touched by this commit
nox search for other commits by this committer
This package contains the runtime libraries for any application that wishes
to interface with a PulseAudio sound server.

WWW: http://www.pulseaudio.org/

PR:             ports/156112
Submitted by:   avg

Number of commits found: 11