On Tue 23/11/2021 11:09, Stuart Henderson wrote: > New rxvt-unicode requires the attached port, this used to be part > of the distro but has been split off. > > OK to import?
OK bket@ for import Update of rxvt-unicode failed for me during patching. Fixed by the diff below (on top of your diff). With this fixed OK bket@ diff --git patches/patch-doc_Makefile_in patches/patch-doc_Makefile_in index 13152e88162..9418b2f8334 100644 --- patches/patch-doc_Makefile_in +++ patches/patch-doc_Makefile_in @@ -1,11 +1,14 @@ -$OpenBSD: patch-doc_Makefile_in,v 1.7 2015/01/05 16:09:51 dcoppa Exp $ ---- doc/Makefile.in.orig Wed Dec 31 08:09:25 2014 -+++ doc/Makefile.in Mon Jan 5 09:10:23 2015 -@@ -98,7 +98,7 @@ install: all - $(INSTALL_DATA) rxvtc.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)c.$(man1ext) - $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) - $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) -- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo +$OpenBSD$ + +Index: doc/Makefile.in +--- doc/Makefile.in.orig ++++ doc/Makefile.in +@@ -100,8 +100,7 @@ install: all + $(INSTALL_DATA) rxvtd.1.man $(DESTDIR)$(man1dir)/$(RXVTNAME)d.$(man1ext) + $(INSTALL_DATA) rxvt.7.man $(DESTDIR)$(man7dir)/$(RXVTNAME).$(man7ext) + $(INSTALL_DATA) rclock.1.man $(DESTDIR)$(man1dir)/urclock.$(man1ext) +- @TIC@ -x $(srcdir)/etc/rxvt-unicode.terminfo || \ +- @TIC@ $(srcdir)/etc/rxvt-unicode.terminfo + @TIC@ -o $(DESTDIR)$(prefix)/share/terminfo $(srcdir)/etc/rxvt-unicode.terminfo distdepend: alldoc