Leonid Pliushch
c352216c63
packages: standardize values of several control variables for build.sh
...
Variables
TERMUX_PKG_PLATFORM_INDEPENDENT
TERMUX_DEBUG
TERMUX_PKG_HAS_DEBUG
TERMUX_PKG_ESSENTIAL
TERMUX_SUBPKG_ESSENTIAL
TERMUX_PKG_NO_STATICSPLIT
TERMUX_PKG_BUILD_IN_SRC
TERMUX_PKG_FORCE_CMAKE
TERMUX_PKG_HOSTBUILD
should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.
build-package.sh should make decision based on variable's value but not on
whether it is set or empty.
%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch
6e70277fb3
no more develsplit + provide static libraries as separate package
...
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch
d82262aec4
apache2: avoid use of getrandom() which may not be implemented
...
Issue https://github.com/termux/termux-packages/issues/3883 .
***
Fix doesn't seem to be needed on devices running Android 7+, but in
NDK getrandom() declared as:
ssize_t getrandom(void* __buffer, size_t __buffer_size, unsigned int __flags) __wur __INTRODUCED_IN(28);
So applying patch anyway.
2019-06-30 17:53:26 +03:00
Fredrik Fornwall
54786188a8
apr: Update from 1.6.5 to 1.7.0
2019-05-06 00:08:09 +02:00
Wetitpig
5f8864c10d
Improve formatting of parantheses for functions
2019-02-09 21:06:31 +02:00
Henrik Grimler
cb2a37bb5e
apr: fix $NM path in share/apr-1/build/libtool
2019-01-23 00:10:34 +01:00
Leonid Pliushch
361d8c519f
[incomplete] set licenses for packages
2019-01-20 22:41:50 +01:00
Fredrik Fornwall
f9465d7c3a
apr: Update from 1.6.3 to 1.6.5
2018-09-19 07:46:17 +02:00
Fredrik Fornwall
ea61862721
Add scripts/lint-packages.py
...
Harmonize the layout by having the first two lines of a package
definition always be the homepage and the description.
2017-12-05 22:48:12 +01:00
Fredrik Fornwall
0ee3edf5f7
Improve various package descriptions
2017-12-05 22:33:04 +01:00
Fredrik Fornwall
5cd43b4569
apr: Update from 1.6.2 to 1.6.3
2017-10-28 15:52:47 +02:00
Fredrik Fornwall
6ec0b6ba84
apr: Specify correct sizeof(struct iovec)
...
Also bump package revision
2017-08-18 23:05:05 +02:00
Stephen
697ff27797
need files for apr-util build
...
#1169
2017-08-18 22:34:48 +02:00
Fredrik Fornwall
7dcbf4089d
apr&apr-util: Bump revision after package updates
2017-08-07 22:20:59 +02:00
Stephen
7ea26e738e
Update build.sh
2017-08-07 22:19:32 +02:00
Stephen
4a25123e73
add apr-1-config to apr-dev
...
required for autoconf detection of apr
2017-08-07 22:19:32 +02:00
Fredrik Fornwall
3b6337d4ba
apr: Update from 1.5.2 to 1.6.2
2017-07-16 18:48:54 +02:00
Fredrik Fornwall
9684634c6b
apr&apr-util: Bump build revision
2017-06-06 11:48:57 +02:00
Fredrik Fornwall
23289d81e9
Add some more source checksums
2017-02-12 22:15:13 +01:00
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
2017-01-11 01:21:42 -05:00
Fredrik Fornwall
a12d9baca5
apr: Switch to using mirror for source
2016-08-02 05:39:03 -04:00
Fredrik Fornwall
bb27a0ec42
Various package updates
...
Many of them cascading from the update of glib.
2016-05-04 08:54:30 -04:00
Fredrik Fornwall
38af0a82e6
apr: Depend on libuuid
2015-07-15 08:02:28 -04:00
Fredrik Fornwall
49ca09e5e5
Fix wait3() function and bump build revisions
2015-07-11 17:43:48 -04:00
Fredrik Fornwall
59f0d218a6
Initial push
2015-06-13 01:03:31 +02:00