I did a pkg_delete for both libiconv and libxul in the hope that this would 
clear any stale depends from firefox2 days causing me these problems.

local# cd /var/db/pkg/
local# ls | grep iconv
php5-iconv-5.2.12
local#

now the makefile on the other hand:
local# cd /usr/ports/converters/libiconv
local# vi Makefile
# New ports collection makefile for:    libiconv
# Date created:                         17 July 2000
# Whom:                                 Maxim Sobolev 
<sobo...@freebsd.org>
#
# $FreeBSD: ports/converters/libiconv/Makefile,v 1.52 2009/08/02 19:32:38 mezz 
Exp $
#

PORTNAME=       libiconv
PORTVERSION=    1.13.1
CATEGORIES=     converters devel
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=     ${PORTNAME}

MAINTAINER=     gn...@freebsd.org
COMMENT=        A character set conversion library

USE_AUTOTOOLS=  libtool:22

#cd ../../devel/libtool22
local# make
===>   libtool-2.2.6b depends on file: /usr/local/lib/libxul/libxul.so - not 
found
===>    Verifying install for /usr/local/lib/libxul/libxul.so in 
/usr/ports/www/libxul
===>   libxul-1.9.0.17 depends on executable: zip - found
===>   libxul-1.9.0.17 depends on executable: gmake - found
===>   libxul-1.9.0.17 depends on file: 
/usr/local/libdata/pkgconfig/printproto.pc - found
===>   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconfig/sm.pc - 
found
===>   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconfig/xt.pc - 
found
===>   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconfig/xi.pc - 
found
===>   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconfig/xext.pc 
- found
===>   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconfig/x11.pc 
- found
===>   libxul-1.9.0.17 depends on file: 
/usr/local/libdata/pkgconfig/xinerama.pc - found
===>   libxul-1.9.0.17 depends on file: /usr/local/libdata/pkgconfig/ice.pc 
- found
===>   libxul-1.9.0.17 depends on file: 
/usr/local/libdata/pkgconfig/xproto.pc - found
===>   libxul-1.9.0.17 depends on file: /usr/local/bin/perl5.10.1 - found
===>   libxul-1.9.0.17 depends on file: /usr/local/bin/intltool-extract - 
found
===>   libxul-1.9.0.17 depends on executable: pkg-config - found
===>   libxul-1.9.0.17 depends on executable: update-desktop-database - found
===>   libxul-1.9.0.17 depends on shared library: dbus-glib-1.2 - found
===>   libxul-1.9.0.17 depends on shared library: cairo.2 - found
===>   libxul-1.9.0.17 depends on shared library: nspr4 - found
===>   libxul-1.9.0.17 depends on shared library: Xft.2 - found
===>   libxul-1.9.0.17 depends on shared library: iconv.3 - not found
===>    Verifying install for iconv.3 in /usr/ports/converters/libiconv
===>   libiconv-1.13.1 depends on file: /usr/local/lib/libxul/libxul.so - 
not found
===>    Verifying install for /usr/local/lib/libxul/libxul.so in 
/usr/ports/www/libxul



ken.

---- On Tue, 12 Jan 2010 23:42:38 +0600 Scot Hetzel <swhet...@gmail.com> 
wrote ---- 

On 1/12/10, keneasson <keneas...@zoho.com> wrote: 
> Hi thanks for the reply. 
> I'm worried that changing WITH_GECKO will try and rebuild firefox2 which 
is marked IGNORE. It took me a long time to get that resolved. 
> 
> Here is a bit of my portmaster -a log, it's pretty clear that there is a 
dependency loop. 
> 
> portmaster -a > pormasterbuild.log 
> /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by 
"pg_config" 
> /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by 
"httpd" 
> [: -le: argument expected 
> 
> ... 
I would suggest you check the /var/db/pkg/libiconv*/+CONTENTS file to 
see if it contains any extra dependencies. The begining of my 
libiconv*/+CONTENTS file only contains this: 
 
@comment PKG_FORMAT_REVISION:1.1 
@name libiconv-1.13.1 
@comment ORIGIN:converters/libiconv 
@cwd /usr/local 
man/man1/iconv.1.gz 
@comment MD5:5c4f3aa5c04f006466355e377b1a2560 
: 
 
There should be no @pkgdep or @comment DEPORIGIN lines in this file. 
If you have these in there, then remove them as libiconv has no 
dependencies. 
 
Scot 
_______________________________________________ 
freebsd-questi...@freebsd.org mailing list 
http://lists.freebsd.org/mailman/listinfo/freebsd-questions 
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
_______________________________________________
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"

Reply via email to