Bug 152580 - [PATCH] sysutils/wmupmon: Segmentation fault on CURRENT amd64
Summary: [PATCH] sysutils/wmupmon: Segmentation fault on CURRENT amd64
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 21:20 UTC by Rainer Hurling
Modified: 2010-11-28 14:10 UTC (History)
0 users

See Also:


Attachments
file.diff (2.60 KB, patch)
2010-11-25 21:20 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-11-25 21:20:10 UTC
For a long time now sysutils/wmupmon segfaults on all my CURRENT amd64 boxes.

Obviously there is a problem with the handling of xpm files. I found a patch in the web (see http://www.dockapps.org/file.php/id/188), which seems to solve this (thanks to tao).

P.S.: The port currently has no maintainer. If nobody else is interested, I could take the maintainership.

Fix: I updated the ports Makefile, distinfo and created files/patch-src_main.c, see below.

One problem remains: The distfiles original URL http://j-z-s.com/projects/downloads/ does not exist anymore (checked with distilator). I changed it against a newer one, http://www.dockapps.org/download.php/id/547. In addition I had to comment USE_BZIP2=yes.

With this, manually fetching the distfile 'wmupmon-0.1.3.tar.gz' works, but the ports fetch tells about error 302 (Moved temporarily). I am not aware how to solve this and could need some advice, please.


Patch attached with submission follows:
How-To-Repeat: Install systutils/wmupmon (version 0.1.3_4) on CURRENT amd64 and run it.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-11-27 22:49:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-28 14:06:09 UTC
makc        2010-11-28 14:05:57 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/wmupmon     Makefile distinfo 
  Added files:
    sysutils/wmupmon/files patch-src_main.c 
  Log:
  Fix segfaults on amd64
  Pass maintainership to submitter
  
  PR:             ports/152580
  Submitted by:   Rainer Hurling <rhurlin at gwdg.de>
  
  Revision  Changes    Path
  1.16      +3 -3      ports/sysutils/wmupmon/Makefile
  1.6       +0 -1      ports/sysutils/wmupmon/distinfo
  1.1       +40 -0     ports/sysutils/wmupmon/files/patch-src_main.c (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 Max Brazhnikov freebsd_committer freebsd_triage 2010-11-28 14:06:20 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!