Tue Mar 16 16:03:22 2010 UTC ()
Update description in comments.


(taca)
diff -r1.40 -r1.41 pkgsrc/lang/php5/Makefile.common

cvs diff -r1.40 -r1.41 pkgsrc/lang/php5/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/lang/php5/Attic/Makefile.common 2010/02/27 03:25:16 1.40
+++ pkgsrc/lang/php5/Attic/Makefile.common 2010/03/16 16:03:22 1.41
@@ -1,43 +1,36 @@ @@ -1,43 +1,36 @@
1# $NetBSD: Makefile.common,v 1.40 2010/02/27 03:25:16 taca Exp $ 1# $NetBSD: Makefile.common,v 1.41 2010/03/16 16:03:22 taca Exp $
2# used by lang/php5/Makefile.php 2# used by lang/php5/Makefile.php
3# used by lang/php/ext.mk 3# used by lang/php/ext.mk
 4# used by meta-pkgs/php5-extensions/Makefile
4 5
5# 6#
6# NOTE: 7# NOTE:
7# The suhosin option includes a patch from http://www.hardened-php.net/ 8# The suhosin option includes a patch from http://www.hardened-php.net/
8# Which tracks with the exact version number of PHP. There may be a delay 9# Which tracks with the exact version number of PHP. There may be a delay
9# in the patch which can leave the option broken until an updated patch 10# in the patch which can leave the option broken until an updated patch
10# is released. When updating PHP please don't forget to update the 11# is released. When updating PHP please don't forget to update the
11# distnfo with the details of the suhosin patch as well. 12# distnfo with the details of the suhosin patch as well.
12# 13#
13# Check these packages when update to new release of PHP and consider to 14# Check these packages when update to new release of PHP and consider to
14# reset PKG_REVISION: 15# reset PKG_REVISION:
15# 16#
16# databases/php-pdo 17# databases/php-dase
17# databases/php-pdo_dblib 18# databases/php-dbx
18# databases/php-pdo_mysql 19# multimedia/php-ming
19# databases/php-pdo_odbc 20# security/php-mhash
20# databases/php-pdo_pgsql 21# textproc/php-pspell
21# databases/php-pdo_sqlite 
22# databases/php-pgsql 
23# databases/php5-mysqli 
24# multimedia/php-ming 
25# net/php5-soap 
26# textproc/php5-dom 
27# textproc/php5-xsl 
28# www/php-apc 
29# 22#
30# Since other PHP extensions are shared between www/php4, we can't reset 23# Since other PHP extensions are shared between www/php53, we can't reset
31# PKGREVSION. 24# PKGREVSION.
32# 25#
33 26
34.if !defined(DISTNAME) 27.if !defined(DISTNAME)
35DISTNAME= php-${PHP_BASE_VERS} 28DISTNAME= php-${PHP_BASE_VERS}
36DIST_SUBDIR= ${DISTNAME} 29DIST_SUBDIR= ${DISTNAME}
37.endif 30.endif
38CATEGORIES+= www 31CATEGORIES+= www
39 32
40.if !defined(PECL_VERSION) 33.if !defined(PECL_VERSION)
41MASTER_SITES?= http://www.php.net/distributions/ \ 34MASTER_SITES?= http://www.php.net/distributions/ \
42 http://php3.de/distributions/ 35 http://php3.de/distributions/
43EXTRACT_SUFX?= .tar.bz2 36EXTRACT_SUFX?= .tar.bz2