From owner-cvs-all@FreeBSD.ORG Thu Feb 7 22:30:31 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from freefall.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id 2280D16A421; Thu, 7 Feb 2008 22:30:30 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Fri, 8 Feb 2008 07:30:29 +0900 From: Norikatsu Shigemura To: Mikhail Teterin Message-Id: <20080208073029.3291b675.nork@FreeBSD.org> In-Reply-To: <200802071629.34089.mi+mill@aldan.algebra.com> References: <200802070531.m175VikU015939@repoman.freebsd.org> <20080208021738.0e740030.nork@FreeBSD.org> <200802071629.34089.mi+mill@aldan.algebra.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2008 22:30:31 -0000 Hi mi. On Thu, 7 Feb 2008 16:29:33 -0500 Mikhail Teterin 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.