Subject: CVS commit: pkgsrc/lang/python27
From: Kamil Rytarowski
Date: 2016-07-23 20:28:26
Message id: 20160723182826.A4977FBB5@cvs.NetBSD.org

Log Message:
Fix dlopen(3) calls in _ctypes.so for X11BASE libraries

A Python code can dynamically load shared libraries and it's wrapped with
a plain dlopen(3) call. The holder of this interface (_ctypes module)
without rpath set to X11BASE cannot detect libs like 'GL'.

This might be the last step to fix issues with running GUI Python
applications on NetBSD.

Bump PKGREVISION.

Files:
RevisionActionfile
1.64modifypkgsrc/lang/python27/Makefile
1.57modifypkgsrc/lang/python27/distinfo
1.20modifypkgsrc/lang/python27/patches/patch-am