Subject: CVS commit: pkgsrc/www/php3
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/23/2002 08:47:30
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Oct 23 05:47:29 UTC 2002

Modified Files:
	pkgsrc/www/php3: Makefile distinfo
	pkgsrc/www/php3/patches: patch-af

Log Message:
* Move the LIBS+= setting out from below bsd.pkg.mk as there's no reason
  it has to be there.

* Use BUILD_DIRS instead of manually invoking "make all" from another
  subdirectory of WRKSRC during post-build.

* Install the actual binary in ${PREFIX}/libexec/cgi-bin/php and symlink
  into ${PREFIX}/bin/php.  This allows the php binary to function in a
  secure Apache setup.  This fixes part of pkg/18783 by Chris Baird.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/www/php3/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/php3/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/www/php3/patches/patch-af

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