Bug 145595 - [patch] www/uzbl fix calling of (optional) python scripts
Summary: [patch] www/uzbl fix calling of (optional) python scripts
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 00:10 UTC by Klaus Aehlig
Modified: 2010-05-20 09:30 UTC (History)
0 users

See Also:


Attachments
patch-examples__data__scripts__auth.py (230 bytes, text/plain)
2010-04-10 00:10 UTC, Klaus Aehlig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Aehlig 2010-04-10 00:10:01 UTC
	Uzbl comes with a python script that can be used as auth manager. Its #!-line
        is '#!/usr/bin/python' which won't work under FreeBSD, as python usually resides
        under ${PREFIX}. Hence patch to use the standard '#!/usr/bin/evn python'

        Reported by:  Tobias Lott

Fix: add the following patch in the files directory and bump PORTREVISION
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-05-20 09:22:44 UTC
wen         2010-05-20 08:22:36 UTC

  FreeBSD ports repository

  Added files:
    www/uzbl/files       patch-examples__data__scripts__auth.py 
  Log:
  - Fix the calling of python scripts
  
  PR:             ports/145595
  Submitted by:   Klaus T Aehlig <aehlig@linta.de> (maintainer)
  
  Revision  Changes    Path
  1.1       +9 -0      ports/www/uzbl/files/patch-examples__data__scripts__auth.py (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2010-05-20 09:26:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!