pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Jun  2 22:52:15 UTC 2013

Modified Files:
        pkgsrc/net/libtorrent: Makefile distinfo
        pkgsrc/net/rtorrent: distinfo
        pkgsrc/net/rtorrent/patches: patch-ag
Removed Files:
        pkgsrc/net/libtorrent/patches: patch-src_Makefile.am
            patch-src_Makefile.in patch-src_data_chunk__list.cpp
            patch-src_data_chunk__list.h patch-src_data_hash__check__queue.h
            patch-src_data_hash__queue.cc patch-src_data_hash__queue.h
            patch-src_data_hash__queue__node.h patch-src_data_memory__chunk.h
            patch-src_dht_dht__router.cc patch-src_dht_dht__server.cc
            patch-src_download_download__main.cc
            patch-src_download_download__wrapper.cc patch-src_manager.cc
            patch-src_net_socket__set.h patch-src_net_throttle__internal.cc
            patch-src_protocol_handshake.cc
            patch-src_torrent_data_download__data.h
            patch-src_torrent_data_file.h patch-src_torrent_download__info.h
            patch-src_torrent_download_choke__group.cc
            patch-src_torrent_download_choke__queue.cc
            patch-src_torrent_download_choke__queue.h
            patch-src_torrent_download_group__entry.h
            patch-src_torrent_download_resource__manager.cc
            patch-src_torrent_http.h patch-src_torrent_peer_client__list.cc
            patch-src_torrent_peer_connection__list.h patch-src_torrent_poll.h
            patch-src_torrent_tracker__controller.cc
            patch-src_torrent_tracker__controller.h
            patch-src_torrent_tracker__list.cc
            patch-src_torrent_tracker__list.h patch-src_torrent_utils_extents.h
            patch-src_torrent_utils_log.cc patch-src_torrent_utils_log.h
            patch-src_torrent_utils_log__buffer.cc
            patch-src_torrent_utils_log__buffer.h
            patch-src_torrent_utils_signal__bitfield.h
            patch-src_torrent_utils_thread__base.h
            patch-src_tracker_tracker__http.cc
            patch-src_tracker_tracker__udp.cc
        pkgsrc/net/rtorrent/patches: patch-rak_functional__fun.h
            patch-rak_priority__queue__default.h patch-src_command__download.cc
            patch-src_command__dynamic.cc patch-src_command__events.cc
            patch-src_command__file.cc patch-src_command__groups.cc
            patch-src_command__helpers.h patch-src_command__ip.cc
            patch-src_command__local.cc patch-src_command__network.cc
            patch-src_command__peer.cc patch-src_command__scheduler.cc
            patch-src_command__throttle.cc patch-src_command__tracker.cc
            patch-src_command__ui.cc patch-src_control.cc
            patch-src_core_curl__get.cc patch-src_core_curl__stack.cc
            patch-src_core_dht__manager.cc patch-src_core_download.cc
            patch-src_core_download__factory.cc
            patch-src_core_download__list.cc patch-src_core_http__queue.cc
            patch-src_core_manager.cc patch-src_core_manager.h
            patch-src_core_view.cc patch-src_display_frame.cc
            patch-src_display_manager.cc patch-src_display_window.cc
            patch-src_display_window__file__list.cc
            patch-src_display_window__log.cc patch-src_rpc_command.h
            patch-src_rpc_command__scheduler.cc
            patch-src_rpc_command__scheduler__item.h
            patch-src_rpc_exec__file.cc patch-src_rpc_exec__file.h
            patch-src_rpc_object__storage.cc patch-src_rpc_object__storage.h
            patch-src_rpc_xmlrpc.h patch-src_signal__handler.cc
            patch-src_thread__base.cc patch-src_ui_element__log__complete.cc
            patch-src_ui_element__peer__list.cc

Log Message:
Back out all of the C++11 related patches. They don't only break the
build under Mac OS X but also under NetBSD/amd64 6.1 with the default
G++ compiler.

This fixes PR pkg/47873 by myself.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/libtorrent/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/libtorrent/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/libtorrent/patches/patch-src_Makefile.am \
    pkgsrc/net/libtorrent/patches/patch-src_Makefile.in \
    pkgsrc/net/libtorrent/patches/patch-src_data_chunk__list.cpp \
    pkgsrc/net/libtorrent/patches/patch-src_data_chunk__list.h \
    pkgsrc/net/libtorrent/patches/patch-src_data_hash__check__queue.h \
    pkgsrc/net/libtorrent/patches/patch-src_data_hash__queue.cc \
    pkgsrc/net/libtorrent/patches/patch-src_data_hash__queue.h \
    pkgsrc/net/libtorrent/patches/patch-src_data_hash__queue__node.h \
    pkgsrc/net/libtorrent/patches/patch-src_data_memory__chunk.h \
    pkgsrc/net/libtorrent/patches/patch-src_dht_dht__router.cc \
    pkgsrc/net/libtorrent/patches/patch-src_dht_dht__server.cc \
    pkgsrc/net/libtorrent/patches/patch-src_download_download__main.cc \
    pkgsrc/net/libtorrent/patches/patch-src_download_download__wrapper.cc \
    pkgsrc/net/libtorrent/patches/patch-src_manager.cc \
    pkgsrc/net/libtorrent/patches/patch-src_net_socket__set.h \
    pkgsrc/net/libtorrent/patches/patch-src_net_throttle__internal.cc \
    pkgsrc/net/libtorrent/patches/patch-src_protocol_handshake.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_data_download__data.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_data_file.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_download__info.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_download_choke__group.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_download_choke__queue.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_download_choke__queue.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_download_group__entry.h \
    
pkgsrc/net/libtorrent/patches/patch-src_torrent_download_resource__manager.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_http.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_peer_client__list.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_peer_connection__list.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_poll.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_tracker__controller.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_tracker__controller.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_tracker__list.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_tracker__list.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_utils_extents.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_utils_log.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_utils_log.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_utils_log__buffer.cc \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_utils_log__buffer.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_utils_signal__bitfield.h \
    pkgsrc/net/libtorrent/patches/patch-src_torrent_utils_thread__base.h \
    pkgsrc/net/libtorrent/patches/patch-src_tracker_tracker__http.cc \
    pkgsrc/net/libtorrent/patches/patch-src_tracker_tracker__udp.cc
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/rtorrent/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/rtorrent/patches/patch-ag
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/rtorrent/patches/patch-rak_functional__fun.h \
    pkgsrc/net/rtorrent/patches/patch-rak_priority__queue__default.h \
    pkgsrc/net/rtorrent/patches/patch-src_command__download.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__dynamic.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__events.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__file.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__groups.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__helpers.h \
    pkgsrc/net/rtorrent/patches/patch-src_command__ip.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__local.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__network.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__peer.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__scheduler.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__throttle.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__tracker.cc \
    pkgsrc/net/rtorrent/patches/patch-src_command__ui.cc \
    pkgsrc/net/rtorrent/patches/patch-src_control.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_curl__get.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_curl__stack.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_dht__manager.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_download.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_download__factory.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_download__list.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_http__queue.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_manager.cc \
    pkgsrc/net/rtorrent/patches/patch-src_core_manager.h \
    pkgsrc/net/rtorrent/patches/patch-src_core_view.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_frame.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_manager.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_window.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_window__file__list.cc \
    pkgsrc/net/rtorrent/patches/patch-src_display_window__log.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_command.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_command__scheduler.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_command__scheduler__item.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_exec__file.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_exec__file.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_object__storage.cc \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_object__storage.h \
    pkgsrc/net/rtorrent/patches/patch-src_rpc_xmlrpc.h \
    pkgsrc/net/rtorrent/patches/patch-src_signal__handler.cc \
    pkgsrc/net/rtorrent/patches/patch-src_thread__base.cc \
    pkgsrc/net/rtorrent/patches/patch-src_ui_element__log__complete.cc \
    pkgsrc/net/rtorrent/patches/patch-src_ui_element__peer__list.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index