Skip to content

Commit

Permalink
medusa: remove postgresql variant
Browse files Browse the repository at this point in the history
autoconf does not support pg_config discovery of postgresql and its
paths, a requirement for installation with modern versions of
postgresql.
  • Loading branch information
dgilman authored and pmetzger committed Jul 18, 2024
1 parent 2c8c528 commit 2ca954c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions security/medusa/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ variant subversion description "Build the Subversion module" {
--enable-module-svn=yes
}

variant postgresql description "Build the PostgreSQL module" {
depends_lib-append port:postgresql83
configure.args-replace \
--enable-module-postgres=no \
--enable-module-postgres=yes
}

# FIXME check building afpfs-ng, ncp

livecheck.type regex
Expand Down

0 comments on commit 2ca954c

Please sign in to comment.