security/pam_pwdfile does not use Stage. This patch fixes this problem. Fix: Apply the following patch to security/pam_pwdfile port Patch attached with submission follows: How-To-Repeat: install the port
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Author: amdmi3 Date: Tue May 20 20:15:04 2014 New Revision: 354681 URL: http://svnweb.freebsd.org/changeset/ports/354681 QAT: https://qat.redports.org/buildarchive/r354681/ Log: - Support staging PR: 189722 Submitted by: Michael Schout <mschout@gkg.net> (maintainer) Modified: head/security/pam_pwdfile/Makefile Modified: head/security/pam_pwdfile/Makefile ============================================================================== --- head/security/pam_pwdfile/Makefile Tue May 20 20:03:16 2014 (r354680) +++ head/security/pam_pwdfile/Makefile Tue May 20 20:15:04 2014 (r354681) @@ -16,16 +16,15 @@ PLIST_FILES= lib/pam_pwdfile.so PORTDOCS= README INSTALL changelog CFLAGS+= -I${WRKSRC} -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|#include <features.h>||g' ${WRKSRC}/pam_pwdfile.c ${CP} ${FILESDIR}/_pam_macros.h ${WRKSRC} post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docs in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR} .endfor .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! Please consider switching from NOPORTDOCS to proper options support.