Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2006 23:30:17 GMT
From:      Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/93470: [PATCH] net/samba3; pam_smbpass.so is not added to package file
Message-ID:  <200602172330.k1HNUHx1062550@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/93470; it has been noted by GNATS.

From: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
To: Edwin Groothuis <edwin@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
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602172330.k1HNUHx1062550>