Commit graph

8 commits

Author SHA1 Message Date
Akinori MUSHA
ea4cef3e92 Use RUBY_MOD*. 2002-10-06 21:38:34 +00:00
Akinori MUSHA
73d38c252f Mark as BROKEN; it does not work with the latest PHP4. 2002-03-30 11:16:39 +00:00
Akinori MUSHA
4adc5a8a71 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 12:08:37 +00:00
Dirk Froemberg
8c0949d312 Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.

See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
2001-12-31 10:20:19 +00:00
Akinori MUSHA
b7bc374d07 I hate it that I have to make this port directly lib-depend on
databases/mysql323-client, but this seems to be the only and last
means to make it build on bento.  *SIGH*

I still strongly hope that apache & mod_php4 will be fix in some way
to avoid this kind of silly workaround.
2001-04-12 07:48:28 +00:00
Akinori MUSHA
28b2e150ef Run-depend on mod_php4. Seems the standalone php (lang/php4) and the
apache module of php4 (www/mod_php4) have discrepant (or just
"different") dependencies.

I hope this would fix the build of pruby on bento..
2001-03-19 07:52:45 +00:00
Akinori MUSHA
939093935f Avoid the use of `!=' assignment where it's possible. Some old
make(1) seems to have a messy problem with it.

Submitted by:	FreshPorts
2001-03-03 09:45:51 +00:00
Akinori MUSHA
1a7261ae50 Add pruby, a glue interface between PHP and Ruby. 2001-03-03 08:58:18 +00:00