Ticket #22977: postgresql-9.1.patch.diff

File postgresql-9.1.patch.diff, 1.1 KB (added by dh@…, 12 years ago)
  • Portfile

     
    55
    66name                    postgresql91
    77version                 9.1.2
    8 revision        1
     8revision        2
    99categories              databases
    1010platforms               darwin
    1111maintainers             mww jwa
     
    128128        configure.env-append            TCLSH=${prefix}/bin/tclsh
    129129}
    130130
     131variant tablefunc description {add tablefunc to the built contribs} {
     132        lappend contribs "tablefunc"
     133}
     134
     135variant btree_gist description {add btree_gist to the built contribs} {
     136        lappend contribs "btree_gist"
     137}
     138
     139variant hstore description {add hstore to the built contribs} {
     140        lappend contribs "hstore"
     141}
     142
     143variant citext description {add citext to the built contribs} {
     144        lappend contribs "citext"
     145}
     146
     147variant ltree description {add ltree to the built contribs} {
     148        lappend contribs "ltree"
     149}
     150
     151variant pgstattuple description {add pgstattuple to the built contribs} {
     152        lappend contribs "pgstattuple"
     153}
     154
    131155post-install {
    132156    ui_msg "\nTo use the postgresql server, install the ${name}-server port"
    133157}