Bug 184488 - x11/xterm segmentation fault
Summary: x11/xterm segmentation fault
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 05:50 UTC by Sergey V. Dyatko
Modified: 2013-12-04 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (954 bytes, patch)
2013-12-04 05:50 UTC, Sergey V. Dyatko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V. Dyatko 2013-12-04 05:50:00 UTC
after r335090 xterm start to segfault on my boxes with HEAD, amd64. 
I wrote to author, as ehaupt@ said. After some investigation he released xterm patch 300. It works! (c)
Please, commit a fix

Fix: [tiger@laptop]:/<1>ports/x11%svn diff
How-To-Repeat: 1. install xfce4 and latest xterm
2. try to run xterm
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-04 05:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-04 07:30:30 UTC
Author: ehaupt
Date: Wed Dec  4 07:30:22 2013
New Revision: 335606
URL: http://svnweb.freebsd.org/changeset/ports/335606

Log:
  Update to 300
  
  PR:		184488
  Submitted by:	"Sergey V. Dyatko" <sergey.dyatko@gmail.com>

Modified:
  head/x11/xterm/Makefile
  head/x11/xterm/distinfo

Modified: head/x11/xterm/Makefile
==============================================================================
--- head/x11/xterm/Makefile	Wed Dec  4 07:08:54 2013	(r335605)
+++ head/x11/xterm/Makefile	Wed Dec  4 07:30:22 2013	(r335606)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xterm
-PORTVERSION=	298
+PORTVERSION=	300
 CATEGORIES=	x11
 MASTER_SITES=	ftp://invisible-island.net/xterm/:src1 \
 		CRITICAL:src1 CRITICAL:src2

Modified: head/x11/xterm/distinfo
==============================================================================
--- head/x11/xterm/distinfo	Wed Dec  4 07:08:54 2013	(r335605)
+++ head/x11/xterm/distinfo	Wed Dec  4 07:30:22 2013	(r335606)
@@ -1,4 +1,4 @@
-SHA256 (xterm-298.tgz) = 81ae4e5efc9d5d3911a39c8ef2e2f883954764ac85ddfebeffa25c8ce7531ebf
-SIZE (xterm-298.tgz) = 1123196
+SHA256 (xterm-300.tgz) = 615095640cc357405ecae3521b00d8027b3016d21ea235e337f3bed0083e17cd
+SIZE (xterm-300.tgz) = 1123519
 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
 SIZE (bsd-xterm-icons-1.tgz) = 22718
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2013-12-04 07:31:34 UTC
State Changed
From-To: open->closed

Committed, thanks!