diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-10 12:47:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-10 12:47:30 +0000 |
commit | 605eb603981f2a9a870bb62c6063e73d25c7fc06 (patch) | |
tree | a20ba738f57faf95e52d01e55a05a436f6ee88f8 /security/openssl | |
parent | e249f3f8fbb82729e89f113cd7c76629d7d19d59 (diff) | |
download | ports-605eb603981f2a9a870bb62c6063e73d25c7fc06.tar.gz ports-605eb603981f2a9a870bb62c6063e73d25c7fc06.zip |
- mark option WITH_SCTP as broken
Notes
Notes:
svn path=/head/; revision=239251
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 040740560401..ee9fdf5e698e 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -883,6 +883,7 @@ EXTRACONFIGURE+= zlib .endif .if defined(WITH_SCTP) +BROKEN= No patchset for 0.9.8 .if ${OSVERSION} >= 702000 PATCHFILES+= tls-extractor.patch \ abbreviated-renegotiation.patch \ |