From owner-freebsd-stable@FreeBSD.ORG Tue Nov 4 13:39:32 2003 Return-Path: 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 3A0D016A4CE for ; Tue, 4 Nov 2003 13:39:32 -0800 (PST) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A8C43F85 for ; Tue, 4 Nov 2003 13:39:31 -0800 (PST) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (rosebud.lbl.gov [131.243.193.115]) (authenticated bits=128) by kestrel.alerce.com (8.12.10/8.12.10) with ESMTP id hA4LdTLN055324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 4 Nov 2003 13:39:30 -0800 (PST) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.8p2/8.12.8) with ESMTP id hA4LdSQe015087 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 4 Nov 2003 13:39:28 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.8p2/8.12.8/Submit) id hA4LdP9G015084; Tue, 4 Nov 2003 13:39:25 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16296.7308.973001.618090@rosebud.alerce.com> Date: Tue, 4 Nov 2003 13:39:24 -0800 To: Erick Mechler In-Reply-To: <20031104193747.GS27262@techometer.net> References: <3FA6A459.2060904@updegrove.net> <20031104193104.60445.qmail@web14106.mail.yahoo.com> <20031104193747.GS27262@techometer.net> X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid X-Virus-Scanned: ClamAV version 'clamd / ClamAV version devel-20031103', clamav-milter version '0.60n' cc: Rick Updegrove cc: freebsd-stable@freebsd.org Subject: Re: portupgrade and PHP X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2003 21:39:32 -0000 Erick Mechler writes: > :: > How can I continually compile PHP with the same > :: > options as the last time? > :: > :: Edit /usr/ports/lang/php4/Makefile and change the line > :: PHP4_OPTIONS?= according to your needs. > > Except that the next time you upgrade your ports tree, your changes will > be overwritten. Check out the /usr/local/etc/pkgtools.conf file. This is > how you can use your own make(1) options using portupgrade consistently. > The options you can use for each port can be found in its respective > Makefile. Or, if the port is set up to respect Makefile.local, put the PHP4_OPTIONS?= according to your needs. in there. Not all ports seem to get this right though, so check it before you trust it. g.