Commit Graph

51 Commits

Author SHA1 Message Date
Tee KOBAYASHI 1d68a1a324 subversion: Update to 1.14.2 2022-04-12 21:28:48 +05:30
Tee KOBAYASHI 78bb95eff0 perl: Revbump revdeps
just in case.
2022-04-04 15:40:52 +09:00
Tee KOBAYASHI eb34f28813 perl: Update to 5.34.1 2022-03-16 12:51:57 +05:30
Henrik Grimler 2a00bc345b
subversion: bump package
Needed after serf update:
```
CANNOT LINK EXECUTABLE "svn": cannot locate symbol "ERR_GET_FUNC" referenced by "/data/data/com.termux/files/usr/lib/libserf-1.so"...
```
2022-02-28 07:01:37 +01:00
Lucy Phipps 0fa474f866
irssi, libapt-pkg-perl, subversion, weechat: bump
perl dependent shared libraries needed bumping after threads enabled
2021-11-21 13:13:55 +00:00
Lucinda May Phipps ee27aa76ea
fix typo in subversion build.sh 2021-09-08 07:09:41 +01:00
Lucinda May Phipps 943ebda62e
subversion-perl: don't install perllocal.pod 2021-09-08 07:08:28 +01:00
Lucy Phipps 98184480e9
bump qemu-system-x86-64-headless, radare2, subversion
https://github.com/termux/termux-packages/pull/7335#issuecomment-904202191
2021-08-24 20:13:09 +01:00
Henrik Grimler bb4ddd2023 libandroid-support, subversion: bump after fixing build-package 2021-08-21 22:38:56 +02:00
Lucinda May Phipps a2a599cd91
subversion: bump revision 2021-08-21 21:26:10 +01:00
Lucy Phipps b3f684d2e7
subversion: fix man3 location 2021-08-21 20:52:50 +01:00
Lucy Phipps 47548b892b
subversion: hostbuild wasn't needed after all 2021-08-21 19:49:36 +01:00
Lucy Phipps 3740f1d29c
subversion: fix linker error 2021-08-21 19:13:49 +01:00
Lucy Phipps 713e9d7ee0
subversion: use host-built perl 2021-08-21 18:39:45 +01:00
Lucy Phipps 52fcf6d530
new package: subversion-perl 2021-08-21 16:12:02 +01:00
Yaksh Bariya cb51f2e95a `subversion`: Revise version to force rebuild 2021-06-24 12:00:29 +03:00
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Henrik Grimler 6ef0e5876a Bump pending packages again
Seems previous build failed due to game-packages metadata being updated.
2020-06-07 07:24:03 +02:00
Leonid Pliushch 78e74e209d re-run build for pending packages 2020-06-07 04:04:27 +03:00
Henrik Grimler ffc346b57d Bump recently updated packages, except mksh, to restart build 2020-06-06 21:48:02 +02:00
Henrik Grimler c19f5ba64c subversion: update to 1.14.0 2020-06-06 20:38:29 +02:00
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Fredrik Fornwall 06853be6d8 subversion: Update from 1.12.2 to 1.13.0 2019-11-21 00:28:31 +01:00
Fredrik Fornwall 275a09cfb8 subversion: Update from 1.12.0 to 1.12.2 2019-07-30 01:46:58 +02: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 18f66dfeb1 subversion: trigger CI build 2019-05-06 16:00:15 +03:00
Fredrik Fornwall 3a36f89eef subversion: Update from 1.11.1 to 1.12.0 2019-05-06 13:13:46 +02:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 3e3074cc0f subversion: Update from 1.11.0 to 1.11.1 2019-01-13 22:58:33 +01:00
Leonid Pliushch fa27188f18 subversion: update to 1.11.0 2018-11-10 23:12:28 +01:00
Fredrik Fornwall 0a6a654072 subversion: Update from 1.10.2 to 1.10.3 2018-10-18 05:52:30 +02:00
Fredrik Fornwall c98acd554a subversion: Update from 1.10.0 to 1.10.2 2018-07-23 00:07:11 +02:00
Vishal Biswas 160d3aeb06 update ndk to 17 and switch some packages to clang build (#2415)
* update ndk to 17

* bump NDK version in setup-android script

* libnl: fix for ndk r17

* libpixman: use clang's __builtin_shufflevector instead of __builtin_shuffle (#1)

Required to make package build with ndk17.

* fix as for arm

* ndk17 still uses ld.bfd on aarch64

* use -fno-integrated-as for clang only

* glib: remove patch unnecessary after ndk17

* torsocks: remove unneeded patch after ndk17

* subversion: fix build as clang++ now errors out for mismatched flags

* libpulseaudio: fix build with ndk17

https://github.com/termux/termux-packages/pull/2415#issuecomment-388296684

* gst-plugins-good: disable video4linux2

ioctl is defined as __overloadable in ndk17 headers which
  conflicts with v4l2object's member ioctl

* libzmq: disable Werror to build with ndk17

* ltrace: hardcode symbol not available in ndk17

* busybox: build with clang for all arches except arm

* dropbear: build with clang instead of gcc

* gnupg: build with clang instead of gcc

* openssl: use clang for all arches except arm

* picolisp: build with clang instead of gcc

* valgrind: use clang on all arches except aarch64

* Revert "gst-plugins-good: disable video4linux2"

This reverts commit 43850b81ccf60033c25cb13dfd326c1b0528773a.
Already applied on base branch.

* libllvm: use default arm triple
2018-05-27 14:55:20 +02:00
Fredrik Fornwall 92febdf895 subversion: Update from 1.9.7 to 1.10.0 2018-04-17 00:11:22 +02:00
Fredrik Fornwall baba72d659 subversion: Update from 1.9.6 to 1.9.7 2017-08-14 23:57:21 +02:00
Fredrik Fornwall 4e3c2f3746 Bump packages after apr and apr-util update 2017-07-17 20:26:00 +02:00
Fredrik Fornwall a551357be0 subversion: Update from 1.9.5 to 1.9.6 2017-07-08 22:29:46 +02:00
Fredrik Fornwall fa64f816d9 subversion: Fix building with unified headers 2017-07-01 00:54:40 +02:00
Fredrik Fornwall 2057428628 subversion: Update from 1.9.4 to 1.9.5 2016-12-01 08:18:28 -05:00
Fredrik Fornwall 5b196048dc serf&subversion: Bump builds after libexpat update 2016-08-14 16:30:35 -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 13a414dd30 libsqlite: Update for real 2016-02-29 02:19:10 -05:00
Fredrik Fornwall 69351bc15b subversion: Remove patch applied upstream 2016-01-05 07:46:19 -05:00
Fredrik Fornwall 5b6ed11d0d subversion: Update from 1.9.2 to 1.9.3 2015-12-25 22:25:32 -05:00
Fredrik Fornwall d840bb87bf subversion: Update to 1.9.2 2015-09-27 05:57:36 -04:00
Fredrik Fornwall 8e084d890e subversion: Update to 1.9.1 to 1.9.0 2015-09-07 10:26:29 -04:00
Fredrik Fornwall 0e1a53c0dc Add patch to fix subversion 2015-08-27 04:22:16 -04:00
Fredrik Fornwall e9dec303d7 subversion: Update to 1.9.0 from 1.8.13 2015-08-18 17:13:46 -04:00
Fredrik Fornwall 25a5638bb0 Remove outdated workaround for building subversion 2015-06-21 06:34:36 -04:00