From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 00:51:01 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20B716A4CE for ; Fri, 4 Feb 2005 00:51:01 +0000 (GMT) Received: from chaos.eyede.com (chaos.eyede.com [202.21.136.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3010543D2F for ; Fri, 4 Feb 2005 00:51:01 +0000 (GMT) (envelope-from mailadmin@eyede.com) Received: from localhost (localhost.eyede.com [127.0.0.1]) by chaos.eyede.com (Postfix) with ESMTP id 27EC654A8; Fri, 4 Feb 2005 13:52:12 +1300 (NZDT) Received: from [172.16.99.18] (ewsn08.ntdns.eyede.com [172.16.99.18]) by chaos.eyede.com (Postfix) with ESMTP id 2E46E54A0; Fri, 4 Feb 2005 13:52:10 +1300 (NZDT) Message-ID: <4202C6F1.3000302@eyede.com> Date: Fri, 04 Feb 2005 13:50:57 +1300 From: Mr Mailadmin User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kirk Strauser References: <200501291144.21175.kirk@strauser.com> In-Reply-To: <200501291144.21175.kirk@strauser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Amavisd at eyede.com cc: freebsd-questions@freebsd.org Subject: Re: Anyone made pkgtools.conf's "ALT_PKGDEP" work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 00:51:01 -0000 I get the same problem, and no i have not been able to get ALT_PKGDEP to work properly. However, there is a make.conf variable that might help the apache side: APACHE_PORT=www/apache-modssl Kirk Strauser wrote: >I have this in my pkgtools.conf: > > ALT_PKGDEP = { > 'apache-1.3.*' => 'apache+mod_ssl-1.3.*', > 'openldap-client-*' => 'openldap-sasl-client-*', > 'openldap-server-*' => 'openldap-sasl-server-*' > } > >However, I still get errors like this all the time after upgrading ports: > > # portversion -vL= > Stale dependency: gtk-qt-engine-0.6 --> openldap-client-2.2.19 -- manually run 'pkgdb -F' to fix, or specify -O to force. > >It seems that the ALT_PKGDEP values should be rewriting that dependency on >openldap-client-2.2.19 to openldap-sasl-client-2.2.19 automatically but it >never does. Has anyone made this work, or should I file a PR? > >