Bug 122257 - [PATCH] sysutils/fusefs-kmod: use correct kernel objdir when KERNCONF is set
Summary: [PATCH] sysutils/fusefs-kmod: use correct kernel objdir when KERNCONF is set
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-30 14:50 UTC by Rong-En Fan
Modified: 2008-04-03 03:20 UTC (History)
1 user (show)

See Also:


Attachments
fusefs-kmod-0.3.9.p1.20080208.patch (744 bytes, patch)
2008-03-30 14:50 UTC, Rong-En Fan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rong-En Fan freebsd_committer freebsd_triage 2008-03-30 14:50:01 UTC
I usually set KERNCONF in /etc/make.conf. And /usr/src is a symlink
to other space. fuse module's Makefile uses hardcoded /usr/obj/usr/src/sys.
It should use correct patch from /usr/src/Makefile.inc1.

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 2008-03-30 14:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-30 14:50:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 amistry 2008-03-31 15:40:23 UTC
I won't have time for the next 7 or 8 days to review this, since we've 
got a launch this week.  But just by looking at the patch it seems 
fine.
-- 
Anish Mistry
amistry@am-productions.biz
AM Productions http://am-productions.biz/
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-04-03 03:16:58 UTC
rafan       2008-04-03 02:16:54 UTC

  FreeBSD ports repository

  Added files:
    sysutils/fusefs-kmod/files patch-fuse_module__Makefile 
  Log:
  - When KERNCONF is set in /etc/make.conf and /usr/src is a symlink,
    fuse's Makefile uses hardcoded /usr/obj/usr/src/sys/${KERNCONF}.
    This causes build failure. Fix this by getting correct obj directory
    from /usr/src/Makefile.inc1.
  
  PR:             ports/122257
  Submitted by:   rafan
  Approved by:    Anish Mistry <amistry at am-productions.biz> (maintainer)
  
  Revision  Changes    Path
  1.1       +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 Rong-En Fan freebsd_committer freebsd_triage 2008-04-03 03:17:06 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!