From owner-freebsd-ports@FreeBSD.ORG Sun Dec 2 23:26:16 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF6BF16A46B for ; Sun, 2 Dec 2007 23:26:16 +0000 (UTC) (envelope-from godpost@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 6FEFA13C458 for ; Sun, 2 Dec 2007 23:26:16 +0000 (UTC) (envelope-from godpost@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so2778943uge for ; Sun, 02 Dec 2007 15:26:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:references:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=V2k1KGJZZ7H3NamjqvonArgjv9U4z88+0j8ylucHAfI=; b=QW7zh7gIG7pMFrxfEZZ9SYAqljlhscsFDsqEsnOLL7kL4kxFqNpQKXGumPL7lDbPFpUYNe22YR77XOgSLgTiPyWljnRKjVFw/FcGPlPlCl5WvztXEcTg5KI10lOPT+Lnl0i2rXibvRiduQRW20aXGH0cr35oK3PV2O9VS9q5iXQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:from:to:references:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=MT6C3OsoGLnOBCWAK3hoDRAFuTym668gUZP2Zet7b+F0xFU4l/h2jj6bm/0iopaq6WOvTY3v2Udy0RO81srKaIRLTrniOV9y3h5eRTaNL6bm86SYaG/661KiW06BZslLRF8+UfUcGcxEPt5LRFNbQG2Cpc+T1clP4LvfOKryVsI= Received: by 10.67.32.14 with SMTP id k14mr2600536ugj.1196637974861; Sun, 02 Dec 2007 15:26:14 -0800 (PST) Received: from pi ( [212.242.117.72]) by mx.google.com with ESMTPS id m38sm6856912ugd.2007.12.02.15.26.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Dec 2007 15:26:10 -0800 (PST) Message-ID: <004401c8353a$ba025730$6300000a@pi> From: "GP" To: References: <002401c8352b$9ba33750$6300000a@pi> <47533119.6060009@FreeBSD.org> <003901c83533$715577d0$6300000a@pi> <4753362B.8080200@brianwhalen.net> Date: Mon, 3 Dec 2007 00:26:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: Re: HELP needed by experienced porter for simple review X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2007 23:26:17 -0000 > Many ports need this to work, sadly it is often not mentioned at the > end of make install or the pkg_add. I would love for it to say > something like this. We need to make this easier to use when possible. > In order for the install of "port name" to work, it should be activated > via /etc.rc.conf, would you like for this modification to be made for > you? If you type y, /etc/rconf will have the following line added. > portname_enable="YES" [y n] Good ideer! I will work that in. Thanks