notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/padevchooser/Makefile
SVNWeb

Number of commits found: 17

Fri, 29 May 2015
[ 17:46 antoine search for other commits by this committer ] Original commit   Revision:387872
Deprecate ports broken for more than 6 months
Wed, 19 Nov 2014
[ 11:49 kwm search for other commits by this committer ] Original commit   Revision:372768 (Only the first 10 of 1460 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.

This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.

Apart from updating ports to newer versions

GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.

Shell Extensions can be installed via https://extensions.gnome.org/ , we have
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 26 Aug 2014
[ 14:06 tijl search for other commits by this committer ] Original commit   Revision:366215 (Only the first 10 of 227 ports in this commit are shown above. View all ports for this commit)
- Fix missing library problems when the linker enforces explicit linking

PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 21 Aug 2014
[ 03:05 bdrewery search for other commits by this committer ] Original commit   Revision:365528
- Remove unneeded LIB_DEPENDS for avahi.
  padevchooser does not link directly to avahi. Pulseaudio links directly to it
  and already depends on it. Pkg only considers library dependencies for
  DT_NEEDED links. Because avahi is not actually needed it is not registered as
  a dependency in the package. This causes poudriere to rebuild this port
  on every build because it sees avahi in LIB_DEPENDS but not registered in
  the package.
  ldd(1) shows the indirect dependency on avahi, however the direct deps can
  be seen with ldd -a or readelf -d.

With hat:	portmgr
Mon, 12 May 2014
[ 06:58 romain search for other commits by this committer ] Original commit   Revision:353775
Staging support.
Wed, 11 Dec 2013
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:336166 (Only the first 10 of 268 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Tue, 3 Sep 2013
[ 08:49 bapt search for other commits by this committer ] Original commit   Revision:326129 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Fri, 30 Aug 2013
[ 23:01 bapt search for other commits by this committer ] Original commit   Revision:325727 (Only the first 10 of 222 ports in this commit are shown above. View all ports for this commit)
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Tue, 23 Aug 2011
[ 18:39 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Mon, 1 Feb 2010
[ 17:14 romain search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER address to romain@.

Approved by:    flz (mentor)
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Fri, 6 Jun 2008
[ 13:07 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 345 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 23 Aug 2007
[ 11:06 miwi search for other commits by this committer ] Original commit 
PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers
an icon in the tray area and allows quick access to some features of the
PulseAudio sound server. Specifically it can do for you:

 - Notify about new sink/sources becoming available on the LAN
 - Quickly change the default PulseAudio sink/source/server assigned to the
   current X11 display, selecting devices available on the LAN
 - Start the auxiliary tools PulseAudio Volume Control, PulseAudio Volume
   Meter, PulseAudio Manager, PulseAudio Preferences

WWW: http://0pointer.de/lennart/projects/padevchooser/

PR:             ports/115315
Submitted by:   Romain Tartière <romain at blogreen.org>

Number of commits found: 17