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 -2
View File
@@ -3,11 +3,12 @@
PortSystem 1.0
PortGroup compilers 1.0
PortGroup muniversal 1.0
PortGroup openssl 1.0
#remember to update the -doc and -server as well
name postgresql12
version 12.22
revision 1
revision 2
categories databases
maintainers nomaintainer
@@ -33,7 +34,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/pkgconfig/icu-uc.pc:icu path:lib/libgssapi_krb5.dylib:kerberos5
openssl.branch 3
depends_lib port:readline port:zlib port:libxml2 port:libxslt path:lib/pkgconfig/icu-uc.pc:icu path:lib/libgssapi_krb5.dylib:kerberos5
depends_build port:bison port:pkgconfig
depends_run port:postgresql_select-12