FreeBSD ports you maintain which are out of date

2017-11-08 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/mercurial | 4.4 | 4.4.1
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports depending on python modules

2017-11-08 Thread blubee blubeeme
oh my, no wonder things seem so insane when trying to do this.

I thought it was something that I was doing but maybe it's just the
infrastructure. Thanks for the heads up on this!

Best,
Owen

On Wed, Nov 8, 2017 at 2:14 PM, Roland Smith  wrote:

> On Wed, Nov 08, 2017 at 01:54:36AM +0800, blubee blubeeme wrote:
> > I am having some real tough time building this port that requires python
> > modules.
> >
> > Is there anyone in here willing to help me debug this issue?
> >
> > Whenever I add:
> > USE_GNOME py3gobject3
> >
> > to my port it tries to build lib-mesa with python2 instead of python3 so
> > the build fails.
> >
> > I need those py3gobject3 introspection bindings though.
> >
> > Anyone have some time to assist me with this?
>
> At this moment, the ports tree is not set up to handle Python 3 as the
> default
> Python.
>
> Work is being done in the ports tree to support different (Python)
> “flavors” (i.e. Python2 and Python 3) without separate py3-* ports.
> See e.g. https://wiki.freebsd.org/Ports/FlavorsAndSubPackages
>
> Ports that don't behave with flavors are being fixed:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223071
>
> I think you should wait until that work has been completed and released.
>
> Otherwise, you'd have do make duplicate Python 3 based ports of everything
> required for py3gobject3.
>
>
> Roland
> --
> R.F.Smith   http://rsmith.home.xs4all.nl/
> [plain text email much appreciated]
>
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"