Bug 156764

Summary: databases/postgis hardcoded server version
Product: Ports & Packages Reporter: Dmitry Morozovsky <marck>
Component: Individual Port(s)Assignee: Dmitry Morozovsky <marck>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Dmitry Morozovsky freebsd_committer freebsd_triage 2011-05-02 12:50:12 UTC
In database/postgis PGSQL version hardcoded as 83, which seems incorrect, as
postgis 1.5.2 supports all versions up to 9.0

Fix: 

USE_BISON=     build
 USE_PGSQL=     yes
-DEFAULT_PGSQL_VER=     83
 USE_GMAKE=     yes
 USE_ICONV=     yes
 USE_LDCONFIG=  yes--jw4z7gm1WbIziXi5YXlPEBzTPdNtCdYz5YBj7GHgzCgMefev
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: databases/postgis/Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgis/Makefile,v
retrieving revision 1.60
diff -u -r1.60 Makefile
--- databases/postgis/Makefile  14 Oct 2010 03:19:59 -0000      1.60
+++ databases/postgis/Makefile  2 May 2011 11:33:45 -0000
@@ -20,7 +20,6 @@
How-To-Repeat: 
cd /usr/ports/databases/postgis && make all-depends-list | grep 'postgresql.*server'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-02 12:50:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->marck

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-02 12:50:31 UTC
Maintainer of databases/postgis,

Please note that PR ports/156764 has just been submitted.

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.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156764

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-02 12:50:34 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Anderson S. Ferreira 2011-05-03 11:53:43 UTC
Patch approved !

> Maintainer of databases/postgis,
>
> Please note that PR ports/156764 has just been submitted.
>
> 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.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156764
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
>


---
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.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-04 00:37:49 UTC
marck       2011-05-03 23:37:41 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    databases/postgis    Makefile 
  Log:
  Delete excessive hardcoded dependency on server version, postgis 1.5.2 is ready for
  all supported PostgreSQL versions.
  
  Approved by:    maintainer
  PR:             ports/156764
  
  Revision  Changes    Path
  1.61      +0 -1      ports/databases/postgis/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 6 Dmitry Morozovsky freebsd_committer freebsd_triage 2011-05-04 00:38:07 UTC
State Changed
From-To: feedback->closed

Committed after maintainer approval.