FreeBSD Bugzilla – Attachment 211137 Details for
Bug 243649
[patch] devel/libepoll-shim: Update to 0.0.20200211 version (fixes various problems)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update libepoll-shim to upstream repo and latest commit
libepoll-shim_update.patch (text/plain), 2.38 KB, created by
Namkhai B.
on 2020-01-28 18:16:46 UTC
(
hide
)
Description:
Update libepoll-shim to upstream repo and latest commit
Filename:
MIME Type:
Creator:
Namkhai B.
Created:
2020-01-28 18:16:46 UTC
Size:
2.38 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 521244) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= libepoll-shim >-PORTVERSION= 0.0.20190311 >+PORTVERSION= 0.0.20191117 > CATEGORIES= devel > > MAINTAINER= x11@FreeBSD.org >@@ -11,25 +11,13 @@ > LICENSE= MIT > > USE_GITHUB= yes >-GH_ACCOUNT= FreeBSDDesktop >+GH_ACCOUNT= jiixyj > GH_PROJECT= epoll-shim >-GH_TAGNAME= 1d1135384395dbf38eea00680ca28ead04f8dce2 >+GH_TAGNAME= 1f003fa40f8ac3858dcc474b96cc4aee5820dcd2 > > USE_LDCONFIG= yes > >-USES= compiler uidfix >-MAKE_ARGS= WITHOUT_PROFILE=yes >+USES= cmake >+CMAKE_ARGS= -DCMAKE_BUILD_TYPE=RelWithDebInfo > >-.include <bsd.port.pre.mk> >- >-post-patch: >- @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile >-.if "${CHOSEN_COMPILER_TYPE}" == "gcc" >- @${REINPLACE_CMD} -e 's|Wno-missing-variable-declarations|Wno-missing-declarations|' \ >- -e 's|-Wno-thread-safety-analysis||' ${WRKSRC}/Makefile >-.endif >- >-pre-install: >- @${MKDIR} ${STAGEDIR}/${PREFIX}/include/libepoll-shim/sys >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 521244) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1554794906 >-SHA256 (FreeBSDDesktop-epoll-shim-0.0.20190311-1d1135384395dbf38eea00680ca28ead04f8dce2_GH0.tar.gz) = 689aaf4a6f8f14a715986f03c283cbabf404a2ac5370ad6430f28cc8e101b554 >-SIZE (FreeBSDDesktop-epoll-shim-0.0.20190311-1d1135384395dbf38eea00680ca28ead04f8dce2_GH0.tar.gz) = 16341 >+TIMESTAMP = 1577836295 >+SHA256 (jiixyj-epoll-shim-0.0.20191211-1f003fa40f8ac3858dcc474b96cc4aee5820dcd2_GH0.tar.gz) = 30b8804f4ef26b0a67967f00824cb5e922721165219ece2069a48ccc10977903 >+SIZE (jiixyj-epoll-shim-0.0.20191211-1f003fa40f8ac3858dcc474b96cc4aee5820dcd2_GH0.tar.gz) = 39514 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 521244) >+++ pkg-plist (working copy) >@@ -1,7 +1,9 @@ >+libdata/pkgconfig/epoll-shim.pc >+lib/libepoll-shim.so.0 >+lib/libepoll-shim.so >+include/libepoll-shim >+include/libepoll-shim/sys > include/libepoll-shim/sys/epoll.h >+include/libepoll-shim/sys/timerfd.h >+include/libepoll-shim/sys/eventfd.h > include/libepoll-shim/sys/signalfd.h >-include/libepoll-shim/sys/timerfd.h >-lib/libepoll-shim.a >-lib/libepoll-shim.so >-lib/libepoll-shim.so.0 >-libdata/pkgconfig/epoll-shim.pc
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 243649
:
211137
|
211197
|
211221
|
211223
|
211521
|
211545
|
211561
|
211562