Bug 144399 - [patch] sysutils/xosview - builds on CURRENT again
Summary: [patch] sysutils/xosview - builds on CURRENT again
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 21:40 UTC by Rainer Hurling
Modified: 2010-03-31 01:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2010-03-01 21:40 UTC, Rainer Hurling
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rainer Hurling freebsd_committer freebsd_triage 2010-03-01 21:40:03 UTC
sysutils/xosview is marked broken on 9.0-CURRENT as 'unsupported FreeBSD version'. There are two reasons for that. 

First reason is easy to solve with an additional digit for version 9 in the accordingly patch file.

The second reason is a little more tricky. xosview core dumps when running on 9.0. This is because xosview is not able to request 'irq' and 'interrupt' values on this version of FreeBSD any more. I took the easy way out and disabled both meters (irq and interrupt) in the ressource file of xosview. Without that all works fine.

Fix: The following patch changes three port files. Afterwards xosview should work on all versions and all(?) platforms (could only test i386 and amd64):


Patch attached with submission follows:
How-To-Repeat: sysutils/xosview version 1.46 does not build on 9.0-CURRENT because it is marked broken.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-01 21:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-31 01:37:30 UTC
wxs         2010-03-31 00:37:07 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/xosview     Makefile 
    sysutils/xosview/files patch-ae patch-configure 
  Log:
  Fix on -CURRENT
  
  PR:             ports/144399
  Submitted by:   Rainer Hurling <rhurlin@gwdg.de>
  Approved by:    clsung@ (maintainer timeout)
  
  Revision  Changes    Path
  1.47      +0 -4      ports/sysutils/xosview/Makefile
  1.4       +14 -4     ports/sysutils/xosview/files/patch-ae
  1.6       +1 -1      ports/sysutils/xosview/files/patch-configure
_______________________________________________
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 Wesley Shields freebsd_committer freebsd_triage 2010-03-31 01:37:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!