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.
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!