Subject: CVS commit: pkgsrc/lang/php5
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 11/01/2004 19:46:18
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Mon Nov  1 19:46:18 UTC 2004

Modified Files:
	pkgsrc/lang/php5: Makefile PLIST
Removed Files:
	pkgsrc/lang/php5: MESSAGE

Log Message:
Make sure to install the _CLI_ version to ${PREFIX}/bin/php, and _CGI_
to ${PREFIX}/libexec/cgi-bin; install also couple more files same way
as PHP4

Of particular note is that CLI ignores setting of register_argc_argv
(treats as if it would be On), so it's no longer necessary to do anything
special for Pear packages to work. g/c MESSAGE warning about the Pear issue.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r0 pkgsrc/lang/php5/MESSAGE
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/php5/Makefile pkgsrc/lang/php5/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.