From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 19:40:13 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DC737B0 for ; Fri, 20 Jun 2014 19:40:13 +0000 (UTC) Received: from relay.mailchannels.net (ar-005-i202.relay.mailchannels.net [162.253.144.84]) by mx1.freebsd.org (Postfix) with ESMTP id 60C1C2390 for ; Fri, 20 Jun 2014 19:39:54 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (ip-10-218-133-212.us-west-2.compute.internal [10.218.133.212]) by relay.mailchannels.net (Postfix) with ESMTPA id 386BC1002EE for ; Fri, 20 Jun 2014 19:21:57 +0000 (UTC) X-Sender-Id: _forwarded-from|107.201.34.133 Received: from mail-24.name-services.com (mail-24.name-services.com [10.245.113.209]) (using TLSv1 with cipher AES128-SHA) by 0.0.0.0:2500 (trex/5.2.3); Fri, 20 Jun 2014 19:21:59 GMT X-MC-Relay: Forwarding X-MailChannels-SenderId: _forwarded-from|107.201.34.133 X-MailChannels-Auth-Id: demandmedia Received: from [10.0.10.1] (107-201-34-133.lightspeed.bcvloh.sbcglobal.net [107.201.34.133]) by mail-24.name-services.com with SMTP; Fri, 20 Jun 2014 06:44:48 -0700 Message-ID: <53A43ACD.6040908@a1poweruser.com> Date: Fri, 20 Jun 2014 09:44:45 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: questions Subject: howto make package on 10.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 19:40:13 -0000 make install clean works just fine. But "make install package" ends with error code 1. How do I make a package from a ports tree directory in RELEASE-10.0?