From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 16:15:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BE9E716A4F0 for ; Mon, 23 Oct 2006 16:15:20 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane.co.uk [62.140.220.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 271D643D5F for ; Mon, 23 Oct 2006 16:15:10 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.13.7/8.13.3) with ESMTP id k9NGF8kH030463 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 23 Oct 2006 17:15:09 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <453CEA82.6060408@unsane.co.uk> Date: Mon, 23 Oct 2006 17:14:58 +0100 From: Vince User-Agent: Thunderbird 1.5.0.7 (X11/20061017) MIME-Version: 1.0 To: Lane References: <200610231106.10504.lane@joeandlane.com> In-Reply-To: <200610231106.10504.lane@joeandlane.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: HOWTO: run portupgrade with original options for perl5.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 16:15:20 -0000 Lane wrote: > Hello, > > I run openwebmail which wants perl compiled -DENABLE_SUIDPERL > > However, when I portupgrade perl, this option is apparently not reused, and > openwebmail fails until I recompile perl. > > I note that there is no entry for perl in /var/db/ports (i.e. no "options" are > recorded). > > I also note that the /options that are present for other ports contain the > header: > > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > > and when I run make config from /usr/ports/lang/perl5.8 I get > > ===> No options to configure > > So the question is: How do I get portupgrade to remember the options I used > when I compiled perl? > the config file for portupgrade is /usr/local/etc/pkgtools.conf which contains a config line of MAKE_ARGS = { } either read the inline comments to get the idea what to add here and tune for your site or just change this to MAKE_ARGS = { 'lang/perl5.8' => 'ENABLE_SUIDPERL=YES', } To fix your issue. Vince > Thanks! > > lane > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"