From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 5 04:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0EFCE4D5 for ; Wed, 5 Feb 2014 04:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C97E418DD for ; Wed, 5 Feb 2014 04:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s15400pb044385 for ; Wed, 5 Feb 2014 04:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s15400b8044384; Wed, 5 Feb 2014 04:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 5 Feb 2014 04:00:00 GMT Resent-Message-Id: <201402050400.s15400b8044384@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9C63267 for ; Wed, 5 Feb 2014 03:56:17 +0000 (UTC) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id A984D18C2 for ; Wed, 5 Feb 2014 03:56:17 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id ED1065C12; Wed, 5 Feb 2014 11:42:14 +0800 (CST) Message-Id: <20140205034214.ED1065C12@deep.tw> Date: Wed, 5 Feb 2014 11:42:14 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186469: [MAINTAINER] sysutils/py-ranger: patch ext/img_display.py X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 04:00:01 -0000 >Number: 186469 >Category: ports >Synopsis: [MAINTAINER] sysutils/py-ranger: patch ext/img_display.py >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 05 04:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r253131: Thu Jul 11 16:55:44 CST >Description: patch ext/img_display.py with correct lib path Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix) >How-To-Repeat: >Fix: --- py27-ranger-1.6.1_1.patch begins here --- diff -ruN ../py-ranger.orig/Makefile ./Makefile --- ../py-ranger.orig/Makefile 2013-09-23 13:19:37.000000000 +0800 +++ ./Makefile 2014-02-05 11:24:25.000000000 +0800 @@ -3,6 +3,7 @@ PORTNAME= ranger PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://ranger.nongnu.org/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN ../py-ranger.orig/files/patch-img_display.py ./files/patch-img_display.py --- ../py-ranger.orig/files/patch-img_display.py 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-img_display.py 2014-02-05 11:36:56.000000000 +0800 @@ -0,0 +1,11 @@ +--- ranger/ext/img_display.py.orig 2014-02-05 11:33:29.000000000 +0800 ++++ ranger/ext/img_display.py 2014-02-05 11:34:00.000000000 +0800 +@@ -13,7 +13,7 @@ + import termios, fcntl, struct, sys, os + from subprocess import Popen, PIPE + +-W3MIMGDISPLAY_PATH = '/usr/lib/w3m/w3mimgdisplay' ++W3MIMGDISPLAY_PATH = '/usr/local/libexec/w3m/w3mimgdisplay' + W3MIMGDISPLAY_OPTIONS = [] + + class ImgDisplayUnsupportedException(Exception): --- py27-ranger-1.6.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: