Bug 139128 - [PATCH] Unbreak net/slurm on >= 800045
Summary: [PATCH] Unbreak net/slurm on >= 800045
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: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-25 10:40 UTC by Herbert J. Skuhra
Modified: 2009-10-20 18:20 UTC (History)
0 users

See Also:


Attachments
file.diff (995 bytes, patch)
2009-09-25 10:40 UTC, Herbert J. Skuhra
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert J. Skuhra 2009-09-25 10:40:01 UTC
Unbreak by removing net/if_ppp.h and net/ppp_defs.h from os.h.
The included header files are not required and no code is used from it. 
The port builds/works fine without them.Tested on releng_7 and releng_8.

Comment from slurm.c:

---
I ripped of the ppp dependend parts and the email checks to turn in into
a generic network load monitor running on all common Unices.
---

Fix: Patch attached.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-25 10:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mich

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-10-20 18:11:29 UTC
mich        2009-10-20 17:11:20 UTC

  FreeBSD ports repository

  Modified files:
    net/slurm            Makefile 
  Added files:
    net/slurm/files      patch-os.h 
  Log:
  - Unbreak on FreeBSD 8x
  
  PR:                     ports/139128
  Submitted by:           Herbert J. Skuhra <h.skuhra@gmail.com>
  
  Revision  Changes    Path
  1.20      +1 -7      ports/net/slurm/Makefile
  1.1       +13 -0     ports/net/slurm/files/patch-os.h (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 3 Michael Landin freebsd_committer freebsd_triage 2009-10-20 18:11:49 UTC
State Changed
From-To: open->closed

Committed thanks!