Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2017 08:11:23 +0900
From:      Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
To:        svn-ports-head@freebsd.org
Cc:        sunpoet@FreeBSD.org
Subject:   Re: svn commit: r432762 - in head: astro/libosmpbf astro/merkaartor audio/clementine-player audio/mixxx audio/mumble audio/murmur devel/php5-pinba devel/pinba_engine devel/protobuf devel/protobuf-c dev...
Message-ID:  <20170130081123.fc914abeb5ebfec21d617ccf@dec.sakura.ne.jp>

next in thread | raw e-mail | index | archive | help
At least, japanese/mozc-server needs additional fix, as it depents on
libprotobuf.so.11, while some others depends on libprotobuf.so.

  LIB_DEPENDS=    libprotobuf.so.11:devel/protobuf \

If there's no reason to depend on specific version, it should be like
below:

  LIB_DEPENDS=    libprotobuf.so:devel/protobuf \

or fixed lile below to chase library version change.

  LIB_DEPENDS=    libprotobuf.so.12:devel/protobuf \

I myself did the second fix, but the first fix would be OK (not tested).
I haven't checked all dependencies of devel/protobuf, so there can be
some more ports that needs the same fix.


> Author: sunpoet
> Date: Sun Jan 29 16:04:36 2017
> New Revision: 432762
> URL: https://svnweb.freebsd.org/changeset/ports/432762
> 
> Log:
>   Update devel/protobuf to 3.2.0
>   
>   - Bump PORTREVISION for shlib change
>   
>   Changes:	https://github.com/google/protobuf/releases
> 
> Added:
>   head/devel/protobuf/files/patch-src-google-protobuf-compiler-plugin.pb.cc
(contents, props changed)
> head/devel/protobuf/files/patch-src-google-protobuf-compiler-plugin.pb.h
(contents, props changed) Modified: head/astro/libosmpbf/Makefile
>   head/astro/merkaartor/Makefile
>   head/audio/clementine-player/Makefile
>   head/audio/mixxx/Makefile
>   head/audio/mumble/Makefile
>   head/audio/murmur/Makefile
>   head/devel/php5-pinba/Makefile
>   head/devel/pinba_engine/Makefile
>   head/devel/protobuf-c/Makefile
>   head/devel/protobuf/Makefile
>   head/devel/protobuf/distinfo
>   head/devel/protobuf/pkg-plist
>   head/devel/tesla/Makefile
>   head/dns/dnsdist/Makefile
>   head/dns/powerdns/Makefile
>   head/games/cockatrice/Makefile
>   head/games/pink-pony/Makefile
>   head/games/pokerth/Makefile
>   head/japanese/mozc-server/Makefile
>   head/net-im/ricochet/Makefile
>   head/net-p2p/bitcoin/Makefile
>   head/net-p2p/litecoin/Makefile
>   head/net-p2p/namecoin/Makefile
>   head/net-p2p/zetacoin/Makefile
>   head/net/mosh/Makefile
>   head/net/ostinato/Makefile
>   head/net/spoofer/Makefile
>   head/security/certificate-transparency/Makefile
>   head/sysutils/zbackup/Makefile

     (snip)

> Modified: head/japanese/mozc-server/Makefile
> ==============================================================================
> --- head/japanese/mozc-server/Makefile	Sun Jan 29 15:56:47
2017	(r432761)
> +++ head/japanese/mozc-server/Makefile	Sun Jan 29 16:04:36 2017	(r432762)
> @@ -4,6 +4,7 @@
>  PORTNAME=	mozc
>  PORTVERSION=	2.20.2677.102.02
>  DISTVERSIONPREFIX=	v
> +PORTREVISION=	1
>  CATEGORIES=	japanese
>  
>  MAINTAINER=	hrs at FreeBSD.org

    (snip)

-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170130081123.fc914abeb5ebfec21d617ccf>