Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 11/06/2004 18:24:40
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Sat Nov  6 18:24:40 UTC 2004

Modified Files:
	pkgsrc/lang/php: ext.mk
Removed Files:
	pkgsrc/lang/php5: Makefile.module
	pkgsrc/www/php4: Makefile.module

Log Message:
merge extension module handling for PHP4 and PHP5 into lang/php/ext.mk,
g/c no longer needed Makefile.module

add support for building extensions off PECL; version for PECL packages
is built as ${PHP_BASE_VERS}.${PECL_VERSION}, i.e. PECL pkg version 1.0
would become php-pkg-4.3.9.1.0 or php-pkg-5.0.2.1.0 respectively


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/php/ext.mk
cvs rdiff -r1.5 -r0 pkgsrc/lang/php5/Makefile.module
cvs rdiff -r1.29 -r0 pkgsrc/www/php4/Makefile.module

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