Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161909665
D17602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17602.diff
View Options
Index: head/security/bro/Makefile
===================================================================
--- head/security/bro/Makefile
+++ head/security/bro/Makefile
@@ -63,6 +63,7 @@
IPSUMDUMP_DESC= Enables traffic summaries
LBL_CF_DESC= Unix time to formated time/date filter support
LBL_HF_DESC= Address to hostname filter support
+NETMAP_DESC= Native Netmap Packet IOSource for Bro
PERFTOOLS_DESC= Use Perftools to improve memory & CPU usage
BROCTL_IMPLIES= BROCCOLI IPSUMDUMP
@@ -139,5 +140,19 @@
(cd ${WRKSRC_bro_netmap} && ./configure --bro-dist=${WRKSRC} \
--install-root=${STAGEDIR}${PREFIX}/lib/bro/plugins && \
make && make install)
+
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200000
+BUILD_DEPENDS+= ${NONEXISTENT}:security/openssl:stage
+CXXFLAGS+= -I${WRKDIR}/openssl/include
+OPENSSL_LDFLAGS+= -L${WRKDIR}/openssl/lib
+
+# Don't use COPYTREE_SHARE here as it hard links files, and the original files
+# are owned by root, which creates problems of its own.
+pre-configure:
+ @cd `${MAKE} -V STAGEDIR -C ${PORTSDIR}/security/openssl`${PREFIX} \
+ && ${FIND} -E . ! -name *.so* | ${CPIO} -dump ${WRKDIR}/openssl >/dev/null 2>&1
+.endif
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 8, 10:46 PM (2 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34862845
Default Alt Text
D17602.diff (1 KB)
Attached To
Mode
D17602: security/bro: unbreak build with openssl 1.1.1 under 12.0-ALPHA10
Attached
Detach File
Event Timeline
Log In to Comment