postgresql??: use correct openssl

This commit is contained in:
Ivan Kuchin
2025-05-31 16:54:10 +02:00
committed by Renee Otten
parent 67f713ddd4
commit 54709dcd2c
18 changed files with 70 additions and 46 deletions
+4 -3
View File
@@ -3,15 +3,15 @@
PortSystem 1.0
PortGroup muniversal 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
# Final release was on 2022-11-07
deprecated.upstream_support no
known_fail yes
#remember to update the -doc and -server as well
name postgresql10
version 10.19
revision 1
revision 2
categories databases
maintainers {jwa @jyrkiwahlstedt}
@@ -37,7 +37,8 @@ use_bzip2 yes
# do not build man or html files (use postgresqlXY-doc instead)
patchfiles-append patch-no_doc.diff
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt path:lib/libgssapi_krb5.dylib:kerberos5
openssl.branch 1.1
depends_lib port:readline port:zlib port:libxml2 port:libxslt path:lib/libgssapi_krb5.dylib:kerberos5
depends_build port:bison
depends_run port:postgresql_select-10