Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2008 23:10:03 GMT
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/122121: graphics/qiv segfaults in XSetClassHint
Message-ID:  <200803272310.m2RNA3SO040695@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/122121; it has been noted by GNATS.

From: Martin Tournoij <carpetsmoker@xs4all.nl>
To: bug-followup@FreeBSD.org, toomas.aas@raad.tartu.ee
Cc:  
Subject: Re: ports/122121: graphics/qiv segfaults in XSetClassHint
Date: Fri, 28 Mar 2008 00:03:46 +0100

 --tThc/1wpZn/ma/RB
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 
 Hello Toomas,
 
 Thank you for your PR.
 
 Here is a patch which should fix the problem, please report if it
 works for you.
 
 Regards,
 Martin Tournoij
 
 --tThc/1wpZn/ma/RB
 Content-Type: text/x-diff; charset=utf-8
 Content-Disposition: attachment; filename="qiv.diff"
 
 diff -urN --exclude CVS --exclude PBI /ports/graphics/qiv/Makefile graphics/qiv/Makefile
 --- /ports/graphics/qiv/Makefile	2008-03-24 23:11:08.000000000 +0100
 +++ graphics/qiv/Makefile	2008-03-28 00:02:53.000000000 +0100
 @@ -2,13 +2,18 @@
  # Date created:		25 December 1998
  # Whom:			Bill Fumerola <billf@chc-chimes.com>
  #
 +# $Carpetsmoker: ports/graphics/qiv/Makefile,v 1.2 2008/01/26 15:24:30 carpetsmoker Exp $
  # $FreeBSD: ports/graphics/qiv/Makefile,v 1.34 2008/03/20 09:46:36 pav Exp $
  #
  
  PORTNAME=	qiv
  PORTVERSION=	2.1.p12
 +PORTREVISION=	1
  CATEGORIES=	graphics
 -MASTER_SITES=	http://www.klografx.net/qiv/download/
 +MASTER_SITES=	http://www.klografx.net/qiv/download/ \
 +		http://www.carpetsmoker.net/distfiles/ \
 +		http://www.xs4all.nl/~tournoij/distfiles/ \
 +		http://www.rwxrwxrwx.net/distfiles/
  DISTNAME=	${PORTNAME}-${PORTVERSION:C/.p12/-pre12/}
  EXTRACT_SUFX=	.tgz
  
 @@ -38,6 +43,8 @@
  		s|-O2|${CFLAGS}|; \
  		s|libs-gdk`|libs-gdk` ${LDFLAGS}|;' \
  		${WRKSRC}/Makefile
 +	@${REINPLACE_CMD} 's|\|GDK_WA_WMCLASS||' \
 +		${WRKSRC}/image.c
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/
 
 --tThc/1wpZn/ma/RB--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803272310.m2RNA3SO040695>