Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2003 13:39:24 -0800
From:      George Hartzell <hartzell@kestrel.alerce.com>
To:        Erick Mechler <emechler@techometer.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: portupgrade and PHP
Message-ID:  <16296.7308.973001.618090@rosebud.alerce.com>
In-Reply-To: <20031104193747.GS27262@techometer.net>
References:  <3FA6A459.2060904@updegrove.net> <20031104193104.60445.qmail@web14106.mail.yahoo.com> <20031104193747.GS27262@techometer.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16296.7308.973001.618090>