aboutsummaryrefslogtreecommitdiff
path: root/net/fossil
Commit message (Collapse)AuthorAge
* fossil: RemoveRosen Penev2019-07-14
| | | | | | | The maintainer is inactive, in addition to this package being woefully out of date. It probably does not work properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* fossil: Explicitly link with libmFlorian Fainelli2017-06-04
| | | | | | | | | | | | | | | | Fixes the following build error with an external toolchain: ./bld/sqlite3.o: In function `fts5Bm25Function': sqlite3.c:(.text+0x27234): undefined reference to `log' ./bld/piechart.o: In function `piechart_render': piechart_.c:(.text+0x430): undefined reference to `sincos' piechart_.c:(.text+0x47c): undefined reference to `sincos' piechart_.c:(.text+0x548): undefined reference to `sincos' collect2: error: ld returned 1 exit status src/main.mk:526: recipe for target 'fossil' failed make[3]: *** [fossil] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* fossil: fix source URLAlexander Ryzhov2016-10-31
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* Merge pull request #1914 from sairon/fossil-fix-makefileLuka Perkov2015-11-10
|\ | | | | fossil: fix Makefile for GNU Make < 3.82
| * fossil: fix Makefile for GNU Make < 3.82Jan Čermák2015-11-04
| | | | | | | | | | | | | | | | | | | | | | make defconfig (or feeds update) raised following error for fossil package on Ubuntu 14.04 LTS with GNU Make 3.81: Makefile:47: *** missing separator. Stop. To fix this, empty blocks are now defined instead of using undefine directive which was added in GNU Make 3.82. Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
* | fossl: update to 1.34Luka Perkov2015-11-04
|/ | | | Signed-off-by: Luka Perkov <luka@openwrt.org>
* fossil: add packageLuka Perkov2015-11-01
Signed-off-by: Luka Perkov <luka@openwrt.org>