Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Feb 2016 09:17:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207005] science/gramps: Update to 4.2.2
Message-ID:  <bug-207005-13-sUofsxDu3w@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207005-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207005-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207005

FreeBSD@ShaneWare.Biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |FreeBSD@ShaneWare.Biz

--- Comment #6 from FreeBSD@ShaneWare.Biz ---
Rather than comment on every extra PR you have submitted for the new ports I
will keep it all here.

The extra ports are not needed, they only complicate things. Each of the po=
rts
you have duplicated can already be built and installed concurrently for
multiple python versions.

graphics/py-graphviz does need some adjustment, py3kplist and concurrent ne=
eds
to be added to USE_PYTHON. concurrent is to prevent conflicting docs dirs.

The issue you are having building the updated gramps in poudriere is a known
issue with the ports infrastructure that has begun to be addressed. What
happens now is that dependencies are built using a default python version w=
hich
doesn't match the python:3.2+ specified in the main port.

Refer to the last quarterly report for contact info and links to work being
done.

https://www.freebsd.org/news/status/report-2015-10-2015-12.html#Supporting-=
Variants-in-the-Ports-Framework

In the meantime you can try adding the following to
/usr/local/etc/poudriere.d/make.conf which I have had luck using to build my
packages. It allows python packages to be built against python3.5 that can
still be installed on a system that has python2.7 as default. I actually ha=
ve
it in another file called mypkgpy35-make.conf and add -z mypkgpy35 when run=
ning
poudriere to keep things separate (and have similar for py34, py33, py32).

DEFAULT_VERSIONS=3D python=3D2.7
.if ${.CURDIR:M*/py*}
PYTHON_VERSION=3Dpython3.5
.endif

I add the if around the PYTHON_VERSION as it allows ports such as clang to
still build using py27.

To manually build the port you can also set PYTHON_VERSION in your
/etc/make.conf or environment.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207005-13-sUofsxDu3w>