I almost forgot. I captured this from the beginning of the # make build:

make install
===> maxima-5.46.0 depends on: desktop-file-utils-* -> desktop-file-utils-0.26
===> maxima-5.46.0 depends on: rlwrap-* -> rlwrap-0.45.2
===> maxima-5.46.0 depends on: shared-mime-info-* -> shared-mime-info-2.2
===> maxima-5.46.0 depends on: tcl-* -> tcl-8.5.19p6
===> maxima-5.46.0 depends on: gnuplot-* -> gnuplot-5.2.7p1
===>  Verifying specs: c ecl ffi gc gmp m pthread
===>  found c.97.0 ecl.8.0 ffi.2.0 gc.5.0 gmp.11.0 m.10.1 pthread.27.0
===>  Installing maxima-5.46.0 from /usr/ports/packages/amd64/all/

Do you see that line :
maxima-5.46.0 depends on: tcl-* -> tcl-8.5.19p6

What is that doing in there when I have overridden it with:
RUN_DEPENDS =           devel/desktop-file-utils \
                        misc/rlwrap \
                        misc/shared-mime-info \
                        lang/tcl/8.6



On Wed, May 24, 2023, at 07:03, Jonathan Drews wrote:
> Stuart and others:
> 
> Here is the thing. The variables are set! Look:
> # make show=MODTCL_RUN_DEPENDS 
> tcl->=8.6,<8.7:lang/tcl/8.6
> # make show=MODTK_RUN_DEPENDS  
> tk->=8.6,<8.7:x11/tk/8.6  tcl->=8.6,<8.7:lang/tcl/8.6
> 
> and the only change is:
> # diff /usr/local/bin/xmaxima 
> /usr/ports/pobj/maxima-5.46.0/maxima-5.46.0/interfaces/xmaxima/xmaxima
> 3c3
> < exec /usr/local/bin/wish8.5 "$0" -- "$@"
> ---
> > exec /usr/local/bin/wish8.6 "$0" -- "$@"
> 
> I sent the tarball to Stuart only and not to the list.
> 
> On Wed, May 24, 2023, at 06:40, Stuart Henderson wrote:
> > On 2023/05/24 13:40, Stuart Henderson wrote:
> > > please send a tar.gz of the whole port.
> > 
> 
> 

Reply via email to