Date: Wed, 16 May 2012 16:09:15 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-p2p/eiskaltdcpp-lib Makefile ports/net-p2p/eiskaltdcpp-lib/files patch-dcpp-Atomic.h ports/net-p2p/libtorrent-rasterbar-14 Makefile ports/net-p2p/libtorrent-rasterbar-14/files patch-include-libtorrent-create_torrent.hpp patch-include-libtorrent-debug.hpp patch-src-create_torrent.cpp patch-src-file.cpp patch-src-file_storage.cpp ... Message-ID: <201205161609.q4GG9FBc099087@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
makc 2012-05-16 16:09:15 UTC FreeBSD ports repository Modified files: net-p2p/eiskaltdcpp-lib Makefile net-p2p/libtorrent-rasterbar-14 Makefile graphics/aqsis Makefile games/frogatto Makefile devel/sdts++ Makefile devel/sdts++/files patch-ab Added files: net-p2p/eiskaltdcpp-lib/files patch-dcpp-Atomic.h net-p2p/libtorrent-rasterbar-14/files patch-include-libtorrent-create_torrent.hpp patch-include-libtorrent-debug.hpp patch-src-create_torrent.cpp patch-src-file.cpp patch-src-file_storage.cpp patch-src-logger.cpp patch-src-storage.cpp patch-src-torrent_info.cpp graphics/aqsis/files patch-libs-core-api-ri.cpp patch-libs-core-ddmanager-ddmanager.cpp patch-libs-core-geometry-blobby.cpp patch-libs-core-geometry-procedural.cpp patch-libs-core-renderer.cpp patch-libs-core-texturing_old-texturemap_old.cpp patch-libs-shadervm-dsoshadeops.cpp patch-libs-tex-io-exrinputfile.cpp patch-libs-tex-io-magicnumber.cpp patch-libs-tex-io-tiffdirhandle.cpp patch-libs-tex-io-zinputfile.cpp patch-libs-tex-maketexture-maketexture.cpp patch-tools-piqsl-displayserverimage.cpp patch-tools-piqsl-piqslmainwindow.cpp games/frogatto/files patch-src-server.cpp devel/sdts++/files patch-configure.in patch-sdts++-io-sio_8211Converter.h Log: Add patches to fix build with boost-1.48.0 PR: ports/156253 Submitted by: Alexander Churanov Approved by: portmgr (linimon) Revision Changes Path 1.27 +1 -1 ports/devel/sdts++/Makefile 1.3 +5 -4 ports/devel/sdts++/files/patch-ab 1.1 +31 -0 ports/devel/sdts++/files/patch-configure.in (new) 1.1 +54 -0 ports/devel/sdts++/files/patch-sdts++-io-sio_8211Converter.h (new) 1.9 +1 -1 ports/games/frogatto/Makefile 1.1 +11 -0 ports/games/frogatto/files/patch-src-server.cpp (new) 1.49 +1 -1 ports/graphics/aqsis/Makefile 1.1 +44 -0 ports/graphics/aqsis/files/patch-libs-core-api-ri.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-libs-core-ddmanager-ddmanager.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-libs-core-geometry-blobby.cpp (new) 1.1 +20 -0 ports/graphics/aqsis/files/patch-libs-core-geometry-procedural.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-libs-core-renderer.cpp (new) 1.1 +20 -0 ports/graphics/aqsis/files/patch-libs-core-texturing_old-texturemap_old.cpp (new) 1.1 +18 -0 ports/graphics/aqsis/files/patch-libs-shadervm-dsoshadeops.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-libs-tex-io-exrinputfile.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-libs-tex-io-magicnumber.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-libs-tex-io-tiffdirhandle.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-libs-tex-io-zinputfile.cpp (new) 1.1 +13 -0 ports/graphics/aqsis/files/patch-libs-tex-maketexture-maketexture.cpp (new) 1.1 +13 -0 ports/graphics/aqsis/files/patch-tools-piqsl-displayserverimage.cpp (new) 1.1 +11 -0 ports/graphics/aqsis/files/patch-tools-piqsl-piqslmainwindow.cpp (new) 1.5 +1 -1 ports/net-p2p/eiskaltdcpp-lib/Makefile 1.1 +25 -0 ports/net-p2p/eiskaltdcpp-lib/files/patch-dcpp-Atomic.h (new) 1.47 +1 -1 ports/net-p2p/libtorrent-rasterbar-14/Makefile 1.1 +11 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-create_torrent.hpp (new) 1.1 +11 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-include-libtorrent-debug.hpp (new) 1.1 +11 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-create_torrent.cpp (new) 1.1 +11 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-file.cpp (new) 1.1 +14 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-file_storage.cpp (new) 1.1 +11 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-logger.cpp (new) 1.1 +90 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-storage.cpp (new) 1.1 +11 -0 ports/net-p2p/libtorrent-rasterbar-14/files/patch-src-torrent_info.cpp (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205161609.q4GG9FBc099087>