Magellan Linux

Diff of /smage/branches/alx07x-stable/extras/openldap/openldap-2.4.52-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 15458 by niro, Thu Sep 3 14:02:44 2020 UTC revision 15460 by niro, Thu Sep 3 14:06:15 2020 UTC
# Line 31  LDAP_DEPEND=">= dev-db/db-6.2 Line 31  LDAP_DEPEND=">= dev-db/db-6.2
31   >= sys-libs/libuuid-2.34   >= sys-libs/libuuid-2.34
32   >= sys-libs/libltdl-2.4"   >= sys-libs/libltdl-2.4"
33    
34    ALX_DEV_DEPEND=">= dev-db/db-dev-6.2
35     >= sys-libs/libuuid-dev-2.34
36     >= dev-libs/openssl-dev-1.1"
37    
38  SDEPEND="${LIB_DEPEND}  SDEPEND="${LIB_DEPEND}
39   ${LDAP_DEPEND}   ${LDAP_DEPEND}
40   >= sys-apps/util-linux-2.34   >= sys-apps/util-linux-2.34
41   >= sys-dev/libtool-2.4"   >= sys-dev/libtool-2.4
42     ${ALX_DEV_DEPEND}"
43    
44  SRCFILE="${PNAME}-${PVER}.tgz"  SRCFILE="${PNAME}-${PVER}.tgz"
45  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
# Line 58  split_info_libldap() Line 63  split_info_libldap()
63   DEPEND="${LIB_DEPEND}"   DEPEND="${LIB_DEPEND}"
64  }  }
65    
66    split_info_libldap-dev()
67    {
68     DESCRIPTION="Development files for libldap."
69     DEPEND="== net-nds/libldap-dev-${PVER}"
70    }
71    
72  split_info_openldap()  split_info_openldap()
73  {  {
74   DESCRIPTION="OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol."   DESCRIPTION="OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol."

Legend:
Removed from v.15458  
changed lines
  Added in v.15460