svn commit: r538153 - head/emulators/virtualbox-ose
Muhammad Moinur Rahman
bofh at FreeBSD.org
Sun Jun 7 13:08:07 UTC 2020
Author: bofh
Date: Sun Jun 7 13:08:06 2020
New Revision: 538153
URL: https://svnweb.freebsd.org/changeset/ports/538153
Log:
emulators/virtualbox-ose: UNBREAK with gsoap 2.8.103
- gSoap 2.8.103 macro soap_socket_errno changed from:
soap_socket_errno(s) -> soap_socket_errno
PR: 246910
Submitted by: dereks at lifeofadishwasher.com
Reported by: transitive at gmail.com
Modified:
head/emulators/virtualbox-ose/Makefile
Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile Sun Jun 7 10:44:11 2020 (r538152)
+++ head/emulators/virtualbox-ose/Makefile Sun Jun 7 13:08:06 2020 (r538153)
@@ -274,6 +274,8 @@ post-patch:
${WRKSRC}/LocalConfig.kmk
@${ECHO_CMD} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $$(VBOX_GCC_WARN) -Wno-long-long' >> \
${WRKSRC}/LocalConfig.kmk
+ @${REINPLACE_CMD} -E -e '/soap_socket_errno\(/s/(soap_socket_errno)(\([^)]+\))/\1/' \
+ ${WRKSRC}/src/VBox/Main/webservice/vboxweb.cpp
.endif
@${REINPLACE_CMD} -e 's| -finline-limit=8000||' \
-e 's| -mpreferred-stack-boundary=2||' ${WRKSRC}/Config.kmk
More information about the svn-ports-all
mailing list