FreeBSD Bugzilla – Attachment 222565 Details for
Bug 238331
net/openvswitch: Conflicts with libc (uuid_to_string(2))
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Simpler patch to just rename the conflicting function
openvswitch.patch (text/plain), 608 bytes, created by
Dmitry Marakasov
on 2021-02-18 22:39:39 UTC
(
hide
)
Description:
Simpler patch to just rename the conflicting function
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2021-02-18 22:39:39 UTC
Size:
608 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 566000) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= openvswitch > DISTVERSION= 2.15.0 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= http://openvswitch.org/releases/ > >@@ -35,6 +36,10 @@ > SHLIB_VER= ${DISTVERSION:C/\.[0-9]*$//} > PLIST_SUB= SHLIB_VER=${SHLIB_VER} > >+post-patch: >+ @${REINPLACE_CMD} -e 's|uuid_from_string(|uuid_from_string_ovs(|g' \ >+ ${WRKSRC}/*/*.c ${WRKSRC}/*/*.h >+ > post-install: > ${MKDIR} ${STAGEDIR}/var/run/openvswitch > ${MKDIR} ${STAGEDIR}/var/log/openvswitch
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238331
:
204836
| 222565