ports/93470: [PATCH] net/samba3; pam_smbpass.so is not added to package file

Pawel Wieleba P.Wieleba at iem.pw.edu.pl
Fri Feb 17 23:30:18 UTC 2006


The following reply was made to PR ports/93470; it has been noted by GNATS.

From: Pawel Wieleba <P.Wieleba at iem.pw.edu.pl>
To: Edwin Groothuis <edwin at FreeBSD.org>
Cc:  
Subject: Re: ports/93470: [PATCH] net/samba3; pam_smbpass.so is not added to package file
Date: Sat, 18 Feb 2006 00:18:54 +0100

 Hello!
 
 I've sent this problem report, but the fix does not repair the problem. 
 (By the way commit this fix as it is desired to display command while library is installed as others do)
 
 The source of the problem is dynamic PLIST creation.
 In my system pam_smbpass.so file has already been in /usr/local/lib,
  before installing samba3 and that's way it was classified to .PLIST.exclude file:
 % grep pam_smbpass.so /usr/ports/net/samba3/work/*
 .PLIST.exclude:lib/pam_smbpass.so
 
 Maybe we could think of a smarter dynamic PLIST creation?
 Maybe we could check the creation date of files in one of the statements in post-install section:
 @${FIND} ${SAMBA_LIBDIR} -type f | ${SED} -e 's|^${PREFIX}||; s|^/||' | ${EGREP} -F -v -f ${WRKDIR}/.PLIST.exclude | ${SORT} >> ${TMPPLIST}
 
 Do you have any idea how to repair the problem?
 
 Yours,
 Pawel Wieleba
 
 On Fri, Feb 17, 2006 at 09:44:10AM +0000, Edwin Groothuis wrote:
 > Synopsis: [PATCH] net/samba3; pam_smbpass.so is not added to package file
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: edwin
 > State-Changed-When: Fri Feb 17 09:44:10 UTC 2006
 > State-Changed-Why: 
 > Awaiting maintainers feedback
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=93470
 
 



More information about the freebsd-ports-bugs mailing list