From fd23711f23c25a696162c37ef2fcad9598688869 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 20 Jan 2020 15:21:20 +0000 Subject: nss_ldap: corrected mandir --- nss_ldap/.signature | 4 ++-- nss_ldap/Pkgfile | 31 ++++++++++++++++--------------- 2 files changed, 18 insertions(+), 17 deletions(-) (limited to 'nss_ldap') diff --git a/nss_ldap/.signature b/nss_ldap/.signature index 6e1395065..669adbbcb 100644 --- a/nss_ldap/.signature +++ b/nss_ldap/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30tsT0BShgIjmlxBoL9tzcJEwIZx0fD5T7RT2lGxpydBNRV3DTv7xSxQhmPiv8El29Ev1/ZeMow0Gt/tRlwi0gg= -SHA256 (Pkgfile) = 6281a8227f9813eaf6634368294ee5beaf16e22bd6b35e5b4dfe26b92fc14999 +RWSagIOpLGJF3386NyHlMoa3ix+N+eFiVsFPWbLTHNal+0QYBWO5QhDKzviwJI4egCbEavjvmgnLMyGiC6U/RauySMEl15XDnwI= +SHA256 (Pkgfile) = a3f3dc5236b8d0e75f85ed1dd21c6ee23cc1941171ca8749e391af2b15dc4397 SHA256 (.footprint) = ff27e02fdaa43627631b04d9a03131fc5f01904aee83cbac3d9d07d3d79c9d7c SHA256 (nss_ldap-265.tar.gz) = 77b54d905f50d774f28d5559d49126f1bc76720f741b0864a64bb4936ec226a8 SHA256 (nss_ldap-265-glibc-2.16.patch) = ea008f78f15b9e23a0dac27448df49d57c863f7a16536ed0153f11e135b12f96 diff --git a/nss_ldap/Pkgfile b/nss_ldap/Pkgfile index 8cb257120..d60c187b0 100644 --- a/nss_ldap/Pkgfile +++ b/nss_ldap/Pkgfile @@ -5,23 +5,24 @@ name=nss_ldap version=265 -release=3 -source=(http://www.padl.com/download/$name-$version.tar.gz nss_ldap-265-glibc-2.16.patch) +release=4 +source=(https://www.padl.com/download/$name-$version.tar.gz nss_ldap-265-glibc-2.16.patch) build() { - cd $name-$version + cd $name-$version - patch -p1 -i $SRC/nss_ldap-265-glibc-2.16.patch - sed -i -e 's|CVSVERSIONDIR=\$(top_srcdir) vers_string|CVSVERSIONDIR=\$(top_srcdir) ./vers_string|g' Makefile.am Makefile.in + patch -p1 -i $SRC/nss_ldap-265-glibc-2.16.patch + sed -i -e 's|CVSVERSIONDIR=\$(top_srcdir) vers_string|CVSVERSIONDIR=\$(top_srcdir) ./vers_string|g' Makefile.am Makefile.in - ./configure \ - --prefix=/usr \ - --libdir=/lib \ - --sysconfdir=/etc \ - --mandir=/usr/man \ - --with-ldap-lib=openldap \ - --with-ldap-conf-file=/etc/nss_ldap.conf - make - mkdir -p $PKG/lib $PKG/usr/man - make DESTDIR=$PKG install + export PERL5LIB="$PWD" + ./configure \ + --prefix=/usr \ + --libdir=/lib \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --with-ldap-lib=openldap \ + --with-ldap-conf-file=/etc/nss_ldap.conf + make + mkdir -p $PKG/lib $PKG/usr/man + make DESTDIR=$PKG install } -- cgit v1.2.3