On Thu, Mar 30, 2023 at 10:31:31AM +0300, Anton Konyahin wrote: [...] > But make ignores files with .orig.port postfix, patches appears > only for just .orig. In man bsd.port.mk we also have only .orig postfix. > apropos .orig.port shows nothing. [...]
make sure you have a recent checkout from -current ports tree. If you have an older checkout, it will not use .orig.port. If you need to check rather than just updating the ports tree, here is how: $ fgrep .orig.port /usr/ports/infrastructure/mk/bsd.port.mk PATCHORIG ?= .orig.port >