From owner-freebsd-stable@FreeBSD.ORG Sat Sep 15 07:28:22 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 755FC16A419 for ; Sat, 15 Sep 2007 07:28:22 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id E585C13C46C for ; Sat, 15 Sep 2007 07:28:21 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1224968mue for ; Sat, 15 Sep 2007 00:28:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=21Gi1DcTcYuN4vdxxRlmtuO5XjZFPnh4CYnJ6LgAEmY=; b=DiI/47Y1uWQ53c2RddmMPWt0vFpQZnWO0PlymJkTmvEqf98ikpDERF0qv/HVscIpJKdfRTnzAj+C+xSfGz5FPXD5iLYgp/OFvxssMJXN8Ljv1j3H0IrCm4OzZTc43w4xszYL3RUV/ZmO76vTJQ66Qb92EsqKL4lzi9PEWlmcgUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=rZfhp0NQzhGIgwbWVCs37ThxuyhjPz8x+GMkGCpZ/ZeXRGm35gg8Jfyl4VglDh65dp1bCbilWE8SxgenFuhmTWbYdAQIlEHsMaMTYpQKCWmR0gwZM8eOsUXEScp30f/rOOT2LjrPW/NTxBmH2QfqJezX4JdMqN+08wRDgdPKZ7g= Received: by 10.86.70.8 with SMTP id s8mr1984593fga.1189841300610; Sat, 15 Sep 2007 00:28:20 -0700 (PDT) Received: from oslo.ath.cx ( [213.47.80.26]) by mx.google.com with ESMTPS id y18sm3757587fkd.2007.09.15.00.28.18 (version=SSLv3 cipher=OTHER); Sat, 15 Sep 2007 00:28:19 -0700 (PDT) Date: Sat, 15 Sep 2007 09:28:24 +0200 From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org Message-ID: <20070915072824.GB793@oslo.ath.cx> References: <20070915030837.GA15734@lgj.amnesia.net> <20070915070910.GA793@oslo.ath.cx> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline In-Reply-To: <20070915070910.GA793@oslo.ath.cx> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Re: qiv(imlib) vs. xorg 7.3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2007 07:28:22 -0000 --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Sep 15, 2007 at 09:09:10AM +0200, Herbert J. Skuhra wrote: > Edward G.J. Lee wrote: > > Hi, > > > > I can't use qiv after i upgrade xrog 7.2 to 7.3. > > > > [edt1023@lgj ~]$ qiv typhon.jpg > > Gdk-ERROR **: BadMatch (invalid parameter attributes) > > serial 115 error_code 8 request_code 2 minor_code 0 > > > > [edt1023@lgj ~]$ qiv -z typhon.jpg > > qiv: Your root window's visual is not the visual Imlib chose; > > qiv cannot set the background currently. > > > > FreeBSD 6-STABLE. > > > > Does anybody have the same problem? > > Yes, I had the same problem. I solved the issue by upgrading to > qiv-2.1-pre12. > > - Herbert Wrong ${ECHO_MSG} (with/without Xinerama) - Herbert --IiVenqGWf+H9Y6IX Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="qiv-2.1pre12.diff" diff -ruN graphics/qiv.bak/Makefile graphics/qiv/Makefile --- graphics/qiv.bak/Makefile 2007-09-15 09:18:11.000000000 +0200 +++ graphics/qiv/Makefile 2007-09-15 09:27:19.000000000 +0200 @@ -6,11 +6,11 @@ # PORTNAME= qiv -PORTVERSION= 2.0 -PORTREVISION= 2 +PORTVERSION= 2.1pre12 +PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= http://www.klografx.net/qiv/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +DISTNAME= ${PORTNAME}-2.1-pre12 EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_GNOME= imlib USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= qiv.1 PLIST_FILES= bin/qiv @@ -29,13 +29,13 @@ .include pre-configure: -.if defined(WITH_XINERAMA) - @${ECHO_MSG} compiling with Xinerama support +.if defined(WITHOUT_XINERAMA) + @${ECHO_MSG} compiling without Xinerama support @${MV} -v ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig - @${SED} -e 's/\# GTD_XINERAMA/GTD_XINERAMA/' \ + @${SED} -e 's/GTD_XINERAMA\ \=/\# GTD_XINERAMA\ \=/' \ < ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile .else - @${ECHO_MSG} compiling without Xinerama support + @${ECHO_MSG} compiling with Xinerama support .endif do-configure: diff -ruN graphics/qiv.bak/distinfo graphics/qiv/distinfo --- graphics/qiv.bak/distinfo 2007-09-15 09:18:11.000000000 +0200 +++ graphics/qiv/distinfo 2007-09-15 09:18:35.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (qiv-2.0-src.tgz) = 165d0c2f264718821f94732196b7f9e1 -SHA256 (qiv-2.0-src.tgz) = 2f0c03ee7e79c9210f060c87d51811e4540f126d8c3d751b31aab69160b3d091 -SIZE (qiv-2.0-src.tgz) = 76561 +MD5 (qiv-2.1-pre12.tgz) = 80ba1e2da5115a3cc3a6f7e19cb620d8 +SHA256 (qiv-2.1-pre12.tgz) = d54edb92ca91567e2a12b536acc14500efdbccc38718efba99cadaa161a1e70c +SIZE (qiv-2.1-pre12.tgz) = 94059 diff -ruN graphics/qiv.bak/files/patch-qiv.h graphics/qiv/files/patch-qiv.h --- graphics/qiv.bak/files/patch-qiv.h 1970-01-01 01:00:00.000000000 +0100 +++ graphics/qiv/files/patch-qiv.h 2007-09-15 09:18:35.000000000 +0200 @@ -0,0 +1,13 @@ +--- qiv.h.orig 2007-09-15 08:48:09.000000000 +0200 ++++ qiv.h 2007-09-15 08:48:52.000000000 +0200 +@@ -19,8 +19,8 @@ + #include // for XF86VidModeGetModeLine + */ + +-#define VERSION "2.1-pre11" +-#define VERSION_FULL "QIV - Quick Image Viewer v2.1-pre11 - http://www.klografx.net/qiv/" ++#define VERSION "2.1-pre12" ++#define VERSION_FULL "QIV - Quick Image Viewer v2.1-pre12 - http://www.klografx.net/qiv/" + #define TRASH_DIR ".qiv-trash" + #define SELECT_DIR ".qiv-select" + #define SLIDE_DELAY 3000 /* milliseconds */ --IiVenqGWf+H9Y6IX--