Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Feb 2014 11:42:14 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186469: [MAINTAINER] sysutils/py-ranger: patch ext/img_display.py
Message-ID:  <20140205034214.ED1065C12@deep.tw>
Resent-Message-ID: <201402050400.s15400b8044384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



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