Bug 144399

Summary: [patch] sysutils/xosview - builds on CURRENT again
Product: Ports & Packages Reporter: Rainer Hurling <rhurlin>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!