Bug 115585 - [PATCH] sysutils/fusefs-kmod: improper use of KERNCONF
Summary: [PATCH] sysutils/fusefs-kmod: improper use of KERNCONF
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-16 21:00 UTC by mwisnicki+freebsd
Modified: 2007-08-22 12:41 UTC (History)
1 user (show)

See Also:


Attachments
fusefs-kmod-0.3.9.p1.patch (761 bytes, patch)
2007-08-16 21:00 UTC, mwisnicki+freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mwisnicki+freebsd 2007-08-16 21:00:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-16 21:00:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Martin Matuska freebsd_committer freebsd_triage 2007-08-17 09:47:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

I'll take it.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2007-08-21 17:19:48 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-08-22 12:38:10 UTC
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"
Comment 5 Martin Matuska freebsd_committer freebsd_triage 2007-08-22 12:41:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!