[MacPorts] #32452: Use postgresql91 by default in py26-mapnik port

MacPorts noreply at macports.org
Sat Dec 17 20:09:37 PST 2011


#32452: Use postgresql91 by default in py26-mapnik port
----------------------------------+-----------------------------------------
 Reporter:  shirshegsm@…          |       Owner:  dbsgeo@…        
     Type:  enhancement           |      Status:  new             
 Priority:  Normal                |   Milestone:                  
Component:  ports                 |     Version:                  
 Keywords:                        |        Port:  py26-mapnik     
----------------------------------+-----------------------------------------

Comment(by larry.velazquez@…):

 Right, so all it needs for PostGIS support is the `postgis` port. But the
 current portfile and the patch attached here currently declare a direct
 dependency on PostgreSQL:
 {{{
 variant postgis description {Builds port with PostGIS plugin} {
     depends_lib-append      port:postgresql84
     depends_lib-append      port:postgresql84-server
     depends_lib-append      port:postgis
     configure.args-append
 PG_CONFIG=${prefix}/lib/postgresql84/bin/pg_config
 }
 }}}
 Should those be removed then?

-- 
Ticket URL: <https://trac.macports.org/ticket/32452#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list