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: devel/py3-dbus/Makefile
SVNWeb

Number of commits found: 4

Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 23 Jul 2015
[ 19:03 kwm search for other commits by this committer ] Original commit   Revision:392748
Update dbus python bindings to 1.2.0.

Remove obsolete $MCom$ tags
Sat, 10 Jan 2015
[ 23:15 demon search for other commits by this committer ] Original commit   Revision:376731 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
Sun, 25 May 2014
[ 13:47 kwm search for other commits by this committer ] Original commit   Revision:355246 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Split up py-dbus and py-gobject3 into a -common and a python 2 and 3 port.

Submitted by:	Gustau Perez
Obtained from:	gnome devel repo.

Number of commits found: 4