On Tue, Aug 11, 2020 at 08:41:21PM +0100, Edd Barrett wrote: > Hi Elias, > > Thanks for the testing! I owe you one. > > On Sat, Aug 08, 2020 at 11:37:20PM -0300, Elias M. Mariani wrote: > > make port-lib-depends-check > > texlive_base-2020(print/texlive/base,-main): > > Missing: pcre.3 from pcre-8.41p2 (/usr/local/bin/xetex) > > WANTLIB += pcre > > Fixed. > > > executable file: Makefile > > Fixed. > > > user settings in port: FETCH_CMD = /usr/bin/ftp -V -m -C -k0 > > That's required, as the tex live ftp servers are crusty. > > > executable file: base/Makefile > > executable file: base/distinfo > > Fixed. > > > 1 line(s) longer than 80 chars in Makefile.inc > > 9 line(s) longer than 80 chars in texmf/Makefile > > Fixed some of those. Some lines just need to be long. > > > duplicated assignment of MODRUBY_REV at texmf/Makefile:59 > > duplicated assignment of MODRUBY_BUILDDEP at texmf/Makefile:60 > > duplicated assignment of MODRUBY_RUNDEP at texmf/Makefile:61 > > duplicated assignment of MODPY_BUILDDEP at texmf/Makefile:62 > > duplicated assignment of MODPY_RUNDEP at texmf/Makefile:63 > > Fixed! > > > extra file: texmf/adj.mk > > extra file: texmf/man_symlinks.mk > > extra file: texmf/manpage_symlinks.mk > > extra file: texmf/symlinks.mk > > These can be ignored. We need those files. > > > Python module without compiled version, consider using > > ... > > We can ignore these. They don't really apply to the texmf tree. > > > Attached is a new diff. I'll be running a bulk to test it on the tree. > > Assuming that goes well, I just need OKs for the fallout fixes to > textproc/lgrind and textproc/py-sphinx mentioned in this message: > https://marc.info/?l=openbsd-ports&m=159484683308947&w=2 > > Those changes should be uncontroversial. > > CC espie@, MAINTAINER of lgrind. OK?
Go for it, I rarely use lgrind these days anyway