Date: Fri, 8 Feb 2008 07:30:29 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Mikhail Teterin <mi+mill@aldan.algebra.com> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/icu Makefile distinfo pkg-plist ports/devel/icu/files patch-enum-bug patch-install patch-intltest patch-putil Message-ID: <20080208073029.3291b675.nork@FreeBSD.org> In-Reply-To: <200802071629.34089.mi%2Bmill@aldan.algebra.com> References: <200802070531.m175VikU015939@repoman.freebsd.org> <20080208021738.0e740030.nork@FreeBSD.org> <200802071629.34089.mi%2Bmill@aldan.algebra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi mi. On Thu, 7 Feb 2008 16:29:33 -0500 Mikhail Teterin <mi+mill@aldan.algebra.com> wrote: > четвер 07 лютий 2008 12:17 по, Norikatsu Shigemura Ви написали: > > Please bump PORTREVISION depended on devel/icu. > Done... Don't know, why package-building infrastructure can't handle this > automatically, but done. Because there are no files pointed by libicui18n's soname. $ readelf -d /usr/local/lib/compat/pkg/libicui18n.so.36.0 : 0x0000000e (SONAME) Library soname: [libicui18n.so.36] : $ readelf -d /usr/local/lib/libicui18n.so.38.1 : 0x0000000e (SONAME) Library soname: [libicui18n.so.38] : If you symlink libicui18n.so.36.0 to libicui18n.so.36, you will solution this issue. So I suggest to remove library's minor version as ICUMINOR. > > And, please be careful library's major version at this port: > > >ICUMAJOR= ${PORTVERSION:S/.//:R} > > >PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUMINOR=1 > Uhm? What's wrong? No, but please note that library's major version is *unconsciously* bumped. If library's major version is bumped, all ports depending on it should be bumped PORTREVISION. Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080208073029.3291b675.nork>