CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/03/28 11:19:09
Modified files:
sysutils/tmate : Makefile
sysutils/tmate/patches: patch-server_c patch-tmate-ssh-client_c
patch-tmate_h patch-tmux_c patch-tmux_h
Log message:
Adjust to libevent2 in post-extract not pre-configure to fix update-patches
Patches apply before configure obviously, but pre-configure's sed(1) hack
to move from base libevent to ports libevent2 comes after the patch target.
This would cause the update-patches target to pick up pre-configure's
one-line changes as well and thus breaking patches as they wouldn't apply
cleanly in a subsequent "make clean patch".