Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Apr 2004 20:11:04 -0500
From:      Jeremy Messenger <mezz7@cox.net>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        ports@freebsd.org
Subject:   Re: problem upgrading to Gn0me 2.6 (was: glib version not recognized)
Message-ID:  <opr52awqte8ckrg5@smtp.central.cox.net>
In-Reply-To: <16499.20803.380568.872381@jerusalem.litteratus.org>
References:  <16497.50132.728728.208288@jerusalem.litteratus.org> <20040405204859.GC77438@toxic.magnesium.net> <16497.64301.849579.513521@jerusalem.litteratus.org> <20040406005252.GG77438@toxic.magnesium.net> <16499.20803.380568.872381@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------------XHPDygVIe0IeOUjAH6fqH3
Content-Type: text/plain; format=flowed; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

On Tue, 6 Apr 2004 20:54:27 -0400, Robert Huff <roberthuff@rcn.com> wrote:

<snip>
> 	! net/edonkey-gui-gtk (edonkey-gui-gtk-0.6.1_1)	(linker error)
>
> 	(Full 12 mb file or sections thereof available on request.)
> 	Never seen portupgrade death by linker error before.  What's
> wrong?  Also: is there a way to re-run the srcipt and not rebuild
> everything that's already successdully installed?

Check in the pkg_info to make sure everything is update. Same as check the 
date (ls -l) in the /var/db/pkg/* to see if most of them are recently, so 
it means you don't have to re-run the script. It's only edonkey-gui-gtk 
that has been failed and I have a patch in an attach, so can you test it?

Cheers,
Mezz

>
> 				Robert Huff


-- 
bsdforums.org 's moderator, mezz.
------------XHPDygVIe0IeOUjAH6fqH3
Content-Disposition: attachment; filename=edonkey-gui-gtk.diff
Content-Type: text/plain; name=edonkey-gui-gtk.diff
Content-Transfer-Encoding: 8bit

diff -ur edonkey-gui-gtk.orig/Makefile edonkey-gui-gtk/Makefile
--- edonkey-gui-gtk.orig/Makefile	Sun Apr  4 22:30:32 2004
+++ edonkey-gui-gtk/Makefile	Tue Apr  6 20:05:30 2004
@@ -36,6 +36,8 @@
 	@${REINPLACE_CMD} -E -e 's|^(SUBDIRS.*)docs|\1|' \
 		${WRKSRC}/Makefile.in
 .endif
+	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+			${WRKSRC}/configure
 
 post-install:
 	@${LN} -s ed2k_gui ${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}

------------XHPDygVIe0IeOUjAH6fqH3--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opr52awqte8ckrg5>