summaryrefslogtreecommitdiff
path: root/devel/libsoup/files/patch-libsoup_tld-parser.py
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-05-20 20:46:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-05-20 20:46:21 +0000
commitac87929769d6d0a71f43bf6c51ac0423845c4e6b (patch)
treed9f0dff3ea70cf951f652f2b5494b7770a8478d1 /devel/libsoup/files/patch-libsoup_tld-parser.py
parentnet-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.py8
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.