Quoting Emanuel Haupt <eha...@freebsd.org> (from Sat, 26 Feb 2011
12:32:16 +0100):
Barbara <barbara.xxx1...@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.
Thanks to ale! Pointy hat to me. And indeed, "interesting" that one of
them succeeded.
Bye,
Alexander.
--
Bender: He's a witch!
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"