Index: benchmarks/dbs/Makefile =================================================================== --- benchmarks/dbs/Makefile +++ benchmarks/dbs/Makefile @@ -17,6 +17,7 @@ BROKEN_FreeBSD_12= tcp_debug.h: field has incomplete type 'struct tcpcb' BROKEN_FreeBSD_13= tcp_debug.h: field has incomplete type 'struct tcpcb' +BROKEN_FreeBSD_14= tcp_debug.h: field has incomplete type 'struct tcpcb' BUILD_WRKSRC= ${WRKSRC}/obj/${OPSYS} INSTALL_WRKSRC= ${WRKSRC}/obj/${OPSYS} Index: comms/uhd/Makefile =================================================================== --- comms/uhd/Makefile +++ comms/uhd/Makefile @@ -39,6 +39,9 @@ BROKEN_FreeBSD_13_aarch64= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_13_armv6= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_13_armv7= fails to configure: Could not find standard set_new_handler function +BROKEN_FreeBSD_14_aarch64= fails to configure: Could not find standard set_new_handler function +BROKEN_FreeBSD_14_armv6= fails to configure: Could not find standard set_new_handler function +BROKEN_FreeBSD_14_armv7= fails to configure: Could not find standard set_new_handler function USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host Index: databases/mongodb36-tools/Makefile =================================================================== --- databases/mongodb36-tools/Makefile +++ databases/mongodb36-tools/Makefile @@ -47,6 +47,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st') BROKEN_FreeBSD_13= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st') +BROKEN_FreeBSD_14= variable has incomplete type 'BIO_METHOD' (aka 'struct bio_method_st') .endif post-patch: Index: databases/mysql-connector-c/Makefile =================================================================== --- databases/mysql-connector-c/Makefile +++ databases/mysql-connector-c/Makefile @@ -31,6 +31,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct dh_st' CMAKE_ARGS+= -DWITH_SSL="system" .else CMAKE_ARGS+= -DWITH_SSL="${OPENSSLBASE}" Index: devel/ada-util/Makefile =================================================================== --- devel/ada-util/Makefile +++ devel/ada-util/Makefile @@ -14,6 +14,7 @@ BROKEN_FreeBSD_12= 'struct stat' has no member named 'st_lspare' BROKEN_FreeBSD_13= 'struct stat' has no member named 'st_lspare' +BROKEN_FreeBSD_14= 'struct stat' has no member named 'st_lspare' BUILD_DEPENDS= gprbuild:devel/gprbuild \ ${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven Index: devel/agar/Makefile =================================================================== --- devel/agar/Makefile +++ devel/agar/Makefile @@ -13,6 +13,7 @@ BROKEN_FreeBSD_12_powerpc64= fails to compile: cpuinfo.c:289: error: 'IllegalInsn' undeclared (first use in this function) BROKEN_FreeBSD_13_powerpc64= fails to compile: include/agar/core/byteswap.h:46:8: error: unsupported inline asm: input with type 'int' matching output with type 'u_int16_t' (aka 'unsigned short') +BROKEN_FreeBSD_14_powerpc64= fails to compile: include/agar/core/byteswap.h:46:8: error: unsupported inline asm: input with type 'int' matching output with type 'u_int16_t' (aka 'unsigned short') USES= libtool pathfix perl5 pkgconfig jpeg USE_PERL5= build Index: devel/hadoop/Makefile =================================================================== --- devel/hadoop/Makefile +++ devel/hadoop/Makefile @@ -85,6 +85,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') .endif # The ssl.mk helper can augment MAKE_ARGS and break the build. Filter out Index: dns/credns/Makefile =================================================================== --- dns/credns/Makefile +++ dns/credns/Makefile @@ -57,6 +57,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= OpenSSL found in /usr, but version 0.9.7 or higher is required BROKEN_FreeBSD_13= OpenSSL found in /usr, but version 0.9.7 or higher is required +BROKEN_FreeBSD_14= OpenSSL found in /usr, but version 0.9.7 or higher is required .endif post-install: Index: dns/opendd/Makefile =================================================================== --- dns/opendd/Makefile +++ dns/opendd/Makefile @@ -28,6 +28,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= undefined symbol: BIO_set_conn_ip BROKEN_FreeBSD_13= undefined symbol: BIO_set_conn_ip +BROKEN_FreeBSD_14= undefined symbol: BIO_set_conn_ip .endif .if ${PORT_OPTIONS:MRCNG} Index: ftp/bsdftpd-ssl/Makefile =================================================================== --- ftp/bsdftpd-ssl/Makefile +++ ftp/bsdftpd-ssl/Makefile @@ -33,6 +33,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') .endif .if ${PORT_OPTIONS:MSERVER} && ${PORT_OPTIONS:MEXAMPLES} Index: games/openrct2/Makefile =================================================================== --- games/openrct2/Makefile +++ games/openrct2/Makefile @@ -15,6 +15,7 @@ BROKEN_FreeBSD_12_powerpc64= fails to build: src/openrct2/util/Endian.h:9:24: error: unused function 'ORCT_Swapu16' BROKEN_FreeBSD_13_powerpc64= fails to build: openrct2/common.h:96:10: error: #error Unknown endianess! +BROKEN_FreeBSD_14_powerpc64= fails to build: openrct2/common.h:96:10: error: #error Unknown endianess! BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libpng.so:graphics/png \ Index: games/regoth/Makefile =================================================================== --- games/regoth/Makefile +++ games/regoth/Makefile @@ -13,6 +13,7 @@ BROKEN_FreeBSD_12_powerpc64= fails to build: /usr/include/math.h:251:8: error: conflicting declaration of C function 'double pow(double, double)' BROKEN_FreeBSD_13_powerpc64= fails to build: mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? +BROKEN_FreeBSD_14_powerpc64= fails to build: mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? BROKEN_riscv64= fails to build: mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? LIB_DEPENDS= libsndfile.so:audio/libsndfile Index: irc/bip/Makefile =================================================================== --- irc/bip/Makefile +++ irc/bip/Makefile @@ -34,6 +34,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= error: incomplete definition of type 'struct dh_st' BROKEN_FreeBSD_13= error: incomplete definition of type 'struct dh_st' +BROKEN_FreeBSD_14= error: incomplete definition of type 'struct dh_st' .endif post-install: Index: japanese/mozc-server/Makefile =================================================================== --- japanese/mozc-server/Makefile +++ japanese/mozc-server/Makefile @@ -19,6 +19,7 @@ BROKEN_FreeBSD_12_powerpc64= fails to install: gyp: Call to 'which clang' returned exit status 1 while in client/client.gyp BROKEN_FreeBSD_13_powerpc64= fails to build: ERROR: ninja -v -C out_linux/Release mozc_server: Error code 1 +BROKEN_FreeBSD_14_powerpc64= fails to build: ERROR: ninja -v -C out_linux/Release mozc_server: Error code 1 BROKEN_powerpc= fails to compile: segfault BROKEN_sparc64= fails to compile: segfault Index: japanese/mutt-devel/Makefile =================================================================== --- japanese/mutt-devel/Makefile +++ japanese/mutt-devel/Makefile @@ -130,6 +130,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') .endif post-patch: Index: japanese/newosaka/Makefile =================================================================== --- japanese/newosaka/Makefile +++ japanese/newosaka/Makefile @@ -11,6 +11,7 @@ COMMENT= Translator of Japanese EUC documents into Osaka language BROKEN_FreeBSD_13= ld: error: undefined symbol: gets +BROKEN_FreeBSD_14= ld: error: undefined symbol: gets PLIST_FILES= bin/osaka WRKSRC= ${WRKDIR}/${PORTNAME} Index: lang/erlang-riak/Makefile =================================================================== --- lang/erlang-riak/Makefile +++ lang/erlang-riak/Makefile @@ -30,6 +30,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= error: invalid application of 'sizeof' to an incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st') BROKEN_FreeBSD_13= error: invalid application of 'sizeof' to an incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st') +BROKEN_FreeBSD_14= error: invalid application of 'sizeof' to an incomplete type 'HMAC_CTX' (aka 'struct hmac_ctx_st') .endif .include Index: lang/opencoarrays/Makefile =================================================================== --- lang/opencoarrays/Makefile +++ lang/opencoarrays/Makefile @@ -14,6 +14,7 @@ BROKEN_aarch64= fails to build: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory BROKEN_FreeBSD_12_powerpc64= fails to build: CMake Warning at CMakeLists.txt:280 (message): Could not find all MPI components! BROKEN_FreeBSD_13_powerpc64= fails to build: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory +BROKEN_FreeBSD_14_powerpc64= fails to build: Can't open module file 'ieee_arithmetic.mod' for reading at (1): No such file or directory BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash Index: lang/twelf/Makefile =================================================================== --- lang/twelf/Makefile +++ lang/twelf/Makefile @@ -17,6 +17,7 @@ BROKEN_FreeBSD_12= invalid target: self BROKEN_FreeBSD_13= invalid target: self +BROKEN_FreeBSD_14= invalid target: self RUN_DEPENDS= mlton:lang/mlton BUILD_DEPENDS= mlton:lang/mlton \ Index: lang/urweb/Makefile =================================================================== --- lang/urweb/Makefile +++ lang/urweb/Makefile @@ -16,6 +16,7 @@ BROKEN= fails to build BROKEN_FreeBSD_12= invalid target: self BROKEN_FreeBSD_13= invalid target: self +BROKEN_FreeBSD_14= invalid target: self BUILD_DEPENDS= mlton:lang/mlton Index: mail/courier/Makefile =================================================================== --- mail/courier/Makefile +++ mail/courier/Makefile @@ -262,6 +262,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= pkg-static: Unable to access file /wrkdirs/usr/ports/mail/courier/work/stage/usr/local/bin/couriertls BROKEN_FreeBSD_13= pkg-static: Unable to access file /wrkdirs/usr/ports/mail/courier/work/stage/usr/local/bin/couriertls +BROKEN_FreeBSD_14= pkg-static: Unable to access file /wrkdirs/usr/ports/mail/courier/work/stage/usr/local/bin/couriertls .endif pre-everything:: Index: mail/qmail-spamcontrol/Makefile =================================================================== --- mail/qmail-spamcontrol/Makefile +++ mail/qmail-spamcontrol/Makefile @@ -14,6 +14,7 @@ BROKEN_FreeBSD_12= incomplete definition of type 'struct X509_name_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct X509_name_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct X509_name_st' CONFLICTS= *qmail-[0-9]* qmail-ldap-[0-9]* *qmail-mysql-[0-9]* *qmail-tls-[0-9]* EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \ Index: mail/spamdyke/Makefile =================================================================== --- mail/spamdyke/Makefile +++ mail/spamdyke/Makefile @@ -47,6 +47,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= checking for library containing SSL_library_init... no BROKEN_FreeBSD_13= checking for library containing SSL_library_init... no +BROKEN_FreeBSD_14= checking for library containing SSL_library_init... no .endif post-patch: Index: mail/spamilter/Makefile =================================================================== --- mail/spamilter/Makefile +++ mail/spamilter/Makefile @@ -50,6 +50,7 @@ .if ${PORT_OPTIONS:MIPFWMTAD} BROKEN_FreeBSD_12= option IPFWMTAD needs old openssl BROKEN_FreeBSD_13= option IPFWMTAD needs old openssl +BROKEN_FreeBSD_14= option IPFWMTAD needs old openssl .endif .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" Index: math/maxima/Makefile =================================================================== --- math/maxima/Makefile +++ math/maxima/Makefile @@ -17,6 +17,7 @@ LICENSE_PERMS_MAXIMAEXTRACLAUSE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_FreeBSD_13_powerpc64= fails to build: unhandled lisp initialization error +BROKEN_FreeBSD_14_powerpc64= fails to build: unhandled lisp initialization error RUN_DEPENDS= gnuplot:math/gnuplot \ rlwrap:devel/rlwrap Index: net-mgmt/netdata/Makefile =================================================================== --- net-mgmt/netdata/Makefile +++ net-mgmt/netdata/Makefile @@ -53,6 +53,7 @@ OPTIONS_DEFAULT= DBENGINE OPTIONS_DEFAULT_FreeBSD_12= LTO OPTIONS_DEFAULT_FreeBSD_13= LTO +OPTIONS_DEFAULT_FreeBSD_14= LTO OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} CLOUD_DESC= Enable cloud functionality Index: net-mgmt/netxms/Makefile =================================================================== --- net-mgmt/netxms/Makefile +++ net-mgmt/netxms/Makefile @@ -14,6 +14,7 @@ BROKEN_FreeBSD_12= 'net/iso88025.h' file not found BROKEN_FreeBSD_13= 'net/iso88025.h' file not found +BROKEN_FreeBSD_14= 'net/iso88025.h' file not found LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ Index: net/freenet6/Makefile =================================================================== --- net/freenet6/Makefile +++ net/freenet6/Makefile @@ -30,6 +30,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct dsa_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct dsa_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct dsa_st' .endif post-fetch: Index: net/gogoc/Makefile =================================================================== --- net/gogoc/Makefile +++ net/gogoc/Makefile @@ -28,6 +28,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct dsa_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct dsa_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct dsa_st' .endif do-install: Index: net/gsk/Makefile =================================================================== --- net/gsk/Makefile +++ net/gsk/Makefile @@ -31,6 +31,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct bio_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct bio_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct bio_st' .endif post-patch: Index: net/isboot-kmod/Makefile =================================================================== --- net/isboot-kmod/Makefile +++ net/isboot-kmod/Makefile @@ -17,6 +17,7 @@ BROKEN_armv7= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_FreeBSD_12= no member named 'tqh_first' in 'struct ifnethead' BROKEN_FreeBSD_13= no member named 'tqh_first' in 'struct ifnethead' +BROKEN_FreeBSD_14= no member named 'tqh_first' in 'struct ifnethead' USES= kmod uidfix SUB_FILES= pkg-message Index: security/certificate-transparency/Makefile =================================================================== --- security/certificate-transparency/Makefile +++ security/certificate-transparency/Makefile @@ -42,6 +42,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= could not find the OpenSSL libraries BROKEN_FreeBSD_13= could not find the OpenSSL libraries +BROKEN_FreeBSD_14= could not find the OpenSSL libraries .endif .include Index: security/esteidfirefoxplugin/Makefile =================================================================== --- security/esteidfirefoxplugin/Makefile +++ security/esteidfirefoxplugin/Makefile @@ -29,6 +29,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct X509_name_entry_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct X509_name_entry_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct X509_name_entry_st' .endif post-install: Index: security/fbopenssl/Makefile =================================================================== --- security/fbopenssl/Makefile +++ security/fbopenssl/Makefile @@ -26,6 +26,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct asn1_object_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct asn1_object_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct asn1_object_st' .endif post-extract: Index: security/ike/Makefile =================================================================== --- security/ike/Makefile +++ security/ike/Makefile @@ -41,6 +41,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') .endif post-install: Index: security/isakmpd/Makefile =================================================================== --- security/isakmpd/Makefile +++ security/isakmpd/Makefile @@ -30,6 +30,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st') .endif OPENSSLINC?= /usr/include Index: security/keynote/Makefile =================================================================== --- security/keynote/Makefile +++ security/keynote/Makefile @@ -31,6 +31,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct evp_pkey_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct evp_pkey_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct evp_pkey_st' .endif do-install: Index: security/ncrack/Makefile =================================================================== --- security/ncrack/Makefile +++ security/ncrack/Makefile @@ -25,6 +25,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= Your OpenSSL headers do not match your library BROKEN_FreeBSD_13= Your OpenSSL headers do not match your library +BROKEN_FreeBSD_14= Your OpenSSL headers do not match your library .endif .include Index: security/netpgp/Makefile =================================================================== --- security/netpgp/Makefile +++ security/netpgp/Makefile @@ -18,6 +18,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct rsa_st' .endif CPPFLAGS+= -I${OPENSSLINC} Index: security/obfsclient/Makefile =================================================================== --- security/obfsclient/Makefile +++ security/obfsclient/Makefile @@ -36,6 +36,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= field has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') BROKEN_FreeBSD_13= field has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') +BROKEN_FreeBSD_14= field has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st') .endif post-install: Index: security/openscep/Makefile =================================================================== --- security/openscep/Makefile +++ security/openscep/Makefile @@ -35,6 +35,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= unexpected type name 'issuer_and_subject_t': expected expression BROKEN_FreeBSD_13= unexpected type name 'issuer_and_subject_t': expected expression +BROKEN_FreeBSD_14= unexpected type name 'issuer_and_subject_t': expected expression .endif .if ${SSL_DEFAULT:Mlibressl*} Index: security/osslsigncode/Makefile =================================================================== --- security/osslsigncode/Makefile +++ security/osslsigncode/Makefile @@ -28,6 +28,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') .endif post-patch: Index: security/pidentd/Makefile =================================================================== --- security/pidentd/Makefile +++ security/pidentd/Makefile @@ -18,6 +18,7 @@ BROKEN_FreeBSD_12= fails to compile: k_freebsd2.c: storage size of 'pcbp' isn't known BROKEN_FreeBSD_13= fails to compile: k_freebsd2.c: storage size of 'pcbp' isn't known +BROKEN_FreeBSD_14= fails to compile: k_freebsd2.c: storage size of 'pcbp' isn't known CONFLICTS_INSTALL= fakeident-[0-9]* Index: security/pvk/Makefile =================================================================== --- security/pvk/Makefile +++ security/pvk/Makefile @@ -22,6 +22,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st') .endif post-patch: Index: security/revealrk/Makefile =================================================================== --- security/revealrk/Makefile +++ security/revealrk/Makefile @@ -12,6 +12,7 @@ BROKEN_FreeBSD_12= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket' BROKEN_FreeBSD_13= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket' +BROKEN_FreeBSD_14= fails to compile: revealrk.c: 'struct xtcpcb' has no member named 'xt_socket' PLIST_FILES= bin/revealrk man/man1/revealrk.1.gz Index: security/sslwrap/Makefile =================================================================== --- security/sslwrap/Makefile +++ security/sslwrap/Makefile @@ -30,6 +30,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct dh_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct dh_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct dh_st' .endif post-patch: Index: sysutils/boxbackup-devel/Makefile =================================================================== --- sysutils/boxbackup-devel/Makefile +++ sysutils/boxbackup-devel/Makefile @@ -42,6 +42,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') BROKEN_FreeBSD_13= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') +BROKEN_FreeBSD_14= field has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st') .endif CLIENTDIR= CLIENT Index: sysutils/ffs2recov/Makefile =================================================================== --- sysutils/ffs2recov/Makefile +++ sysutils/ffs2recov/Makefile @@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE BROKEN_FreeBSD_13= Changes made to the ffs2 filesystem in FreeBSD 13 are no longer compatible with ffs2recov +BROKEN_FreeBSD_14= Changes made to the ffs2 filesystem in FreeBSD 13 are no longer compatible with ffs2recov USES= compiler:c11 tar:bzip2 uidfix WRKSRC= ${WRKDIR}/${PORTNAME} Index: sysutils/lizardfs/Makefile =================================================================== --- sysutils/lizardfs/Makefile +++ sysutils/lizardfs/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_13= fails to build +BROKEN_FreeBSD_14= fails to build BROKEN_i386= fails to build BUILD_DEPENDS= a2x:textproc/asciidoc \ Index: sysutils/muse/Makefile =================================================================== --- sysutils/muse/Makefile +++ sysutils/muse/Makefile @@ -11,6 +11,7 @@ BROKEN_FreeBSD_12= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_FreeBSD_13= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' +BROKEN_FreeBSD_14= fails to compile: read_mem.c: invalid use of undefined type 'struct vmmeter' BROKEN_mips= fails to compile: muse.c: storage size of 'vmstats' isn't known BROKEN_mips64= fails to compile: muse.c: storage size of 'vmstats' isn't known Index: sysutils/pam_mount/Makefile =================================================================== --- sysutils/pam_mount/Makefile +++ sysutils/pam_mount/Makefile @@ -32,6 +32,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') +BROKEN_FreeBSD_14= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st') .endif post-patch: Index: sysutils/puppetserver5/Makefile =================================================================== --- sysutils/puppetserver5/Makefile +++ sysutils/puppetserver5/Makefile @@ -13,6 +13,7 @@ BROKEN_FreeBSD_12= Does not start. See PR 233766 BROKEN_FreeBSD_13= Does not start. See PR 233766 +BROKEN_FreeBSD_14= Does not start. See PR 233766 RUN_DEPENDS= bash>=0:shells/bash \ puppet5>=0:sysutils/puppet5 Index: sysutils/showbeastie/Makefile =================================================================== --- sysutils/showbeastie/Makefile +++ sysutils/showbeastie/Makefile @@ -17,6 +17,7 @@ BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0' BROKEN_FreeBSD_12= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk BROKEN_FreeBSD_13= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk +BROKEN_FreeBSD_14= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source files in ${SRC_BASE} Index: sysutils/xfce4-settings/Makefile =================================================================== --- sysutils/xfce4-settings/Makefile +++ sysutils/xfce4-settings/Makefile @@ -36,6 +36,7 @@ OPTIONS_SUB= yes OPTIONS_DEFAULT_FreeBSD_12= LIBINPUT OPTIONS_DEFAULT_FreeBSD_13= LIBINPUT +OPTIONS_DEFAULT_FreeBSD_14= LIBINPUT OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} UPOWER_DESC= Power management tasks Index: www/blastbeat/Makefile =================================================================== --- www/blastbeat/Makefile +++ www/blastbeat/Makefile @@ -37,6 +37,7 @@ .if ${SSL_DEFAULT} == base BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' +BROKEN_FreeBSD_14= incomplete definition of type 'struct ssl_st' .endif do-install: Index: x11/cde/Makefile =================================================================== --- x11/cde/Makefile +++ x11/cde/Makefile @@ -14,6 +14,7 @@ BROKEN_mips64= fails to build: ./config/imake/imake: No such file or directory BROKEN_powerpc64= fails to build: ./config/imake/imake: No such file or directory BROKEN_FreeBSD_13= fails to build: flex scanner jammed +BROKEN_FreeBSD_14= fails to build: flex scanner jammed BUILD_DEPENDS= ksh93:shells/ksh93 \ bdftopcf:x11-fonts/bdftopcf \ Index: x11/squeekboard/Makefile =================================================================== --- x11/squeekboard/Makefile +++ x11/squeekboard/Makefile @@ -14,6 +14,7 @@ BROKEN_FreeBSD_11= requires getrandom() BROKEN_FreeBSD_12_powerpc64= fails to compile: rs.e2mg9us3-cgu.14:(.text.imservice_handle_commit_state+0x228): undefined reference to 'eekboard_context_service_show_keyboard' BROKEN_FreeBSD_13_powerpc64= fails to link: ld: error: undefined symbol: eekboard_context_service_get_overlay +BROKEN_FreeBSD_14_powerpc64= fails to link: ld: error: undefined symbol: eekboard_context_service_get_overlay BUILD_DEPENDS= wayland-protocols>=1.12:graphics/wayland-protocols LIB_DEPENDS= libfeedback-0.0.so:accessibility/feedbackd \