non port: devel/pydbus-common/Makefile |
SVNWeb
|
Number of commits found: 21 |
Tue, 11 Jan 2022
|
[ 18:47 Po-Chuan Hsieh (sunpoet) ] 38c7158
devel/pydbus-common: Add NO_ARCH
Approved by: portmgr (blanket)
|
Fri, 23 Jul 2021
|
[ 14:45 Tobias C. Berner (tcberner) ] 6e027a6
devel/py-dbus,devel/pydbus-common: update to 1.2.18
Changelog [1]:
Build-time configuration changes:
* dbus-python will be built for python3 if neither PYTHON nor
PYTHON_VERSION is specified. Use a command like
./configure PYTHON=$(command -v python2)
if installation for Python 2 (EOL 2020-01-01) is required.
Dependencies:
* Python 2 reached end-of-life on 2020-01-01. A future version of
dbus-python is likely to remove Python 2 support.
Fixes: (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 3 Jan 2021
|
[ 09:11 antoine ] (Only the first 10 of 27 ports in this commit are shown above. )
Remove python 2.7 support from a few ports
|
Tue, 21 Jul 2020
|
[ 17:53 tcberner ]
devel/pydbus-common: add missing dependeny in HTMLDOCS option
PR: 248113
Reported by: Brad Ackerman <brad@facefault.org>
|
Wed, 15 Jan 2020
|
[ 05:08 tcberner ]
devel/py-dbus: update to 1.2.16
|
Wed, 25 Dec 2019
|
[ 16:48 antoine ]
Remove dependency on python 2.7
|
Sat, 30 Nov 2019
|
[ 12:04 tcberner ]
devel/py-dbus: update to 1.2.14
|
Sat, 23 Nov 2019
|
[ 20:11 tcberner ]
devel/dbus: update to 1.12.16
PR: 242000
Exp-run by: antoine
Reviewed by: madpilot
Differential Revision: https://reviews.freebsd.org/D22408
|
Fri, 15 Nov 2019
|
[ 20:10 tcberner ]
Create desktop@ as maintainer of some shared desktop ports
This idea has been around for quite some time. Time to make it happen.
In order to share the load on the ports required by multiple desktop
environments start to share the responsibility of maintainership.
This is the initial list that came to mind, but we can probably extend it, to
include another handful of ports.
WWW: https://wiki.freebsd.org/DesktopTeam
Mailing List: https://lists.freebsd.org/mailman/listinfo/freebsd-desktop
Approved by: swills, kwm (gnome), madpilot (xfce)
Differential Revision: https://reviews.freebsd.org/D22389
|
Wed, 3 Oct 2018
|
[ 18:21 tcberner ]
Update devel/py-dbus to 1.2.8
Approved by: gnome (kwm), antoine
Differential Revision: https://reviews.freebsd.org/D15997
|
Mon, 10 Sep 2018
|
[ 13:15 mat ] (Only the first 10 of 127 ports in this commit are shown above. )
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
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 )
|
Thu, 23 Jul 2015
|
[ 19:03 kwm ]
Update dbus python bindings to 1.2.0.
Remove obsolete $MCom$ tags
|
Sat, 20 Sep 2014
|
[ 13:39 kwm ]
Switch to USES python depends.
Obtained from: gnome dev repo.
|
Sun, 25 May 2014
|
[ 13:47 kwm ] (Only the first 10 of 22 ports in this commit are shown above. )
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: 21 |