From owner-cvs-ports@FreeBSD.ORG Tue Oct 14 06:07:11 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A7A16A4B3 for ; Tue, 14 Oct 2003 06:07:11 -0700 (PDT) Received: from outpost.globcon.net (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id CD60E43FA3 for ; Tue, 14 Oct 2003 06:07:08 -0700 (PDT) (envelope-from sergei@kolobov.com) Received: (qmail 82609 invoked from network); 14 Oct 2003 13:07:09 -0000 Received: from agdcgw01.akingump.com (HELO kolobov.com) (12.40.174.2) by outpost.globcon.net (62.141.88.161) with SMTP; 14 Oct 2003 13:07:09 -0000 Received: (qmail 981 invoked by uid 911); 14 Oct 2003 13:07:03 -0000 Date: Tue, 14 Oct 2003 17:07:03 +0400 From: Sergei Kolobov To: Ade Lovett Message-ID: <20031014130703.GA763@chetwood.ru> Mail-Followup-To: Ade Lovett , cvs-ports@FreeBSD.org References: <200310132036.h9DKaahx073580@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310132036.h9DKaahx073580@repoman.freebsd.org> User-Agent: Mutt/1.5.3i cc: cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/dns/posadis Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 13:07:11 -0000 On 2003-10-13 at 13:36 -0700, Ade Lovett wrote: > Remove use/install of embedded libltdl, using devel/libltdl instead. Thanks for fixing this, Ade. (I would have also appreciated at least a notification prior to this commit). Unfortunately, you forgot to add devel/libltdl to LIB_DEPENDS. See ports/58005 for that and other fixes. > Port seems to be broken either way, though: > > ===> Building for posadis-0.60.1_1 > make: don't know how to make all. Stop > > An empty Makefile is generated. Actually, this particular issue was fixed by the recent update to devel/poslib port (committed by osa 5 days ago). Please verify that you have poslib-1.0.1_2. Sergei