dash/depends/packages
MarcoFalke b74f55143f
Merge #11286: [depends] Don't build libevent sample code
f38c05104 [depends] Don't build libevent sample code (fanquake)

Pull request description:

  Noticed today while doing Windows depends builds.
  Before and after libevent build on OS X.

  ```
  Building libevent...
    GEN      include/event2/event-config.h
  /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
    CC       buffer.lo
    CC       bufferevent.lo
    CC       bufferevent_filter.lo
    CC       bufferevent_ratelim.lo
    CC       bufferevent_sock.lo
    CC       bufferevent_pair.lo
    CC       event.lo
    CC       evmap.lo
    CC       evthread.lo
    CC       evutil.lo
    CC       evutil_rand.lo
    CC       evutil_time.lo
    CC       listener.lo
    CC       log.lo
    CC       select.lo
    CC       poll.lo
    CC       kqueue.lo
    CC       signal.lo
    CC       evdns.lo
    CC       event_tagging.lo
    CC       evrpc.lo
    CC       http.lo
    CC       evthread_pthread.lo
    CC       sample/dns-example.o
    CC       sample/event-read-fifo.o
    CC       sample/hello-world.o
    CC       sample/http-server.o
    CC       sample/http-connect.o
    CC       sample/signal-test.o
    CC       sample/time-test.o
    CCLD     libevent_core.la
    CCLD     libevent_pthreads.la
    CCLD     libevent.la
    CCLD     libevent_extra.la
    CCLD     sample/event-read-fifo
    CCLD     sample/dns-example
    CCLD     sample/hello-world
    CCLD     sample/http-server
    CCLD     sample/http-connect
    CCLD     sample/signal-test
    CCLD     sample/time-test
  Staging libevent...
  ```

  ```
  Building libevent...
    GEN      include/event2/event-config.h
  /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
    CC       buffer.lo
    CC       bufferevent.lo
    CC       bufferevent_filter.lo
    CC       bufferevent_pair.lo
    CC       bufferevent_ratelim.lo
    CC       bufferevent_sock.lo
    CC       event.lo
    CC       evmap.lo
    CC       evthread.lo
    CC       evutil.lo
    CC       evutil_rand.lo
    CC       evutil_time.lo
    CC       listener.lo
    CC       log.lo
    CC       select.lo
    CC       poll.lo
    CC       kqueue.lo
    CC       signal.lo
    CC       evdns.lo
    CC       event_tagging.lo
    CC       evrpc.lo
    CC       http.lo
    CC       evthread_pthread.lo
    CCLD     libevent_core.la
    CCLD     libevent_pthreads.la
    CCLD     libevent.la
    CCLD     libevent_extra.la
  Staging libevent...
  ```

Tree-SHA512: a82bde38e110a16f934c0f1e95d3ae66662c1b3c1367e4a6e7c4994f585ebeea4f5cbee4d98a8dc64a8e8936eb9f4bb0c55fb65e718f724d88e81cb8fa84be88
2020-01-10 10:33:55 -06:00
..
backtrace.mk Fix compilation on Ubuntu 16.04 (#3013) 2019-07-02 23:45:33 +03:00
bdb.mk
boost.mk Merge #10325: 0.15.0 Depends Updates 2019-06-19 08:20:15 -05:00
chia_bls.mk Fix chia_bls include prefix (#3091) 2019-09-22 23:46:04 +03:00
dbus.mk Merge #10325: 0.15.0 Depends Updates 2019-06-19 08:20:15 -05:00
expat.mk Merge #10628: [depends] expat 2.2.1 2019-07-11 10:34:46 -05:00
fontconfig.mk
freetype.mk Backport bitcoin#14385: qt: avoid system harfbuzz and bz2 (#2732) 2019-03-01 18:29:48 +03:00
gmp.mk armv7l build support (#2601) 2019-01-05 08:53:37 +03:00
libevent.mk Merge #11286: [depends] Don't build libevent sample code 2020-01-10 10:33:55 -06:00
libICE.mk
libSM.mk
libX11.mk
libXau.mk
libxcb.mk
libXext.mk
miniupnpc.mk
native_biplist.mk
native_cctools.mk
native_cdrkit.mk
native_ds_store.mk
native_libdmg-hfsplus.mk
native_mac_alias.mk
native_protobuf.mk
openssl.mk Add OpenSSL termios fix for musl libc (#3099) 2019-09-22 23:47:02 +03:00
packages.mk Merge #12607: depends: Remove ccache 2019-11-04 13:20:45 +01:00
protobuf.mk
qrencode.mk Backports 0.15 pr1 (#2590) 2019-01-03 12:18:47 +03:00
qt.mk Backport bitcoin#14385: qt: avoid system harfbuzz and bz2 (#2732) 2019-03-01 18:29:48 +03:00
xcb_proto.mk
xextproto.mk
xproto.mk
xtrans.mk
zeromq.mk
zlib.mk