aboutsummaryrefslogtreecommitdiffstats
path: root/community/wiredtiger/10-fix-code-generator.patch
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-11 16:04:34 -0600
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-03 08:49:55 +0000
commit8a901de31fa055ed591d487e12f8bb9ffcc0df21 (patch)
tree10bc98c626703819e94ec25bf0c2eaa0f6fe2cc9 /community/wiredtiger/10-fix-code-generator.patch
parentfffa6ab6963a4a0045f99432ac487957791685ea (diff)
downloadaports-8a901de31fa055ed591d487e12f8bb9ffcc0df21.tar.bz2
aports-8a901de31fa055ed591d487e12f8bb9ffcc0df21.tar.xz
community/mongodb: expunge nonfree software
Upstream has switched to a nonfree license.
Diffstat (limited to 'community/wiredtiger/10-fix-code-generator.patch')
-rw-r--r--community/wiredtiger/10-fix-code-generator.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/wiredtiger/10-fix-code-generator.patch b/community/wiredtiger/10-fix-code-generator.patch
deleted file mode 100644
index 618106f511..0000000000
--- a/community/wiredtiger/10-fix-code-generator.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- orig/wiredtiger-2.6.0/dist/s_typedef
-+++ wiredtiger-2.6.0/dist/s_typedef
-@@ -21,7 +21,7 @@
- l=`ls ../src/include/*.[hi] ../src/include/*.in |
- sed -e '/wiredtiger.*/d' -e '/queue.h/d'`
- egrep -h \
-- '^[ ]*(((struct|union)[ ].*__wt_.*{)|WT_PACKED_STRUCT_BEGIN)' \
-+ '^[ ]*(((struct|union)[ ].*__wt_.*\{)|WT_PACKED_STRUCT_BEGIN)' \
- $l |
- sed -e 's/WT_PACKED_STRUCT_BEGIN(\(.*\))/struct \1 {/' \
- -e 's/WT_COMPILER_TYPE_ALIGN(.*)[ ]*//' \