From owner-freebsd-ports Wed Jul 8 05:03:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14982 for freebsd-ports-outgoing; Wed, 8 Jul 1998 05:03:40 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jkoshy@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14974; Wed, 8 Jul 1998 05:03:36 -0700 (PDT) (envelope-from jkoshy) Date: Wed, 8 Jul 1998 05:03:36 -0700 (PDT) From: Joseph Koshy Message-Id: <199807081203.FAA14974@hub.freebsd.org> To: tg@ihf.rwth-aachen.de Subject: Re: Dependencies when doing a make install ... Cc: jkoshy, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Joseph Koshy writes: > > > Why does `make install' try to register dependencies in /usr/ports/*? > > What makes you think it does? > > tg Take a port with a LIB_DEPENDS dependency (eg:- xaos, which depends on `png'). $ lcvs co xaos $ cd xaos; make ... [snip] ... # make install ... [snip] ... ===> Registering installation for xaos-3.0 Warning: "/usr/ports/graphics/png" non-existent -- @pkgdep registration incomplete I do have the `png' package installed: # pkg_info -aI | grep png png-1.0.1 Library for manipulating PNG images. And sure enough, the files in /var/db/pkg/png/ don't get updated correctly to record the dependency of `xaos' on the PNG library. Note: bsd.port.mk on -stable post 2.2.6 Am I missing something? Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message