From owner-freebsd-stable@FreeBSD.ORG Mon Feb 13 18:47:53 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5A5A16A420 for ; Mon, 13 Feb 2006 18:47:53 +0000 (GMT) (envelope-from freebsd@milfordmail.com) Received: from smtp103.sbc.mail.mud.yahoo.com (smtp103.sbc.mail.mud.yahoo.com [68.142.198.202]) by mx1.FreeBSD.org (Postfix) with SMTP id 5263E43D5F for ; Mon, 13 Feb 2006 18:47:53 +0000 (GMT) (envelope-from freebsd@milfordmail.com) Received: (qmail 81623 invoked from network); 13 Feb 2006 18:47:52 -0000 Received: from unknown (HELO mail.milfordmail.com) (milfordmailexim2@sbcglobal.net@70.129.139.222 with login) by smtp103.sbc.mail.mud.yahoo.com with SMTP; 13 Feb 2006 18:47:52 -0000 Received: from [209.243.128.191] (helo=MILFOB) by mail.milfordmail.com with asmtp (TLSv1:RC4-MD5:128) (Exim 4.24; FreeBSD) id 1F8ijn-000Gk6-Vq for freebsd-stable@freebsd.org; Mon, 13 Feb 2006 12:47:52 -0600 Message-ID: <009701c630cd$fe735cc0$0132a8c0@taec.toshiba.com> From: "Bill Milford" To: Date: Mon, 13 Feb 2006 12:47:50 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Scanner: exiscan-acl for exim4 (http://duncanthrax.net/exiscan/) b75f204fb5cb4c9b7d443d729e673afaf4d4da22 Subject: pkg_sign & pkg_check missing with ports openssl X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 18:47:54 -0000 I am using the ports beta version of openssl in order to try to get OpenCA working on a 6.1pre release system. I buildworld and installworld with the following in /etc/make.conf NO_OPENSSL=true WITH_OPENSSL_PORT=yes WITH_OPENSSL_BETA=yes This doesn't install pkg_sign and pkg_check since they depend on openssl. I installed the ports for openssl-beta, openssh-portable and heimdal to add back in the crypto left out of the base system, but I cannot figure out how to get pkg_sign and pkg_check back and if I even need to worry about it. Bill