https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229947
--- Comment #3 from commit-h...@freebsd.org --- A commit references this bug: Author: miwi Date: Sat Jan 12 16:53:41 UTC 2019 New revision: 490064 URL: https://svnweb.freebsd.org/changeset/ports/490064 Log: Macholib can be used to analyze and edit Mach-O headers, the executable format used by Mac OS X. It is typically used as a dependency analysis tool, and also to rewrite dylib references in Mach-O headers to be @executable_path relative. Though this tool targets a platform specific file format, it is pure python code that is platform and endian independent. WWW: https://pypi.org/project/macholib/ PR: 229947 Submitted by: ndow...@yahoo.com Sponsored by: iXsystems Inc. Changes: head/devel/Makefile head/devel/py-macholib/ head/devel/py-macholib/Makefile head/devel/py-macholib/distinfo head/devel/py-macholib/pkg-descr -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"