Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2012 21:51:57 +0100
From:      Chris Rees <crees@FreeBSD.org>
To:        Steve Kargl <sgk@troutmask.apl.washington.edu>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: [PATCH] Fix vtk-python port
Message-ID:  <CADLo83-WsaYXyemg5qHK2zeGEHPmHdCwzWNUCU-WOwX59NVLeA@mail.gmail.com>
In-Reply-To: <20120613200520.GA37646@troutmask.apl.washington.edu>
References:  <20120613200520.GA37646@troutmask.apl.washington.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 13 June 2012 21:05, Steve Kargl <sgk@troutmask.apl.washington.edu> wrote=
:
>
> --- Makefile =A0 =A02012-06-09 02:25:25.000000000 -0700
> +++ Makefile.new =A0 =A0 =A0 =A02012-06-13 12:12:26.000000000 -0700
> @@ -15,8 +15,6 @@
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0tcl84:${PORTSDIR}/lang/tcl84 \
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0tk84:${PORTSDIR}/x11-toolkits/tk84
>
> -BROKEN=3D =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0does not build
> -
> =A0MASTERDIR=3D =A0 =A0 ${.CURDIR}/../vtk
>
> =A0WRAP=3D =A0 =A0 =A0 =A0 =A0Python
> @@ -41,8 +39,9 @@
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-DZLIB_INCLUDE_DIR:PATH=3D/usr/include \
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-DJPEG_LIBRARY:PATH=3D${LOCALBASE}/lib/lib=
jpeg.so \
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-DJPEG_INCLUDE_DIR:PATH=3D${LOCALBASE}/inc=
lude \
> - =A0 =A0 =A0 =A0 =A0 =A0 =A0 -DPNG_LIBRARY:PATH=3D${LOCALBASE}/lib/libpn=
g.so \
> + =A0 =A0 =A0 =A0 =A0 =A0 =A0 -DPNG_LIBRARY:PATH=3D${LOCALBASE}/lib/libpn=
g15.so \
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-DPNG_INCLUDE_DIR:PATH=3D${LOCALBASE}/incl=
ude/libpng15 \
> + =A0 =A0 =A0 =A0 =A0 =A0 =A0 -DPNG_PNG_INCLUDE_DIR:PATH=3D${LOCALBASE}/i=
nclude/libpng15 \
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-DTIFF_LIBRARY:PATH=3D${LOCALBASE}/lib/lib=
tiff.so \
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-DTIFF_INCLUDE_DIR:PATH=3D${LOCALBASE}/inc=
lude \
> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0-DTCL_INCLUDE_PATH:PATH=3D${TCL_INCLUDE_DI=
R} \

I'm testing this now.

Please send a PR next time to avoid multiple people checking the patch.

Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83-WsaYXyemg5qHK2zeGEHPmHdCwzWNUCU-WOwX59NVLeA>