Bug 110261 - [change-request] graphics/mapserver: Postgis dependence
Summary: [change-request] graphics/mapserver: Postgis dependence
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 11:10 UTC by Anderson S. Ferreira
Modified: 2007-03-23 11:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anderson S. Ferreira 2007-03-13 11:10:00 UTC
 To enable postgis support in mapserv just libpq is needed. Postgis library is a PostgreSQL server extension only.

Fix: 

---
Aviso de confidencialidade:

- Esta mensagem da Empresa Brasileira de Pesquisa Agropecuária (Embrapa), empresa pública federal regida pelo disposto na Lei Federal nº 5.851, de 7 de dezembro de 1972, é enviada exclusivamente a seu destinatário e pode conter informações confidenciais, protegidas por sigilo profissional. Sua utilização desautorizada é ilegal e sujeita o infrator às penas da lei. Se você a recebeu indevidamente, queira, por gentileza, reenviá-la ao emitente, esclarecendo o equívoco.

Confidentiality note:

- "This message from Empresa Brasileira de Pesquisa Agropecuária (Embrapa), a government company established under Brazilian law (5.851/72), is directed exclusively to its addressee and may contain confidential data, protected under professional secrecy rules. Its unauthorized use is illegal and may subject the transgressor to the law's penalties. If you are not the addressee, please send it back, elucidating the failure".--UJCAoqFZPb4fQe3HuCDO2zHtytuAi9NBxVzJxdM5aOp2br7J
Content-Type: text/plain; name="mapserver.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="mapserver.patch"

--- Makefile.orig	Tue Mar 13 07:49:24 2007
+++ Makefile	Tue Mar 13 07:49:43 2007
@@ -74,8 +74,7 @@
 .endif
 
 .if defined(WITH_POSTGIS)
-POSTGRESQL_PORT?=	databases/postgis
-LIB_DEPENDS+=		pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+USE_PGSQL=		YES
 CONFIGURE_ARGS+=	--with-postgis=${LOCALBASE}/bin/pg_config
 .endif
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-13 11:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mharo

Over to maintainer
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-03-23 09:49:11 UTC
Responsible Changed
From-To: mharo->freebsd-ports-bugs

Maintainer was reset.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-23 11:45:25 UTC
miwi        2007-03-23 11:45:19 UTC

  FreeBSD ports repository

  Modified files:
    graphics/mapserver   Makefile 
  Log:
  - USE_PGSQL
  
  PR:             110261
  Submitted by:   Anderson S. Ferreira <anderson@cnpm.embrapa.br>
  
  Revision  Changes    Path
  1.17      +1 -2      ports/graphics/mapserver/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-03-23 11:45:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!