summaryrefslogtreecommitdiff
path: root/sysutils/py-zfs/files/extra-patch-util.py
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/py-zfs/files/extra-patch-util.py
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/py-zfs/files/extra-patch-util.py')
-rw-r--r--sysutils/py-zfs/files/extra-patch-util.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/py-zfs/files/extra-patch-util.py b/sysutils/py-zfs/files/extra-patch-util.py
deleted file mode 100644
index d1f77623f561..000000000000
--- a/sysutils/py-zfs/files/extra-patch-util.py
+++ /dev/null
@@ -1,24 +0,0 @@
---- util.py.orig 2010-12-23 09:07:09.188744296 +0100
-+++ util.py 2010-12-23 09:10:16.315849339 +0100
-@@ -28,7 +28,6 @@
- import gettext
- import errno
- import os
--import solaris.misc
- # Note: this module (zfs.util) should not import zfs.ioctl, because that
- # would introduce a circular dependency
-
-@@ -37,11 +36,8 @@
-
- dev = open("/dev/zfs", "w")
-
--try:
-- _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
-- fallback=True).gettext
--except:
-- _ = solaris.misc.gettext
-+_ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
-+ fallback=True).gettext
-
- def default_repr(self):
- """A simple __repr__ function."""