Bug 169806 - [PATCH] devel/boost-libs: fix interprocess communication
Summary: [PATCH] devel/boost-libs: fix interprocess communication
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-12 14:50 UTC by Martin Matuska
Modified: 2012-07-13 21:18 UTC (History)
1 user (show)

See Also:


Attachments
boost-libs-1.48.0.patch (2.10 KB, patch)
2012-07-12 14:50 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2012-07-12 14:50:02 UTC
Add upstream patch to fix interprocess communication.

References:
https://svn.boost.org/trac/boost/ticket/6134

Fixed in upstream SVN revision:	76181

Added file(s):
- files/patch-boost-interprocess-shared_memory_object.hpp

Port maintainer (churanov.port.maintainer@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-12 14:50:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-12 14:50:25 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-12 14:50:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-07-13 21:09:24 UTC
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"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-07-13 21:18:24 UTC
State Changed
From-To: feedback->closed

Committed, thank you!