Summary: | sysutils/fusefs-libs crashes when option DOCS is on | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Bertram Scharpf <software> |
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Bertram Scharpf
2013-09-26 13:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->bapt Over to maintainer (via the GNATS Auto Assign Tool) Responsible Changed From-To: bapt->freebsd-ports-bugs Maintainer was reset. Author: rm Date: Sun Jan 26 19:32:11 2014 New Revision: 341262 URL: http://svnweb.freebsd.org/changeset/ports/341262 QAT: https://qat.redports.org/buildarchive/r341262/ Log: - unmute docs installation - simplify port a bit Anyway, I wasn't able to reproduce the problem from the PR. PR: 182407 Reported by: Bertram Scharpf <software@bertram-scharpf.de> Modified: head/sysutils/fusefs-libs/Makefile head/sysutils/fusefs-libs/pkg-plist Modified: head/sysutils/fusefs-libs/Makefile ============================================================================== --- head/sysutils/fusefs-libs/Makefile Sun Jan 26 19:27:57 2014 (r341261) +++ head/sysutils/fusefs-libs/Makefile Sun Jan 26 19:32:11 2014 (r341262) @@ -20,12 +20,12 @@ USE_LDCONFIG= yes USES= iconv CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -DOCS= libs/how-fuse-works \ +PORTDOCS= libs/how-fuse-works \ libs/kernel.txt post-install: ${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse @${MKDIR} ${STAGEDIR}${DOCSDIR}/libs - @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOCS:S/libs\///} ${STAGEDIR}${DOCSDIR}/libs + (cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS:S/libs\///} ${STAGEDIR}${DOCSDIR}/libs) .include <bsd.port.mk> Modified: head/sysutils/fusefs-libs/pkg-plist ============================================================================== --- head/sysutils/fusefs-libs/pkg-plist Sun Jan 26 19:27:57 2014 (r341261) +++ head/sysutils/fusefs-libs/pkg-plist Sun Jan 26 19:32:11 2014 (r341262) @@ -22,7 +22,3 @@ man/man1/fusermount.1.gz man/man1/ulockmgr_server.1.gz man/man8/mount.fuse.8.gz @dirrm include/fuse -%%PORTDOCS%%%%DOCSDIR%%/libs/how-fuse-works -%%PORTDOCS%%%%DOCSDIR%%/libs/kernel.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/libs -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% _______________________________________________ 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" Responsible Changed From-To: freebsd-ports-bugs->rm I will take it. State Changed From-To: open->closed Bertram, I wasn't able to reproduce the problem. Tested both with DOCS options on and off. Simplified docs installation a bit. Please reopen the PR if it's still failing for you. |