On 2018/11/12 23:17, Edd Barrett wrote:
> Hi,
>
> Here's a first go at TeX Live 2018.
>
> I've tested it on only amd64 at this point, but all ports BUILD_DEPEND
> or LIB_DEPENDing on any of TeX Live have been build tested.
>
> Please test your documents!
>
> Stuart, is this still needed?
> https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/print/texlive/base/Makefile.diff?r1=1.103&r2=1.104&f=h
>
> If it is, can we make it a bit more verbose, because I'm not sure what
> it means :)
As things stand, texmf has very specific version number requirements, so
if texlive_base is bumped, texmf/Makefile also needs changing:
RUN_DEPENDS-main += texlive_base-${V}p3:print/texlive/base,-main \
...
RUN_DEPENDS-docs += texlive_base-${V}p3:print/texlive/base,-main \
If the p3 is going away then the comment is not needed.