On 2007/05/18 16:45, Simon Kuhnle wrote: > > I get the following error on "make install": > ===> Installing moc-2.4.1 from /usr/ports/packages/i386/all/ > Can't install /usr/ports/packages/i386/all/moc-2.4.1.tgz: lib not found > idn.16.15 > Even by looking in the dependency tree: > libid3tag-0.15.1bp0, libmad-0.15.1bp1, libsndfile-1.0.11p0, > libsamplerate-0.1.2p0, libogg-1.1.3, curl-7.16.0, libiconv-1.9.2p3, > flac-1.1.2p1 > *** Error code 1 > > Stop in /usr/ports/mystuff/moc (line 1402 of > /usr/ports/infrastructure/mk/bsd.port.mk). > > Perhaps you need libidn as dependency? > Or am I doing something wrong?
You need to update curl to 7.16.2. I was scratching my head over this earlier with a different port. It's to do with the recent curl update. I'm not convinced things are quite right as they stand - I wonder if the curl- using ports which have been updated to list idn in wantlib actually need LIB_DEPENDS=curl:curl->=7.16.2:net/curl
