Re: problems with mod_php4 port

2003-07-24 Thread Alfonso Romero
I found the problem...
I Didn´t update the lang ports, and that was what the mod_php4 port was
complaining about...

I now updated ports/lang and all seems to go along now...



- Original Message -
From: "Derrick Ryalls" <[EMAIL PROTECTED]>
To: "'Alfonso Romero'" <[EMAIL PROTECTED]>; "'freebsd-questions'"
<[EMAIL PROTECTED]>
Sent: Thursday, July 24, 2003 7:47 PM
Subject: RE: problems with mod_php4 port


> I updated the mod_php4 port, but it only has the files:
>
> Makefile
> pkg-message
>
>
> I can´t install it... where are the other files from this
> port? The mod_php3 port is fine, but I need mod_php4!
>
> What should I do?

Oddly enough, I recently installed mod_php4 and looking back, the
directory only has those files in it.  What does it say when you type
make install?





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


RE: problems with mod_php4 port

2003-07-24 Thread Ryan Thompson
Derrick Ryalls wrote to 'Alfonso Romero' and 'freebsd-questions':

> > I updated the mod_php4 port, but it only has the files:
> >
> > Makefile
> > pkg-message
> >
> >
> > I can´t install it... where are the other files from this
> > port? The mod_php3 port is fine, but I need mod_php4!
> >
> > What should I do?
>
> Oddly enough, I recently installed mod_php4 and looking back, the
> directory only has those files in it.  What does it say when you type
> make install?

Look at the Makefile:

MASTERDIR=  ${.CURDIR}/../../lang/php4

WITHOUT_CLI=yes

.include "${MASTERDIR}/Makefile"

Does that answer your question? :-)

- Ryan

-- 
  Ryan Thompson <[EMAIL PROTECTED]>

  SaskNow Technologies - http://www.sasknow.com
  901-1st Avenue North - Saskatoon, SK - S7K 1Y4

Tel: 306-664-3600   Fax: 306-244-7037   Saskatoon
  Toll-Free: 877-727-5669 (877-SASKNOW) North America

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


RE: problems with mod_php4 port

2003-07-24 Thread Derrick Ryalls
> I updated the mod_php4 port, but it only has the files:
> 
> Makefile
> pkg-message
> 
> 
> I can´t install it... where are the other files from this 
> port? The mod_php3 port is fine, but I need mod_php4!
> 
> What should I do?

Oddly enough, I recently installed mod_php4 and looking back, the
directory only has those files in it.  What does it say when you type
make install?


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