cvs commit: ports/devel/icu Makefile distinfo pkg-plist ports/devel/icu/files patch-enum-bug patch-install patch-intltest patch-putil

Norikatsu Shigemura nork at FreeBSD.org
Thu Feb 7 14:30:31 PST 2008


Hi mi.

On Thu, 7 Feb 2008 16:29:33 -0500
Mikhail Teterin <mi+mill at 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.


More information about the cvs-all mailing list