blob: 524986808898347d90574dc6697826c0c72331ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
# Maintainer: David C Rankin <drankinatty@gmail.com>
# Contributor: JustKidding <jk@vin.ovh>
pkgname=mongodb44
_pkgname=mongodb
_srcname=mongo
# #.<odd number>.# releases are unstable development/testing
pkgver=4.4.29
pkgrel=6
pkgdesc="A high-performance, open source, schema-free document-oriented database (last version to support non-avx CPUs)"
arch=("x86_64" "aarch64")
url="https://www.mongodb.com/"
license=("Apache" "custom:SSPL1")
depends=('libstemmer' 'snappy' 'boost-libs' 'pcre' 'yaml-cpp' 'curl')
makedepends=('python-psutil' 'python-setuptools' 'python-regex' 'python-cheetah3' 'python-yaml' 'python-requests' 'boost')
optdepends=('mongodb-tools: mongoimport, mongodump, mongotop, etc'
'mongosh: interactive shell to connect with MongoDB')
backup=("etc/mongodb.conf")
conflicts=(mongodb)
provides=(mongodb="$pkgver")
source=($pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo/archive/refs/tags/r$pkgver.tar.gz
mongodb.sysusers
mongodb.tmpfiles
mongodb-4.4.8-no-compass.patch
mongodb-4.4.1-boost.patch
mongodb-4.4.1-gcc11.patch
mongodb-4.4.10-boost-1.79.patch
mongodb-4.4.10-no-force-lld.patch
mongodb-4.4.15-adjust-cache-alignment-assumptions.patch.arm64
mongodb-4.4.10-boost-1.81.patch
mongodb-4.4.29-no-enterprise.patch
mongodb-4.4.29-boost-1.86.patch
mongodb-4.4.29-fix-scons.patch
mongodb-4.4.29-redudant-std-move.patch)
sha256sums=('ec12d15b74276465002f66df3b834b2872597166a137e85378b9018f79b2ffc8'
'3757d548cfb0e697f59b9104f39a344bb3d15f802608085f838cb2495c065795'
'b7d18726225cd447e353007f896ff7e4cbedb2f641077bce70ab9d292e8f8d39'
'50c7d3968ee37bf25694f0fe8a92bb097c52c26361c78da620caa2ffa8cf4375'
'd3bc20d0cb4b8662b5326b8a3f2215281df5aed57550fa13de465e05e2044c25'
'f7e6d87b68f7703cdbd45e255962ed5a4f6d583aa76d6fcf4fdc7005211fbf06'
'4202e039944fde80daa1bd3a5f332c522d8db96b4c3cf7c764355c5fc9089137'
'76e61d1d4f5b4e7c8cd760b1fc0dc86978a8e180d184cdfc7f61fba7d5543a95'
'e748b669bca526a08c06e5d8ec2bd371b938e57f83a2339d62e38a4527810e47'
'7bfeadf2fb7e13bd93c4515faada070410ddd8e276cc947b5b2b2292539051b7'
'7cd27b2ce15cc6efdce07ef934ed3d9356025ebade4856a9d0a75a80f7c08905'
'ef2a0c1516175bf73050884cfdfa5d87e5e065738c51bbd50302b16924e11bf1'
'f389b2cc623d5be6d3fff5472b3edce68c23de3a67f9ef9a1dd3b92eb4827778'
'4320fc665a254ae88ad8f9a02d4a8beabfea5145435eaa75b27d88fd556bd1d6')
_scons_args=(
CC="${CC:-gcc}"
CXX="${CXX:-g++}"
AR="${AR:-ar}"
MONGO_DISTMOD=arch
MONGO_VERSION=${pkgver}
--use-system-pcre
--use-system-snappy
--use-system-yaml
--use-system-zlib
--use-system-stemmer
--use-sasl-client
--ssl
--disable-warnings-as-errors
--use-system-boost
--use-system-zstd
--runtime-hardening=off
)
_all-flag-vars() {
echo {C,CXX}FLAGS
}
_filter-var() {
local f x var=$1 new=()
shift
for f in ${!var} ; do
for x in "$@" ; do
# Note this should work with globs like -O*
[[ ${f} == ${x} ]] && continue 2
done
new+=( "${f}" )
done
export ${var}="${new[*]}"
}
_filter-flags() {
local v
for v in $(_all-flag-vars) ; do
_filter-var ${v} "$@"
done
return 0
}
prepare() {
cd "${_srcname}-r${pkgver}"
# Keep historical Arch dbPath
sed -i 's|dbPath: /var/lib/mongo|dbPath: /var/lib/mongodb|' rpm/mongod.conf
# Keep historical Arch conf file name
sed -i 's|-f /etc/mongod.conf|-f /etc/mongodb.conf|' rpm/mongod.service
# Keep historical Arch user name (no need for separate daemon group name)
sed -i 's/User=mongod/User=mongodb/' rpm/mongod.service
sed -i 's/Group=mongod/Group=mongodb/' rpm/mongod.service
sed -i 's/chown mongod:mongod/chown mongodb:mongodb/' rpm/mongod.service
# Remove sysconfig file, used by upstream's init.d script not used on Arch
sed -i '/EnvironmentFile=-\/etc\/sysconfig\/mongod/d' rpm/mongod.service
# Make systemd wait as long as it takes for MongoDB to start
# If MongoDB needs a long time to start, prevent systemd from restarting it every 90 seconds
# See: https://jira.mongodb.org/browse/SERVER-38086
sed -i 's/\[Service]/[Service]\nTimeoutStartSec=infinity/' rpm/mongod.service
if [[ $CARCH == "aarch64" ]]; then
_scons_args+=(--use-hardware-crc32=off)
patch -Np1 -i ../mongodb-4.4.15-adjust-cache-alignment-assumptions.patch.arm64
fi
if check_option debug y; then
_scons_args+=(--dbg=on)
fi
if check_option lto y; then
_scons_args+=(--lto=on)
fi
# apply gentoo patches
for file in $srcdir/*.patch; do
echo "Applying patch $file..."
patch -Np1 -i $file
done
}
build() {
cd "${_srcname}-r${pkgver}"
if check_option debug n; then
_filter-flags '-m*'
_filter-flags '-O?'
fi
export SCONSFLAGS="$MAKEFLAGS"
./buildscripts/scons.py "${_scons_args[@]}" install-devcore
}
package() {
cd "${_srcname}-r${pkgver}"
# Install binaries
install -Dm755 build/install/bin/mongo "$pkgdir/usr/bin/mongo"
install -Dm755 build/install/bin/mongod "$pkgdir/usr/bin/mongod"
install -Dm755 build/install/bin/mongos "$pkgdir/usr/bin/mongos"
# Keep historical Arch conf file name
install -Dm644 "rpm/mongod.conf" "${pkgdir}/etc/${_pkgname}.conf"
# Keep historical Arch service name
install -Dm644 "rpm/mongod.service" "${pkgdir}/usr/lib/systemd/system/${_pkgname}.service"
# Install manpages
install -Dm644 "debian/mongo.1" "${pkgdir}/usr/share/man/man1/mongo.1"
install -Dm644 "debian/mongod.1" "${pkgdir}/usr/share/man/man1/mongod.1"
install -Dm644 "debian/mongos.1" "${pkgdir}/usr/share/man/man1/mongos.1"
# Install systemd files
install -Dm644 "${srcdir}/${_pkgname}.sysusers" "${pkgdir}/usr/lib/sysusers.d/${_pkgname}.conf"
install -Dm644 "${srcdir}/${_pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${_pkgname}.conf"
# Install license
install -D LICENSE-Community.txt "$pkgdir/usr/share/licenses/mongodb/LICENSE"
}
# vim:set ts=2 sw=2 et:
|