FreeBSD Port: grace-5.1.14_1

Stephen Montgomery-Smith stephen at math.missouri.edu
Mon Mar 15 18:49:50 PST 2004


Rob Lahaye wrote:
> 
> 
> Hi,
> 
> I'm running 4.9-STABLE.
> 
> My 'make' in Grace port ends with the output below.
> A temporary, and thus incorrect, fix is following patch,
> which disables netcdf support in grace:
> 
> ===========================================================
> --- Makefile    Tue Mar 16 10:20:39 2004
> +++ Makefile    Tue Mar 16 10:20:05 2004
> @@ -42,7 +42,7 @@
>  CONFIGURE_ARGS=        -prefix=${X11BASE} \
>         --with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \
>         --with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \
> -       --enable-grace-home=${X11BASE}/lib/X11/grace
> +       --enable-grace-home=${X11BASE}/lib/X11/grace --enable-netcdf=no
> 
>  ALL_TARGET=
>  INSTALL_TARGET=        install links
> ===========================================================
> 
> 
> The Grace port has a dependency on netcdf and I have netcdf installed.
> So somehow the link to the netcdf library seems to break the build.
> 
> Any suggestion to a better fix for this port?
> 
> Regards,
> Rob.
> 


I remember having a similar problem with science/vis5d+.  I think that there is 
another port that also loads include and/or library files with the same names as 
the netcdf files.  I don't remember offhand which port that was.  I found that a 
solution was to delete the netcdf port, and then reinstall it.


More information about the freebsd-ports mailing list