From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 17:44:23 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 30D5816A4CE for ; Sat, 29 Jan 2005 17:44:23 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E352F43D1D for ; Sat, 29 Jan 2005 17:44:22 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 2FDD721F3CB for ; Sat, 29 Jan 2005 11:44:22 -0600 (CST) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09222-12 for ; Sat, 29 Jan 2005 11:44:21 -0600 (CST) Received: from kanga.honeypot.net (unknown [IPv6:2001:470:1f01:224:1::2]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id BC56021C980 for ; Sat, 29 Jan 2005 11:44:21 -0600 (CST) From: Kirk Strauser To: freebsd-questions@freebsd.org Date: Sat, 29 Jan 2005 11:44:17 -0600 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2108340.B1eWaQixWI"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501291144.21175.kirk@strauser.com> X-Virus-Scanned: amavisd-new at honeypot.net Subject: 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: Sat, 29 Jan 2005 17:44:23 -0000 --nextPart2108340.B1eWaQixWI Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I have this in my pkgtools.conf: ALT_PKGDEP =3D { 'apache-1.3.*' =3D> 'apache+mod_ssl-1.3.*', 'openldap-client-*' =3D> 'openldap-sasl-client-*', 'openldap-server-*' =3D> 'openldap-sasl-server-*' } However, I still get errors like this all the time after upgrading ports: # portversion -vL=3D Stale dependency: gtk-qt-engine-0.6 --> openldap-client-2.2.19 -- manua= lly 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? =2D-=20 Kirk Strauser --nextPart2108340.B1eWaQixWI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB+8t15sRg+Y0CpvERAhvGAJ97KUPzIKf/QttF3bFvqdPnwJIjtwCdEaEy UoiVgXec4VXNOa7Gf3HGqSQ= =zvRY -----END PGP SIGNATURE----- --nextPart2108340.B1eWaQixWI--