pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fix for security/cyrus-saslauthd/PLIST



Hello,

when used with
  PKG_OPTIONS.cyrus-saslauthd+=ldap
bmake fails to build a binary package: 

...
===> Building binary package for cyrus-saslauthd-2.1.23
=> Creating binary package
/opt/pkgsrc/packages/All/cyrus-saslauthd-2.1.23.tgz
pkg_create: can't stat
`/opt/pkgsrc/work/pkgsrc/security/cyrus-saslauthd/default/.destdir/opt/pkgsrc/share/doc/cyrus-saslauthd/PLIST.ldap_SASLAUTHD'
pkg_create: lstat failed for file
share/doc/cyrus-saslauthd/PLIST.ldap_SASLAUTHD: No such file or directory
*** Error code 2

can be fixed by the following patch:

--- security/cyrus-saslauthd/PLIST.orig 2009-06-16 07:21:05.000000000 +0200
+++ security/cyrus-saslauthd/PLIST      2009-09-24 19:36:19.000000000 +0200
@@ -4,5 +4,5 @@
 man/man8/saslauthd.8
 sbin/saslauthd
 sbin/testsaslauthd
-${PLIST.ldap}share/doc/cyrus-saslauthd/PLIST.ldap_SASLAUTHD
+${PLIST.ldap}share/doc/cyrus-saslauthd/LDAP_SASLAUTHD
 share/examples/rc.d/saslauthd


Regards
  Matthias



Home | Main Index | Thread Index | Old Index