ports/122121: graphics/qiv segfaults in XSetClassHint

Martin Tournoij carpetsmoker at xs4all.nl
Thu Mar 27 23:10:04 UTC 2008


The following reply was made to PR ports/122121; it has been noted by GNATS.

From: Martin Tournoij <carpetsmoker at xs4all.nl>
To: bug-followup at FreeBSD.org, toomas.aas at 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 at 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--



More information about the freebsd-ports-bugs mailing list