ports/167955: [update] graphics/tinyows: Fix dependency to postgis
Joris Dedieu
joris.dedieu at nfrance.com
Fri May 18 09:00:15 UTC 2012
The following reply was made to PR ports/167955; it has been noted by GNATS.
From: Joris Dedieu <joris.dedieu at nfrance.com>
To: bug-followup at FreeBSD.ORG
Cc: anderson at cnpm.embrapa.br
Subject: Re: ports/167955: [update] graphics/tinyows: Fix dependency to
postgis
Date: Fri, 18 May 2012 10:38:57 +0200
--Sig_/6w88IYm+sLXtR46F60FgSEA
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
On Wed, 16 May 2012 11:00:32 UT
Edwin Groothuis <edwin at FreeBSD.ORG> wrote:
> Maintainer of graphics/tinyows,
>=20
> Please note that PR ports/167955 has just been submitted.
>=20
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>=20
> The full text of the PR can be found at:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/167955
Unfortunately postgis (and its ton of dependencies) is mandatory for
tinyows. Build --without-shp2pgsqlreturns is not valid :
configure: error: 'no' is not an executable. Make sure you use
--with-shp2pgsql=3D/path/to/shp2pgsql
As you can see in configure.in
dnl -----------------------------------------------------------------------=
----
dnl Shp2PgSQL
dnl -----------------------------------------------------------------------=
----
AC_ARG_WITH(shp2pgsql,[ --with-shp2pgsql[[=3DARG]] shp2pgsql directory Su=
pport (ARG=3Dpath to shp2pgsql)],,)
=20
if test "$with_shp2gpsql" =3D "no" ; then
AC_MSG_ERROR([shp2pgsql is a need to TinyOWS !])
elif test "$with_shp2pgsql" =3D "yes" -o "$with_shp2pgsql" =3D "" ; then
AC_PATH_PROG(SHP2PGSQL, shp2pgsql, no)
else
AC_MSG_RESULT(yes)
SHP2PGSQL=3D$with_shp2pgsql
fi
if ! test -f "$SHP2PGSQL" -a -x "$SHP2PGSQL" ; then
AC_MSG_ERROR(['$SHP2PGSQL' is not an executable. Make sure you use --wit=
h-shp2pgsql=3D/path/to/shp2pgsql])
fi
There are other issues with this port, that I will fix.=20
Best Regards
Joris
>=20
> --=20
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin at FreeBSD.org
--Sig_/6w88IYm+sLXtR46F60FgSEA
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk+2CqEACgkQneQnrdCEnGrmCQCfXaRuqpwDJwOS/jOrz7bIOpFy
GFwAoI3bCNC3orORByrvwsS9FDSgb22s
=mm4+
-----END PGP SIGNATURE-----
--Sig_/6w88IYm+sLXtR46F60FgSEA--
More information about the freebsd-ports-bugs
mailing list