Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (52m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-06 20:10:34 UTC Now

2013-08-25 16:56:44 UTC pkgsrc-2013Q2 commitmail json YAML

Pullup ticket #4221 - requested by taca
lang/php*: apply framework changes to make pullup requests possible

Revisions pulled up:
- lang/php/common.mk                                            1.1
- lang/php/ext.mk                                              1.30
- lang/php/phpversion.mk                                        1.37-1.39
- lang/php53/DESCR                                              1.2
- lang/php53/Makefile                                          1.40-1.42
- lang/php53/Makefile.common                                    1.28-1.29
- lang/php53/Makefile.php                                      1.37
- lang/php54/DESCR                                              1.2
- lang/php54/MESSAGE.suhosin                                    deleted
- lang/php54/Makefile                                          1.9-1.10,1.12
- lang/php54/Makefile.common                                    1.15-1.16
- lang/php54/Makefile.php                                      1.6
- lang/php54/PLIST                                              1.4

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun Jul 21 17:29:47 UTC 2013

  Modified Files:
  pkgsrc/lang/php: ext.mk phpversion.mk
  pkgsrc/lang/php53: Makefile.common Makefile.php
  pkgsrc/lang/php54: Makefile.common Makefile.php PLIST
  Added Files:
  pkgsrc/lang/php: common.mk
  Removed Files:
  pkgsrc/lang/php54: MESSAGE.suhosin

  Log Message:
  Clean up php's framework.

  * Define PHP's version at one place.
  * Remove obsolete description in comments.
  * Add "used by www/php-fpm/Makefile" in php5[34]/Makefile.php.
  * Remove commented out support for suhosin extension from php54.
  * Add PHP_CHECK_INSTALLED and PHP_EXTENSION_DIR to php/phpversion.mk.

  No functional should be made.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jul 29 03:59:44 UTC 2013

  Modified Files:
  pkgsrc/lang/php53: Makefile Makefile.common

  Log Message:
  Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
  be defined before including lang/php/phpversion.mk.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jul 29 04:20:55 UTC 2013

  Modified Files:
  pkgsrc/lang/php54: Makefile Makefile.common

  Log Message:
  Move PHP_CHECK_INSTALLED to before including Makefile.php since it should
  be defined before including lang/php/phpversion.mk.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jul 29 16:19:24 UTC 2013

  Modified Files:
  pkgsrc/lang/php53: DESCR Makefile

  Log Message:
  Explicitly note it is PHP 5.3.x pacakge in COMMENT of Makefile and DESCR
  file.

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jul 29 16:21:07 UTC 2013

  Modified Files:
  pkgsrc/lang/php54: DESCR Makefile

  Log Message:
  Explicitly note it is PHP 5.4.x pacakge in COMMENT of Makefile and DESCR
  file.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jul 29 16:38:12 UTC 2013

  Modified Files:
  pkgsrc/lang/php: phpversion.mk

  Log Message:
  * Add php55 support.
  * Make PKG_PHP's value as description in comment.

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Tue Aug 13 10:22:26 UTC 2013

  Modified Files:
  pkgsrc/lang/php53: Makefile
  pkgsrc/lang/php54: Makefile
  pkgsrc/lang/php55: Makefile

  Log Message:
  Allow only the PHP version itself, otherwise the multi-version logic
  will trigger with failing distinfo entries.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Wed Aug 14 14:53:03 UTC 2013

  Modified Files:
  pkgsrc/lang/php: phpversion.mk

  Log Message:
  Correct checking condition of PHP_CHECK_INSTALLED.

(tron)