From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 16:52:03 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 2AE8F16A4D0 for ; Mon, 23 Oct 2006 16:52:03 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-dupuy.atl.sa.earthlink.net (elasmtp-dupuy.atl.sa.earthlink.net [209.86.89.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A54243D8A for ; Mon, 23 Oct 2006 16:50:50 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-dupuy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1Gc30j-0005Hp-JA for freebsd-questions@freebsd.org; Mon, 23 Oct 2006 12:50:50 -0400 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id k9NGragv069843 for ; Mon, 23 Oct 2006 11:53:36 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id k9NGra36069842 for freebsd-questions@freebsd.org; Mon, 23 Oct 2006 11:53:36 -0500 (CDT) (envelope-from lane@joeandlane.com) From: Lane To: freebsd-questions@freebsd.org Date: Mon, 23 Oct 2006 11:53:35 -0500 User-Agent: KMail/1.9.3 References: <200610231106.10504.lane@joeandlane.com> <453CEA82.6060408@unsane.co.uk> In-Reply-To: <453CEA82.6060408@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610231153.36007.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec7923b56bbe564216d0b88dfe977ef4192e350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 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:52:03 -0000 On Monday 23 October 2006 11:14, Vince wrote: > 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" > > _______________________________________________ > 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" Zoinks! Thanks to everyone who pointed out /usr/local/etc/pkgtools.conf Sorry for the noise. I'll rtfm on pkgtools right away. lane