mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
9822a483ec
* Update to 12.0.3 for moderate security update: https://github.com/NationalSecurityAgency/ghidra/security/advisories/GHSA-m94m-fqr3-x442 * Remove PyGhidra because it requires native built jpype which is not ported to OpenBSD yet: https://github.com/jpype-project/jpype * Sync protobuf versions and use new protobuf-java build depend * Reduce the number of locations PROTOBUF_VER needs to be patched * Don't install python whl files or source tarballs for unused python packages and source * Fix ERROR (UnixPtyChild) Could not set terminal window size: com.sun.jna.LastErrorException: [25] Inappropriate ioctl for device * Take MAINTAINER * Remove unneeded /bin/bash substitutions. The scripts were already #!/usr/bin/env bash which is portable * Reroll build_dependencies distfile without protobuf-java in it * Implement OpenBSDJavaFinder * Use egdb by default when debugging locally * Update patch that queries gdb for register list to be done on OpenBSD only * Use ${LOCALBASE} for /usr/local in patches and SUBST back ok ian@