Dmitry Sivachenko wrote on 21.05.2013 09:20:

On 21.05.2013, at 9:10, Ruslan Makhmatkhanov <cvs-...@yandex.ru> wrote:

John W. O'Brien wrote on 20.05.2013 23:40:

The attached patch should fix the bulk of the packing plist problems
between pre- and post-PEP-3147 caches. I've smoke tested these with py27
and py33. Improvements are welcome.

There is still one remaining problem, which is that the following are
only, it seems, installed under py27 but not under py33. If needed, I
should have some spare cycles later to track down the specific condition.

John, would you please common pattern for this that already used in the ports 
tree? Look at /usr/ports/databases/py-fdb/Makefile for example. It's as easy as 
adding this lines to port's Makefile:

.if ${PYTHON_REL} >= 320
.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
.endif


Yes, that seems to be a proper solution.

As far as I remember it was an intention to add that into bsd.python.mk, so 
every single python-related port does not include this.
What is the status of this?

Thanks!

It was defined as a hack (by you in particular), so I put it aside for a while. Also, Marcus suggested more proper fix, but it's more complex (for me to understand). If there is consensus that we can you use this temporary, then I can prepare patch for yet another exp-run at the next week.

--
Regards,
Ruslan

Tinderboxing kills... the drives.
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to