Bug 209474

Summary: devel/msgpack: Update to 1.4.1
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi, swills
Priority: --- Flags: pi: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 209476    
Attachments:
Description Flags
patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2016-05-12 22:43:11 UTC
Created attachment 170238 [details]
patch

Passes poudriere.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-13 19:41:23 UTC
testbuilds@work
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-13 19:58:58 UTC
Two ports use msgpack. Can they cope with the update ? What are the changes from 1.1 to 1.4.1 ?

editors/neovim
textproc/groonga
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-13 19:59:43 UTC
btw, testbuilds are fine.
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2016-05-13 22:38:09 UTC
The depending ports are:
* textproc/groonga - full text search engine
* editors/neovim - vim fork (currently doesn't build due to bugs that I reported upstream)

From what I see msgpack is expanded and added to.

In both ports this change needs to be made (library is renamed):
libmsgpack.so:devel/msgpack -> libmsgpackc.so:devel/msgpack
Comment 5 Steve Wills freebsd_committer freebsd_triage 2016-05-20 02:26:58 UTC
(In reply to yuri from comment #4)
Can you point to the bug report for neovim please? Is there a patch available?
Comment 6 Yuri Victorovich freebsd_committer freebsd_triage 2016-05-20 02:48:04 UTC
Here the neovim bug is fixed and closed on github: https://github.com/neovim/neovim/issues/4750

neovim port doesn't build for me on FreeBSD at all.
neovim is in pre-release now on github.
Comment 7 Steve Wills freebsd_committer freebsd_triage 2016-05-20 14:28:39 UTC
(In reply to yuri from comment #6)
Thanks, the patch in that bug report fixes it. I can commit that as soon as the msgpack update is committed.
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-27 18:57:01 UTC
Committed, thanks!
Comment 9 commit-hook freebsd_committer freebsd_triage 2016-05-27 18:57:44 UTC
A commit references this bug:

Author: pi
Date: Fri May 27 18:56:53 UTC 2016
New revision: 415958
URL: https://svnweb.freebsd.org/changeset/ports/415958

Log:
  devel/msgpack: 1.1.0 -> 1.4.2

  Changes:
    https://github.com/msgpack/msgpack-c/blob/master/CHANGELOG.md
  - dependent ports PORTREVISION bump because name of shared library changed

  PR:		209474
  Submitted by:	Yuri Victorovich <yuri@rawbw.com>
  Reviewed by:	swills

Changes:
  head/devel/msgpack/Makefile
  head/devel/msgpack/distinfo
  head/devel/msgpack/files/patch-Makefile.am
  head/devel/msgpack/pkg-descr
  head/devel/msgpack/pkg-plist
  head/editors/neovim/Makefile
  head/textproc/groonga/Makefile