Barbara <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
