https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203021
--- Comment #5 from Conrad Meyer <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
