Commit Graph

20 Commits

Author SHA1 Message Date
Henrik Grimler 0396f55b6b
silversearcher-ag: fix build with ndk-r23
Build fails due to duplicated/shared variables, like:

[...]
ld: error: duplicate symbol: out_fd
>>> defined at ignore.c
>>>            src/ignore.o:(out_fd)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x188)

ld: error: duplicate symbol: print_mtx
>>> defined at ignore.c
>>>            src/ignore.o:(print_mtx)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x8)

ld: error: duplicate symbol: root_ignores
>>> defined at ignore.c
>>>            src/ignore.o:(root_ignores)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x0)

ld: error: duplicate symbol: stats
>>> defined at ignore.c
>>>            src/ignore.o:(stats)
>>> defined at scandir.c
>>>            src/scandir.o:(.bss+0x190)

ld: error: duplicate symbol: alpha_skip_lookup
>>> defined at print.c
>>>            src/print.o:(alpha_skip_lookup)
>>> defined at search.c
>>>            src/search.o:(.bss+0x102B0)
2021-11-17 19:36:45 +01:00
Henrik Grimler 8dd2b5413b
silversearcher-ag: use https for source 2021-11-17 19:36:32 +01: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 6c4affb005 Bump liblzma and dependent packages to restart CI
All except php since it has been uploaded manually
2020-03-20 08:54:28 +01:00
Leonid Pliushch 6d7e9429f7 bump liblzma-dependent packages 2020-03-19 20:58:37 +02:00
Leonid Pliushch 5123b0cffa fix formatting of some build.sh 2020-01-13 03:00:07 +02:00
Leonid Pliushch 9e8fb74a2c silversearcher-ag: rebuild due to versioned liblzma 2019-05-03 17:23:14 +03: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 3ef1d06aa8 silversearcher-ag: Update from 2.1.0 to 2.2.0 2018-08-08 11:49:21 +02:00
Fredrik Fornwall 51c7760090 Drop need of setting TERMUX_PKG_FOLDERNAME
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall 00a819d041 silversearcher-ag: Update from 2.0.0 to 2.1.0 2017-08-28 12:07:29 +02:00
Fredrik Fornwall 573c5226e8 silversearcher-ag: Update from 1.0.3 to 2.0.0 2017-06-05 23:25:38 +02:00
Fredrik Fornwall 38d492d1a0 silversearcher-ag: Update from 1.0.2 to 1.0.3 2017-05-04 23:11:30 +02:00
Fredrik Fornwall f40671efaf silversearcher-ag: Update from 1.0.1 to 1.0.2 2016-12-06 21:00:00 -05:00
Fredrik Fornwall ae707f42d0 silversearcher-ag: Update from 0.33.0 to 1.0.1 2016-11-28 18:18:09 -05:00
Fredrik Fornwall c3a3f8b237 silversearcher-ag: Update from 0.32.0 to 0.33.0 2016-09-26 10:51:09 -04:00
Fredrik Fornwall 48e3319bd2 silversearcher-ag: Update from 0.31 to 0.32 2016-05-17 09:32:46 -04:00
Fredrik Fornwall 097a1bfa82 silversearcher-ag: Update to latest 2015-09-26 03:27:55 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00