Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2012 09:00:15 GMT
From:      Joris Dedieu <joris.dedieu@nfrance.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/167955: [update] graphics/tinyows: Fix dependency to postgis
Message-ID:  <201205180900.q4I90F2R059402@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167955; it has been noted by GNATS.

From: Joris Dedieu <joris.dedieu@nfrance.com>
To: bug-followup@FreeBSD.ORG
Cc: anderson@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@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@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--



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