PHP4 port broken?

2004-08-09 Thread Chris Boyd
So what's going on with the php4 port?

It used to present a menu of choices for the compilation options, but
does not anymore on the 4.3.8_2 version I have now.  I'm trying to get
curl and gettext support compiled in, but having no luck, even if I try
hacking the makefile CONFIGURE_ARGS= section to include --with-gettexti
and --with-curl and removing the --disable-all.  I'm still not getting
the php_gettext.so that I used to have.

FreeBSD 4.10, Apache2.

LARTs appreciated and gratefully received with thanks,

--Chris

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP4 port broken?

2004-08-09 Thread Paul Schmehl
--On Monday, August 09, 2004 04:50:08 PM -0500 Chris Boyd 
[EMAIL PROTECTED] wrote:

So what's going on with the php4 port?
It used to present a menu of choices for the compilation options, but
does not anymore on the 4.3.8_2 version I have now.  I'm trying to get
curl and gettext support compiled in, but having no luck, even if I try
hacking the makefile CONFIGURE_ARGS= section to include --with-gettexti
and --with-curl and removing the --disable-all.  I'm still not getting
the php_gettext.so that I used to have.
The extensions have been separated out from the base install.  Look in 
/usr/ports/lang/php4-extensions/

You can now add extensions any time without having to recompile the base 
php4.

Also see /usr/ports/UPDATING
Caught me by surprise as well. :-)
Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
The University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/ir/security/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP4 port broken?

2004-08-09 Thread Bill Moran
Chris Boyd [EMAIL PROTECTED] wrote:

 So what's going on with the php4 port?
 
 It used to present a menu of choices for the compilation options, but
 does not anymore on the 4.3.8_2 version I have now.  I'm trying to get
 curl and gettext support compiled in, but having no luck, even if I try
 hacking the makefile CONFIGURE_ARGS= section to include --with-gettexti
 and --with-curl and removing the --disable-all.  I'm still not getting
 the php_gettext.so that I used to have.
 
 FreeBSD 4.10, Apache2.
 
 LARTs appreciated and gratefully received with thanks,

The PHP port has been divvied up into a number of ports, so other ports
can specify only what parts of PHP they need.  For example, after you
install php4, you can then install lang/php4-gettext to add gettext
support to it.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP4 port broken?

2004-08-09 Thread Chris Boyd
On Aug 9, 2004, at 5:00 PM, Bill Moran wrote:
The PHP port has been divvied up into a number of ports, so other ports
can specify only what parts of PHP they need.  For example, after you
install php4, you can then install lang/php4-gettext to add gettext
support to it.

OK, thanks to Bill, Paul, and Dan.
Looks like everything is going along well.  Would have been nice if 
they had modified the old makefile to put up a note that said something 
like We're moving stuff around.  If you want to build extensions, go 
to /usr/ports/lang/php4-extensions.

--Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PHP4 port broken?

2004-08-09 Thread Peter Ulrich Kruppa
On Mon, 9 Aug 2004, Chris Boyd wrote:
On Aug 9, 2004, at 5:00 PM, Bill Moran wrote:
The PHP port has been divvied up into a number of ports, so other ports
can specify only what parts of PHP they need.  For example, after you
install php4, you can then install lang/php4-gettext to add gettext
support to it.

OK, thanks to Bill, Paul, and Dan.
Looks like everything is going along well.  Would have been nice if they had 
modified the old makefile to put up a note that said something like We're 
moving stuff around.  If you want to build extensions, go to 
/usr/ports/lang/php4-extensions.
Have a look at /usr/ports/UPDATING and /usr/src/UPDATING after 
cvsup. You will find notes about these things there.

Regards,
Uli.

--Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]