Bug 103718 - [PATCH] make sysutils/lmmon regocnize SMB support
Summary: [PATCH] make sysutils/lmmon regocnize SMB support
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-27 15:40 UTC by Ulrich Spoerlein
Modified: 2006-10-03 14:47 UTC (History)
0 users

See Also:


Attachments
file.diff (326 bytes, patch)
2006-09-27 15:40 UTC, Ulrich Spoerlein
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Spoerlein 2006-09-27 15:40:20 UTC
The configure script/source code tries to include <machine/smb.h>. This file has changed location at least in RELENG_6

Fix: Could be fixed with two patches, but I opted for the four line change to the Makefile, I hope the patch will not get mangled by the web interface.
How-To-Repeat: cd /usr/ports/sysutils/lmmon && make configure
..
checking for machine/smb.h... no

Consequently, lmmon falls back to using /dev/io.
Comment 1 Stanislav Sedov freebsd_committer freebsd_triage 2006-10-02 10:44:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-03 14:26:35 UTC
stas        2006-10-03 13:25:37 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/lmmon       Makefile 
  Log:
  - Fix port to configure correctly on OSVERSION > 5.x (smb.h include file has
    changed it's location)
  
  PR:             ports/103718
  Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com> (based on)
  Approved by:    sem (mentor)
  
  Revision  Changes    Path
  1.17      +12 -1     ports/sysutils/lmmon/Makefile
_______________________________________________
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 3 Stanislav Sedov freebsd_committer freebsd_triage 2006-10-03 14:47:34 UTC
State Changed
From-To: open->closed

Committed with changes, thanks!