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
+4 -3
View File
@@ -4,15 +4,15 @@ PortSystem 1.0
PortGroup compilers 1.0
PortGroup muniversal 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
# EOL 2023-11-09
deprecated.upstream_support no
known_fail yes
#remember to update the -doc and -server as well
name postgresql11
version 11.14
revision 6
revision 7
categories databases
maintainers {jwa @jyrkiwahlstedt}
@@ -38,7 +38,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 1.1
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-11
+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
+4 -2
View File
@@ -3,10 +3,11 @@
PortSystem 1.0
PortGroup compilers 1.0
PortGroup muniversal 1.0
PortGroup openssl 1.0
name postgresql13
version 13.22
revision 0
revision 1
categories databases
maintainers {gmail.com:davidgilman1 @dgilman} \
@@ -41,7 +42,8 @@ platform darwin powerpc {
patchfiles-append patch-icu.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-13
+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 postgresql14
version 14.19
revision 0
revision 1
categories databases
maintainers {gmail.com:davidgilman1 @dgilman} \
@@ -42,7 +43,8 @@ platform darwin powerpc {
patchfiles-append patch-icu.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-14
+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 postgresql15
version 15.14
revision 0
revision 1
categories databases
maintainers {gmail.com:davidgilman1 @dgilman} \
@@ -43,7 +44,8 @@ platform darwin powerpc {
patchfiles-append patch-icu.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-15
+4 -2
View File
@@ -4,10 +4,11 @@ PortSystem 1.0
PortGroup compilers 1.0
PortGroup muniversal 1.0
PortGroup legacysupport 1.1
PortGroup openssl 1.0
name postgresql16
version 16.10
revision 0
revision 1
categories databases
maintainers {gmail.com:davidgilman1 @dgilman} \
@@ -33,7 +34,8 @@ checksums rmd160 ea299923e486c82d15cec94e957d237b05752ae5 \
use_bzip2 yes
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib \
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 \
+4 -2
View File
@@ -4,10 +4,11 @@ PortSystem 1.0
PortGroup compilers 1.0
PortGroup muniversal 1.0
PortGroup legacysupport 1.1
PortGroup openssl 1.0
name postgresql17
version 17.6
revision 0
revision 1
categories databases
maintainers {gmail.com:davidgilman1 @dgilman} \
@@ -42,7 +43,8 @@ platform darwin powerpc {
patch-fix-ppc-asm.diff
}
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib \
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 \
+4 -2
View File
@@ -2,13 +2,14 @@
PortSystem 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
# Final release was on 2011-12-05
deprecated.upstream_support no
name postgresql82
version 8.2.23
revision 5
revision 6
categories databases
maintainers nomaintainer
@@ -30,7 +31,8 @@ checksums rmd160 5a1d45cae1e7a9d9caa8e902608404b281bac7ff \
use_bzip2 yes
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt
openssl.branch 1.0
depends_lib port:readline port:zlib port:libxml2 port:libxslt
depends_build port:bison
patchfiles src_pl_plpython_Makefile.patch
+4 -3
View File
@@ -2,14 +2,14 @@
PortSystem 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
# Final release was on 2013-02-07
deprecated.upstream_support no
known_fail yes
name postgresql83
version 8.3.23
revision 5
revision 6
categories databases
maintainers nomaintainer
@@ -33,7 +33,8 @@ use_bzip2 yes
universal_variant no
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid
openssl.branch 1.0
depends_lib port:readline port:zlib port:libxml2 port:libxslt port:ossp-uuid
depends_build port:bison
worksrcdir postgresql-${version}
+4 -3
View File
@@ -2,14 +2,14 @@
PortSystem 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
# Final release was on 2014-07-24
deprecated.upstream_support no
known_fail yes
name postgresql84
version 8.4.22
revision 7
revision 8
categories databases
maintainers nomaintainer
@@ -31,7 +31,8 @@ checksums rmd160 c46d1fd3405150f0ed25012dad1ef8110d2c2d64 \
use_bzip2 yes
depends_lib port:readline port:openssl10 port:zlib port:libxml2 port:libxslt port:ossp-uuid
openssl.branch 1.0
depends_lib port:readline port:zlib port:libxml2 port:libxslt port:ossp-uuid
depends_build port:bison
depends_run port:postgresql_select-84
+2 -4
View File
@@ -5,16 +5,13 @@ PortGroup muniversal 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
openssl.branch 1.0
# Final release was on 2015-10-08
deprecated.upstream_support no
known_fail yes
#remember to update the -doc and -server as well
name postgresql90
version 9.0.23
revision 10
revision 11
categories databases
maintainers nomaintainer
@@ -39,6 +36,7 @@ use_bzip2 yes
# do not build man or html files (use postgresqlXY-doc instead); flex patch needed for flex >= 2.6.0, otherwise configure errs
patchfiles-append patch-no_doc.diff patch-configure-flex.diff patch-return.diff
openssl.branch 1.0
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt port:ossp-uuid
depends_build port:bison
depends_run port:postgresql_select-90
+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 2016-10-27
deprecated.upstream_support no
known_fail yes
#remember to update the -doc and -server as well
name postgresql91
version 9.1.24
revision 8
revision 9
categories databases
maintainers nomaintainer
@@ -36,7 +36,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 port:ossp-uuid
openssl.branch 1.0
depends_lib port:readline port:zlib port:libxml2 port:libxslt port:ossp-uuid
depends_build port:bison
depends_run port:postgresql_select-91
+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 2017-11-09
deprecated.upstream_support no
known_fail yes
#remember to update the -doc and -server as well
name postgresql92
version 9.2.24
revision 6
revision 7
categories databases
maintainers nomaintainer
@@ -36,7 +36,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 port:ossp-uuid
openssl.branch 1.1
depends_lib port:readline port:zlib port:libxml2 port:libxslt port:ossp-uuid
depends_build port:bison
depends_run port:postgresql_select-92
+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 2018-11-08
deprecated.upstream_support no
known_fail yes
#remember to update the -doc and -server as well
name postgresql93
version 9.3.25
revision 5
revision 6
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 port:ossp-uuid
openssl.branch 1.1
depends_lib port:readline port:zlib port:libxml2 port:libxslt port:ossp-uuid
depends_build port:bison
depends_run port:postgresql_select-93
+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 2020-02-10
deprecated.upstream_support no
known_fail yes
#remember to update the -doc and -server as well
name postgresql94
version 9.4.26
revision 2
revision 3
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
openssl.branch 1.1
depends_lib port:readline port:zlib port:libxml2 port:libxslt
depends_build port:bison
depends_run port:postgresql_select-94
+4 -2
View File
@@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup muniversal 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
# Final release was on 2021-02-08
deprecated.upstream_support no
@@ -10,7 +11,7 @@ deprecated.upstream_support no
#remember to update the -doc and -server as well
name postgresql95
version 9.5.25
revision 2
revision 3
categories databases
maintainers {jwa @jyrkiwahlstedt}
@@ -40,7 +41,8 @@ patchfiles-append patch-no_doc.diff
# diff -NaurdwB ./postgresql95-orig ./postgresql95-new | sed -E -e 's/\.\/postgresql95-(orig|new)/\./g' | sed -E -e 's|/opt/local|@@PREFIX@@|g' > ~/Downloads/patch-xml_c.diff
patchfiles-append patch-xml_c.diff
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt
openssl.branch 3
depends_lib port:readline port:zlib port:libxml2 port:libxslt
depends_build port:bison
depends_run port:postgresql_select-95
+4 -2
View File
@@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup muniversal 1.0
PortGroup deprecated 1.0
PortGroup openssl 1.0
# Final release was on 2021-11-08
deprecated.upstream_support no
@@ -10,7 +11,7 @@ deprecated.upstream_support no
#remember to update the -doc and -server as well
name postgresql96
version 9.6.24
revision 1
revision 2
categories databases
maintainers {jwa @jyrkiwahlstedt}
@@ -40,7 +41,8 @@ patchfiles-append patch-no_doc.diff
# diff -NaurdwB ./postgresql96-orig ./postgresql96-new | sed -E -e 's/\.\/postgresql96-(orig|new)/\./g' | sed -E -e 's|/opt/local|@@PREFIX@@|g' > ~/Downloads/patch-xml_c.diff
patchfiles-append patch-xml_c.diff
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt path:lib/libgssapi_krb5.dylib:kerberos5
openssl.branch 3
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-96