aboutsummaryrefslogtreecommitdiff
path: root/security/esteidfirefoxplugin
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:12:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-04 14:12:21 +0000
commiteeaefd26de620e91db25f3e5d5814d446b1116ea (patch)
treecfaebbad1049d3cb8c81f0989a98bfb663b8f7fe /security/esteidfirefoxplugin
parentc551304c66ec5a5259fd71c9493082677d3a0e4b (diff)
downloadports-eeaefd26de620e91db25f3e5d5814d446b1116ea.tar.gz
ports-eeaefd26de620e91db25f3e5d5814d446b1116ea.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497834
Diffstat (limited to 'security/esteidfirefoxplugin')
-rw-r--r--security/esteidfirefoxplugin/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/esteidfirefoxplugin/Makefile b/security/esteidfirefoxplugin/Makefile
index 8d1aa9b068a2..b578b0b20d74 100644
--- a/security/esteidfirefoxplugin/Makefile
+++ b/security/esteidfirefoxplugin/Makefile
@@ -24,7 +24,14 @@ EXTRACT_AFTER_ARGS= --exclude 'include/openssl'
PLIST_FILES= lib/npesteid-firefox-plugin.so
+.include <bsd.port.pre.mk>
+
+.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'
+.endif
+
post-install:
${INSTALL_LIB} ${WRKSRC}/npesteid-firefox-plugin.so ${STAGEDIR}${PREFIX}/lib
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>