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 09:40:05 UTC 2006


>Number:         93470
>Category:       ports
>Synopsis:       [PATCH] net/samba3; pam_smbpass.so is not added to package file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 17 09:40:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Wieleba
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD srv 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Oct 31 17:22:48 CET 2005 root at srv:/usr/src/sys/i386/compile/SRV i386
	
>Description:
	If net/samba3 is build with WITH_PAM_SMBASS flag, file pam_smbpass.so is not included in the package file (tbz) after making package 
	
>How-To-Repeat:
	# cd /usr/ports/net/samba3
	# make WITH_PAM_SMBPASS=yes install package
	
>Fix:
	Is quite self explaining.
	


--- Makefile-pam_smbpass.diff begins here ---
--- /usr/ports/net/samba3/Makefile-OLD	Tue Jan 10 23:31:46 2006
+++ /usr/ports/net/samba3/Makefile	Thu Feb 16 21:38:36 2006
@@ -346,7 +346,7 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/nsswitch/pam_winbind.so ${SAMBA_LIBDIR}
 .endif
 .if defined(WITH_PAM_SMBPASS)
-	@${INSTALL_PROGRAM} ${WRKSRC}/bin/pam_smbpass.so ${SAMBA_LIBDIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/pam_smbpass.so ${SAMBA_LIBDIR}
 .endif
 # Lib
 	@${FIND} ${SAMBA_LIBDIR} -type f | ${SED} -e 's|^${PREFIX}||; s|^/||' | ${EGREP} -F -v -f ${WRKDIR}/.PLIST.exclude | ${SORT} >> ${TMPPLIST}
--- Makefile-pam_smbpass.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list