[Bug 203021] lang/python27: Should install libpython2.7.so.1-gdb.py GDB integration
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Apr 13 23:39:38 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203021
--- Comment #5 from Conrad Meyer <cem at freebsd.org> ---
E.g.,
Index: Makefile
===================================================================
--- Makefile (revision 438066)
+++ Makefile (working copy)
@@ -125,6 +125,8 @@
post-install:
for i in ${STAGEDIR}${PREFIX}/lib/python2.7/lib-dynload/*.so; do \
${STRIP_CMD} $$i; done
# Strip shared extensions
+ install -m444 ${WRKSRC}/Tools/gdb/libpython.py \
+
${STAGEDIR}${PREFIX}/debug/${LOCALBASE}/lib/libpython2.7.so.1.0.debug-gdb.py
.include <bsd.port.pre.mk>
Index: pkg-plist
===================================================================
--- pkg-plist (revision 438066)
+++ pkg-plist (working copy)
@@ -4545,3 +4545,4 @@
lib/python2.7/zipfile.pyo
libdata/pkgconfig/python-2.7.pc
man/man1/python2.7.1.gz
+debug/${LOCALBASE}/lib/libpython2.7.so.1.0.debug-gdb.py
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list