x11-toolkits/linux-f10-gtk2 failure after linux-f10-pango upgrade

Emanuel Haupt ehaupt at FreeBSD.org
Sat Feb 26 11:32:23 UTC 2011


Barbara <barbara.xxx1975 at libero.it> wrote:
> I'm facing a failure trying to upgrade linux-f10-gtk2.
> Even if linux-f10-pango is upgraded yet, the upgrade process checks
> for: ===>    Verifying reinstall
> for /compat/linux/usr/lib/libpango-1.0.so.0.2203.0
> in /usr/ports/x11-toolkits/linux-f10-pango and so it try to install
> (not upgrade) linux-f10-pango because the so version has changed, and
> it fails
> 
> So I think that the following patch is needed
> (http://pastebin.com/bDJ0Hfrt)
> --- bsd.linux-apps.mk.orig	2011-02-25 12:00:59.000000000 +0100
> +++ bsd.linux-apps.mk	2011-02-26 10:58:36.000000000 +0100
> @@ -388,7 +388,7 @@
>  
>  pango_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.1001.1
> pango_f8_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.1800.4
> -pango_f10_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2203.0
> +pango_f10_FILE=
> ${LINUXBASE}/usr/lib/libpango-1.0.so.0.2800.3
> pango_DETECT=		${pango${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
> pango_PORT=			${PORTSDIR}/x11-toolkits/linux
> ${LINUX_DIST_SUFFIX}-pango pango_DEPENDS=		cairo expat
> fontconfig xorglibs
> 
> Barbara

I see ale just fixed it. It was interesting that portmaster was able to
update and portupgrade failed.

Emanuel


More information about the freebsd-ports mailing list