From owner-freebsd-stable@FreeBSD.ORG Sat Sep 15 07:37:26 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 1858616A417 for ; Sat, 15 Sep 2007 07:37:26 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.186]) by mx1.freebsd.org (Postfix) with ESMTP id 8F73113C46E for ; Sat, 15 Sep 2007 07:37:25 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1127208fka for ; Sat, 15 Sep 2007 00:37:24 -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:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=bmv07ibpecMj4MF0HlHrQmWNUFFgPlQoBeg6IXYPT8Q=; b=Ob5htlgBit/TphaEAX1ZcYLbj+y0oz/eBxBuAO4fdr/q5V1DbPjw/P+ytQmqiCWFwVnWgOK+SisK5jEKN5CjNTkOXhxHwep1Ed7CqKz4uJwfFILUSPYJvNMx718ZDeCvIVq4q9zGjoeLcPZJDRLEZierRekqQfDQbtXSF0G9zd4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=FxwZ7wol2DArY8ribffCoC6Q2IP5ItNAr8j1tQZfFs50yA2wYgebP+NymInHaTkrge/8Du2OavTBINWsA0hf13Vh9PQdnmpfU8nA5gG06BQ8BO1XcZ99BcC7FalgRJ/A4NKgwbP7EYpmmtA5rZXAPtj2ymeBLQLn+OA+mrET0mU= Received: by 10.86.80.5 with SMTP id d5mr1971446fgb.1189840146404; Sat, 15 Sep 2007 00:09:06 -0700 (PDT) Received: from oslo.ath.cx ( [213.47.80.26]) by mx.google.com with ESMTPS id a37sm3711115fkc.2007.09.15.00.09.04 (version=SSLv3 cipher=OTHER); Sat, 15 Sep 2007 00:09:05 -0700 (PDT) Date: Sat, 15 Sep 2007 09:09:10 +0200 From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org Message-ID: <20070915070910.GA793@oslo.ath.cx> References: <20070915030837.GA15734@lgj.amnesia.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <20070915030837.GA15734@lgj.amnesia.net> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-stable@freebsd.org 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:37:26 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --zhXaljGHf11kAtnf 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 08:36:05.000000000 +0200 +++ graphics/qiv/Makefile 2007-09-15 08:56:43.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,10 +29,10 @@ .include pre-configure: -.if defined(WITH_XINERAMA) +.if defined(WITHOUT_XINERAMA) @${ECHO_MSG} compiling with 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 diff -ruN graphics/qiv.bak/distinfo graphics/qiv/distinfo --- graphics/qiv.bak/distinfo 2007-09-15 08:36:05.000000000 +0200 +++ graphics/qiv/distinfo 2007-09-15 08:43:32.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 08:50:07.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 */ --zhXaljGHf11kAtnf--