Summary: | [PATCH] devel/boost-libs: fix interprocess communication | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Martin Matuska <mm> | ||||
Component: | Individual Port(s) | Assignee: | Martin Matuska <mm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | churanov.port.maintainer | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Martin Matuska
2012-07-12 14:50:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->mm Submitter has GNATS access (via the GNATS Auto Assign Tool) Maintainer of devel/boost-libs, Please note that PR ports/169806 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169806 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) rm 2012-07-13 20:09:11 UTC FreeBSD ports repository Modified files: devel/boost-all common.mk devel/boost-libs Makefile devel/boost-libs/files patch-boost_asio-ioctl Added files: devel/boost-libs/files patch-boost-interprocess-shared_memory_object.hpp Log: - fix packaging when WITH_ICU is off [1] - fix applications hanging issue (deluge and qbittorrent at least) [2] - fix interprocess communication (upstream svn revision 76181) [3] - bump PORTREVISION PR: 168661 [1] PR: 169755 [2] PR: 169806 [3] Submitted by: Alexey Markov <redrat at mail dot ru> [1], Mario Lobo <lobo@bsd.com.br> [2], Martin Matuska <mm at FreeBSD dot org> [3] Approved by: maintainer timeout (1 month) Revision Changes Path 1.6 +1 -0 ports/devel/boost-all/common.mk 1.13 +4 -1 ports/devel/boost-libs/Makefile 1.1 +37 -0 ports/devel/boost-libs/files/patch-boost-interprocess-shared_memory_object.hpp (new) 1.3 +12 -6 ports/devel/boost-libs/files/patch-boost_asio-ioctl _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed, thank you! |