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 (30m)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-07 06:04:04 UTC Now

2015-04-21 18:55:45 UTC pkgsrc-2015Q1 commitmail json YAML

Pullup ticket #4669 - requested by manu
databases/php-ldap: build fix

Revisions pulled up:
- databases/php-ldap/files/ldap-ctrl-exop.patch                deleted
- databases/php-ldap/files/ldap-ctrl-exop54.patch              1.1-1.2
- databases/php-ldap/files/ldap-ctrl-exop55.patch              1.1-1.2
- databases/php-ldap/files/ldap-ctrl-exop56.patch              1.1-1.2
- databases/php-ldap/options.mk                                1.4

---
  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Mon Apr 13 08:04:17 UTC 2015

  Modified Files:
          pkgsrc/databases/php-ldap: options.mk
  Added Files:
          pkgsrc/databases/php-ldap/files: ldap-ctrl-exop54.patch
              ldap-ctrl-exop55.patch ldap-ctrl-exop56.patch
  Removed Files:
          pkgsrc/databases/php-ldap/files: ldap-ctrl-exop.patch

  Log Message:
  Update the LDAP EXOP support patch for PHP 5.4, 5.5 and 5.6

---
  Module Name:    pkgsrc
  Committed By:  manu
  Date:          Mon Apr 20 03:24:36 UTC 2015

  Modified Files:
          pkgsrc/databases/php-ldap/files: ldap-ctrl-exop54.patch
              ldap-ctrl-exop55.patch ldap-ctrl-exop56.patch

  Log Message:
  Fix build with SASL disabled

  Do not force-define HAVE_LDAP_SASL, since the PHP configure script
  actually takes care of that one. This lets us build with the exop
  option enabled while sasl is disabled.

(tron)