Commit Graph

3302 Commits

Author SHA1 Message Date
Rosen Penev e2cce61f5d
pugixml: fix pkgconfig paths
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-08 14:06:02 -07:00
Rosen Penev a3a87fa8e1
Merge pull request #12109 from neheb/gerb3
gerbera static library changes
2020-05-08 10:51:45 -07:00
Eneas U de Queiroz fdc23942ab
oniguruma: bump to 6.9.5_rev1, switch to cmake
Besides the version bump, this backports a patch so that cmake uses the
same so version information as the current autotools, allowing the
switch over to cmake.

6.9.5_rev1 Changelog:

- Look-behind bug: if the look-behind contains a branch with a character
  length of 0 and an anchor is included in the branch, the whole
  look-behind is ignored
- POSIX API disabled by default -- enabled in openwrt, as at least
  libevhtp needs it
- Update Unicode version 13.0.0
- NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...}
- NEW API: retry limit in search functions
- NEW API: maximum nesting level of subexp call
- Fixed behavior of isolated options in Perl and Java syntaxes.
  /...(?i).../

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-05-08 11:26:51 -03:00
Rosen Penev c88bf0ef2c
pugixml: build as static
Upstream recommends static. There is also onle one package that depends
on this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-07 19:46:22 -07:00
Rosen Penev 0f829d0246
spdlog: switch to static libraries
Upstream recommends static libraries for smaller size. There is also
one package that uses spdlog.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-07 19:46:22 -07:00
Rosen Penev 1376a5fe66
Merge pull request #12088 from lucize/sysrepofix
sysrepo: update to 1.4.2
2020-05-06 14:55:36 -07:00
Lucian Cristian 1953132cea sysrepo: update to 1.4.2
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-07 00:25:57 +03:00
Jeffery To 1c54706b97 libevhtp: Fix dependencies not selected when building static library
When libevhtp is added to a package's PKG_BUILD_DEPENDS (i.e. for
seafile-server), libevhtp's target package dependencies are not
automatically selected, in particular libevent2-openssl and
libevent2-pthreads.

Moreover, if libevent-openssl and libevent2-pthreads are not selected,
OpenSSL and thread support are disabled when compiling libevent2, which
in turn causes a compile error when building libevhtp.

This adds a config option, LIBEVHTP_BUILD_DEPENDS, that will select
libevent2-openssl and libevent2-pthreads (via LIBEVHTP_BUILD_SELECT)
when it is selected.

Other build dependencies are moved to PKG_BUILD_DEPENDS.

This also updates seafile-server to remove the (indirect) dependencies
added in 13d843fec1 and instead select
LIBEVHTP_BUILD_DEPENDS.

This also updates the maintainer's email address and adds myself as
another maintainer.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-05 23:03:30 -03:00
Rosen Penev 0d913069e5
Merge pull request #12059 from neheb/gerb2
gerbera: update to 1.5.0
2020-05-04 18:07:29 -07:00
Rosen Penev f24f339eb1
Merge pull request #12078 from micmac1/masneon
neon: add back sed scripts for neon-config
2020-05-04 15:37:16 -07:00
Rosen Penev fd437d1495 libmicrohttpd: update to 0.9.70
Fix license information.

Cleanup Makefile for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-05 00:24:38 +02:00
Sebastian Kemper d59ae48f85 neon: add back sed scripts for neon-config
Commit 3a67097 removed the sed scripts that ran on neon-config. Now
there is build failure for Asterisk because a host include directory is
added to the build:

mips_24kc_musl/usr/lib/libintl-stub/include    -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include/libxml2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations       -fPIC -DAST_MODULE=\"res_calendar_exchange\" -DAST_MODULE_SELF_SYM=__internal_res_calendar_exchange_self  -I/usr/include/neon -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include -pthread -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include
res_calendar_exchange.c:34:10: fatal error: ne_session.h: No such file or directory
 #include <ne_session.h>
          ^~~~~~~~~~~~~~
compilation terminated.

This commit adds back the sed scripts.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-04 23:00:13 +02:00
Rosen Penev 60e16ba4a2
Merge pull request #12036 from micmac1/json-glib
json-glib: new package
2020-05-04 10:34:43 -07:00
Rosen Penev 5fc929077e
Merge pull request #12044 from lucize/yangup
libyang: update to 1.0.130
2020-05-03 14:33:40 -07:00
Rosen Penev 474692074b
Merge pull request #12068 from ClaymorePT/boost_1.73.0
boost: Package Version Update (1.73.0)
2020-05-03 14:30:08 -07:00
Rosen Penev 9d128700d7
Merge pull request #12051 from neheb/tirp
libtirpc: update to 1.2.6
2020-05-03 14:09:56 -07:00
Rosen Penev b8e54f0240
Merge pull request #12050 from neheb/neon
neon: update to 0.31.1
2020-05-03 13:36:50 -07:00
Carlos Miguel Ferreira 3fb802f5d0
boost: Package Version Update (1.73.0)
This commit updates Boost to version 1.73.0
In this release, there are two new libraries
 - Nowide [2] - Standard library functions with UTF-8 API on Windows,
   from Artyom Beilis.
 - Static String [3] - A dynamically resizable string of characters
   with compile-time fixed capacity and contiguous embedded storage,
   from Vinnie Falco and Krystian Stasiowski.

More info about Boost 1.73.0 can be found at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_73_0.html
[2]: https://www.boost.org/libs/nowide/
[3]: https://www.boost.org/libs/static_string/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2020-05-03 20:29:04 +01:00
Rosen Penev 8858aa2578
pugixml: add
Needed for gerbera 1.5.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev 091de62e83
spdlog: add
Needed for Gerbera 1.5.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev dd58239128
libupnpp: update to 0.18.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev d2d00b76ee
libnpupnp: add
This is needed for newer versions of libupnpp. This may or may not also
be needed for newer versions of Gerbera.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:07 -07:00
Rosen Penev 8ec1a8e153
libupnp: update to 1.12.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 17:23:06 -07:00
Rosen Penev 25442fbc57
liblo: update to 0.31
Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:14:20 -07:00
Rosen Penev c77e6fa3af
libtirpc: update to 1.2.6
Add HOST_BUILD_PARALLEL for faster compilation.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:12:14 -07:00
Rosen Penev 3a6709756c
neon: update to 0.31.1
Upstream changed.

Add license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Remove several outdated options.

Refreshed OpenSSL patch.

Other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:11:07 -07:00
Lucian Cristian fc706784c0 libyang: update to 1.0.130
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-05-02 15:48:16 +03:00
Sebastian Kemper a5c4fd1cc1 json-glib: new package
From upstream description:

JSON-GLib is a library providing serialization and deserialization
support for the JavaScript Object Notation (JSON) format described by
RFC 4627.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-02 10:37:02 +02:00
Rosen Penev 85a3bf3cd6
libyaml: update to 0.2.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 13:00:42 -07:00
Sebastian Kemper dae3bf4e29 Revert gperf: remove
gperf is a basic tool used when building packages. It's not available on
all hosts, in which case having a host package like this one is
required. For instance the CircleCI environment does not contain gperf,
in which case building of software requiring gperf fails.

This commit reverts the gperf removal.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-01 13:04:16 +02:00
Rosen Penev 44bbe55f2e
Merge pull request #11979 from neheb/jan
jsoncpp: add size optimizations
2020-04-30 03:22:07 -07:00
Rosen Penev e35f4be937
Merge pull request #11987 from Payne-X6/liburcu
liburcu: update to version 0.12.1
2020-04-28 10:17:31 -07:00
Jan Hák 700546d11d liburcu: update to version 0.12.1
Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
2020-04-28 11:23:08 +02:00
Jan Hák 58a5c548eb libedit: update to version 20193112-3.1
Signed-off-by: Jan Hák <jhak@jhak.nic.cz>
2020-04-28 10:53:34 +02:00
Rosen Penev c091932a79
jsoncpp: add size optimizations
Reduces size slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:55:23 -07:00
Rosen Penev 6002d160a3
p11-kit: remove pointless --as-needed parameter
It is already default with meson.

Not bumping PKG_RELEASE as there is no compiled difference.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:53:48 -07:00
Rosen Penev 1e65c4b7e3
libevdev: fix compilation with old kernels
Fixes compilation for 4.14 targets.

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:52:58 -07:00
Rosen Penev 6594961f63
Merge pull request #11959 from neheb/ipfs
ipfs-http-client: fix compilation of tests
2020-04-27 15:26:07 -07:00
Bruno Randolf 04b27feb48 websocketpp: Update to version 0.8.2
This version has the boost 1.70+ compatibility included so we can drop
the patch.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-27 15:47:21 +01:00
Rosen Penev 2a5fa45d72
avahi: remove these pkgconfig workarounds
Backported the upstream patch instead. Less error prone.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-26 15:34:18 -07:00
Rosen Penev 85e9ce346a
ipfs-http-client: fix compilation of tests
Wrong CMake variable was being used to enable them.

Small whitespace fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 16:54:13 -07:00
Rosen Penev 68a58c4c61
Merge pull request #11951 from neheb/ffi
libffi: fix build failure on powerpc platforms
2020-04-25 16:18:44 -07:00
Rosen Penev d4cdc14e0e avahi: fix dbus issue
Needs an extra configure parameter.

Reverted pkgconfig fix. It's wrong anyway.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 15:54:14 -07:00
Rosen Penev 0dcde0115e
libffi: fix build failure on powerpc platforms
This is an upstream backport.

Currently on the buildbots, having libffi unavailable leads to long
range build failures.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-24 13:57:16 -07:00
Rosen Penev a4bb706918
Merge pull request #11766 from neheb/remove
Mass unmaintained/unused package removal
2020-04-22 18:33:34 -07:00
Rosen Penev d3ce675c02
Merge pull request #11888 from neheb/libinp
libinput: update to 1.15.5
2020-04-22 14:44:48 -07:00
Rosen Penev 509ff35712 libinput: update to 1.15.5
Converted to meson for speed.

Removed all patches. The issues have all been fixed upstream.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 14:40:41 -07:00
Rosen Penev b3638b751f
Merge pull request #11824 from aleksander0m/aleksander/qmi-1-24-10
libqmi: update version to 1.24.10
2020-04-22 14:30:37 -07:00
Luiz Angelo Daros de Luca 348d3aad2a libvpx: remove PKG_SOURCE to use default tar.xz
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-22 01:50:23 -03:00
Rosen Penev e36b946b0a
Merge pull request #11876 from neheb/evsd
libevdev: update to 2.9.0
2020-04-21 21:47:46 -07:00
Rosen Penev f98d8d2406
Merge pull request #11875 from neheb/drm
libdrm: update to 2.4.101
2020-04-21 21:44:27 -07:00
Luiz Angelo Daros de Luca 48692cfd5b
Merge pull request #11885 from BKPepe/libvpx
libvpx: update to version 1.8.2
2020-04-22 01:24:10 -03:00
Josef Schlehofer 34ab886263
libvpx: Makefile polishing
- Remove PKG_REV
- Reorder things to be more sync with other Makefiles
- Add PKG_BUILD_PARALLEL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-22 00:20:03 +02:00
Nikos Mavrogiannopoulos 2ae560539e
Merge pull request #11898 from neheb/p111111
p11-kit: update to 0.23.20
2020-04-20 19:52:19 +02:00
Hannu Nyman 08c90cd4f4
Merge pull request #11878 from jefferyto/libmraa-libupm-python-makefile-update
libmraa,libupm: Disable default Python package build recipe
2020-04-20 20:40:34 +03:00
Hannu Nyman 6c2235253f
Merge pull request #11872 from jefferyto/python3-makefile-cleanup
python3: Makefile cleanup
2020-04-20 20:05:07 +03:00
Jan Pavlinec 489112ec19
redis: update to version 5.0.9
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-20 14:23:10 +02:00
Josef Schlehofer 111865439b
Revert "glib2: update to 2.64.2"
It is not ready and there are some issues described in
https://github.com/openwrt/packages/pull/11442

This reverts commit b465ac3002.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 12:05:33 +02:00
Josef Schlehofer ad798995ee
Revert "glib2: fix host build"
There isn't prime time for it. Currently, it can not be built.
It fails with the following error:  ERROR: Compiler gcc can not compile programs.
More details in https://github.com/openwrt/packages/pull/11887 and
https://github.com/openwrt/packages/issues/11900

This reverts commit b62ed68007.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 11:59:48 +02:00
Rosen Penev 5f5b8e3a88
p11-kit: update to 0.23.20
Converted to meson for faster compilation speed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-19 15:18:15 -07:00
Lucian Cristian 5fadec5c0e nss: update to 3.51.1
also refresh patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-19 16:59:00 +03:00
tripolar b55d2359bc
Merge pull request #11887 from neheb/glbb
glib2: fix host build
2020-04-19 12:47:42 +02:00
tripolar e187ed5072
Merge pull request #11690 from neheb/libffi
libffi: update to 3.3
2020-04-19 11:40:56 +02:00
tripolar a3c62bf8f0
Merge pull request #10601 from neheb/alsa
ALSA update - 1.2.2
2020-04-19 11:40:04 +02:00
Rosen Penev b62ed68007
glib2: fix host build
Seems to need -liconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:58:20 -07:00
Rosen Penev 030cc5570c
quasselc: fix compilation with newer glib2
Needed to fix LDFLAGS variable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Rosen Penev 0266fa2d29
avahi: patch client pkgconfig files without dbus
It still gets built without dbus.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Josef Schlehofer 97df69bdb5
libvpx: update to version 1.8.2
- Change URL to use HTTPS instead of HTTP
- Remove empty row between maintainer and license

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-18 23:13:01 +02:00
Jeffery To 81e99fa7ff seafile: Remove Python variants, update Python packaging
This removes Python build variants and adds PYTHON3_PKG_BUILD:=0 (where
appropriate) for the Seafile packages.

This also updates the way the Python bindings packages are packaged,
using automake installation instead of manual install recipes.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00
Jeffery To 1bc2f4f3c6 treewide: Remove Python variants for non-Python packages
This removes Python-related build variants, and adds
PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate),
for non-Python packages. There should be no changes to build output.

This also updates some include paths for python3-package.mk and/or
python3-host.mk to be relative to the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00
Jeffery To 302f4d17e3 libmraa,libupm: Disable default Python package build recipe
This adds PYTHON3_PKG_BUILD:=0, to disable the default Python package
build recipe. There should be no changes to build output.

This also updates include paths for python3-package.mk to be relative to
the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-18 20:42:59 +08:00
tripolar eee8f19807
Merge pull request #11442 from neheb/glb
glib2: update to 2.64.2
2020-04-18 13:19:18 +02:00
Rosen Penev 5429bd2e9b
Merge pull request #11859 from ja-pa/libssh-security-update
libssh: update to version 0.9.4 (security fix)
2020-04-18 03:16:54 -07:00
Rosen Penev fa5e64649a
gdbm: don't build gettext-full
It's not necessary.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 02:58:03 -07:00
Rosen Penev b4d4de98d7
libevdev: update to 2.9.0
Converted to meson for compilation speed.

Removed uClibc-ng patch as tests no longer get built.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 01:20:24 -07:00
Rosen Penev 2914adcf5d
libdrm: update to 2.4.101
Converted to meson for faster compilation.

Cleaned up Makefile slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 00:32:39 -07:00
Bruno Randolf e1bb99f836 websocketpp: Fix compile with Boost 1.70+
Fix compilation for newer Boost versions, same as in the websocketpp 'develop'
branch: https://github.com/zaphoyd/websocketpp/pull/814

Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-17 09:35:12 +01:00
Rosen Penev b465ac3002
glib2: update to 2.64.2
Modified to use meson as upstream has abandoned autotools.

Added license information.

Cleaned up Makefile for consistency between packages.

Added hack to compile static libs.

Removed old patches and add new ones.

Removed BUILD_PARALLEL options. These are default with ninja/meson.

Removed gettext build dependencies. glib2 now includes its own solution.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-16 19:17:52 -07:00
Jan Pavlinec 933eef4b18
libssh: update to version 0.9.4 (security fix)
Fixes
CVE-2020-1730

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-16 12:30:00 +02:00
Rosen Penev 57b2623d8b
re2: update to 2020-04-01
Massive cleanup of Makefile.

Remove inactive maintainer.

Remove completely unused host build.

Shorten title so that it shows under menuconfig.

Remove pointless static/shared choice.

Add C++17 patch as libcxx seems to need it with this package.

Add ABI_VERSION.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 16:19:18 -07:00
Rosen Penev d6e2cb105e
alsa-lib: Update to 1.2.2
Added aserver application.

Fixed license information.

Small consistency updates.

Added usleep patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13 22:34:21 -07:00
Rosen Penev 7ad02ef9e0
libupnp: update to 1.8.7
remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13 19:39:52 -07:00
Rosen Penev e83e6f36c3
Merge pull request #11832 from neheb/v45l
libv4l: update to 1.16.8
2020-04-13 17:37:03 -07:00
Othmar Truniger a414b964a3 libfmt: bump to version 6.2.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-04-13 18:04:22 +02:00
Rosen Penev 0cd1a9b537
libv4l: update to 1.16.8
Fixed license information.

Update argp dependency to be for non glibc.

Added PKG_BUILD_PARALLEL for faster compilation.

Added --as-needed linker flag for slightly smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-11 19:54:15 -07:00
Aleksander Morgado 5f995ccb47 libqmi: update version to 1.24.10
https://lists.freedesktop.org/archives/libqmi-devel/2020-April/003275.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-04-11 07:17:22 +02:00
Rosen Penev 3639561277
libcanfestival: remove
It seems that nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:31 -07:00
Rosen Penev 9b4308dae6
libzdb: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:31 -07:00
Rosen Penev 8415f77bbc
libuvc: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:31 -07:00
Rosen Penev 3106071c28
libglog: remove
Was used by libfolly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev 702818d5ae
libavl: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev fbb258ab8b
gperf: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev 18cdc8a3b5
glpk: remove
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev e077738751
fftw3: remove
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev 65ef6c646a
fcgi: remove
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev 27f871473d
classpath: remove
This no longer builds as GCC no longer includes Java support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev 7b02849f51
rxtx: remove
This does not build as GCC no longer includes Java support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev bb196a7727
avro: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev 54b5427536
libfolly: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev 1f1d4db694
libfizz: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00