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.

non port: audio/pulseaudio/Makefile

Number of commits found: 144 (showing only 44 on this page)

«  1 | 2 

Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Friday, 10 Jul 2009
06:57 marcus search for other commits by this committer
Fix pulseaudio's interaction with OSS on FreeBSD.  Most notably, use the
fixer file descriptor when executing mixer-rleated ioctls.  It was only
luck that this used to work with the DSP file descriptor, but broke when
vpc was introduced in -CURRENT.

Thanks to ariff for tracking this down.

Submitted by:   ariff
Original commit
Sunday, 10 May 2009
05:34 marcus search for other commits by this committer
Make sure the configuration files get installed correctly when using
packages.

Reported by:    Joseph S. Atkinson <jsatkinson@embarqmail.com>
Original commit
Monday, 27 Apr 2009
18:56 marcus search for other commits by this committer
Re-add some patches as extra patches for older versions of FreeBSD to fix
a deadlock in pulseaudio.
Original commit
Friday, 24 Apr 2009
06:38 kwm search for other commits by this committer
Presenting GNOME 2.26.1 for FreeBSD.

Approved by:    portmgr (marcus)
Original commit
Monday, 13 Apr 2009
01:20 marcus search for other commits by this committer
Mark unsafe for multiple jobs.

Reported by:    rnoland
Original commit
Friday, 10 Apr 2009
05:56 marcus search for other commits by this committer
Presenting GNOME 2.26 for FreeBSD.  See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
Original commit
Monday, 16 Mar 2009
09:53 linimon search for other commits by this committer
Mark as broken on sparc64.
Original commit
Tuesday, 20 Jan 2009
02:32 marcus search for other commits by this committer
Update to 0.9.14.
Original commit
Thursday, 1 Jan 2009
18:44 mezz search for other commits by this committer
Add a missing dependency, intltool, when disable HAL, DBUS and GCONF options
at the same time. Bump the PORTREVISION.

PR:             ports/130094
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
Original commit
Wednesday, 17 Dec 2008
05:42 marcus search for other commits by this committer
Change avahi dependency to avahi-client.

PR:             129692
Original commit
Monday, 10 Nov 2008
22:16 mezz search for other commits by this committer
Add a missing dependency, databases/gdbm, when WITHOUT_AVAHI is defined. Bump
the PORTREVISION.

PR:             ports/128688
Reported by:    amdmi3
Original commit
Monday, 3 Nov 2008
20:20 mezz search for other commits by this committer
Remove -Wmissing-include-dirs from the build to avoid crash in the build.

PR:             ports/128261
Submitted by:   Scot W. Hetzel <swhetzel@gmaill.com>
Original commit
Wednesday, 8 Oct 2008
17:35 marcus search for other commits by this committer
Update to 0.9.13.
Original commit
Monday, 29 Sep 2008
04:33 marcus search for other commits by this committer
Update to 0.9.12.
Original commit
Saturday, 26 Jul 2008
21:29 marcus search for other commits by this committer
Update to 0.9.11.
Original commit
Friday, 6 Jun 2008
13:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved 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
Wednesday, 2 Apr 2008
14:20 ahze search for other commits by this committer
Add pkg-message

Pulseaudio is designed to run in realtime, to achieve this pulseaudio is
marked SUID root by default. To take advantage of pulseaudio's realtime
functionality you must be a member of the 'pulse-rt' group.

ie: 'pw mod group pulse-rt -m [USERNAME]'

Discussed with: marcus
Original commit
Monday, 31 Mar 2008
12:02 ahze search for other commits by this committer
Update to 0.9.10
Original commit
Tuesday, 25 Mar 2008
15:07 ahze search for other commits by this committer
Fix plist
Original commit
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Original commit
Thursday, 20 Mar 2008
09:19 pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Original commit
Monday, 25 Feb 2008
19:12 marcus search for other commits by this committer
Update to 0.9.9.
Original commit
Saturday, 5 Jan 2008
18:42 marcus search for other commits by this committer
Fix typo, and patch the correct Makefile.

Reported by:    Romain Tartiere <romain@blogreen.org>
Original commit
15:02 marcus search for other commits by this committer
Remove -Wl,-no-undefined from the LDFLAGS to allow pulse to build on
FreeBSD < 7.X.

PR:             119286
Original commit
Friday, 4 Jan 2008
01:05 marcus search for other commits by this committer
* Fix some potential 64-bit problems
* Fix a build problem on < 7.X

Submitted by:   Christoph Moench-Tegeder <cmt@burggraben.net>
Original commit
Tuesday, 1 Jan 2008
22:35 marcus search for other commits by this committer
Update to 0.9.8.
Original commit
Wednesday, 26 Dec 2007
02:32 marcus search for other commits by this committer
Pulseaudio only needs to depend on avahi-app.

PR:             119021
Submitted by:   "Dima Panov" <fluffy@fluffy.khv.ru>
Original commit
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Friday, 13 Jul 2007
06:40 marcus search for other commits by this committer
Change the pulseaudio realtime group from ``realtime'' to `pulse-rt'' to stay
in sync with the distribution.
Original commit
Thursday, 12 Jul 2007
04:08 marcus search for other commits by this committer
Fix some crashes and some build warnings.  This should get pulse working as an
ESD replacement once again.

Reported by:    lofi
Original commit
Monday, 9 Jul 2007
05:30 marcus search for other commits by this committer
Fix the build and some possible functionality issues on 64-bit platforms.
Original commit
02:59 marcus search for other commits by this committer
Update to 0.9.6.
Original commit
Monday, 28 May 2007
18:52 marcus search for other commits by this committer
Remove a leftover directory in the (default) GConf case.

Reported by:    pointyhat via kris
Original commit
Friday, 25 May 2007
15:57 marcus search for other commits by this committer
Correct patch name so that it actually applies.

Reported by:    Volodymyr Kostyrko <arcade@synergetica.dn.ua>
Original commit
Thursday, 24 May 2007
18:59 marcus search for other commits by this committer
Fix creating of shared memory segments by specifying a writable location to
store the associated file.

Reported by:    Khairil Yusof <kaeru@inigo-tech.com>
Approved by:    portmgr
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
Wednesday, 2 May 2007
18:40 marcus search for other commits by this committer
Remove a leftover directory.

Reported by:    pointyhat via kris
Original commit
Monday, 30 Apr 2007
00:20 marcus search for other commits by this committer
* Update to 0.9.5
* Respect PTHREAD_{CFLAGS,LIBS}
* Make sure pulse-dependent applications are linked against PTHREAD_LIBS [1]
* Add missing pulse and pulse-access user and groups

Reported by:    Romain Tartiere <romain@blogreen.org> [1]
Original commit
Monday, 5 Mar 2007
16:56 ahze search for other commits by this committer
- Update to 0.9.4
- Add support for audio/jack via WITH_JACK

PR:             109894
Submitted by:   Marcelo Araujo <araujo@bsdmail.org>
Original commit
Saturday, 10 Feb 2007
23:38 marcus search for other commits by this committer
Chase the avahi-core shared lib version.
Original commit
Saturday, 4 Nov 2006
22:28 mezz search for other commits by this committer
Mark IGNORE on 4.X as it does not build.

Reported by:    krismail
Original commit
Saturday, 14 Oct 2006
08:35 marcus search for other commits by this committer
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 144 (showing only 44 on this page)

«  1 | 2