Kmod makefile assumes that KERNCONF contains only one configuration name. This is incorrect, since one can list any number of kernels. Attached patch extracts first element (maybe there is a better way to do that?) from the list to prevent build breakage. Of course one have to be careful not to mix modules with incompatible kernels. Added file(s): - files/patch-fuse_module_Makefile Port maintainer (amistry@am-productions.biz) is cc'd. Generated with FreeBSD Port Tools 0.77
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->mm I'll take it.
State Changed From-To: feedback->open Maintainer approved.
mm 2007-08-22 11:38:06 UTC FreeBSD ports repository Added files: sysutils/fusefs-kmod/files patch-fuse_module_Makefile Log: - Add patch for better processing of KERNCONF variable on build time PR: ports/115585 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> Approved by: maintainer Revision Changes Path 1.3 +12 -0 ports/sysutils/fusefs-kmod/files/patch-fuse_module_Makefile (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!