diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-05-20 20:46:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-05-20 20:46:21 +0000 |
commit | ac87929769d6d0a71f43bf6c51ac0423845c4e6b (patch) | |
tree | d9f0dff3ea70cf951f652f2b5494b7770a8478d1 /devel/libsoup/files/patch-libsoup_tld-parser.py | |
parent | net-mgmt/wifimgr: Unbreak when NLS unset (diff) |
libsoup isn't python 3 safe restrict python version, patch script to call python2 since bin/python can be both major versions. [1]
While here: Add build depend on python for above said script, document sqlite3 depend and mark jobs safe.
Submitted by: eadler@ [1]
Obtained from: GNOME devel repo
Notes
Notes:
svn path=/head/; revision=318626
Diffstat (limited to 'devel/libsoup/files/patch-libsoup_tld-parser.py')
-rw-r--r-- | devel/libsoup/files/patch-libsoup_tld-parser.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/libsoup/files/patch-libsoup_tld-parser.py b/devel/libsoup/files/patch-libsoup_tld-parser.py new file mode 100644 index 000000000000..5c2724dd1e36 --- /dev/null +++ b/devel/libsoup/files/patch-libsoup_tld-parser.py @@ -0,0 +1,8 @@ +--- libsoup/tld-parser.py.orig 2013-05-12 13:59:58.000000000 +0000 ++++ libsoup/tld-parser.py 2013-05-12 14:00:36.000000000 +0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python2 + + # Generate tld rules + # Copyright (C) 2012 Red Hat, Inc. |