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/libcanberra/Makefile
SVNWeb

Number of commits found: 49

Fri, 19 May 2023
[ 19:28 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:adfa3e49c1299636e87532e667021a668762b94a  commit hash:adfa3e49c1299636e87532e667021a668762b94a  commit hash:adfa3e49c1299636e87532e667021a668762b94a  adfa3e4 
audio/libcanberra: respect PULSEAUDIO=off after 03ff10027e28

Reported by:	portscan
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 19:44 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  commit hash:11049e36cb8c3f7820a5bded4689b693416bb091  11049e3  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
cleanup: remove '$MCom' tag

gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  213b0b7  (Only the first 10 of 561 ports in this commit are shown above. View all ports for this commit)
audio: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 23 May 2022
[ 09:42 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:5b83ee285bf3a1de654c435fdb3186294db3c58b  commit hash:5b83ee285bf3a1de654c435fdb3186294db3c58b  commit hash:5b83ee285bf3a1de654c435fdb3186294db3c58b  5b83ee2 
audio/libcanberra: remove gtk2 dependency leftover

Gtk2 dependency was leftover after the split of libcanberra-gtk[1]
while not used, remove it.

While here explicitly disable udev (which can get activated if
libudev-devd is installed on the building machine).

Also drop the gtkdoc entry from the default Makefile as the
--disable-gtk-doc switch it not working.

Reported by:	tijl
Thu, 19 May 2022
[ 16:20 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:1ac2359a88f69ac1dba2e9eef8ab0402fd244850  commit hash:1ac2359a88f69ac1dba2e9eef8ab0402fd244850  commit hash:1ac2359a88f69ac1dba2e9eef8ab0402fd244850  1ac2359 
audio/libcanberra: include the gtk header in both gtk2 and gtk3 cases

Avoid collision by puting them in a different path which is anyway provided
by pkgconf

Reported by:	jbeich
[ 12:34 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:03ff10027e28f1047a3057b5c3615a9a4d324276  commit hash:03ff10027e28f1047a3057b5c3615a9a4d324276  commit hash:03ff10027e28f1047a3057b5c3615a9a4d324276  03ff100 
audio/libcanberra: split a gtk2 from non graphic port

there was already a slave port for gtk3, now make a slaveport for gtk2 as
well.

While here fix the option definition which was wrongly done making libcanberra
have no options at all while libcanberra-gtk3 had and the opposite was expected

Use options helpers to simplify the port.
Drop the gtkdoc by default
bump revision and track no package for the 2 only port requiring the gtk2
library
Reduce the slave port to its bare minimal requirement

This change has been made in a slaveport instead of a flavor, because flavors
depending
on its own origin is not supported. this is a candidate for subpackages in the
futur.

note that this changes also removes gtk2 from the dependency path of many gtk3
only
 application
Sat, 30 Apr 2022
[ 08:03 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  ca3f925  (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 10 Sep 2020
[ 18:55 tcberner search for other commits by this committer ] Original commit   Revision:548219 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Move some gnome@ ports to desktop@

As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
Sat, 23 Mar 2019
[ 12:34 tobik search for other commits by this committer ] Original commit   Revision:496644
audio/libcanberra-gtk3: Add patch that prevents crashes on Wayland

Import patch from upstream to prevent it from crashing when using
the Wayland or Broadway gtk3 backends.

PR:		235465
Submitted by:	Greg V <greg@unrelenting.technology>
Obtained from:	upstream
Approved by:	gnome (maintainer timeout, a month)
Thu, 8 Dec 2016
[ 15:38 tijl search for other commits by this committer ] Original commit   Revision:428129 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
[ 13:18 mat search for other commits by this committer ] Original commit   Revision:412342 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 8 Oct 2015
[ 15:11 olgeni search for other commits by this committer ] Original commit   Revision:398832 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespace from Makefiles, A-L.
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)
Wed, 17 Sep 2014
[ 07:38 tijl search for other commits by this committer ] Original commit   Revision:368356 (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
Mon, 1 Sep 2014
[ 18:10 tijl search for other commits by this committer ] Original commit   Revision:366919
- Convert to USES=libtool and USES=pathfix
- Add INSTALL_TARGET=install-strip
Mon, 31 Mar 2014
[ 18:59 kwm search for other commits by this committer ] Original commit   Revision:349788
Stagify.
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)
Mon, 2 Sep 2013
[ 22:03 bapt search for other commits by this committer ] Original commit   Revision:326103 (Only the first 10 of 12 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
Sat, 29 Dec 2012
[ 20:57 mezz search for other commits by this committer ] Original commit   Revision:309632
-Update to new header
-OPTIONSng
-Remove the shared library version
-portlint

PR:		ports/173788
		ports/173809
		ports/173802
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
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
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Tue, 23 Aug 2011
[ 18:33 kwm search for other commits by this committer ] Original commit 
Update to 0.28.

Add gtk3 slave port.
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 21 Nov 2010
[ 23:48 marcus search for other commits by this committer ] Original commit 
Update to 0.26.
Sun, 25 Jul 2010
[ 19:35 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.30.2. for FreeBSD.
Sun, 6 Jun 2010
[ 20:44 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Sat, 22 May 2010
[ 05:40 marcus search for other commits by this committer ] Original commit 
Update to 0.24.
Mon, 10 May 2010
[ 21:19 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 772 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Sun, 29 Nov 2009
[ 20:52 kwm search for other commits by this committer ] Original commit 
Fix plist.

Submitted by:   barbara <barbara.xxx1975@libero.it>
Sat, 28 Nov 2009
[ 20:06 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 823 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Mon, 6 Jul 2009
[ 21:26 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Sun, 12 Apr 2009
[ 20:08 marcus search for other commits by this committer ] Original commit 
Fix application timeout issues with gnome-session.

Obtained from:  Fedora CVS
Sat, 10 Jan 2009
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.24 for FreeBSD.

See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes.  On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs.  The documentation updates
to the website are forthcoming.

This release features commits by adamw, ahze, kwm, mezz, and myself.  It would
not have been possible without are contributors and testers:

Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 8 Jan 2009
[ 18:01 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.

ubmitted by:   pointyhat
Sun, 10 Aug 2008
[ 19:24 marcus search for other commits by this committer ] Original commit 
Don't use included libltdl.
[ 06:50 marcus search for other commits by this committer ] Original commit 
Properly set the number of channels and sound format options.
Sat, 9 Aug 2008
[ 20:44 marcus search for other commits by this committer ] Original commit 
Add an OSS driver for libcanberra, and make this the new default.
Wed, 6 Aug 2008
[ 07:06 marcus search for other commits by this committer ] Original commit 
The share/gnome/shutdown directory is not yet owned, so try to clean it
up.

Reported by:    QA bot
[ 06:32 marcus search for other commits by this committer ] Original commit 
Add a missing dependency on libvorbis.

Reported by:    QA bot
[ 03:52 marcus search for other commits by this committer ] Original commit 
Add libcanberra, a light-weight implementation of the Freedesktop Sound
Theme specification.

Number of commits found: 49