Index: head/archivers/innoextract/Makefile =================================================================== --- head/archivers/innoextract/Makefile (revision 450556) +++ head/archivers/innoextract/Makefile (revision 450557) @@ -1,28 +1,28 @@ # Created by: Nikolai Lifanov # $FreeBSD$ PORTNAME= innoextract PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ MAINTAINER= lifanov@FreeBSD.org COMMENT= Program to extract Inno Setup files LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs USES= cmake iconv PLIST_FILES= bin/innoextract \ man/man1/innoextract.1.gz BROKEN_sparc64= Does not build: undefined reference to std::ctype::_M_widen_init() .include Index: head/archivers/tardy/Makefile =================================================================== --- head/archivers/tardy/Makefile (revision 450556) +++ head/archivers/tardy/Makefile (revision 450557) @@ -1,45 +1,45 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \ ${LOCALBASE}/include/libiberty/libiberty.h:devel/gnulibiberty LIB_DEPENDS= libexplain.so:devel/libexplain GNU_CONFIGURE= yes USES= groff MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/tardy man/man1/tardy.1.gz WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: .for var in CFLAGS LDFLAGS @${REINPLACE_CMD} -e 's|^\(${var}\)\ =\ \(.*\)|\1 ?= \2|' \ -e '/ps2pdf/d' \ ${WRKSRC}/Makefile.in .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/astro/libkgeomap/Makefile =================================================================== --- head/astro/libkgeomap/Makefile (revision 450556) +++ head/astro/libkgeomap/Makefile (revision 450557) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 library for browsing photos on a map LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs USES= cmake:outsource kde:4 pathfix tar:xz USE_KDE= kdelibs automoc4 marble USE_LDCONFIG= yes USE_QT4= network phonon xml moc_build qmake_build rcc_build uic_build .include Index: head/astro/libosmium/Makefile =================================================================== --- head/astro/libosmium/Makefile (revision 450556) +++ head/astro/libosmium/Makefile (revision 450557) @@ -1,54 +1,54 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= libosmium PORTVERSION= 2.13.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast and flexible C++ library for working with OpenStreetMap data LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgdal.so:graphics/gdal \ libboost_regex.so:devel/boost-libs \ libgeos.so:graphics/geos \ libexpat.so:textproc/expat2 BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ ${LOCALBASE}/include/utf8.h:devel/utf8cpp RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std' USE_GITHUB= yes GH_ACCOUNT= osmcode USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF # if/when corresponding ports appear in the tree, these will need to # be turned from depends CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON \ -DINSTALL_PROTOZERO:BOOL=ON # though it builds tests, the library itself is header-only NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= TEST DOCS OPTIONS_DEFAULT= TEST TEST_TEST_TARGET= test TEST_CMAKE_BOOL= BUILD_TESTING post-extract: @${RM} -rf ${WRKSRC}/include/utf8* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/audio/ardour/Makefile =================================================================== --- head/audio/ardour/Makefile (revision 450556) +++ head/audio/ardour/Makefile (revision 450557) @@ -1,80 +1,80 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ MAINTAINER= danfe@FreeBSD.org COMMENT= Multichannel digital audio workstation LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build LIB_DEPENDS= liblo.so:audio/liblo \ liblrdf.so:textproc/liblrdf \ libjack.so:audio/jack \ libaubio.so:audio/aubio \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libboost_date_time.so:devel/boost-libs \ libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 USES= cpe gettext scons pkgconfig tar:bzip2 MAKE_ARGS+= SYSLIBS=yes PREFIX=${PREFIX} NLS=yes CFLAGS+= -I${LOCALBASE}/include -DHAVE_AUBIO4 USE_GNOME= libxslt USE_LDCONFIG= ${PREFIX}/lib/ardour2 ${PREFIX}/lib/ardour2/surfaces PLIST_SUB= DISTVERSION=${DISTVERSION} OPTIONS_DEFINE= OPTIMIZED_CFLAGS VST VST_DESC= VST plugins support BROKEN_powerpc64= Does not build .include .if ${PORT_OPTIONS:MVST} MAKE_ARGS+= VST=yes LIB_DEPENDS+= libwine.so:emulators/wine PLIST_SUB+= NO_VST="@comment " PLIST_SUB+= VST="" .else PLIST_SUB+= NO_VST="" PLIST_SUB+= VST="@comment " .endif # Upstream uses these flags by default .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} CFLAGS+= -O3 -fomit-frame-pointer -ffast-math -fstrength-reduce . if ${ARCH} == "amd64" MAKE_ARGS+= DIST_TARGET=x86_64 MAKE_ARGS+= FPU_OPTIMIZATION=1 . elif ${MACHINE_CPU:Msse} MAKE_ARGS+= DIST_TARGET=i686 MAKE_ARGS+= FPU_OPTIMIZATION=1 . else MAKE_ARGS+= DIST_TARGET=i386 MAKE_ARGS+= FPU_OPTIMIZATION=0 . endif .else MAKE_ARGS+= FPU_OPTIMIZATION=0 .endif post-patch: @${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e 's|alsa_pcm|oss|g' ${WRKSRC}/templates/*.template @${REINPLACE_CMD} -e 's|std::pair Index: head/audio/ardour5/Makefile =================================================================== --- head/audio/ardour5/Makefile (revision 450556) +++ head/audio/ardour5/Makefile (revision 450557) @@ -1,112 +1,112 @@ # Created by: Michael Beer # $FreeBSD$ PORTNAME= ardour5 PORTVERSION= 5.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: # MASTER_SITES= https://community.ardour.org/srctar/ DISTNAME= Ardour-${PORTVERSION} MAINTAINER= beerml@sigma6audio.de COMMENT= Multichannel digital audio workstation LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 itstool>2.0.0:textproc/itstool LIB_DEPENDS= libserd-0.so:devel/serd \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ liblilv-0.so:audio/lilv \ libsuil-0.so:audio/suil \ libaubio.so:audio/aubio \ librubberband.so:audio/rubberband \ liblo.so:audio/liblo \ liblrdf.so:textproc/liblrdf \ libjack.so:audio/jack \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libboost_date_time.so:devel/boost-libs \ libvamp-hostsdk.so:audio/vamp-plugin-sdk \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ libtag.so:audio/taglib \ libfftw3f.so:math/fftw3-float \ libcurl.so:ftp/curl \ libogg.so:audio/libogg \ libFLAC.so:audio/flac USES= compiler:c++11-lang desktop-file-utils gettext libarchive \ pkgconfig python:build readline:port tar:bzip2 waf USE_CXXSTD= c++11 USE_XORG= x11 USE_GNOME= atk cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 pango USE_LDCONFIG= yes INSTALLS_ICONS= yes BROKEN_aarch64= fails to configure: Could not find the program gas,as,gcc BROKEN_powerpc64= fails to compile: configuration_variable.cc: 'strtof' is not a member of 'std' PLIST_SUB= ARDOURVERSION=${PORTVERSION} CONFIGURE_ARGS= --optimize --ptformat --freedesktop --no-phone-home \ --with-backends=jack,dummy --internal-shared-libs post-patch: @${REINPLACE_CMD} -e 's/obj\.use = '\''libsmf libpbd'\''/obj\.use = '\''libsmf_internal libpbd'\''/g' ${WRKSRC}/libs/evoral/wscript @${REINPLACE_CMD} -e 's/libsmf\.name = '\''libsmf'\''/libsmf\.name = '\''libsmf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript @${REINPLACE_CMD} -e 's/libsmf\.target = '\''smf'\''/libsmf\.target = '\''smf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps @${CP} ${WRKSRC}/build/gtk2_ardour/ardour5.appdata.xml \ ${STAGEDIR}${PREFIX}/share/appdata/ardour5.appdata.xml @${CP} ${WRKSRC}/build/gtk2_ardour/ardour5.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ardour5.desktop @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_16px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_22px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/22x22/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_32px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_48px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_256px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ardour5.png @${CP} ${STAGEDIR}${PREFIX}/share/ardour5/resources/Ardour-icon_512px.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/512x512/apps/ardour5.png @${FIND} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} \ -name '*.so*' -exec ${STRIP_CMD} {} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/sanityCheck @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-copy-mixer @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-export @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-exec-wrapper @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-vst-scanner @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/luasession @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/ardour-${PORTVERSION} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/utils/ardour5-fix_bbtppq @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ardour5/hardour-${PORTVERSION} .include .if ${ARCH} == "i386" WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=i386 .elif ${ARCH} == "amd64" WITH_ARCH_FLAGS= --arch='-msse -mfpmath=sse' --dist-target=x86_64 .endif .if defined(WITH_ARCH_FLAGS) CONFIGURE_ARGS+= ${WITH_ARCH_FLAGS} .endif .include Index: head/audio/clementine-player/Makefile =================================================================== --- head/audio/clementine-player/Makefile (revision 450556) +++ head/audio/clementine-player/Makefile (revision 450557) @@ -1,208 +1,208 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio PKGNAMESUFFIX= -player MAINTAINER= sbruno@FreeBSD.org COMMENT= Cross-platform music player based on Amarok 1.4 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libtag.so:audio/taglib \ libchromaprint.so:audio/chromaprint \ libprotobuf.so:devel/protobuf \ libqca.so:devel/qca \ libqjson.so:devel/qjson \ libfftw3.so:math/fftw3 \ libechonest.so:audio/libechonest \ libcryptopp.so:security/cryptopp BROKEN_powerpc64= fails to compile: tagreader.cpp: undefined reference to TagLib::String::String USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}${PKGNAMESUFFIX} GH_PROJECT= Clementine USES= cmake \ compiler:c++11-lib \ desktop-file-utils \ gettext-tools \ pkgconfig \ sqlite USE_GL= glew CONFLICTS_BUILD= qt-3.* USE_QT4= corelib \ dbus \ gui \ imageformats \ qmake_build \ linguist_build \ moc_build \ network \ opengl \ qtestlib \ rcc_build \ sql \ uic_build \ webkit \ xml USE_GSTREAMER1= cdparanoia \ chromaprint \ faac \ faad \ flac \ lame \ mpg123 \ neon \ shout2 \ soup \ taglib \ twolame \ vorbis INSTALLS_ICONS= yes CFLAGS+= -Wno-inconsistent-missing-override \ -Wno-unused-variable \ -Wno-unused-function CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib" \ -DENABLE_DBUS=ON \ -DENABLE_SPOTIFY_BLOB=OFF \ -DCRYPTOPP_LIBS=${LOCALBASE}/lib/libcryptopp.so \ -DCRYPTOPP_INCLUDEDIR=${LOCALBASE}/include/cryptopp \ -DCRYPTOPP_LIBDIR=${LOCALBASE}/lib \ -DCRYPTOPP_LDFLAGS=-lcryptopp \ -DCRYPTOPP_LIBRARIES=cryptopp \ -DCRYPTOPP_LIBRARY_DIRS=${LOCALBASE}/lib \ -DCRYPTOPP_cryptopp_INCLUDEDIR=${LOCALBASE}/include/cryptopp \ -DCRYPTOPP_cryptopp_LIBDIR=${LOCALBASE}/lib \ -DCRYPTOPP_FOUND=1 OPTIONS_DEFINE= AMAZON \ AUDIOCD \ BOX \ BREAKPAD \ DEVICEKIT \ DROPBOX \ GIO \ GOOGLE_DRIVE \ GPOD \ LASTFM \ MOODBAR \ MTP \ PULSEAUDIO \ SKYDRIVE \ VISUALISATION \ WIIMOTEDEV OPTIONS_SUB= VISUALISATION AMAZON_DESC= Amazon Drive support AUDIOCD_DESC= Devices: Audio CD support BOX_DESC= Box Drive support BREAKPAD_DESC= Crash reporting DEVICEKIT_DESC= Devices: DeviceKit backend DROPBOX_DESC= Dropbox Support GIO_DESC= Devices: GIO device backend GOOGLE_DRIVE_DESC= Google Drive support GPOD_DESC= iPod support LASTFM_DESC= Support Last.fm service (requires ruby) MOODBAR_DESC= Moodbar Support MTP_DESC= MTP device support PULSEAUDIO_DESC= Enable Pulseaudio Support SKYDRIVE_DESC= Microsoft SkyDrive Support VISUALISATION_DESC= Visualisations from projectM WIIMOTEDEV_DESC= Wiimote support OPTIONS_DEFAULT= AMAZON \ AUDIOCD \ BOX \ DEVICEKIT \ DROPBOX \ GIO \ GOOGLE_DRIVE \ GPOD \ LASTFM \ MOODBAR \ MTP \ SKYDRIVE \ VISUALISATION \ WIIMOTEDEV AMAZON_CMAKE_ON= -DENABLE_AMAZON_CLOUD_DRIVE=ON AMAZON_CMAKE_OFF= -DENABLE_AMAZON_CLOUD_DRIVE=OFF AUDIOCD_LIB_DEPENDS= libcdio.so:sysutils/libcdio AUDIOCD_CMAKE_ON= -DENABLE_AUDIOCD=ON AUDIOCD_CMAKE_OFF= -DENABLE_AUDIOCD=OFF BOX_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash BOX_CMAKE_ON= -DENABLE_BOX=ON BOX_CMAKE_OFF= -DENABLE_BOX=OFF BREAKPAD_CMAKE_ON= -DENABLE_BREAKPAD=ON BREAKPAD_CMAKE_OFF= -DENABLE_BREAKPAD=OFF DEVICEKIT_CMAKE_ON= -DENABLE_DEVICEKIT=ON DEVICEKIT_CMAKE_OFF= -DENABLE_DEVICEKIT=OFF DROPBOX_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash DROPBOX_CMAKE_ON= -DENABLE_DROPBOX=ON DROPBOX_CMAKE_OFF= -DENABLE_DROPBOX=OFF GIO_USE= GNOME=glib20 GIO_CMAKE_ON= -DENABLE_GIO=ON GIO_CMAKE_OFF= -DENABLE_GIO=OFF GOOGLE_DRIVE_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash GOOGLE_DRIVE_CMAKE_ON= -DENABLE_GOOGLE_DRIVE=ON GOOGLE_DRIVE_CMAKE_OFF= -DENABLE_GOOGLE_DRIVE=OFF GPOD_LIB_DEPENDS= libgpod.so:audio/libgpod \ libplist.so:devel/libplist \ libusbmuxd.so:comms/libusbmuxd GPOD_CMAKE_ON= -DENABLE_LIBGPOD=ON GPOD_CMAKE_OFF= -DENABLE_LIBGPOD=OFF LASTFM_LIB_DEPENDS= liblastfm.so:audio/liblastfm LASTFM_CMAKE_ON= -DENABLE_LIBLASTFM=ON LASTFM_CMAKE_OFF= -DENABLE_LIBLASTFM=OFF MOODBAR_CMAKE_ON= -DENABLE_MOODBAR=ON MOODBAR_CMAKE_OFF= -DENABLE_MOODBAR=OFF MTP_LIB_DEPENDS= libmtp.so:multimedia/libmtp MTP_CMAKE_ON= -DENABLE_LIBMTP=ON MTP_CMAKE_OFF= -DENABLE_LIBMTP=OFF PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_ON= -DENABLE_LIBPULSE=ON PULSEAUDIO_CMAKE_OFF= -DENABLE_LIBPULSE=OFF SKYDRIVE_BUILD_DEPENDS= sparsehash>=2.0.2:devel/sparsehash SKYDRIVE_CMAKE_ON= -DENABLE_SKYDRIVE=ON SKYDRIVE_CMAKE_OFF= -DENABLE_SKYDRIVE=OFF VISUALISATION_CMAKE_ON= -DENABLE_VISUALISATIONS=ON VISUALISATION_CMAKE_OFF=-DENABLE_VISUALISATIONS=OFF WIIMOTEDEV_CMAKE_ON= -DENABLE_WIIMOTEDEV=ON WIIMOTEDEV_CMAKE_OFF= -DENABLE_WIIMOTEDEV=OFF .include .if ${CHOSEN_COMPILER_TYPE} == clang CXXFLAGS+= -Wno-unknown-warning-option -Wno-undefined-var-template .endif .include Index: head/audio/cpp-xmms2/Makefile =================================================================== --- head/audio/cpp-xmms2/Makefile (revision 450556) +++ head/audio/cpp-xmms2/Makefile (revision 450557) @@ -1,22 +1,22 @@ # Created by: Alexander Botero-Lowry # $FreeBSD$ -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio PKGNAMEPREFIX= cpp- MAINTAINER= madpilot@FreeBSD.org COMMENT= C++ Bindings for XMMS2 LIB_DEPENDS+= libboost_signals.so:devel/boost-libs \ libxmmsclient.so:audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 USE_LDCONFIG= yes USE_GNOME= glib20 PLIST= ${.CURDIR}/pkg-plist XMMS2_SLAVE= cpp .include "${MASTERDIR}/Makefile" Index: head/audio/csound6/Makefile =================================================================== --- head/audio/csound6/Makefile (revision 450556) +++ head/audio/csound6/Makefile (revision 450557) @@ -1,143 +1,143 @@ # Created by: trevor # $FreeBSD$ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSION} DIST_SUBDIR= csound MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ swig>2:devel/swig20 \ eigen>0:math/eigen3 \ gmm++>0:math/gmm++ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile USES= alias bison cmake:outsource,noninja localbase python:2 # math/gmm++ requires c++11 USE_CXXSTD= c++11 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ -DBUILD_P5GLOVE_OPCODES:BOOL=OFF \ -DBUILD_PD_CLASS:BOOL=OFF \ -DBUILD_STK_OPCODES:BOOL=OFF \ -DBUILD_TESTS:BOOL=OFF \ -DBUILD_WIIMOTE_OPCODES:BOOL=OFF \ -DPYTHON_MODULE_INSTALL_DIR:PATH="${PYTHONPREFIX_SITELIBDIR}" USE_LDCONFIG= yes SSP_UNSAFE= yes SUB_FILES= pkg-message CONFLICTS= csound-5.* CONFLICTS_INSTALL= outguess-* OPTIONS_DEFINE= ALSA CURL DSSI FLTK FLUIDSYNTH HDF5 JACK LUA NLS \ OPENMP OSC PNG PORTAUDIO PULSEAUDIO OPTIONS_DEFAULT= FLTK OPENMP OPTIONS_SUB= yes ALSA_DESC= Build ALSA I/O module ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_OFF= -DUSE_ALSA:BOOL=OFF ALSA_PREVENTS= DSSI CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CMAKE_OFF= -DUSE_CURL:BOOL=OFF DSSI_DESC= Build DSSI/LADSPA host opcodes DSSI_BUILD_DEPENDS= dssi>0:audio/dssi DSSI_LIB_DEPENDS= libdssialsacompat.so:audio/libdssialsacompat DSSI_RUN_DEPENDS= dssi>0:audio/dssi DSSI_CMAKE_OFF= -DBUILD_DSSI_OPCODES:BOOL=OFF DSSI_CFLAGS= -isystem ${LOCALBASE}/include/dssi DSSI_PREVENTS= ALSA FLTK_DESC= Build FLTK plugin and GUI FLTK_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk FLTK_CMAKE_ON= -DBUILD_WINSOUND:BOOL=ON FLTK_CMAKE_OFF= -DBUILD_CSOUND_AC:BOOL=OFF \ -DBUILD_VIRTUAL_KEYBOARD:BOOL=OFF \ -DUSE_FLTK:BOOL=OFF FLUIDSYNTH_DESC= Building FluidSynth opcodes FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth FLUIDSYNTH_CMAKE_OFF= -DBUILD_FLUID_OPCODES:BOOL=OFF HDF5_DESC= Build HDF5 read/write opcodes HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 HDF5_CMAKE_OFF= -DBUILD_HDF5_OPCODES:BOOL=OFF JACK_DESC= Build Jack I/O module and opcodes JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CMAKE_OFF= -DBUILD_JACK_OPCODES:BOOL=OFF \ -DUSE_JACK:BOOL=OFF LUA_DESC= Build Lua Interface and opcodes LUA_LIB_DEPENDS= libluajit-5.1.so:lang/luajit LUA_CMAKE_OFF= -DBUILD_CSOUND_AC_LUA_INTERFACE:BOOL=OFF \ -DBUILD_LUA_INTERFACE:BOOL=OFF \ -DBUILD_LUA_OPCODES:BOOL=OFF NLS_USES= gettext NLS_CMAKE_OFF= -DGETTEXT_MSGFMT_EXECUTABLE:FILEPATH="" \ -DGETTEXT_MSGMERGE_EXECUTABLE:FILEPATH="" \ -DLIBINTL_LIBRARY:FILEPATH="" \ -DUSE_GETTEXT:BOOL=OFF OPENMP_USES= compiler:gcc-c++11-lib OPENMP_USES_OFF= compiler:c++11-lib OPENMP_CMAKE_OFF= -DUSE_OPEN_MP:BOOL=OFF OSC_DESC= Build OSC opcodes OSC_LIB_DEPENDS= liblo.so:audio/liblo OSC_CMAKE_OFF= -DBUILD_OSC_OPCODES:BOOL=OFF PNG_DESC= Build Image opcodes PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_CMAKE_OFF= -DBUILD_IMAGE_OPCODES:BOOL=OFF PORTAUDIO_DESC= Build PortAudio I/O module PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_CMAKE_OFF= -DUSE_PORTAUDIO:BOOL=OFF PULSEAUDIO_DESC= Build PulseAudio I/O module PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:audio/pulseaudio PULSEAUDIO_CMAKE_OFF= -DUSE_PULSEAUDIO:BOOL=OFF post-patch: @${REINPLACE_CMD} -e \ '/-O3/s|^|#| ; \ /PYTHON_MODULE_INSTALL_DIR/s|^|#| ; \ /CMAKE_SYSTEM_NAME/s|"Linux"|"${OPSYS}"| ; \ s|(LIBINTL_LIBRARY OR LINUX)|(LIBINTL_LIBRARY)| ; \ s|(NOT LINUX)|(LINUX)| ; \ s|-D_GNU_SOURCE|| ; \ s| dl)|)|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e \ 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/InOut/CMakeLists.txt @${REINPLACE_CMD} -e \ 's|/usr/include/Python2.7|${PYTHON_INCLUDEDIR}| ; \ s|/usr/local|${LOCALBASE}| ; \ /linuxjoystick/s|^|#| ; \ s| dl)|)|' \ ${WRKSRC}/Opcodes/CMakeLists.txt @${REINPLACE_CMD} -e \ '/CMAKE_SYSTEM_NAME/s|"Linux"|"${OPSYS}"|' \ ${WRKSRC}/frontends/CMakeLists.txt @${REINPLACE_CMD} -e \ 's| mixer)| csmixer)|' \ ${WRKSRC}/util/CMakeLists.txt .for i in Engine/auxfd.c H/prototyp.h OOps/diskin2.c OOps/dumpf.c \ Opcodes/partials.c Top/csound.c @${REINPLACE_CMD} -e \ 's|\([[:blank:]]fd\)\(close\)|\1__\2|' ${WRKSRC}/${i} .endfor post-install: @${LN} -sf libcsnd6.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsnd6.so.6 @${LN} -sf libcsound64.so.6.0 ${STAGEDIR}${PREFIX}/lib/libcsound64.so.6 post-install-FLTK-on: @${LN} -sf libCsoundAC.so.6.0 ${STAGEDIR}${PREFIX}/lib/libCsoundAC.so.6 .include Index: head/audio/mp3plot/Makefile =================================================================== --- head/audio/mp3plot/Makefile (revision 450556) +++ head/audio/mp3plot/Makefile (revision 450557) @@ -1,38 +1,38 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Mp3 bitrate plot tool LICENSE= GPLv2 LIB_DEPENDS= libboost_thread.so:devel/boost-libs OPTIONS_DEFINE= GD IMAGEMAGICK OPTIONS_DEFAULT=GD CONFIGURE_ARGS= --with-boost-program-options=boost_program_options \ --with-boost-thread=boost_thread CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib -lboost_system PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz GD_CONFIGURE_ENABLE= gd GD_LIB_DEPENDS= libgd.so:graphics/gd IMAGEMAGICK_CONFIGURE_ENABLE= magick IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick BROKEN_powerpc64= Does not build on powerpc64 post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure .include Index: head/audio/mumble/Makefile =================================================================== --- head/audio/mumble/Makefile (revision 450556) +++ head/audio/mumble/Makefile (revision 450557) @@ -1,86 +1,86 @@ # Created by: marius nuennerich # $FreeBSD$ PORTNAME= mumble PORTVERSION= 1.2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org COMMENT= Voice chat software primarily intended for use while gaming LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ libsndfile.so:audio/libsndfile \ libboost_iostreams.so:devel/boost-libs \ libprotoc.so:devel/protobuf \ libopus.so:audio/opus PLIST_SUB+= PORTVERSION="${PORTVERSION}" USES= compiler cpe desktop-file-utils gmake pkgconfig qmake ssl USE_GITHUB= yes GH_ACCOUNT= mumble-voip GH_PROJECT= mumble celt-0.7.0:mumble_celt_0_7 celt-0.11.0:mumble_celt_0_11 GH_TAGNAME= 5a16cda:mumble_celt_0_7 e18de77:mumble_celt_0_11 GH_SUBDIR= celt-0.7.0-src:mumble_celt_0_7 celt-0.11.0-src:mumble_celt_0_11 USE_QT4= gui svg iconengines_run xml sql network l10n \ linguist_build moc_build rcc_build uic_build \ opengl sql-sqlite3_run corelib USE_LDCONFIG= yes USE_XORG= ice xi x11 INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE=yes CONFIG= no-server no-alsa no-speechd no-bundled-speex no-bundled-opus no-update \ bundled-celt no-g15 no-pulseaudio no-xevie no-embed-qt-translations QMAKE_ARGS= "CONFIG+=${CONFIG}" OPTIONS_DEFINE= DBUS BONJOUR PORTAUDIO OPTIONS_DEFAULT= DBUS DBUS_VARS_OFF= CONFIG+=no-dbus DBUS_USE= QT4=dbus BONJOUR_DESC= Bonjour support BONJOUR_VARS_OFF= CONFIG+=no-bonjour BONJOUR_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder PORTAUDIO_VARS_OFF= CONFIG+=no-portaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio .include # PCH is broken on GCC .if ${COMPILER_TYPE} == gcc CONFIG+= no-pch .endif post-patch: @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/overlay_gl/overlay_gl.pro @${RM} ${WRKSRC}/plugins/manual/.qmake.cache do-install: ${INSTALL_PROGRAM} ${WRKSRC}/release/mumble ${STAGEDIR}${PREFIX}/bin ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.11.0 ${STAGEDIR}${PREFIX}/lib/libcelt-mumble.so.0.11.0 ${INSTALL_LIB} ${WRKSRC}/release/libcelt0.so.0.7.0 ${STAGEDIR}${PREFIX}/lib/libcelt-mumble.so.0.7.0 ${INSTALL_LIB} ${WRKSRC}/release/libmumble.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libmumble.so.${PORTVERSION} ${RLN} ${STAGEDIR}${PREFIX}/lib/libmumble.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libmumble.so ${RLN} ${STAGEDIR}${PREFIX}/lib/libmumble.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libmumble.so.1 ${RLN} ${STAGEDIR}${PREFIX}/lib/libmumble.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libmumble.so.1.2 ${MKDIR} ${STAGEDIR}${PREFIX}/share/services ${INSTALL_DATA} ${WRKSRC}/scripts/mumble.protocol ${STAGEDIR}${PREFIX}/share/services ${INSTALL_DATA} ${WRKSRC}/scripts/mumble.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/icons/mumble.xpm ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_DATA} ${WRKSRC}/icons/mumble.osx.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps @${MV} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/mumble.osx.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/mumble.png ${INSTALL_DATA} ${WRKSRC}/icons/mumble.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps ${INSTALL_MAN} ${WRKSRC}/man/mumble.1 ${STAGEDIR}${MANPREFIX}/man/man1/mumble.1 .include Index: head/audio/murmur/Makefile =================================================================== --- head/audio/murmur/Makefile (revision 450556) +++ head/audio/murmur/Makefile (revision 450557) @@ -1,85 +1,85 @@ # Created by: Ayumi M # $FreeBSD$ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org COMMENT= Murmur is the server component of Mumble LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs LIB_DEPENDS= libprotobuf.so:devel/protobuf USERS= murmur GROUPS= murmur USES= compiler:c++11-lang qmake pkgconfig ssl USE_QT4= moc_build corelib network xml sql sql-sqlite3_run USE_GITHUB= YES GH_ACCOUNT= mumble-voip GH_PROJECT= mumble CONFIG= no-client QMAKE_ARGS= "CONFIG+=${CONFIG}" USE_RC_SUBR= murmur SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}" OPTIONS_DEFINE= ICE DBUS BONJOUR DOCS OPTIONS_DEFAULT= BONJOUR ICE_DESC= Ice Support BONJOUR_DESC= Bonjour Support .include .if ${PORT_OPTIONS:MICE} LIB_DEPENDS+= libIce.so:devel/ice .else CONFIG+= no-ice .endif .if ${PORT_OPTIONS:MDBUS} USE_QT4+= dbus .else CONFIG+= no-dbus .endif .if ${PORT_OPTIONS:MBONJOUR} LIB_DEPENDS+= libdns_sd.so:net/mDNSResponder .else CONFIG+= no-bonjour .endif .include # PCH is broken on GCC .if ${CHOSEN_COMPILER_TYPE} == gcc CONFIG+= no-pch .endif post-patch: @${ECHO_CMD} 'QMAKE_LFLAGS += -fstack-protector' >> ${WRKSRC}/src/murmur/murmur.pro pre-install: ${SED} -i '' -e 's|database=.*|database=/var/db/murmur/murmur.sqlite|' ${WRKSRC}/scripts/murmur.ini ${SED} -i '' -e 's|#pidfile=.*|pidfile=/var/run/murmur/murmur.pid|' ${WRKSRC}/scripts/murmur.ini ${SED} -i '' -e 's|#logfile=.*|logfile=/var/log/murmur/murmur.log|' ${WRKSRC}/scripts/murmur.ini ${SED} -i '' -e 's|#host=.*|host=0.0.0.0|' ${WRKSRC}/scripts/murmur.ini do-install: ${INSTALL_PROGRAM} ${WRKSRC}/release/murmurd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/scripts/murmur.ini ${STAGEDIR}${PREFIX}/etc/murmur.ini.sample ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 ${CP} ${WRKSRC}/man/murmurd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in CHANGES INSTALL README README.Linux ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/audio/musicpd/Makefile =================================================================== --- head/audio/musicpd/Makefile (revision 450556) +++ head/audio/musicpd/Makefile (revision 450557) @@ -1,243 +1,243 @@ # $FreeBSD$ PORTNAME= musicpd PORTVERSION= 0.20.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} MAINTAINER= riggs@FreeBSD.org COMMENT= Remote-controllable music daemon LICENSE= GPLv2 LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libicudata.so:devel/icu USES= compiler:c++14-lang gmake pkgconfig tar:xz GNU_CONFIGURE= yes USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar CFLAGS+= -I${PREFIX}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders #Workaround (transient?) link error with libwrap CONFIGURE_ARGS+=--disable-libwrap BROKEN_powerpc64= Does not build on powerpc64 PORTDOCS= AUTHORS README.md COPYING NEWS SUB_FILES= pkg-message OPTIONS_DEFINE= ID3TAG IPV6 ARCHIVE SQLITE3 \ LAME VORBISENC DOCS OPTIONS_RADIO= RESAMPLER ZEROCONF OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER OPTIONS_RADIO_RESAMPLER= SAMPLERATE SOXR OPTIONS_MULTI= FILE_FORMAT OPTIONS_MULTI_FILE_FORMAT= AAC ADPLUG FFMPEG FLAC FLUIDSYNTH \ GME MAD MIKMOD MODPLUG MPG123 MUSEPACK \ OPUS SIDPLAY2 SNDFILE TREMOR TWOLAME \ VORBIS WAV WAVPACK WILDMIDI OPTIONS_GROUP= ACCESS PLAYBACK OPTIONS_GROUP_ACCESS= CDPARANOIA CURL MMS SMB YAJL OPTIONS_GROUP_PLAYBACK= AO HTTPD JACK OPENAL OSS PIPE PULSEAUDIO \ SHOUTCAST SNDIO ADPLUG_DESC= AdPlug support GME_DESC= GME support (video game music files) LAME_DESC= Support for MP3 Icecast Streams PIPE_DESC= Support for writing PCM audio to a pipe SIDPLAY2_DESC= Sidplay support (C64 mono and stereo files) TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS) TWOLAME_DESC= TwoLAME support (mp2) VORBISENC_DESC= Ogg Vorbis encoder WILDMIDI_DESC= WildMIDI support (MIDI files) YAJL_DESC= SoundCloud support via libyajl OPTIONS_DEFAULT=HTTPD ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL AAC_CONFIGURE_ENABLE=aac AAC_LIB_DEPENDS=libfaad.so:audio/faad ADPLUG_CONFIGURE_ENABLE=adplug ADPLUG_LIB_DEPENDS=libadplug.so:audio/libadplug AO_CONFIGURE_ENABLE=ao AO_LIB_DEPENDS=libao.so:audio/libao CDPARANOIA_CONFIGURE_ENABLE=cdio-paranoia CDPARANOIA_LIB_DEPENDS=libcdda_paranoia.so:audio/cdparanoia CURL_CONFIGURE_ENABLE=curl CURL_LIB_DEPENDS=libcurl.so:ftp/curl FFMPEG_CONFIGURE_ENABLE=ffmpeg FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavformat.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg FLAC_CONFIGURE_ENABLE=flac FLAC_LIB_DEPENDS=libFLAC.so:audio/flac FLUIDSYNTH_CONFIGURE_ENABLE=fluidsynth FLUIDSYNTH_LIB_DEPENDS=libfluidsynth.so:audio/fluidsynth GME_CONFIGURE_ENABLE=gme GME_LIB_DEPENDS=libgme.so:audio/libgme HTTPD_CONFIGURE_ENABLE=httpd-output ID3TAG_CONFIGURE_ENABLE=id3 ID3TAG_LIB_DEPENDS=libid3tag.so:audio/libid3tag IPV6_CONFIGURE_ENABLE=ipv6 JACK_CONFIGURE_ENABLE=jack JACK_LIB_DEPENDS=libjack.so:audio/jack LAME_CONFIGURE_ENABLE=lame-encoder LAME_LIB_DEPENDS=libmp3lame.so:audio/lame MAD_CONFIGURE_ENABLE=mad MAD_LIB_DEPENDS=libmad.so:audio/libmad MIKMOD_CONFIGURE_ENABLE=mikmod MIKMOD_LIB_DEPENDS=libmikmod.so:audio/libmikmod MMS_CONFIGURE_ENABLE=mms MMS_LIB_DEPENDS=libmms.so:net/libmms MODPLUG_CONFIGURE_ENABLE=modplug MODPLUG_LIB_DEPENDS=libmodplug.so:audio/libmodplug MPG123_CONFIGURE_ENABLE=mpg123 MPG123_LIB_DEPENDS=libmpg123.so:audio/mpg123 MUSEPACK_CONFIGURE_ENABLE=mpc MUSEPACK_LIB_DEPENDS=libmpcdec.so:audio/musepack OPENAL_CONFIGURE_ENABLE=openal OPENAL_LIB_DEPENDS=libopenal.so:audio/openal OPUS_CONFIGURE_ENABLE=opus OPUS_LIB_DEPENDS=libopus.so:audio/opus OSS_CONFIGURE_ENABLE=oss PIPE_CONFIGURE_ENABLE=pipe-output PULSEAUDIO_CONFIGURE_ENABLE=pulse PULSEAUDIO_LIB_DEPENDS=libpulse.so:audio/pulseaudio SAMPLERATE_CONFIGURE_ENABLE=lsr SAMPLERATE_LIB_DEPENDS=libsamplerate.so:audio/libsamplerate SIDPLAY2_CONFIGURE_ENABLE=sidplay SIDPLAY2_LIB_DEPENDS=libsidplay2.so:audio/libsidplay2 SMB_CONFIGURE_enable=smbclient SMB_USES= samba:lib SNDFILE_CONFIGURE_ENABLE=sndfile SNDFILE_LIB_DEPENDS=libsndfile.so:audio/libsndfile SNDIO_CONFIGURE_ENABLE=sndio SNDIO_LIB_DEPENDS=libsndio.so:audio/sndio SOXR_CONFIGURE_ENABLE=soxr SOXR_LIB_DEPENDS=libsoxr.so:audio/libsoxr SQLITE3_CONFIGURE_ENABLE=sqlite SQLITE3_LIB_DEPENDS=libsqlite3.so:databases/sqlite3 TREMOR_CONFIGURE_WITH=tremor TREMOR_LIB_DEPENDS=libvorbisidec.so:audio/libtremor TWOLAME_CONFIGURE_ENABLE=twolame-encoder TWOLAME_LIB_DEPENDS=libtwolame.so:audio/twolame VORBISENC_CONFIGURE_ENABLE=vorbis-encoder VORBISENC_LIB_DEPENDS=libvorbisenc.so:audio/libvorbis VORBIS_CONFIGURE_ENABLE=vorbis VORBIS_LIB_DEPENDS=libvorbis.so:audio/libvorbis WAV_CONFIGURE_ENABLE=audiofile WAV_LIB_DEPENDS=libaudiofile.so:audio/libaudiofile WAVPACK_CONFIGURE_ENABLE=wavpack WAVPACK_LIB_DEPENDS=libwavpack.so:audio/wavpack WILDMIDI_CONFIGURE_ENABLE=wildmidi WILDMIDI_LIB_DEPENDS=libWildMidi.so:audio/wildmidi YAJL_CONFIGURE_ENABLE=yajl YAJL_LIB_DEPENDS=libyajl.so:devel/yajl MPDUSER?= mpd MPDGROUP?= mpd USERS= ${MPDUSER} GROUPS= ${MPDGROUP} .include .ifdef MPDCONF IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists .endif .if exists(${PREFIX}/etc/mpd.conf) MSG=does not expect ${PREFIX}/etc/mpd.conf to exist. .if !exists(${PREFIX}/etc/musicpd.conf) IGNORE=${MSG} Move it to ${PREFIX}/etc/musicpd.conf. .else IGNORE=${MSG} You also have musicpd.conf-- check carefully to see which one you want, and remove mpd.conf. .endif .endif .if ${PORT_OPTIONS:MARCHIVE} CONFIGURE_ARGS+=--enable-bzip2 \ --enable-zzip \ --enable-iso9660 LIB_DEPENDS+= libzzip.so:devel/zziplib \ libcdio_paranoia.so:sysutils/libcdio-paranoia .else CONFIGURE_ARGS+=--disable-bzip2 \ --disable-zzip \ --disable-iso9660 .endif .if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+=--with-zeroconf=avahi LIB_DEPENDS+= libavahi-client.so:net/avahi-app .else CONFIGURE_ARGS+=--with-zeroconf=no .endif .if ${PORT_OPTIONS:MMDNSRESPONDER} CONFIGURE_ARGS+=--with-zeroconf=bonjour LIB_DEPENDS+= libdns_sd.so:net/mDNSResponder .else CONFIGURE_ARGS+=--with-zeroconf=no .endif # libshout streaming support will be disabled by configure script when built # also with tremor since the latter does not support vorbis encoding .if ${PORT_OPTIONS:MSHOUTCAST} . if ${PORT_OPTIONS:MTREMOR} IGNORE= shoutcast and tremor do not coexist; use vorbis instead . endif LIB_DEPENDS+= libshout.so:audio/libshout CONFIGURE_ARGS+=--enable-vorbis-encoder \ --enable-shout .else CONFIGURE_ARGS+=--disable-shout .endif post-patch: # Replace ~/ with /var/mpd/ and make musicpd run as mpd by default @${REINPLACE_CMD} -e 's,^#\([^"]*"\)~/,\1/var/mpd/,g' \ -e 's,^#\(user[^"]*"\)nobody,\1${MPDUSER},g' \ ${WRKSRC}/doc/mpdconf.example # Uncomment OSS audio output part from MPDCONF; dragons! start=$$(expr $$(${SED} -n '/^# type *"oss"/=' \ ${WRKSRC}/doc/mpdconf.example) - 1); \ finish=$$(for n in $$(${JOT} 10 $$start); do \ [ "$$(${SED} -n $${n}p ${WRKSRC}/doc/mpdconf.example)" = \ "#}" ] && ${ECHO_CMD} $$n || true; done); \ ${REINPLACE_CMD} -e "$${start},$${finish}s,^#,," \ ${WRKSRC}/doc/mpdconf.example # Fix man pages for executable names @${REINPLACE_CMD} -e 's/^\(\.B m\)pd/\1usicpd/' \ -e 's#^\(\.BI \)/etc/mpd.conf#\1${PREFIX}/etc/${PORTNAME}.conf#' \ -e 's#^mpd.conf#${PORTNAME}.conf#' \ -e 's#^mpd(1)#musicpd(1)#' \ ${WRKSRC}/doc/mpd.1 ${WRKSRC}/doc/mpd.conf.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mpd \ ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/doc/mpd.1 \ ${STAGEDIR}/${PREFIX}/man/man1/${PORTNAME}.1 ${INSTALL_MAN} ${WRKSRC}/doc/mpd.conf.5 \ ${STAGEDIR}/${PREFIX}/man/man5/${PORTNAME}.conf.5 ${MKDIR} ${STAGEDIR}/${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}/${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example \ ${STAGEDIR}/${PREFIX}/etc/${PORTNAME}.conf.sample .include Index: head/audio/ncmpcpp/Makefile =================================================================== --- head/audio/ncmpcpp/Makefile (revision 450556) +++ head/audio/ncmpcpp/Makefile (revision 450557) @@ -1,56 +1,56 @@ # $FreeBSD$ PORTNAME= ncmpcpp PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ MAINTAINER= yamagi@yamagi.org COMMENT= Ncurses mpd client, clone of ncmpc with some new features LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \ libfftw3.so:math/fftw3 \ libicudata.so:devel/icu \ libicuuc.so:devel/icu \ libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl BROKEN_powerpc64= fails to compile: tags.cpp: undefined reference to TagLib::String::to8Bit USES= compiler:c++14-lang iconv libtool localbase ncurses:port pkgconfig readline tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 LDFLAGS+= -lpthread CONFIGURE_ENV= BOOST_LIB_SUFFIX="" OPTIONS_DEFINE= CLOCK DOCS OUTPUTS TAGLIB UTF8 VISUALIZER OPTIONS_DEFAULT= CLOCK OUTPUTS TAGLIB UTF8 VISUALIZER CLOCK_DESC= clock-screen support TAGLIB_DESC= taglib support OUTPUTS_DESC= Enable outputs screen VISUALIZER_DESC= Enable music visualizer screen PLIST_FILES= bin/ncmpcpp \ man/man1/ncmpcpp.1.gz PORTDOCS= AUTHORS COPYING NEWS bindings config CLOCK_CONFIGURE_ENABLE= clock UTF8_CONFIGURE_ENABLE= unicode TAGLIB_LIB_DEPENDS= libtag.so:audio/taglib TAGLIB_CONFIGURE_WITH= taglib OUTPUTS_CONFIGURE_ENABLE= outputs VISUALIZER_BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 VISUALIZER_CONFIGURE_ENABLE= visualizer post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${STAGEDIR}${PREFIX}/bin/ .include Index: head/audio/patchage/Makefile =================================================================== --- head/audio/patchage/Makefile (revision 450556) +++ head/audio/patchage/Makefile (revision 450557) @@ -1,43 +1,43 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= patchage PORTVERSION= 0.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ MAINTAINER= ports@FreeBSD.org COMMENT= Modular patch bay for Jack LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libjack.so:audio/jack \ libraul.so:audio/raul \ libboost_date_time.so:devel/boost-libs \ libdbus-glib-1.so:devel/dbus-glib \ libglibmm-2.4.so:devel/glibmm \ libglademm-2.4.so:devel/libglademm24 \ libflowcanvas.so:x11-toolkits/flowcanvas USES= compiler:c++11-lang pkgconfig tar:bzip2 waf USE_CXXSTD= c++11 INSTALLS_ICONS= yes CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \ --no-alsa \ --no-lash CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ ${WRKSRC}/autowaf/autowaf.py post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/audio/pms/Makefile =================================================================== --- head/audio/pms/Makefile (revision 450556) +++ head/audio/pms/Makefile (revision 450557) @@ -1,34 +1,34 @@ # Created by: Ashish SHUKLA # $FreeBSD$ PORTNAME= pms PORTVERSION= 0.42 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= riggs@FreeBSD.org COMMENT= ncurses-based client for the Music Player Daemon LICENSE= GPLv3 USES= gettext ncurses pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 PLIST_FILES= bin/${PORTNAME} \ man/man1/pms.1.gz CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= REGEX REGEX_DESC= Support boost regex pattern matching REGEX_LIB_DEPENDS= libboost_regex.so:devel/boost-libs REGEX_CONFIGURE_ENABLE= regex INSTALL_TARGET= install-strip .include Index: head/audio/py-tagpy/Makefile =================================================================== --- head/audio/py-tagpy/Makefile (revision 450556) +++ head/audio/py-tagpy/Makefile (revision 450557) @@ -1,30 +1,30 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Python bindings for Scott Wheeler's TagLib LICENSE= MIT LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libtag.so:audio/taglib USES= compiler:c++11-lang python shebangfix HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \ --taglib-lib-dir="${LOCALBASE}/lib" \ --boost-inc-dir="${PYTHON_INCLUDEDIR},${LOCALBASE}/include" \ --boost-lib-dir="${PYTHON_LIBDIR},${LOCALBASE}/lib" \ --boost-python-libname="boost_python" SHEBANG_FILES= configure.py USE_PYTHON= distutils autoplist .include Index: head/audio/raul/Makefile =================================================================== --- head/audio/raul/Makefile (revision 450556) +++ head/audio/raul/Makefile (revision 450557) @@ -1,33 +1,33 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ utility library primarily aimed at audio/musical applications LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LIB_DEPENDS= libboost_date_time.so:devel/boost-libs USES= pkgconfig tar:bzip2 waf USE_GNOME= glib20 USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libraul.so post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ ${WRKSRC}/autowaf/autowaf.py .include Index: head/audio/supercollider/Makefile =================================================================== --- head/audio/supercollider/Makefile (revision 450556) +++ head/audio/supercollider/Makefile (revision 450557) @@ -1,63 +1,63 @@ # $FreeBSD$ PORTNAME= supercollider PORTVERSION= 3.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/ DISTNAME= SuperCollider-${PORTVERSION}-Source-linux MAINTAINER= brittlehaus@gmail.com COMMENT= Programming language for real time audio synthesis LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/intrusive/unordered_set.hpp:devel/boost-libs LIB_DEPENDS= libavahi-client.so:net/avahi-app \ libavahi-common.so:net/avahi-app \ libjack.so:audio/jack \ libsndfile.so:audio/libsndfile \ libfftw3f.so:math/fftw3-float USES= cmake:outsource iconv localbase pkgconfig readline \ shared-mime-info tar:bzip2 USE_QT5= buildtools_build concurrent core gui linguisttools location \ network opengl printsupport qmake_build qml quick sensors \ sql webkit widgets USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/SuperCollider-Source CMAKE_ENV= PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE}/lib/qt5 \ -DLIBUSB_1_INCLUDE_DIR=/usr/include \ -DLIBUSB_1_LIBRARY=/usr/lib/libusb.so \ -DLIBSCSYNTH=ON DESKTOP_ENTRIES="SuperCollider IDE" "" "${LOCALBASE}/share/pixmaps/sc_ide.svg" \ "scide" "" ${FALSE} OPTIONS_DEFINE= HELP SUPERNOVA OPTIONS_DEFAULT= HELP SUPERNOVA # SUPERNOVA option BROKEN_FreeBSD_10: No viable conversion from 'boost::lockfree::detail::tagged_ptr' OPTIONS_EXCLUDE_FreeBSD_10= SUPERNOVA OPTIONS_SUB= yes HELP_DESC= Install on-line help text SUPERNOVA_DESC= Build with supernova as optional audio synthesis server HELP_CMAKE_BOOL= INSTALL_HELP SUPERNOVA_CMAKE_BOOL= SUPERNOVA SUPERNOVA_USE= XORG=x11 post-patch: @${REINPLACE_CMD} -e 's|MATCHES "Linux" AND|MATCHES "FreeBSD" AND|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|if(DL)|if(TRUE)|; s|target_link_libraries(libsupernova $${DL})|#|' \ ${WRKSRC}/server/supernova/CMakeLists.txt @${REINPLACE_CMD} -e 's|CMAKE_SYSTEM_NAME MATCHES "Linux"|CMAKE_SYSTEM_NAME MATCHES "FreeBSD"|' \ ${WRKSRC}/server/plugins/CMakeLists.txt @${REINPLACE_CMD} -e 's|__linux__|__FreeBSD__|' ${WRKSRC}/server/supernova/server/main.cpp .include Index: head/biology/seqan-apps/Makefile =================================================================== --- head/biology/seqan-apps/Makefile (revision 450556) +++ head/biology/seqan-apps/Makefile (revision 450557) @@ -1,40 +1,40 @@ # Created by: Hannes Hauswedell # $FreeBSD$ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org COMMENT= Official Bioinformatic applications based on the SeqAn library LICENSE= BSD3CLAUSE LGPL3 GPLv3 LICENSE_COMB= multi BUILD_DEPENDS= boost-libs>0:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= seqan GH_PROJECT= seqan # once #199603 is resolved, do the following instead of USE_GCC # USES= cmake:outsource compiler:openmp,c++14-lang USES= cmake:outsource CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" USE_GCC= yes BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep .include .if ${ARCH} == "i386" PLIST_SUB+= RM_I386="@comment " .else PLIST_SUB+= RM_I386="" .endif .include Index: head/cad/freecad/Makefile =================================================================== --- head/cad/freecad/Makefile (revision 450556) +++ head/cad/freecad/Makefile (revision 450557) @@ -1,82 +1,82 @@ # $FreeBSD$ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170616 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr COMMENT= General purpose 3D CAD modeller LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \ swig:devel/swig13 \ ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 \ libboost_python.so:devel/boost-python-libs \ libpyside-python2.7.so:devel/pyside \ libCoin.so:graphics/Coin \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff \ libvtkFiltersTexture-6.2.so:math/vtk6 \ libTKernel.so:cad/opencascade \ libSoQt.so:x11-toolkits/soqt \ libxerces-c.so:textproc/xerces-c3 \ libboost_thread.so:devel/boost-libs \ libarea.so:devel/libarea \ libmed.so:french/med \ libshiboken-${PYTHON_VERSION}.so:devel/shiboken \ libhdf5.so:science/hdf5 RUN_DEPENDS= pivy>0:graphics/py-pivy USE_GITHUB= yes GH_TAGNAME= d28bae3 USES= dos2unix compiler:c++11-lib cmake:outsource fortran jpeg \ python localbase USE_XORG= ice sm x11 xext xt USE_GL= gl glu USE_QT4= qmake_build corelib gui moc_build network opengl rcc_build \ uic_build svg xml webkit USE_LDCONFIG= yes DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL CMAKE_ARGS= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" # To be removed when french/med will be built against science/hdf5 LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18 CMAKE_ARGS+= -DHDF5_FOUND="TRUE" -DHDF5_VERSION="1.8.17" \ -DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5-18" \ -DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include/hdf5-18" \ -DCMAKE_C_FLAGS="-I${LOCALBASE}/include/hdf5-18" \ -DHDF5_LIBRARIES="-lhdf5-18" CFLAGS+= -I${LOCALBASE}/include/hdf5-18 CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME} OPTIONS_DEFINE= COLLADA COLLADA_DESC= Install pycollada for Collada files import COLLADA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycollada>0:graphics/py-pycollada DESKTOP_ENTRIES=${PORTNAME} "" "${PREFIX}/FreeCAD/data/freecad.svg" \ ${PORTNAME} "Engineering;" false post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \ ${WRKSRC}/src/Gui/CMakeLists.txt pre-configure: # To be removed when french/med will be built against science/hdf5 @${REINPLACE_CMD} -e 's|find_package(HDF5 REQUIRED)|#find_package(HDF5 REQUIRED)|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|||' \ ${WRKSRC}/src/3rdParty/salomesmesh/inc/MED_Common.hxx post-install: ${LN} -s ../${PORTNAME}/bin/FreeCAD ${STAGEDIR}${LOCALBASE}/bin/FreeCAD ${LN} -s ../${PORTNAME}/bin/FreeCADCmd ${STAGEDIR}${LOCALBASE}/bin/FreeCADCmd .include Index: head/cad/fritzing/Makefile =================================================================== --- head/cad/fritzing/Makefile (revision 450556) +++ head/cad/fritzing/Makefile (revision 450557) @@ -1,40 +1,40 @@ # Created by: Sergio Lenzi # $FreeBSD$ PORTNAME= fritzing PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MAINTAINER= lenzi.sergio@gmail.com COMMENT= CAD for printed circuit boards LICENSE= GPLv2+ SUB_FILES+= pkg-install USES= dos2unix gmake python qmake tar:bzip2 USE_QT5= buildtools concurrent core dbus gui imageformats network printsupport qmake serialport sql-sqlite3 svg xml DOS2UNIX_REGEX= .*pro INSTALLS_ICONS= yes USE_GITHUB= yes GH_PROJECT= fritzing-app fritzing-parts:parts PORTDATA= * MAKE_ENV= INSTALL_ROOT="${STAGEDIR}" BUILD_DEPENDS+= boost-libs>1.52:devel/boost-libs RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 post-extract: cd ${WRKSRC_parts};\ ${MKDIR} parts;${MV} -f * parts 2> /dev/null || true;\ ${MKDIR} pdb;${MV} parts/core pdb;${MKDIR} parts/core;\ ${MV} ${WRKSRC}/bins . post-install: cd ${WRKSRC_parts}; ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/share/fritzing .include Index: head/cad/kicad/Makefile =================================================================== --- head/cad/kicad/Makefile (revision 450556) +++ head/cad/kicad/Makefile (revision 450557) @@ -1,76 +1,76 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= kicad PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad MAINTAINER= thierry@FreeBSD.org COMMENT= Schematic and PCB editing software LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm \ swig3.0:devel/swig30 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpixman-1.so:x11/pixman \ libpng.so:graphics/png \ libcurl.so:ftp/curl RUN_DEPENDS= xpdf:graphics/xpdf CONFLICTS= kicad-devel-r201* USE_GITHUB= yes GH_ACCOUNT= KiCad GH_PROJECT= kicad-source-mirror USES= cmake:noninja compiler:c++11-lib desktop-file-utils \ pkgconfig python shared-mime-info shebangfix ssl tar:xz SHEBANG_FILES= pcbnew/scripting/plugins/touch_slider_wizard.py USE_XORG= ice x11 xext USE_GL= gl glew glu glut USE_WX= 3.0 WX_COMPS= python:lib wx USE_GNOME= atk cairo CXXFLAGS+= --std=c++11 -I${WRKSRC}/include -I${LOCALBASE}/include CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} \ -DwxWidgets_USE_UNICODE=ON -DKICAD_STABLE_VERSION=ON \ -DwxWidgets_wxrc_EXECUTABLE=${WXRC_CMD} \ -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON \ -DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_SKIP_BOOST=ON INSTALLS_ICONS= yes PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} OPTIONS_DEFINE= DOCS DOXYGEN NLS OPTIONS_SUB= yes NLS_USES= gettext BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt DOXYGEN_VARS= LICENSE+=GFDL LICENSE_COMB=multi DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_IMPLIES= DOCS DOXYGEN_ALL_TARGET= all doxygen-docs DOXYGEN_PORTDOCS= doxygen pre-configure: ${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|' \ -e 's|/usr/local|${PREFIX}|' \ -e 's|/usr/bin/evince|${LOCALBASE}/bin/xpdf|' \ -e 's|/usr/bin/kpdf|${LOCALBASE}/bin/okular|' \ -e 's|/usr/bin/xpdf|${LOCALBASE}/bin/xpdf|' \ -e 's|/usr/bin/konqueror|${LOCALBASE}/bin/konqueror|' \ -e 's|/usr/bin/xdg-open|${LOCALBASE}/bin/xdg-open|' \ ${WRKSRC}/common/gestfich.cpp post-install-DOCS-on: (cd ${WRKSRC}/Documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/cad/kicad-devel/Makefile =================================================================== --- head/cad/kicad-devel/Makefile (revision 450556) +++ head/cad/kicad-devel/Makefile (revision 450557) @@ -1,146 +1,145 @@ # Created by: Michael Reifenberger # $FreeBSD$ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 -#PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= LOCAL/mr PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} MAINTAINER= mr@FreeBSD.org COMMENT= Schematic and PCB editing software LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libcurl.so:ftp/curl CONFLICTS= kicad-4.* DOCVERSION= 1.1 LIBVERSION= 1.0 #CXXFLAGS+= -std=c++11 CXXFLAGS+= -msse USE_GL= glew glu gl USE_WX= 3.0 WX_COMPS= wx USE_GNOME= atk cairo # Required by libwx_gtk2_aui-2.8.so USE_XORG+= pixman BROKEN_aarch64= Fails to compile: use of undeclared identifier builtin_ia32_emms OPTIONS_DEFINE= DOCS PLIST_SUB= OPSYS=${OPSYS} \ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} BINS= cvpcb eeschema gerbview kicad pcbnew EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \ contrib_makefiles.txt running_kicad_under_W98.txt USES= desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake \ gettext python ssl CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \ -DCMAKE_BUILD_TYPE="Debug" \ -DKICAD_TESTING_VERSION=ON \ -DKICAD_BUILD_VERSION=${DISTVERSION} \ -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DwxWidgets_USE_DEBUG=ON \ -DKICAD_SKIP_BOOST=YES .if exists(${LOCALBASE}/bin/konqueror) RUN_DEPENDS+= konqueror:x11/kde4-baseapps .else RUN_DEPENDS+= xpdf:graphics/xpdf .endif .include "Makefile.git_rev" showversions: @${ECHO} "GIT_SRC_HASH: ${GIT_SRC_HASH}" @${ECHO} "GIT_SRC_DATE: ${GIT_SRC_DATE}" @${ECHO} "DISTDIR: ${DISTDIR}" @${ECHO} "DIST_SUBDIR: ${DIST_SUBDIR}" @${ECHO} "DISTNAME: ${DISTNAME}" @${ECHO} "DISTVERSION: ${DISTVERSION}" # Updating to new rev: # sh files/newVersion.sh # make makesum && make clean # make install #breaks probably due to plist differences # make makeplist > pkg-plist #One has to edit/review the generated plist # make generate-plist && make check-plist # < Check PLIST_FILE_LIST below > tmp: echo "${DATADIR} ${DATADIR:H}" post-configure: ${REINPLACE_CMD} -e 's|#define HAVE_ISO646_H|//#define HAVE_ISO646_H|' \ ${WRKSRC}/config.h for f in `${FIND} ${WRKSRC} -name \*.make -o -name link.txt` ; do \ ${REINPLACE_CMD} \ -e 's|CC = gcc|#CC = gcc|' \ -e 's|LD = gcc|LD = ${CC}|' \ -e 's|LD = g++|LD = ${CXX}|' \ -e 's|wx-config|${WX_CONFIG}|' \ -e 's|CXX_FLAGS =|CXX_FLAGS = -I${LOCALBASE}/include|' \ -e 's|C_FLAGS =|C_FLAGS = -I${LOCALBASE}/include|' \ -e 's|LDFLAGS =|LDFLAGS += -L${LOCALBASE}/lib|' \ -e 's|gcc -D|${CC} -D|' \ -e 's/-pthread;-D_THREAD_SAFE/-pthread -D_THREAD_SAFE/g' \ $$f ; \ done pre-install: @echo "${DATADIR}, ${DOCSDIR}" post-install: .for subdir in library modules template ${CP} -Rp ${WRKDIR}/kicad-library-master/${subdir} ${STAGEDIR}${DATADIR} .endfor #.for subdir in internat # ${CP} -Rp ${WRKDIR}/kicad-doc/${subdir} ${STAGEDIR}${DOCSDIR} #.endfor PLIST_FILE_LIST= bin/freeroute.jnlp \ bin/cvpcb \ bin/eeschema \ bin/gerbview \ bin/kicad \ bin/pcbnew \ bin/pl_editor \ bin/bitmap2component \ bin/pcb_calculator \ share/mimelnk/application/x-kicad-schematic.desktop \ share/mimelnk/application/x-kicad-project.desktop \ share/icons/hicolor/24x24/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/48x48/apps/kicad.png \ share/icons/hicolor/48x48/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/scalable/apps/kicad.svg \ share/icons/hicolor/scalable/mimetypes/application-x-kicad-project.svg \ share/icons/hicolor/16x16/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/32x32/mimetypes/application-x-kicad-project.png \ share/icons/hicolor/22x22/mimetypes/application-x-kicad-project.png \ share/mime/packages/kicad.xml \ share/applications/kicad.desktop \ share/applications/eeschema.desktop PLIST_DIR_LIST= lib/kicad PLIST_SHAREDDIR_LIST= share/mimelnk/application \ share/mimelnk .include .if ${OPSYS} == FreeBSD && ${CHOSEN_COMPILER_TYPE} == gcc IGNORE= builds only with clang .endif .include Index: head/cad/librecad/Makefile =================================================================== --- head/cad/librecad/Makefile (revision 450556) +++ head/cad/librecad/Makefile (revision 450557) @@ -1,56 +1,56 @@ # $FreeBSD$ PORTNAME= librecad PORTVERSION= 2.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org COMMENT= 2D CAD system LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs LIB_DEPENDS= libmuparser.so:math/muparser \ libfreetype.so:print/freetype2 USE_GITHUB= yes GH_ACCOUNT= LibreCAD GH_PROJECT= LibreCAD USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake USE_GL= gl USE_QT5= core gui printsupport sql svg widgets \ buildtools_build linguisttools_build QMAKE_ARGS+= BOOST_DIR="${LOCALBASE}" # Unhide std::to_string() to fix build with GCC (ports/193528) CFLAGS+= -D_GLIBCXX_USE_C99 post-patch: @${REINPLACE_CMD} -e 's|QMAKE_CXXFLAGS += -g||' \ ${WRKSRC}/common.pri @${REINPLACE_CMD} -e 's|lrelease|${LRELEASE}|' \ ${WRKSRC}/scripts/postprocess-unix.sh @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/librecad/src/lib/engine/rs_settings.cpp \ ${WRKSRC}/librecad/src/lib/engine/rs_system.cpp pre-install: @${CHMOD} +w ${WRKSRC}/unix/resources/plugins/*.so @${STRIP_CMD} ${WRKSRC}/unix/resources/plugins/*.so do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix/librecad ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/unix/ttf2lff ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC}/unix/resources && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata ${INSTALL_DATA} ${WRKSRC}/unix/appdata/librecad.appdata.xml \ ${STAGEDIR}${PREFIX}/share/appdata ${INSTALL_DATA} ${WRKSRC}/desktop/librecad.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/librecad/res/main/librecad.png \ ${STAGEDIR}${PREFIX}/share/pixmaps .include Index: head/cad/linuxcnc-devel/Makefile =================================================================== --- head/cad/linuxcnc-devel/Makefile (revision 450556) +++ head/cad/linuxcnc-devel/Makefile (revision 450557) @@ -1,67 +1,67 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= linuxcnc PORTVERSION= 20170708 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel MAINTAINER= trasz@FreeBSD.org COMMENT= Open Source CNC machine controller LICENSE= GPLv2 BROKEN_FreeBSD_10= Does not build LIB_DEPENDS= libBLT25.so:x11-toolkits/blt \ libboost_python.so:devel/boost-python-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libmodbus.so:comms/libmodbus \ libncurses.so:devel/ncurses \ libXaw.so:x11-toolkits/libXaw \ libtclx8.4.so:lang/tclX RUN_DEPENDS= bash:shells/bash \ bwidget>=1.4:x11-toolkits/bwidget \ ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:x11-toolkits/py-vte \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gdkgl/__init__.py:x11-toolkits/py-gtkglext \ ${LOCALBASE}/lib/Img/libtkimg1.4.6.so:graphics/libimg BUILD_DEPENDS= ${RUN_DEPENDS} # Workaround for a clang crash on 12-CURRENT. BUILD_DEPENDS+= clang38:lang/clang38 CC= clang38 CXX= clang++38 NO_PACKAGE= Licensing conflict between LinuxCNC (GPL2) and readline (GPL3) WRKSRC_SUBDIR= src PATCH_WRKSRC= ${WRKDIR}/linuxcnc-${GH_TAGNAME} ALL_TARGET= default GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-realtime=uspace --enable-non-distributable=yes \ CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include" CXX="${CXX}" CC="${CC}" \ --with-locale-dir="${PREFIX}/share/locale" --with-python=${PYTHON_CMD} MAKE_ENV= BUILD_VERBOSE=1 USES= autoreconf gettext gmake ncurses pkgconfig python readline shebangfix tk USE_GL= gl glu USE_GNOME= cairo gdkpixbuf2 libgnomeprintui pygtksourceview USE_XORG= ice sm x11 xext xft xinerama xmu xrender xscrnsaver xt USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= LinuxCNC GH_TAGNAME= 5b7929df50e0574cb1105143fffe525916d8a4c2 post-patch: ${FIND} ${PATCH_WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -i '' \ -e 's|#!.*/bin/bash|#!${LOCALBASE}/bin/bash|' \ -e 's|#!.*/usr/bin/tclsh|#!${LOCALBASE}/bin/tclsh8.6|' \ -e 's|#!.*/usr/bin/wish|#!${LOCALBASE}/bin/wish8.6|' \ -e 's|#!.*/usr/bin/env python|#!/usr/bin/env python2|' \ -e 's|#!.*/usr/bin/python|#!/usr/bin/env python2|' \ -e 's|lib/tcltk|lib/tcllib|' .include Index: head/cad/openscad/Makefile =================================================================== --- head/cad/openscad/Makefile (revision 450556) +++ head/cad/openscad/Makefile (revision 450557) @@ -1,42 +1,42 @@ # Created by: Michael Reifenberger # $FreeBSD$ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src MAINTAINER= mr@FreeBSD.org COMMENT= Programmer's solid 3D CAD modeller LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libCGAL.so:math/cgal \ libqscintilla2.so:devel/qscintilla2 \ libharfbuzz.so:print/harfbuzz \ libopencsg.so:graphics/opencsg USES= bison compiler:c++11-lang desktop-file-utils gettext-tools pkgconfig qmake shebangfix SHEBANG_FILES= libraries/MCAD/get_submodules.py USE_GL= glu glew USE_QT4= corelib gui opengl moc_build uic_build rcc_build PLIST_SUB= PORTVERSION=${PORTVERSION} QMAKE_ENV= EIGENDIR=${LOCALBASE}/include/eigen3 QMAKE_ARGS+= VERSION=${PORTVERSION} \ QMAKE_LEX=${LOCALBASE}/bin/flex \ QMAKE_YAC=${LOCALBASE}/bin/bison WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's,share/man,man,' \ ${WRKSRC}/openscad.pro .include Index: head/chinese/librime/Makefile =================================================================== --- head/chinese/librime/Makefile (revision 450556) +++ head/chinese/librime/Makefile (revision 450557) @@ -1,41 +1,41 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com COMMENT= Rime Input Method Engine, the core library LICENSE= GPLv3 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libleveldb.so:databases/leveldb \ libmarisa.so:devel/marisa-trie \ libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp USES= cmake compiler:c++11-lib pathfix pkgconfig gettext perl5 USE_PERL5= build patch USE_LDCONFIG= yes USE_XORG= xproto LDFLAGS+= -lintl USE_GITHUB= yes GH_ACCOUNT= rime PLIST_SUB= VER=${PORTVERSION} BROKEN_powerpc64= Does not link: undefined reference to YAML::detail::node_data::empty_scalar[abi:cxx11] .include post-patch: .SILENT ${FIND} ${WRKSRC} \( -name '*.cc' -or -name '*.h' \) \ -exec ${PERL} -i -pe '$$. == 1 && s/^\xef\xbb\xbf//;' {} \; .include Index: head/comms/fldigi/Makefile =================================================================== --- head/comms/fldigi/Makefile (revision 450556) +++ head/comms/fldigi/Makefile (revision 450557) @@ -1,68 +1,68 @@ # $FreeBSD$ PORTNAME= fldigi PORTVERSION= 4.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= hamradio@FreeBSD.org COMMENT= Digital decoder for psk, cw, psk31, olivia LICENSE= GPLv3 BUILD_DEPENDS= asciidoc:textproc/asciidoc\ docbook-xsl>=1.0:textproc/docbook-xsl\ xsltproc:textproc/libxslt LIB_DEPENDS= libboost_system.so:devel/boost-libs\ libpng16.so:graphics/png \ libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ libportaudio.so:audio/portaudio \ libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate USE_CXXSTD= gnu++0x GNU_CONFIGURE= yes USES= autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig shebangfix USE_XORG= x11 xft xext xfixes xcursor xinerama CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" \ EXTRA_LIBS="-lexecinfo" OPTIONS_DEFINE= NATIVE_OPT FLARQ PULSEAUDIO HAMLIB NLS DOCS NATIVE_OPT_DESC= Enable Native Optimizations FLARQ_DESC= Compile flarq PULSEAUDIO_DESC= PulseAudio support HAMLIB_DESC= Support rig control via hamlib OPTIONS_DEFAULT= FLARQ HAMLIB OPTIONS_SUB= yes NATIVE_OPT_CONFIGURE_ON= --enable-optimizations=native NATIVE_OPT_CONFIGURE_OFF= --enable-optimizations=none FLARQ_CONFIGURE_ENABLE= flarq OSS_CONFIGURE_ENABLE= oss PULSEAUDIO_CONFIGURE_WITH= pulseaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio HAMLIB_CONFIGURE_WITH= hamlib HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext # Always need asciidoc for man pages CONFIGURE_ARGS+=--with-asciidoc # Upstream as of 4.0.5 always uses portaudio and sndfile now # Which makes fldigi configure options portaudio & oss useless CONFIGURE_ARGS+=--with-portaudio --disable-oss post-configure: # force rebuild of man pages ${RM} ${WRKSRC}/doc/*.1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/guide.html ${STAGEDIR}${DOCSDIR} .include Index: head/comms/gnuradio/Makefile =================================================================== --- head/comms/gnuradio/Makefile (revision 450556) +++ head/comms/gnuradio/Makefile (revision 450557) @@ -1,127 +1,127 @@ # $FreeBSD$ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db MAINTAINER= hamradio@FreeBSD.org COMMENT= Amateur Radio Software defined radio LICENSE= GPLv3 BUILD_DEPENDS= sdl-config:devel/sdl12 \ swig2.0:devel/swig20 \ cheetah:devel/py-cheetah \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml \ xdg-open:devel/xdg-utils \ guile:lang/guile \ aconnect:audio/alsa-utils \ git:devel/git \ ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem LIB_DEPENDS= libcppunit.so:devel/cppunit \ libcodec2.so:audio/codec2 \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libqwt.so:x11-toolkits/qwt5 \ libboost_python.so:devel/boost-python-libs \ libportaudio.so:audio/portaudio \ libjack.so:audio/jack \ libasound.so:audio/alsa-lib \ libgsl.so:math/gsl \ libgsm.so:audio/gsm \ libboost_date_time.so:devel/boost-libs \ liborc-0.4.so:devel/orc RUN_DEPENDS:= ${BUILD_DEPENDS} # USES=compiler:c11 is necessary because base GCC fails: # volk/lib/volk_cpu.c: In function 'i_can_has_3dnow': # volk/lib/volk_cpu.c:62: error: can't find a register in class 'BREG' while reloading 'asm' # volk/lib/volk_cpu.c:62: error: 'asm' operand has impossible constraints USES= cmake:outsource compiler:c11 iconv perl5 pkgconfig pyqt:4 python:2.7 shebangfix SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"\ -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \ -DENABLE_GR_CTRLPORT="YES" \ -DLOCALBASE:STRING="${LOCALBASE}" \ -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" # for detailed debugging uncomment the next line #CMAKE_ARGS+= --debug-output --trace MAJOR_SUB_VER= ${PORTVERSION} DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} USE_GNOME= pygtk2 USE_PYQT= core gui opengl USE_WX= 3.0+ USE_QT4= corelib gui xml qmake moc_build rcc_build uic_build WX_COMPS= wx wx:build wx:run python:build python:run USE_LDCONFIG= yes PLIST_SUB+= MAJOR_VERSION="3" PLIST_SUB+= MAJOR_SUB_VER="${MAJOR_SUB_VER}" LIBSTRIP_FILES= analog atsc audio blocks channels digital dtv fcd fec fft\ filter noaa pager pmt qtgui runtime trellis video-sdl\ vocoder wavelet wxgui OPTIONS_DEFINE= UHD TESTING DOXYGEN # Unfortunately building docs on i386 fails ##OPTIONS_EXCLUDE_${i386}= DOXYGEN # Yay. building docs is broken on 10 and HEAD too so turn them all off OPTIONS_EXCLUDE= DOXYGEN OPTIONS_DEFAULT= UHD OPTIONS_SUB= yes UHD_DESC= Include UHD support from Ettus TESTING_DESC= Include testing support PLIST_SUB+= PORTVERSION=${PORTVERSION} DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ sphinx-apidoc:textproc/py-sphinx \ dot:graphics/graphviz \ xmlto:textproc/xmlto \ freefont-ttf>0:x11-fonts/freefont-ttf DOXYGEN_CMAKE_ON= -DENABLE_DOXYGEN:STRING="ON" \ -DENABLE_DOCS:STRING="ON" \ -DENABLE_BAD_BOOST="ON" DOXYGEN_CMAKE_OFF= -DENABLE_DOXYGEN:STRING="OFF" \ -DENABLE_DOCS:STRING="OFF" \ -DENABLE_BAD_BOOST="ON" HAVE_PORTDOCS= YES UHD_CMAKE_ON= -DENABLE_GR_UHD:STRING="ON" UHD_CMAKE_OFF= -DENABLE_GR_UHD:STRING="OFF" TESTING_CMAKE_ON= -DENABLE_TESTING:STRING="ON" TESTING_CMAKE_OFF= -DENABLE_TESTING:STRING="OFF" TESTING_BUILD_DEPENDS= cppunit-config:devel/cppunit .include .if ${PORT_OPTIONS:MUHD} LIBSTRIP_FILES+= uhd LIB_DEPENDS+= libuhd.so:comms/uhd .endif PATCH_FILES= docs/doxygen/Doxyfile.in \ gr-fec/lib/CMakeLists.txt post-patch: @${FIND} ${WRKSRC}/.. -name CMakeLists.txt | \ ${XARGS} ${REINPLACE_CMD} -e \ "s|{GR_LIBRARY_DIR}/pkgconfig|{GR_PKGCONFIG_DIR}/pkgconfig|g" .for p in ${PATCH_FILES} @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/${p} .endfor post-install: .for a in ${LIBSTRIP_FILES} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnuradio-${a}.so.${MAJOR_SUB_VER} .endfor .include Index: head/comms/gqrx/Makefile =================================================================== --- head/comms/gqrx/Makefile (revision 450556) +++ head/comms/gqrx/Makefile (revision 450557) @@ -1,55 +1,56 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= gqrx PORTVERSION= 2.8 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio MAINTAINER= martymac@FreeBSD.org COMMENT= Software defined radio receiver powered by GNU Radio and Qt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-analog.so:comms/gnuradio \ libgnuradio-blocks.so:comms/gnuradio \ libgnuradio-filter.so:comms/gnuradio \ libgnuradio-fft.so:comms/gnuradio \ libgnuradio-digital.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-osmosdr.so:comms/gr-osmosdr \ libboost_system.so:devel/boost-libs \ libboost_program_options.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= csete USES= pkgconfig qmake USE_GL= gl USE_QT5= buildtools_build core gui svg network widgets OPTIONS_RADIO= AUDIO AUDIO_DESC= Audio backend OPTIONS_RADIO_AUDIO= PULSEAUDIO PORTAUDIO GRAUDIO OPTIONS_DEFAULT= AUDIO PULSEAUDIO PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libpulse-simple.so:audio/pulseaudio PULSEAUDIO_QMAKE_ON= AUDIO_BACKEND=pulseaudio PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_QMAKE_ON= AUDIO_BACKEND=portaudio GRAUDIO_LIB_DEPENDS= libgnuradio-audio.so:comms/gnuradio GRAUDIO_QMAKE_ON= AUDIO_BACKEND=gr-audio GRAUDIO_DESC= GNU Radio audio library support PLIST_FILES= bin/gqrx share/applications/gqrx.desktop do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gqrx ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/gqrx.desktop \ ${STAGEDIR}${PREFIX}/share/applications .include Index: head/comms/gr-osmosdr/Makefile =================================================================== --- head/comms/gr-osmosdr/Makefile (revision 450556) +++ head/comms/gr-osmosdr/Makefile (revision 450557) @@ -1,41 +1,41 @@ # $FreeBSD$ PORTNAME= gr-osmosdr PORTVERSION= 20160622 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= GNU Radio OsmoSDR module LICENSE= GPLv3 BUILD_DEPENDS= swig:devel/swig13 \ cheetah:devel/py-cheetah LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ libgnuradio-pmt.so:comms/gnuradio \ libgnuradio-blocks.so:comms/gnuradio \ libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs USES= cmake fortran pkgconfig python tar:tgz USE_LDCONFIG= yes # See lib/CMakeLists.txt to enable more components CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \ -DENABLE_FCD:BOOL=ON \ -DENABLE_FILE:BOOL=ON \ -DENABLE_PYTHON=ON OPTIONS_DEFINE= RTLSDR HACKRF RTLSDR_DESC= Enable rtl-sdr (RTL2832) support OPTIONS_DEFAULT= RTLSDR RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr RTLSDR_CMAKE_ON= -DENABLE_RTL:BOOL=ON -DENABLE_RTL_TCP:BOOL=ON HACKRF_DESC= Enable hackrf one hardware support HACKRF_LIB_DEPENDS= libhackrf.so:comms/hackrf HACKRF_CMAKE_ON= -DENABLE_HACKRF:BOOL=ON .include Index: head/comms/uhd/Makefile =================================================================== --- head/comms/uhd/Makefile (revision 450556) +++ head/comms/uhd/Makefile (revision 450557) @@ -1,74 +1,74 @@ # $FreeBSD$ PORTNAME= uhd PORTVERSION= 3.10.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} DIST_SUBDIR= ${PORTNAME} MAINTAINER= mr@FreeBSD.org COMMENT= Ettus Research UHD driver framework LIB_DEPENDS= libboost_python.so:devel/boost-python-libs BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ cheetah-analyze:devel/py-cheetah \ rst2html:textproc/py-docutils \ orcc:devel/orc \ ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako USE_GITHUB= yes GH_ACCOUNT= EttusResearch GH_TAGNAME= c705922a08e32c8b0ec7ef6af6137835f87b2f42 CONFLICTS= usrp-[0-9]* BROKEN_powerpc64= fails to link: undefined reference to boost function USES= compiler:c++0x cmake:outsource ncurses pkgconfig \ dos2unix python:2.7 shebangfix USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host #MAKE_JOBS_UNSAFE= yes CXXFLAGS_amd64= -msse2 CXXFLAGS_i386= -msse2 SHEBANG_GLOB= *.py *.py.in CMAKE_ARGS+= -DPKG_LIB_DIR:STRING="share/uhd" -DUHD_TXRX_DEBUG_PRINTS="yes" # for excruciating debug use this -db #CMAKE_ARGS+= --debug-output --trace IMAGE_FILE= uhd-images_003.010.001.001-release.zip OPTIONS_DEFINE= DOXYGEN #OPTIONS_DEFAULT= DOXYGEN OPTIONS_SUB=yes DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen .include .if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:devel/doxygen CMAKE_ARGS+= -DENABLE_DOXYGEN:STRING="ON" HAVEDOCS= YES .endif post-patch: # USES=pathfix handles LIBRARY_INSTALL_DIR but not LIBRARY_DIR @${REINPLACE_CMD} '/pkgconfig/s|LIBRARY_DIR}|CMAKE_INSTALL_PREFIX}/libdata|' \ ${PATCH_WRKSRC}/host/CMakeLists.txt do-install: # install host component # hack the install prefix now @${REINPLACE_CMD} -e "s|/usr/local|${STAGEDIR}${PREFIX}|g" \ ${CONFIGURE_WRKSRC}/cmake_install.cmake cd ${CONFIGURE_WRKSRC} && ${MAKE_CMD} install .for subdir in images ${CP} -Rp ${WRKDIR}/${IMAGE_FILE:S|.zip||}/share/uhd/${subdir} ${STAGEDIR}${DATADIR} .endfor .include Index: head/comms/usrp/Makefile =================================================================== --- head/comms/usrp/Makefile (revision 450556) +++ head/comms/usrp/Makefile (revision 450557) @@ -1,109 +1,109 @@ # $FreeBSD$ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 MAINTAINER= hamradio@FreeBSD.org COMMENT= Ettus Research USRP driver framework LIB_DEPENDS= libboost_python.so:devel/boost-python-libs BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ cheetah-analyze:devel/py-cheetah \ rst2html:textproc/py-docutils \ orcc:devel/orc \ sdcc:lang/sdcc USES= compiler:c++0x cmake:outsource,noninja gmake pkgconfig python:run \ dos2unix shebangfix COMPILER_FEATURES= libc++ USE_LDCONFIG= yes CMAKE_SOURCE_PATH= ${WRKSRC}/host MAKE_JOBS_UNSAFE= yes SHEBANG_GLOB= *.py # for excruciating debug use this -db #CMAKE_ARGS+= --debug-output --trace DOCSDIR= share/doc/uhd WRKSRC= ${WRKDIR}/EttusResearch-UHD-Mirror-6047010 OPTIONS_DEFINE= USRP1 USRP2 DOCS DOXYGEN OPTIONS_DEFAULT= USRP1 USRP2 USRP1_DESC= Build Ettus USRP1 firmware USRP2_DESC= Build Ettus USRP2 firmware OPTIONS_SUB= yes .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 BROKEN_i386= does not build on i386 FreeBSD 11.x and later .endif .if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:devel/doxygen CMAKE_ARGS+= -DENABLE_DOXYGEN:STRING="ON" HAVEDOCS= YES .endif .if ${PORT_OPTIONS:MUSRP1} BUILD_DEPENDS+= sdcc:lang/sdcc USRP1= YES .endif .if ${PORT_OPTIONS:MUSRP2} BUILD_DEPENDS+= ${LOCALBASE}/zpu/bin/zpu-elf-gcc:devel/zpu-gcc \ ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils USRP2= YES .endif CONFIGURE_WRKSRC= ${WRKSRC}/host CMAKE_SOURCE_PATH= ${WRKSRC}/host # usrp1 and usrp2 should be ports of their own post-build: # build usrp firmware (export PATH=${LOCALBASE}/zpu/bin:${PATH};\ cd ${WRKSRC}/images && ${GMAKE} -f Makefile images) .if USRP1 (cd ${WRKSRC}/images && ${GMAKE} -f Makefile images_usrp1) .endif .if USRP2 #firmware/fx2/build (export PATH=${LOCALBASE}/zpu/bin:${PATH};\ cd ${WRKSRC}/images && ${GMAKE} -f Makefile images_usrp2) .endif do-install: # install host component # hack the install prefix now @${REINPLACE_CMD} -e "s|/usr/local|${STAGEDIR}${PREFIX}|g" \ ${CONFIGURE_WRKSRC}/cmake_install.cmake cd ${CONFIGURE_WRKSRC} && ${MAKE} install # install usrp firmware ${MKDIR} ${STAGEDIR}${PREFIX}/share/uhd ${MKDIR} ${STAGEDIR}${PREFIX}/share/uhd/images .if USRP2 .for f in usrp_n200_fw.bin usrp2_fw.bin \ usrp_n210_fw.bin ${INSTALL_DATA} ${WRKSRC}/images/images/${f} ${STAGEDIR}${PREFIX}/share/uhd/images/$f .endfor .endif .if USRP1 .for f in usrp1_fw.ihx usrp1_fpga.rbf usrp1_fpga_4rx.rbf usrp_b100_fw.ihx ${INSTALL_DATA} ${WRKSRC}/images/images/${f} ${STAGEDIR}${PREFIX}/share/uhd/images/$f .endfor ${MKDIR} ${STAGEDIR}${PREFIX}/share/uhd/fpga/usrp1/rev2 ${INSTALL_DATA} ${WRKSRC}/fpga/usrp1/rbf/rev2/*.rbf \ ${STAGEDIR}${PREFIX}/share/uhd/fpga/usrp1/rev2 ${MKDIR} ${STAGEDIR}${PREFIX}/share/uhd/fpga/usrp1/rev4 ${INSTALL_DATA} ${WRKSRC}/fpga/usrp1/rbf/rev4/*.rbf \ ${STAGEDIR}${PREFIX}/share/uhd/fpga/usrp1/rev4 .endif .include Index: head/converters/osm2pgsql/Makefile =================================================================== --- head/converters/osm2pgsql/Makefile (revision 450556) +++ head/converters/osm2pgsql/Makefile (revision 450557) @@ -1,46 +1,46 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= osm2pgsql PORTVERSION= 0.92.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org COMMENT= Convert OSM XML data to PostgreSQL database LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libproj.so:graphics/proj \ libgeos35.so:graphics/geos35 \ libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 BROKEN_powerpc64= fails to compile: node-ram-cache.hpp: cstdint: No such file or directory USE_GITHUB= yes GH_ACCOUNT= openstreetmap USES= cmake:outsource lua:53 pgsql PLIST_FILES= bin/osm2pgsql \ man/man1/osm2pgsql.1.gz PORTDOCS= AUTHORS ChangeLog README.md PORTDATA= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|include Index: head/databases/akonadi/Makefile =================================================================== --- head/databases/akonadi/Makefile (revision 450556) +++ head/databases/akonadi/Makefile (revision 450557) @@ -1,66 +1,66 @@ # Created by: miwi # $FreeBSD$ PORTNAME= akonadi PORTVERSION= 1.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Storage server for KDE-Pim LICENSE= LGPL21 LIB_DEPENDS= libboost_thread.so:devel/boost-libs # Let process generate meaningful backtrace on core dump. BUILD_DEPENDS= xsltproc:textproc/libxslt USES= cmake:outsource kde:4 shared-mime-info \ compiler:c++11-lang pathfix tar:bzip2 USE_KDE= automoc4 soprano USE_QT4= corelib dbus gui network qtestlib_build sql xml \ moc_build qmake_build rcc_build uic_build CMAKE_ARGS+= -DAKONADI_BUILD_TESTS:BOOL=FALSE \ -DINSTALL_QSQLITE_IN_QT_PREFIX:BOOL=TRUE \ -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" USE_LDCONFIG= yes OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE OPTIONS_SUB= yes # SQLITE MYSQL_DESC= Install MySQL Qt plugin and server MYSQL_USE= QT4=sql-mysql_run MYSQL_USES= mysql:server PGSQL_DESC= Install PostgreSQL Qt plugin # Do not add a dependency on PostgreSQL server as someone preferring # it over MySQL might like to use some advanced configuration, like a # remote server. #PGSQL_USE= PGSQL=server PGSQL_USE= QT4=sql-pgsql_run SQLITE_DESC= Enable SQLite backend SQLITE_USES= sqlite:3 SQLITE_CMAKE_OFF= -DAKONADI_BUILD_QSQLITE=off OPTIONS_DEFAULT= MYSQL post-patch: ${REINPLACE_CMD} -e '/find_program/ s|mysqld|mysqld_safe ${LOCALBASE}/bin|g' \ ${PATCH_WRKSRC}/server/CMakeLists.txt ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${PATCH_WRKSRC}/server/src/storage/dbconfigmysql.cpp # To avoid overflow, MySQL settings need to be lower than # INT_MAX / kern.hz. This setting assumes kern.hz=2000, and # it's nothing but a temporary hack. ${REINPLACE_CMD} -e '/wait_timeout/ s|31536000|1073741|' \ ${PATCH_WRKSRC}/server/src/storage/*.conf # Prevent updating MIME during build. ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ -e '/find_package(SharedMimeInfo/ d' \ ${PATCH_WRKSRC}/CMakeLists.txt .include Index: head/databases/clickhouse/Makefile =================================================================== --- head/databases/clickhouse/Makefile (revision 450556) +++ head/databases/clickhouse/Makefile (revision 450557) @@ -1,90 +1,90 @@ # Created by: proler@gmail.com # $FreeBSD$ PORTNAME= clickhouse PORTVERSION= 1.1.54289 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable #DISTVERSIONSUFFIX= -testing -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= proler@gmail.com COMMENT= ClickHouse is an column-oriented database management system LICENSE= APACHE20 BUILD_DEPENDS= bash:shells/bash \ sparsehash>=0:devel/sparsehash \ cctz>=0:devel/cctz LIB_DEPENDS= libtcmalloc.so:devel/google-perftools \ libodbc.so:databases/unixODBC \ libltdl.so:devel/libltdl \ libicudata.so:devel/icu \ libboost_program_options.so:devel/boost-libs \ libzookeeper_mt.so:devel/libzookeeper \ libre2.so:devel/re2 \ libdouble-conversion.so:devel/libdouble-conversion \ libzstd.so:archivers/zstd \ liblz4.so:archivers/liblz4 \ libPocoNet.so:devel/poco \ libcpuid.so:sysutils/libcpuid \ libunwind.so:devel/libunwind USE_GITHUB= yes GH_ACCOUNT= yandex GH_PROJECT= ClickHouse ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "Only supported on amd64" BROKEN_FreeBSD_10= Builds but does not work USES= compiler:c++14-lang cmake iconv mysql ssl readline USE_LDCONFIG= yes CMAKE_ARGS= -DUNBUNDLED=1 \ -DUSE_STATIC_LIBRARIES=0 \ -DNO_WERROR=1 \ -DENABLE_TESTS=0 \ -DCXX11_ABI= \ -DCOMPILER_FLAGS="-DLZ4_DISABLE_DEPRECATE_WARNINGS=1" USE_RC_SUBR= ${PORTNAME} USERS= clickhouse GROUPS= clickhouse SOVERSION= ${PORTVERSION} PLIST_SUB= SOVERSION=${SOVERSION} .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 BUILD_DEPENDS+= clang38:devel/llvm38 CC= clang38 CXX= clang++38 .endif post-patch: @${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|;s|/var/log/clickhouse-server|/var/log/clickhouse|;s|/etc/clickhouse-server|${PREFIX}/etc/clickhouse-server|' ${WRKSRC}/dbms/src/Server/config.xml @${REINPLACE_CMD} -e 's|::1|<\!-- ::1 -->|;s|127.0.0.1|<\!-- 127.0.0.1 -->|' ${WRKSRC}/dbms/src/Server/config.xml post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor @${RM} ${STAGEDIR}${PREFIX}/bin/config-processor @${RM} ${STAGEDIR}${PREFIX}/bin/corrector_utf8 @${RM} -r ${STAGEDIR}${PREFIX}/include/gtest @${RM} ${STAGEDIR}${PREFIX}/lib/libgtest* ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/clickhouse-client/config.xml \ ${STAGEDIR}${PREFIX}/etc/clickhouse-client/config.xml.sample ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/clickhouse-server/config.xml \ ${STAGEDIR}${PREFIX}/etc/clickhouse-server/config.xml.sample ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/etc/clickhouse-server/users.xml \ ${STAGEDIR}${PREFIX}/etc/clickhouse-server/users.xml.sample @${MKDIR} ${STAGEDIR}/var/db/clickhouse @${MKDIR} ${STAGEDIR}/var/log/clickhouse @${MKDIR} ${STAGEDIR}/var/run/clickhouse .include Index: head/databases/galera/Makefile =================================================================== --- head/databases/galera/Makefile (revision 450556) +++ head/databases/galera/Makefile (revision 450557) @@ -1,86 +1,87 @@ # Created by: Horia Racoviceanu # $FreeBSD$ PORTNAME= galera PORTVERSION?= 25.3.21 DISTVERSIONPREFIX?= release_ +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= devel@galeracluster.com COMMENT= Synchronous multi-master replication engine LICENSE= GPLv2 BUILD_DEPENDS= checkmk:devel/check \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_date_time.so:devel/boost-libs BROKEN_aarch64= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' BROKEN_armv6= fails to compile: gu_int128.h: use of undeclared identifier '__bswap64_var' NOT_FOR_ARCHS= i386 # On i386 older versions of clang produce: # cannot compile this atomic library call yet ... __atomic_add_fetch # whereas newer ones generate a call to __atomic_add_fetch which ends up with # undefined reference at link time: # undefined reference to `__atomic_fetch_add_8' # https://bugs.llvm.org//show_bug.cgi?id=23262 # https://bugs.llvm.org//show_bug.cgi?id=24908 # https://tracker.crystax.net/issues/1263 NOT_FOR_ARCHS_REASON_i386=Uses 64 bit atomics that clang cannot generate on i386 USES= python:build scons ssl USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= codership LDFLAGS+= -lboost_program_options -lboost_system MAKE_ARGS+= revno=${GH_TAGNAME} system_asio=0 tests=0 USE_RC_SUBR= garb.sh # Abuse TEST_TARGET to append tests=1 (which is not a target, strictly # speaking) at the end of the "scons ..." command so that it overrides # tests=0 from ${MAKE_ARGS}. To rerun the tests a second time, remove # all *.passed files: find ./work -name *.passed -print -delete TEST_TARGET= deterministic_tests=1 tests=1 PLIST_FILES= bin/garbd \ lib/libgalera.so \ lib/libgalera_smm.so OPTIONS_DEFINE= BOOSTPOOL BPOSTATIC DEBUG BOOSTPOOL_DESC= Use boost pool allocator BPOSTATIC_DESC= Use static boost_program_options .include # Clang is available on FreeBSD 9.x but the default # compiler (e.g. /usr/bin/cc) is GCC. Force the usage of Clang. .if ${OSVERSION} < 1000024 CC= clang CXX= clang++ CPP= clang-cpp .endif .if ${PORT_OPTIONS:MBOOSTPOOL} MAKE_ARGS+= boost_pool=1 .endif .if ${PORT_OPTIONS:MBPOSTATIC} MAKE_ARGS+= bpostatic=${LOCALBASE}/lib/libboost_program_options.a .endif .if ${PORT_OPTIONS:MDEBUG} MAKE_ARGS+= debug=0 .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/garb/garbd ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_LIB} ${WRKSRC}/libgalera_smm.so ${STAGEDIR}${PREFIX}/lib/ @(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libgalera_smm.so \ libgalera.so) .include Index: head/databases/glom/Makefile =================================================================== --- head/databases/glom/Makefile (revision 450556) +++ head/databases/glom/Makefile (revision 450557) @@ -1,59 +1,59 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= kwm@FreeBSD.org COMMENT= GNOME database designer and user interface BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ itstool:textproc/itstool \ libepc>=0.4.0:www/libepc \ libgda5-mysql>=0:databases/libgda5-mysql \ libgda5-postgresql>=0:databases/libgda5-postgresql LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libepc-1.0.so:www/libepc \ libgoocanvasmm-2.0.so:graphics/goocanvasmm2 \ libevview3.so:graphics/evince RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ libgda5-mysql>=0:databases/libgda5-mysql \ libgda5-postgresql>=0:databases/libgda5-postgresql BROKEN= Does current not build GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake libarchive libtool pathfix \ pgsql pkgconfig python shared-mime-info tar:xz WANT_PGSQL= server USE_GNOME= gnomedocutils gnomeprefix intlhack pygobject3 libxml2 \ gtksourceviewmm3 libgdamm5 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin \ --disable-documentation INSTALLS_ICONS= yes .include #PLIST_SUB+= VERSION=${PORTVERSION:R} PLIST_SUB+= VERSION=1.26 post-patch: @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|std::locale("")|std::locale()|g' \ ${WRKSRC}/glom/libglom/data_structure/glomconversions.cc \ ${WRKSRC}/glom/libglom/data_structure/glomconversions.h \ ${WRKSRC}/glom/libglom/utils.cc \ ${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/comboentry_borderwidth.cc \ ${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/dialog_group_by.cc \ ${WRKSRC}/glom/main.cc .include Index: head/databases/grass7/Makefile =================================================================== --- head/databases/grass7/Makefile (revision 450556) +++ head/databases/grass7/Makefile (revision 450557) @@ -1,175 +1,176 @@ # Created by: Mikael URANKAR and Loïc BARTOLETTI # $FreeBSD$ PORTNAME= grass PORTVERSION= 7.2.2 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ http://grass.fbk.eu/%SUBDIR%/ \ http://grass.gis-lab.info/%SUBDIR%/ \ http://grass.meteo.uni.wroc.pl/%SUBDIR%/ \ http://grass.polytechnic.edu.na/%SUBDIR%/ \ http://grass.unibuc.ro/%SUBDIR%/ \ http://mirrors.ibiblio.org/grass/%SUBDIR%/ \ http://pinus.gntech.ac.kr/grass/%SUBDIR%/ \ http://wgbis.ces.iisc.ernet.in/grass/%SUBDIR%/ \ http://wgrass.media.osaka-cu.ac.jp/grassh/%SUBDIR%/ MASTER_SITE_SUBDIR= grass72/source PKGNAMESUFFIX= 7 MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Open source Geographical Information System (GIS) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy LIB_DEPENDS= libgdal.so:graphics/gdal \ libpng.so:graphics/png \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libfftw3.so:math/fftw3 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgeos.so:graphics/geos RUN_DEPENDS= bash:shells/bash USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 \ readline shebangfix tk SHEBANG_LANG= nviz nviz_OLD_CMD= nviz nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz USE_XORG= sm ice x11 xext xi xmu xrender xt USE_GL= gl glu USE_GNOME= cairo USE_WX= 3.0 WX_COMPS= wx:build python:run USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ENV= PERL="${PERL}" CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-libs=${LOCALBASE}/lib \ --with-opengl-includes=${LOCALBASE}/include/ \ --with-opengl-libs=${LOCALBASE}/lib/ \ --with-freetype \ --with-freetype-includes=${LOCALBASE}/include/freetype2 \ --with-blas \ --with-lapack \ --with-cairo \ --with-nls \ --with-readline \ --enable-largefile \ --with-wxwidgets=${WX_CONFIG} \ --with-proj-share=${LOCALBASE}/share/proj \ --with-geos=${LOCALBASE}/bin/geos-config \ --with-gdal=${LOCALBASE}/bin/gdal-config \ --with-pthread=yes \ --with-openmp ALL_TARGET= default USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib MAKE_JOBS_UNSAFE=yes MAKE_ENV+= TARGET="${CONFIGURE_TARGET}" PLIST_SUB= GRASS_INST_DIR="${GRASS_INST_DIR}" \ VERSION="${PORTVERSION}" \ VER="${PORTVERSION:R:C/\.//}" BROKEN_sparc64= Does not configure on sparc64 OPTIONS_DEFINE= ATLAS LAS MOTIF NETCDF PDAL OPTIONS_MULTI= DB OPTIONS_MULTI_DB= MYSQL ODBC PGSQL SQLITE OPTIONS_DEFAULT= LAS PDAL PGSQL SQLITE OPTIONS_SUB= yes ATLAS_DESC= Use ATLAS for BLAS and LAPACK LAS_DESC= Enable LiDAR modules PDAL_DESC= Enable points cloud data modules ATLAS_USES= blaslapack:atlas ATLAS_USES_OFF= blaslapack DB_DESC= Database support LAS_CONFIGURE_ON= --with-liblas=yes LAS_LIB_DEPENDS= liblas.so:devel/liblas \ libboost_program_options.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libgeotiff.so:graphics/libgeotiff MOTIF_USES= motif MOTIF_USE= GL=glw MOTIF_CONFIGURE_ON= --with-motif --with-glw MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ON= --with-mysql \ --with-mysql-includes=${LOCALBASE}/include/mysql \ --with-mysql-libs=${LOCALBASE}/lib/mysql NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE}/bin/nc-config NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_ON= --with-odbc PDAL_CONFIGURE_ON= --with-pdal=${LOCALBASE}/bin/pdal-config PDAL_LIB_DEPENDS= libpdal_base.so:math/pdal PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgres SQLITE_USES= sqlite SQLITE_CONFIGURE_ON= --with-sqlite SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 .include .if !defined (GRASS_INST_DIR) GRASS_INST_DIR= ${PORTNAME}-${PORTVERSION} .endif MANDIRS= ${PREFIX}/grass-${PORTVERSION}/docs/man/man1 post-patch: @${REINPLACE_CMD} -e \ 's|-lblas|${BLASLIB}|g ; \ s|-llapack|${LAPACKLIB}|g ; \ s|g2c|f2c|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|make -C|$$(MAKE) -C| ; \ /^BINDIR/s|=.*|= $${DESTDIR}$${UNIX_BIN}| ; \ /test /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \ /tar /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \ /chmod /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \ /tar /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \ /rm /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \ /$$(MAKE) /s| $$(INST_DIR)| $${DESTDIR}$${INST_DIR}|g ; \ /^$$(INST_DIR)\//s|$$(INST_DIR)|$${DESTDIR}$${INST_DIR}|g ; \ s|> $$(INST_DIR)|> $${DESTDIR}$${INST_DIR}|' ${WRKSRC}/include/Make/Install.make @${REINPLACE_CMD} \ 's|= python|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in @${REINPLACE_CMD} \ "s|'make'|'gmake'|g" ${WRKSRC}/scripts/g.extension/g.extension.py @${REINPLACE_CMD} \ 's|$$(ARCH)|$$(TARGET)|g' ${WRKSRC}/include/Make/Grass.make # Replace hardcoded python interpreter to PYTHON_CMD @${REINPLACE_CMD} -e 's|env python|env ${PYTHON_CMD}|g' \ ${WRKSRC}/lib/gis/parser_script.c \ ${WRKSRC}/general/g.parser/g.parser.html \ ${WRKSRC}/lib/python/docs/src/script_intro.rst \ ${WRKSRC}/lib/init/grass7.html \ ${WRKSRC}/raster/r.solute.transport/r.solute.transport.html @${REINPLACE_CMD} "s|'GRASS_PYTHON', 'python'|'GRASS_PYTHON', \'${PYTHON_CMD}\'|g" \ ${WRKSRC}/scripts/wxpyimgview/wxpyimgview.py @${REINPLACE_CMD} 's|GRASS_PYTHON=python|GRASS_PYTHON=${PYTHON_CMD}|g' \ ${WRKSRC}/lib/init/grass.sh @${REINPLACE_CMD} \ "s|environ\['GRASS_PYTHON'\] = "'"python"'"|environ['GRASS_PYTHON'] = "'"${PYTHON_CMD}"'"|g" \ ${WRKSRC}/lib/python/script/setup.py @${FIND} ${WRKSRC} -type f -name "*.py" | ${XARGS} ${REINPLACE_CMD} \ 's|env python|env ${PYTHON_CMD}|g' post-install: @${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/demolocation/PERMANENT/.tmp/ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/db/* .for i in clean_temp current_time_s_ms echo i.find lock run r.watershed/seg r.watershed/ram @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/${i} .endfor @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/lister/* @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/lib/libgrass_*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/tools/g.echo .include Index: head/databases/hamsterdb/Makefile =================================================================== --- head/databases/hamsterdb/Makefile (revision 450556) +++ head/databases/hamsterdb/Makefile (revision 450557) @@ -1,39 +1,39 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= hamsterdb PORTVERSION= 2.1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ MAINTAINER= wen@FreeBSD.org COMMENT= Lightweight Embedded Database Engine LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-boost=${LOCALBASE} INSTALL_TARGET= install-strip CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USES= alias gmake libtool USE_LDCONFIG= yes HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/unittests/Makefile.in ${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/tools/ham_bench/Makefile.in post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${HAM_DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/databases/mariadb100-server/Makefile =================================================================== --- head/databases/mariadb100-server/Makefile (revision 450556) +++ head/databases/mariadb100-server/Makefile (revision 450557) @@ -1,177 +1,177 @@ # $FreeBSD$ PORTNAME?= mariadb PORTVERSION= 10.0.32 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ http://gd.tuwien.ac.at/db/${SITESDIR}/ \ http://mirrors.fe.up.pt/pub/${SITESDIR}/ \ http://mirror.de.gsnw.de:56431/${SITESDIR}/ \ http://mirror.layerjet.com/${SITESDIR}/ \ http://mirror.switch.ch/mirror/${SITESDIR}/ PKGNAMESUFFIX?= 100-server MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) LICENSE= GPLv2 #LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_NAME_PerconaFT= PerconaFT patents license LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= Fails to link: missing sbrk SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb100-client USES= bison:build cmake:noninja compiler:c++11-lib cpe \ ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql ${PREFIX}/lib/mysql/plugin SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source OPTIONS_DEFINE= FASTMTX NO_OPTIONS_SORT= yes FASTMTX_DESC= Replace mutexes with spinlocks CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mariadb" \ -DINSTALL_DOCREADMEDIR="share/doc/mariadb" \ -DINSTALL_INCLUDEDIR="include/mysql" \ -DINSTALL_INFODIR="info" \ -DINSTALL_LIBDIR="lib/mysql" \ -DINSTALL_MANDIR="man" \ -DINSTALL_MYSQLDATADIR="/var/db/mysql" \ -DINSTALL_MYSQLSHAREDIR="share/mysql" \ -DINSTALL_MYSQLTESTDIR= \ -DINSTALL_PLUGINDIR="lib/mysql/plugin" \ -DINSTALL_SBINDIR="libexec" \ -DINSTALL_SCRIPTDIR="bin" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_UNIT_TESTS=0 \ -DWITH_LIBEDIT=0 \ -DWITH_SSL=${OPENSSLBASE} \ -DWITH_LIBWRAP=1 \ -DCOMPILATION_COMMENT="FreeBSD Ports" DATADIR= ${PREFIX}/share/mysql .ifdef USE_MYSQL .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. This leads to a circular dependency. Please undefine and try again. .endif CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mariadb10[1-9]-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysql[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysqlwsrep* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ .if !defined(CLIENT_ONLY) # MySQL-Server options OPTIONS_DEFINE+= MAXKEY OPTIONS_DEFAULT+= MAXKEY OPTIONS_GROUP= ENGINES OPTIONS_GROUP_ENGINES= INNOBASE MROONGA OQGRAPH SPHINX SPIDER TOKUDB ENGINES_DESC= Optional MariaDB storage engines INNOBASE_DESC= Build InnoDB engine next to XtraDB MAXKEY_DESC= Change max key length from 1000 to 4000 MROONGA_DESC= Mroonga Full Text Search engine OQGRAPH_DESC= Open Query Graph Computation engine (Requires GCC) SPHINX_DESC= SphinxSE engine SPIDER_DESC= Partitioning and XA-transactions engine TOKUDB_DESC= Fractal tree index tree data structure engine OPTIONS_SUB= yes .endif FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 .if defined(CLIENT_ONLY) # MySQL-Client part USES+= readline .else # MySQL-Server part BROKEN_powerpc64= Does not build: fatal error: sys/platform/ppc.h: No such file or directory USES+= mysql:100m USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 .for ENGINE in ${OPTIONS_GROUP_ENGINES} ${ENGINE}_CMAKE_OFF= -DWITHOUT_${ENGINE}=1 .endfor MAXKEY_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my__compare.h MROONGA_CMAKE_OFF= -DWITHOUT_MROONGA=1 MROONGA_LIB_DEPENDS= liblz4.so:archivers/liblz4 OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy # Currently OQGraph does not build using clang. # See See https://mariadb.atlassian.net/browse/MDEV-8051. OQGRAPH_USE= gcc OQGRAPH_BROKEN= OQGraph does not build TOKUDB_LIB_DEPENDS= libsnappy.so:archivers/snappy TOKUDB_PORTDOCS= PATENTS README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi post-install: # Remove programs to avoid conflict with mariadb100-client # These are "client" components, so there should be a switch that # prevents them from being installed but it's unknown right now . for f in bin/msql2mysql bin/mysql_config bin/mysql_find_rows \ bin/mysqlaccess COPYING.AGPLv3 COPYING.GPLv2 share/aclocal/mysql.m4 ${RM} ${STAGEDIR}${PREFIX}/${f} . endfor ${RM} -r ${STAGEDIR}${DATADIR}/SELinux .endif .include .if ${OPSYS} == FreeBSD CMAKE_ARGS+= -DWITH_JEMALLOC="system" .else CMAKE_ARGS+= -DWITH_JEMALLOC="no" .endif .if ${PORT_OPTIONS:MTOKUDB} NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= TokuDB not supported on 32-bit platforms, see \ https://github.com/percona/PerconaFT/blob/master/README.md .endif .if ${ARCH} == 'i386' # Server segfaults on i386 when built with clang >= 3.4 USE_GCC= yes .endif post-extract-OQGRAPH-off: @${RM} -r ${WRKSRC}/storage/oqgraph post-patch: @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/my_default.c @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scripts/mysql_config.sh .if ${OPSYS} == DragonFly ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake ${MV} ${WRKSRC}/storage/tokudb ${WRKSRC}/skip-tokudb .endif post-configure-MROONGA-on: ${REINPLACE_CMD} 's|-llz4|-L${LOCALBASE}/lib -llz4|' \ ${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt .include Index: head/databases/mariadb101-server/Makefile =================================================================== --- head/databases/mariadb101-server/Makefile (revision 450556) +++ head/databases/mariadb101-server/Makefile (revision 450557) @@ -1,193 +1,193 @@ # $FreeBSD$ PORTNAME?= mariadb PORTVERSION= 10.1.26 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ http://gd.tuwien.ac.at/db/${SITESDIR}/ \ http://mirrors.fe.up.pt/pub/${SITESDIR}/ \ http://mirror.de.gsnw.de:56431/${SITESDIR}/ \ http://mirror.layerjet.com/${SITESDIR}/ \ http://mirror.switch.ch/mirror/${SITESDIR}/ PKGNAMESUFFIX?= 101-server MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) LICENSE= GPLv2 LICENSE_NAME_PerconaFT= PerconaFT patents license LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= Fails to link: missing sbrk SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb101-client USES= bison:build cmake compiler:c++11-lib cpe libedit ncurses \ shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source DOCSDIR= ${PREFIX}/share/doc/mysql OPTIONS_DEFINE= FASTMTX OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= GSSAPI_BASE FASTMTX_DESC= Replace mutexes with spinlocks .if !defined(CLIENT_ONLY) # MySQL-Server options OPTIONS_DEFINE+= CONNECT_EXTRA MAXKEY OPTIONS_DEFAULT+= MAXKEY SPHINX SPIDER OPTIONS_GROUP= COMPRESSION ENGINES GROONGA OPTIONS_GROUP_COMPRESSION= LZ4 LZO SNAPPY OPTIONS_GROUP_ENGINES= INNOBASE MROONGA OQGRAPH SPHINX SPIDER TOKUDB OPTIONS_GROUP_GROONGA= ZMQ MSGPACK OPTIONS_EXCLUDE_i386= TOKUDB CONNECT_EXTRA_DESC= Enable ODBC and XML in CONNECT engine COMPRESSION_DESC= Optional page compression ENGINES_DESC= Optional MariaDB storage engines GROONGA_DESC= Optional Mroonga features INNOBASE_DESC= Build InnoDB engine next to XtraDB MAXKEY_DESC= Change max key length from 1000 to 4000 MROONGA_DESC= Mroonga Full Text Search engine MSGPACK_DESC= MsgPack support OQGRAPH_DESC= Open Query Graph Computation engine SPHINX_DESC= SphinxSE engine SPIDER_DESC= Partitioning and XA-transactions engine TOKUDB_DESC= Fractal tree index tree data structure engine ZMQ_DESC= ZeroMQ support .endif GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ -DINSTALL_INCLUDEDIR="include/mysql" \ -DINSTALL_INFODIR="info" \ -DINSTALL_LIBDIR="lib/mysql" \ -DINSTALL_MANDIR="man" \ -DINSTALL_MYSQLDATADIR="/var/db/mysql" \ -DINSTALL_MYSQLSHAREDIR="share/mysql" \ -DINSTALL_MYSQLTESTDIR= \ -DINSTALL_PLUGINDIR="lib/mysql/plugin" \ -DINSTALL_SBINDIR="libexec" \ -DINSTALL_SCRIPTDIR="bin" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_UNIT_TESTS=0 \ -DWITH_LIBWRAP=1 \ -DWITH_SSL=${OPENSSLBASE} \ -DKRB5_CONFIG=${KRB5CONFIG} \ -DCOMPILATION_COMMENT="FreeBSD Ports" DATADIR= ${PREFIX}/share/mysql .ifdef USE_MYSQL .error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. This leads to a circular dependency. Please undefine and try again. .endif CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mariadb10[02-9]-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysql[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysqlwsrep* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 OPTIONS_SUB= yes .if defined(CLIENT_ONLY) # MySQL-Client part USES+= readline GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO .else # MySQL-Server part BROKEN_powerpc64= Does not build: fatal error: sys/platform/ppc.h: No such file or directory USES+= mysql:101m USE_GNOME= libxml2 USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 .for ENGINE in ${OPTIONS_GROUP_ENGINES} ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO \ -DWITHOUT_${ENGINE}=1 .endfor CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_USE= gnome=libxml2 GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF LZ4_CMAKE_ON= -DGRN_WITH_LZ4=${LOCALBASE}/lib -DWITH_INNODB_LZ4=${LOCALBASE}/lib LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZO_CMAKE_OFF= -DWITH_INNODB_LZO=OFF LZO_CMAKE_ON= -DWITH_INNODB_LZO=${LOCALBASE}/lib LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MAXKEY_EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my__compare.h MROONGA_LIB_DEPENDS= liblz4.so:archivers/liblz4 MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=${LOCALBASE}/lib SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy TOKUDB_IMPLIES= SNAPPY TOKUDB_PORTDOCS= README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ https://mariadb.atlassian.net/browse/MDEV-9627 post-install: # Remove programs to avoid conflict with mariadb101-client # These are "client" components, so there should be a switch that # prevents them from being installed but it's unknown right now ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ ${STAGEDIR}${PREFIX}/bin/mysql_config \ ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ ${STAGEDIR}${PREFIX}/bin/mysqlaccess \ ${STAGEDIR}${PREFIX}/lib/mysql/plugin/client_ed25519.so ${RM} -r ${STAGEDIR}${PREFIX}/share/mysql/policy \ ${STAGEDIR}${PREFIX}/share/pkgconfig \ ${STAGEDIR}${PREFIX}/mysql/mysql-test \ ${STAGEDIR}${PREFIX}/mysql/sql-bench .endif # defined(CLIENT_ONLY) .include .if ${SSL_DEFAULT} != base && ${PORT_OPTIONS:MGSSAPI_BASE} IGNORE= BASE_GSSAPI is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system .endif .if ${OPSYS} == FreeBSD CMAKE_ARGS+= -DWITH_JEMALLOC="system" .endif post-patch: @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/my_default.c @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scripts/mysql_config.sh .if ${OPSYS} == DragonFly ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake .endif .include Index: head/databases/mariadb102-server/Makefile =================================================================== --- head/databases/mariadb102-server/Makefile (revision 450556) +++ head/databases/mariadb102-server/Makefile (revision 450557) @@ -1,208 +1,208 @@ # $FreeBSD$ PORTNAME?= mariadb PORTVERSION= 10.2.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ http://gd.tuwien.ac.at/db/${SITESDIR}/ \ http://mirrors.fe.up.pt/pub/${SITESDIR}/ \ http://mirror.de.gsnw.de:56431/${SITESDIR}/ \ http://mirror.layerjet.com/${SITESDIR}/ \ http://mirror.switch.ch/mirror/${SITESDIR}/ \ http://ftp.osuosl.org/pub/${SITESDIR}/ PKGNAMESUFFIX?= 102-server MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) LICENSE= GPLv2 LICENSE_NAME_PerconaFT= PerconaFT patents license LICENSE_FILE_PerconaFT= ${WRKSRC}/storage/tokudb/PerconaFT/PATENTS LICENSE_PERMS_PerconaFT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= fails to link: stacktrace.c: undefined reference to 'sbrk' SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb102-client USES= bison:build cmake compiler:c++11-lib cpe iconv:translit libedit ncurses shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh SITESDIR= mariadb/mariadb-${PORTVERSION}/source DOCSDIR= ${PREFIX}/share/doc/mysql OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= GSSAPI_BASE .if !defined(CLIENT_ONLY) # MySQL-Server options OPTIONS_DEFAULT+= CONNECT_EXTRA INNOBASE SPHINX SPIDER OPTIONS_GROUP= COMPRESSION ENGINES GROONGA OPTIONS_DEFINE= CONNECT_EXTRA OPTIONS_GROUP_COMPRESSION= LZ4 LZO SNAPPY ZSTD OPTIONS_GROUP_ENGINES= INNOBASE MROONGA OQGRAPH ROCKSDB SPHINX SPIDER TOKUDB XTRADB OPTIONS_GROUP_GROONGA= ZMQ MSGPACK OPTIONS_EXCLUDE_i386= TOKUDB CONNECT_EXTRA_DESC= Enable ODBC and XML in CONNECT engine COMPRESSION_DESC= Optional page compression ENGINES_DESC= Optional MariaDB storage engines GROONGA_DESC= Optional Mroonga features INNOBASE_DESC= InnoDB default engine MROONGA_DESC= Mroonga Full Text Search engine MSGPACK_DESC= MsgPack support OQGRAPH_DESC= Open Query Graph Computation engine ROCKSDB_DESC= RocksDB LSM engine (Alpha) SPHINX_DESC= SphinxSE engine SPIDER_DESC= Partitioning and XA-transactions engine TOKUDB_DESC= Fractal tree index tree data structure engine XTRADB_DESC= Build XtraDB engine next to InnoDB ZMQ_DESC= ZeroMQ support ZSTD_DESC+= Zstandard compression support (RocksDB only) .endif GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ -DINSTALL_INCLUDEDIR="include/mysql" \ -DINSTALL_INFODIR="info" \ -DINSTALL_LIBDIR="lib/mysql" \ -DINSTALL_MANDIR="man" \ -DINSTALL_MYSQLDATADIR="/var/db/mysql" \ -DINSTALL_MYSQLSHAREDIR="share/mysql" \ -DINSTALL_MYSQLTESTDIR= \ -DINSTALL_PLUGINDIR="lib/mysql/plugin" \ -DINSTALL_SBINDIR="libexec" \ -DINSTALL_SCRIPTDIR="bin" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SQLBENCHDIR= \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DDEFAULT_SYSCONFDIR="${PREFIX}/etc" \ -DWITH_JEMALLOC="system" \ -DWITH_LIBWRAP=1 \ -DWITH_SSL="${OPENSSLBASE}" \ -DWITH_UNIT_TESTS=0 \ -DWITHOUT_DOCS=1 \ -DCURSES_CURSES_LIBRARY="/usr/lib/libcurses.so" \ -DCURSES_FORM_LIBRARY="/usr/lib/libform.so" \ -DCURSES_CURSES_LIBRARY="/usr/lib/libncurses.so" \ -DICONV_LIBRARIES="${ICONV_LIB_PATH}" \ -DKRB5_CONFIG="${KRB5CONFIG}" \ -DCURSES_NCURSES_LIBRARY="${NCURSESLIB}/libncurses.so" \ -DOPENSSL_ROOT_DIR="${OPENSSLBASE}" \ -DOPENSSL_CRYPTO_LIBRARY="${OPENSSLBASE}/lib/libcrypto.so" \ -DOPENSSL_SSL_LIBRARY="${OPENSSLBASE}/lib/libssl.so" \ -DREMOTEIO_PLUGIN_TYPE="NO" \ -DCOMPILATION_COMMENT="FreeBSD Ports" \ -DCMAKE_PREFIX_PATH=${PREFIX} DATADIR= ${PREFIX}/share/mysql .ifdef USE_MYSQL .error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. This leads to a circular dependency. Please undefine and try again. .endif CONFLICTS_INSTALL= mariadb5*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mariadb10[013-9]-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysql[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* \ mysqlwsrep* \ percona[0-9]*-${PKGNAMESUFFIX:C/^[0-9]*-//}-* FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 OPTIONS_SUB= yes .if defined(CLIENT_ONLY) # MySQL-Client part USES+= readline GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI_CLIENT=NO .else # MySQL-Server part USES+= mysql:102m USE_LDCONFIG+= ${PREFIX}/lib/mysql/plugin USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ -DPLUGIN_AUTH_GSSAPI_CLIENT=NO \ -DCMAKE_SKIP_BUILD_RPATH:BOOL=YES \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \ -DWITHOUT_CLIENT=1 .for ENGINE in ${OPTIONS_GROUP_ENGINES:NINNOBASE} ${ENGINE}_CMAKE_OFF= -DPLUGIN_${ENGINE}=NO \ -DWITHOUT_${ENGINE}=1 ${ENGINE}_CMAKE_ON= -DPLUGIN_${ENGINE}=DYNAMIC .endfor INNOBASE_CMAKE_OFF= -DPLUGIN_INNOBASE=NO -DWITHOUT_INNOBASE=1 CONNECT_EXTRA_LIB_DEPENDS= libodbc.so:databases/unixODBC CONNECT_EXTRA_USE= gnome=libxml2 GSSAPI_NONE_CMAKE_ON= -DPLUGIN_AUTH_GSSAPI=NO -DPLUGIN_AUTH_GSSAPI_CLIENT=NO LZ4_CMAKE_OFF= -DGRN_WITH_LZ4=OFF -DWITH_INNODB_LZ4=OFF -DWITH_ROCKSDB_LZ4=OFF LZ4_CMAKE_ON= -DGRN_WITH_LZ4=ON -DWITH_INNODB_LZ4=ON -DWITH_ROCKSDB_LZ4=ON LZ4_LIB_DEPENDS= liblz4.so:archivers/liblz4 LZO_CMAKE_OFF= -DWITH_INNODB_LZO=OFF LZO_CMAKE_ON= -DWITH_INNODB_LZO=ON LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 MROONGA_IMPLIES= LZ4 MSGPACK_LIB_DEPENDS= libmsgpackc.so:devel/msgpack OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libJudy.so:devel/judy SNAPPY_CMAKE_OFF= -DWITH_INNODB_SNAPPY=OFF -DWITH_ROCKSDB_snappy=OFF SNAPPY_CMAKE_ON= -DWITH_INNODB_SNAPPY=ON -DWITH_ROCKSDB_snappy=ON SNAPPY_LIB_DEPENDS= libsnappy.so:archivers/snappy TOKUDB_IMPLIES= SNAPPY TOKUDB_PORTDOCS= README.md TOKUDB_VARS= LICENSE+=PerconaFT LICENSE_COMB=multi ZMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 ZSTD_CMAKE_ON= -DWITH_ROCKSDB_ZSTD=ON ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= currently does not compile on i386, see \ https://jira.mariadb.org/browse/MDEV-9627 post-install: # Remove programs to avoid conflict with mariadb102-client # These are "client" components, so there should be a switch that # prevents them from being installed but it's unknown right now ${RM} ${STAGEDIR}${PREFIX}/bin/msql2mysql \ ${STAGEDIR}${PREFIX}/bin/mysql_config \ ${STAGEDIR}${PREFIX}/bin/mysql_find_rows \ ${STAGEDIR}${PREFIX}/bin/mysqlaccess ${RM} -r ${STAGEDIR}/${PREFIX}/share/mysql/policy \ ${STAGEDIR}/${PREFIX}/share/pkgconfig ${RM} ${STAGEDIR}${LOCALBASE}/lib/mysql/libmysqlclient* .endif # defined(CLIENT_ONLY) .if defined(WITH_OPENSSL_PORT) GSSAPI_BASE_IGNORE= BASE_GSSAPI is not compatible with OpenSSL from ports. Use other GSSAPI options or OpenSSL from base system .endif .include .if ${OPSYS} == DragonFly CMAKE_ARGS+= -DWITHOUT_TOKUDB .endif post-patch: ${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt ${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/my_default.c ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scripts/mysql_config.sh .if ${OPSYS} == DragonFly ${CP} ${WRKSRC}/cmake/os/FreeBSD.cmake \ ${WRKSRC}/cmake/os/DragonFly.cmake .endif #post-configure-MROONGA-on: # ${REINPLACE_CMD} 's|-llz4|-L${LOCALBASE}/lib -llz4|' \ # ${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt .include Index: head/databases/mariadb55-server/Makefile =================================================================== --- head/databases/mariadb55-server/Makefile (revision 450556) +++ head/databases/mariadb55-server/Makefile (revision 450557) @@ -1,125 +1,125 @@ # $FreeBSD$ PORTNAME?= mariadb PORTVERSION= 5.5.57 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirror.aarnet.edu.au/pub/MariaDB/${PORTNAME}-${PORTVERSION}/source/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://gd.tuwien.ac.at/db/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.fe.up.pt/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirror.de.gsnw.de:56431/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirror.layerjet.com/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirror.switch.ch/mirror/mariadb/${PORTNAME}-${PORTVERSION}/source/ PKGNAMESUFFIX?= 55-server MAINTAINER= brnrd@FreeBSD.org COMMENT?= Multithreaded SQL database (server) LICENSE= GPLv2 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message SLAVEDIRS= databases/mariadb55-client USES= cmake:noninja shebangfix ssl USE_LDCONFIG= ${PREFIX}/lib/mysql SHEBANG_FILES= scripts/*.sh sql-bench/[a-km-z]* CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ -DINSTALL_INCLUDEDIR="include/mysql" \ -DINSTALL_INFODIR="info" \ -DINSTALL_LIBDIR="lib/mysql" \ -DINSTALL_MANDIR="man" \ -DINSTALL_MYSQLDATADIR="/var/db/mysql" \ -DINSTALL_MYSQLSHAREDIR="share/mysql" \ -DINSTALL_MYSQLTESTDIR= \ -DINSTALL_PLUGINDIR="lib/mysql/plugin" \ -DINSTALL_SBINDIR="libexec" \ -DINSTALL_SCRIPTDIR="bin" \ -DINSTALL_SHAREDIR="share" \ -DINSTALL_SQLBENCHDIR="share/mysql" \ -DINSTALL_SUPPORTFILESDIR="share/mysql" \ -DWITH_UNIT_TESTS=0 \ -DWITH_LIBWRAP=1 \ -DWITH_SSL=yes \ -DCOMPILATION_COMMENT="FreeBSD Ports" DATADIR= ${PREFIX}/share/mysql BROKEN_aarch64= Fails to link: missing sbrk BROKEN_armv6= Does not compile on armv6 BROKEN_sparc64= Does not compile: Unsupported platform .if defined(USE_MYSQL) .error You have 'USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif OPTIONS_DEFINE+= FASTMTX OPTIONS_SUB= yes NO_OPTIONS_SORT= yes FASTMTX_DESC= Replace mutexes with spinlocks FASTMTX_CMAKE_ON= -DWITH_FAST_MUTEXES=1 .if !defined(CLIENT_ONLY) # MySQL-Server part USES+= mysql:55m USE_LDCONFIG|= ${PREFIX}/lib/mysql/plugin CONFLICTS_INSTALL= mariadb5[0-46-9]-server-* \ mariadb1*-server-* \ mysql[0-9]*-server-* \ mysqlwsrep* \ percona[0-9]*-server-* USE_RC_SUBR= mysql-server USERS= mysql GROUPS= mysql CMAKE_ARGS+= -DREADLINE_INCLUDE_DIR=/usr/include \ -DWITH_EMBEDDED_SERVER="ON" \ -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 # MySQL-Server options OPTIONS_DEFINE+= MAXKEY OQGRAPH OPTIONS_DEFAULT+= MAXKEY MAXKEY_DESC= Change max key length from 1000 to 4000 OQGRAPH_DESC= Open Query Graph Computation engine OQGRAPH_USE= GCC=yes OQGRAPH_LIB_DEPENDS= libboost_system.so:devel/boost-libs OQGRAPH_BROKEN= OQGraph does not build MAXKEY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-include_my__compare.h .endif .include .if ${OPSYS} == FreeBSD CMAKE_ARGS+= -DWITH_JEMALLOC="system" .else CMAKE_ARGS+= -DWITH_JEMALLOC="no" .endif # Server segfaults on i386 when built with clang >= 3.4 .if ${ARCH} == 'i386' USE_GCC= yes .endif post-extract-OQGRAPH-off: @${RM} -r ${WRKSRC}/storage/oqgraph post-patch: @${REINPLACE_CMD} 's/*.1/${MAN1}/' ${WRKSRC}/man/CMakeLists.txt @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/mysys/default.c @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/scripts/mysql_config.sh .include Index: head/databases/mongodb/Makefile =================================================================== --- head/databases/mongodb/Makefile (revision 450556) +++ head/databases/mongodb/Makefile (revision 450557) @@ -1,81 +1,82 @@ # Created by: Mirko Zinn # $FreeBSD$ PORTNAME= mongodb PORTVERSION= 2.6.12 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME:S|db$||}/commit/ PATCHFILES= 0ee4735ab8fb.patch:-p1 MAINTAINER= ale@FreeBSD.org COMMENT= NOSQL distributed document-oriented database # mongodb is AGPLv3, C++ driver is APACHE20 LICENSE= AGPLv3 APACHE20 LICENSE_COMB= multi LIB_DEPENDS= libpcre.so:devel/pcre \ libsnappy.so:archivers/snappy \ libv8.so:lang/v8 \ # boost 1.52/1.55 from ports make mongod segfaulting with many tests # LIB_DEPENDS+= libboost_system.so:devel/boost-libs # MAKE_ARGS+= --use-system-boost # use bundled yaml # MAKE_ARGS+= --use-system-yaml # LIB_DEPENDS+= libyaml-cpp.so:devel/yaml-cpp ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= "not yet ported to anything other than i386 and amd64" OPTIONS_DEFINE= SSL SASL TEST OPTIONS_DEFAULT=SSL TEST_DESC= Add support for running regression test USES= cpe scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} --cc=${CC} --cxx=${CXX} \ --use-system-pcre --use-system-snappy --use-system-v8 USERS= mongodb GROUPS= mongodb USE_RC_SUBR= mongod PORTSCOUT= limitw:1,even .include .if ${PORT_OPTIONS:MSSL} USES+= ssl MAKE_ARGS+= --ssl .endif .if ${PORT_OPTIONS:MSASL} MAKE_ARGS+= --use-sasl-client LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 .endif .if ${PORT_OPTIONS:MTEST} USES+= python:build BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.5:databases/pymongo TEST_TARGET= smokeAll smokeCppUnittests . if ${PORT_OPTIONS:MSSL} TEST_TARGET+= smokeSsl . endif .else ALL_TARGET= core tools .endif post-patch: @${REINPLACE_CMD} 's/\["-O3"\]/"${CXXFLAGS}"/' \ ${WRKSRC}/SConstruct .if ${PORT_OPTIONS:MTEST} test: build-depends build @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} ${TEST_TARGET} .endif .include Index: head/databases/mongodb34/Makefile =================================================================== --- head/databases/mongodb34/Makefile (revision 450556) +++ head/databases/mongodb34/Makefile (revision 450557) @@ -1,78 +1,78 @@ # $FreeBSD$ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ http://download.mongodb.org/src/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${DISTVERSION} MAINTAINER= eric@camachat.org COMMENT= Distributed document-oriented "NoSQL" database # mongodb is AGPLv3, C++ driver is APACHE20 LICENSE= AGPLv3 APACHE20 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "Only supported on amd64 (i386 deprecated in v3)" LIB_DEPENDS= libpcre.so:devel/pcre \ libsnappy.so:archivers/snappy \ libboost_system.so:devel/boost-libs TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:databases/pymongo CONFLICTS_BUILD= mongo-cxx-driver CHOSEN_COMPILER_TYPE= clang USES= compiler:c++14-lang cpe python:build scons USE_RC_SUBR= mongod MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --use-system-pcre --use-system-snappy \ --use-system-boost --use-system-zlib \ --cxx-std=14 --libc++ \ --runtime-hardening=on \ --disable-warnings-as-errors \ VERBOSE=on WITH_DEBUG= yes USERS= mongodb GROUPS= mongodb OPTIONS_DEFINE= SASL SSL OPTIONS_DEFAULT= SASL SSL SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_MAKE_ARGS= --use-sasl-client SSL_USES= ssl SSL_MAKE_ARGS= --ssl ALL_TARGET= core TEST_TARGET= unittests PORTSCOUT= limitw:1,even CPE_PRODUCT= mongodb post-install: .for f in mongo mongod mongoperf mongos ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} .endfor ${CP} ${WRKSRC}/rpm/mongod.conf ${STAGEDIR}${PREFIX}/etc/mongodb.conf.sample do-test: @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} ${TEST_TARGET} &&\ ${PYTHON_CMD} ${BUILD_WRKSRC}/buildscripts/resmoke.py\ --suites=unittests --jobs=${MAKE_JOBS_NUMBER} .include Index: head/databases/mongodb34-rocks/Makefile =================================================================== --- head/databases/mongodb34-rocks/Makefile (revision 450556) +++ head/databases/mongodb34-rocks/Makefile (revision 450557) @@ -1,87 +1,87 @@ # $FreeBSD$ PORTNAME= mongodb PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= r CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ http://download.mongodb.org/src/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-rocks DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= numisemis@yahoo.com COMMENT= Distributed document-oriented database with a RocksDB Storage Engine # mongodb is AGPLv3, C++ driver is APACHE20 LICENSE= AGPLv3 APACHE20 LICENSE_COMB= multi ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "Only supported on amd64 (i386 deprecated in v3)" LIB_DEPENDS= libpcre.so:devel/pcre \ libsnappy.so:archivers/snappy \ libboost_system.so:devel/boost-libs \ librocksdb.so:databases/rocksdb \ liblz4.so:archivers/liblz4 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0:databases/pymongo USES= compiler:c++14-lang cpe python:build scons USE_RC_SUBR= mongod \ mongos USE_GITHUB= nodefault GH_TUPLE= mongodb-partners:mongo-rocks:r${PORTVERSION}:module/src/mongo/db/modules/rocks CHOSEN_COMPILER_TYPE= clang CXXSTD= c++14 CONFLICTS_BUILD= mongo-cxx-driver CONFLICTS_INSTALL= mongodb \ mongodb32 \ mongodb34 WITH_DEBUG=yes MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --use-system-pcre --use-system-snappy \ --use-system-boost --use-system-zlib \ --libc++ --runtime-hardening=on \ --disable-warnings-as-errors \ VERBOSE=on USERS= mongodb GROUPS= mongodb PORTSCOUT= limitw:1,even CPE_PRODUCT= mongodb OPTIONS_DEFINE= SASL SSL OPTIONS_DEFAULT= SASL SSL SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_MAKE_ARGS= --use-sasl-client SSL_MAKE_ARGS= --ssl SSL_USES= ssl ALL_TARGET= core TEST_TARGET= unittests post-install: .for f in mongo mongod mongoperf mongos ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} .endfor ${CP} ${WRKSRC}/rpm/mongod.conf ${STAGEDIR}${PREFIX}/etc/mongod.conf.sample do-test: @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} ${TEST_TARGET} &&\ ${PYTHON_CMD} ${BUILD_WRKSRC}/buildscripts/resmoke.py\ --suites=unittests --jobs=${MAKE_JOBS_NUMBER} .include Index: head/databases/mysql-connector-c++/Makefile =================================================================== --- head/databases/mysql-connector-c++/Makefile (revision 450556) +++ head/databases/mysql-connector-c++/Makefile (revision 450557) @@ -1,70 +1,71 @@ # Created by: gahr # $FreeBSD$ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ MAINTAINER= bofh@FreeBSD.org COMMENT= MySQL database connector for C++ LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_regex.so:devel/boost-libs BROKEN_powerpc64= fails to configure: the compiler doesn't support C++11 USES= cmake:outsource mysql ssl USE_LDCONFIG= yes CMAKE_ARGS= -DDOC_DESTINATION="${DOCSDIR}" PLIST_SUB= PORTVERSION=${PORTVERSION} PORTDOCS= * OPTIONS_DEFINE= DOCS .include .if ${OPSYS} == FreeBSD && ${OSVERSION} > 1100000 CMAKE_ARGS+=-DCMAKE_ENABLE_C++11=ON .endif post-install: @${RM} ${STAGEDIR}${DOCSDIR}/INSTALL \ ${STAGEDIR}${DOCSDIR}/COPYING .if defined(MAINTAINER_MODE) CMAKE_ARGS+= -DMYSQLCPPCONN_TEST_NOT_IMPLEMENTED:BOOL=1 \ -DMYSQLCPPCONN_BUILD_EXAMPLES:BOOL=1 regression-test: build # These tests assume that a database is running on localhost, # with user:root and pass:root (cd ${WRKDIR}/.build ; \ test/CJUnitTestsPort/CJUnitTestsPort --verbose ; \ test/driver_test --verbose ; \ test/static_test --verbose ; \ examples/connect --verbose ; \ examples/connection_meta_schemaobj --verbose ; \ examples/debug --verbose ; \ examples/dynamic_load --verbose ; \ examples/exceptions --verbose ; \ examples/prepared_statement --verbose ; \ examples/resultset --verbose ; \ examples/resultset_binary --verbose ; \ examples/resultset_meta --verbose ; \ examples/resultset_types --verbose ; \ examples/statement --verbose ; \ test/unit/classes/art_resultset --verbose ; \ test/unit/classes/connection --verbose ; \ test/unit/classes/databasemetadata --verbose ; \ test/unit/classes/parametermetadata --verbose ; \ test/unit/classes/preparedstatement --verbose ; \ test/unit/classes/resultset --verbose ; \ test/unit/classes/resultsetmetadata --verbose ; \ test/unit/classes/savepoint --verbose ; \ test/unit/classes/statement ) .endif .include Index: head/databases/pgrouting/Makefile =================================================================== --- head/databases/pgrouting/Makefile (revision 450556) +++ head/databases/pgrouting/Makefile (revision 450557) @@ -1,24 +1,25 @@ # Created by: lbartoletti # $FreeBSD$ PORTNAME= pgrouting PORTVERSION= 2.5.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Extension to PostGIS to provide geospatial routing functionality LICENSE= GPLv2 LIB_DEPENDS= libboost_system.so:devel/boost-libs\ libCGAL.so:math/cgal \ libgmp.so:math/gmp RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.2/postgis.sql:databases/postgis22 USES= compiler:c++11-lib cmake:outsource localbase pgsql:9.1+ pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= pgRouting .include Index: head/databases/php5-pdo_cassandra/Makefile =================================================================== --- head/databases/php5-pdo_cassandra/Makefile (revision 450556) +++ head/databases/php5-pdo_cassandra/Makefile (revision 450557) @@ -1,49 +1,49 @@ # Created by: Gasol Wu # $FreeBSD$ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= databases PKGNAMEPREFIX= php5- MAINTAINER= gasol.wu@gmail.com COMMENT= PDO driver for Apache Cassandra LICENSE= APACHE20 BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= mkoppanen GH_PROJECT= php-${PORTNAME} GH_TAGNAME= 7debd5b USES= compiler:c++11-lib php:ext pkgconfig USE_CXXSTD= c++11 USE_PHP= pdo:build IGNORE_WITH_PHP= 70 71 .include .include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" THRIFT_MAJOR_VER= ${THRIFT_PORTVERSION:R:R} THRIFT_MINOR_VER= ${THRIFT_PORTVERSION:R:E} THRIFT_PATCH_VER= ${THRIFT_PORTVERSION:E} .if ${THRIFT_MAJOR_VER} >= 0 || ${THRIFT_MINOR_VER} >= 9 || ${THRIFT_PATCH_VER} >= 1 LIB_DEPENDS+= libthrift.so:devel/thrift-cpp BUILD_DEPENDS+= ${LOCALBASE}/bin/thrift:devel/thrift .else LIB_DEPENDS+= libthrift.so:devel/thrift .endif post-configure: ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.cpp ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/Cassandra.h ${REINPLACE_CMD} 's/\([^:]\)apache::thrift/\1 ::apache::thrift/g' ${WRKSRC}/gen-cpp/cassandra_types.cpp .include Index: head/databases/sfcgal/Makefile =================================================================== --- head/databases/sfcgal/Makefile (revision 450556) +++ head/databases/sfcgal/Makefile (revision 450557) @@ -1,28 +1,29 @@ # Created by: Loïc BARTOLETTI # $FreeBSD$ PORTNAME= sfcgal PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases math graphics MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Wrapper library around CGAL for PostGIS LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libCGAL.so:math/cgal \ libboost_system.so:devel/boost-libs \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr USE_GITHUB= yes GH_ACCOUNT= Oslandia GH_PROJECT= SFCGAL USES= cmake compiler libtool compiler_ARGS= c++0x USE_LDCONFIG= yes .include Index: head/databases/soci/Makefile =================================================================== --- head/databases/soci/Makefile (revision 450556) +++ head/databases/soci/Makefile (revision 450557) @@ -1,62 +1,62 @@ # Created by: Julien Laffaye # $FreeBSD$ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= The C++ Database Access Library LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt USES= cmake zip CMAKE_ARGS+= -DWITH_ORACLE:BOOL=OFF USE_LDCONFIG= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message OPTIONS_DEFINE= MYSQL PGSQL SQLITE ODBC BOOST FIREBIRD BOOST_DESC= Enable support for additional types using Boost OPTIONS_DEFAULT=MYSQL PGSQL SQLITE ODBC BOOST FIREBIRD OPTIONS_SUB= yes # firebird is currently only available on x86. OPTIONS_EXCLUDE_aarch64= FIREBIRD OPTIONS_EXCLUDE_armv6= FIREBIRD OPTIONS_EXCLUDE_mips= FIREBIRD OPTIONS_EXCLUDE_mips64= FIREBIRD OPTIONS_EXCLUDE_powerpc= FIREBIRD OPTIONS_EXCLUDE_powerpc64= FIREBIRD OPTIONS_EXCLUDE_sparc64= FIREBIRD MYSQL_USE= MYSQL=yes MYSQL_CMAKE_ON= -DWITH_MYSQL:BOOL=ON MYSQL_CMAKE_OFF= -DWITH_MYSQL:BOOL=OFF PGSQL_USES= pgsql PGSQL_CMAKE_ON= -DWITH_POSTGRESQL:BOOL=ON PGSQL_CMAKE_OFF= -DWITH_POSTGRESQL:BOOL=OFF SQLITE_USES= sqlite SQLITE_CMAKE_ON= -DWITH_SQLITE3:BOOL=ON SQLITE_CMAKE_OFF= -DWITH_SQLITE3:BOOL=OFF ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CMAKE_ON= -DODBC_LIBRARY:FILE_PATH=${LOCALBASE}/lib/libodbc.so \ -DWITH_ODBC:BOOL=ON ODBC_CMAKE_OFF= -DWITH_ODBC:BOOL=OFF BOOST_LIB_DEPENDS= libboost_date_time.so:devel/boost-libs BOOST_CMAKE_ON= -DWITH_BOOST:BOOL=ON BOOST_CMAKE_OFF= -DWITH_BOOST:BOOL=OFF FIREBIRD_USES= firebird FIREBIRD_CMAKE_ARGS_ON= -DWITH_FIREBIRD:BOOL=ON FIREBIRD_CMAKE_ARGS_OFF= -DWITH_FIREBIRD:BOOL=OFF .include Index: head/databases/speedtables/Makefile =================================================================== --- head/databases/speedtables/Makefile (revision 450556) +++ head/databases/speedtables/Makefile (revision 450557) @@ -1,42 +1,43 @@ # Created by: gahr # $FreeBSD$ PORTNAME= speedtables PORTVERSION= 1.13.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org COMMENT= High-performance memory-resident database LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtclx8.4.so:lang/tclX \ libboost_graph.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/tcllib/ncgi/ncgi.tcl:devel/tcllib USES= autoreconf tcl:tea CONFIGURE_ARGS= --with-boost=${LOCALBASE} MAKE_ENV= TCLSH=${TCLSH} TEST_TARGET= test USE_GITHUB= yes GH_ACCOUNT= flightaware PORTDOCS= * OPTIONS_DEFINE= DOCS PGSQL CASSANDRA CASSANDRA_DESC= Cassandra database support PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_LIB_DEPENDS= libpgtcl2.0.0.so:databases/postgresql94-pgtcl CASSANDRA_CONFIGURE_ON= --with-casstcl=${LOCALBASE} CASSANDRA_LIB_DEPENDS= libcasstcl.so:databases/casstcl post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/ctables/docs/manual && \ ${COPYTREE_SHARE} \*.html ${STAGEDIR}${DOCSDIR} && \ ${COPYTREE_SHARE} \*.css ${STAGEDIR}${DOCSDIR} .include Index: head/databases/vsqlite/Makefile =================================================================== --- head/databases/vsqlite/Makefile (revision 450556) +++ head/databases/vsqlite/Makefile (revision 450557) @@ -1,27 +1,27 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= vsqlite PORTVERSION= 0.3.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org COMMENT= Well designed and portable SQLite3 Wrapper for C++ LICENSE= BSD3CLAUSE LIB_DEPENDS= libboost_random.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= vinzenz GH_PROJECT= vsqlite-- USES= autoreconf compiler:c++0x libtool sqlite:3 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/deskutils/easystroke/Makefile =================================================================== --- head/deskutils/easystroke/Makefile (revision 450556) +++ head/deskutils/easystroke/Makefile (revision 450557) @@ -1,51 +1,51 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Easystroke is a gesture-recognition application for X11 LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= help2man:misc/help2man \ ${LOCALBASE}/include/xorg/xserver-properties.h:x11-servers/xorg-server LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libboost_serialization.so:devel/boost-libs USE_GNOME= gtkmm30 USE_XORG= x11 xext xfixes xi xtst USES= compiler:c++11-lang gettext gmake pkgconfig USE_CXXSTD= c++11 INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_BUILD_DEPENDS= intltool-merge:textproc/intltool NLS_ALL_TARGET= easystroke.desktop all man # This builds easystroke without translations NLS_ALL_TARGET_OFF= man # Create a .desktop file without translations. # It's usually created by intltool-merge during the build. pre-build-NLS-off: @${CP} ${WRKSRC}/${PORTNAME}.desktop.in ${WRKSRC}/${PORTNAME}.desktop do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-NLS-on: (cd ${WRKSRC}/po/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/locale/ "-name *.mo") .include Index: head/deskutils/gnote/Makefile =================================================================== --- head/deskutils/gnote/Makefile (revision 450556) +++ head/deskutils/gnote/Makefile (revision 450557) @@ -1,48 +1,48 @@ # Created by: Gustau Perez i Querol # $FreeBSD$ PORTNAME= gnote PORTVERSION= 3.18.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C++ version of Tomboy, note taking application LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libpcre.so:devel/pcre \ libgtkspell3-3.so:textproc/gtkspell3 \ libboost_filesystem.so:devel/boost-libs \ libsecret-1.so:security/libsecret \ libuuid.so:misc/e2fsprogs-libuuid PORTSCOUT= limitw:1,even USE_GNOME= gtk30 gtkmm30 intltool libxml2 libxslt USES= desktop-file-utils compiler:c++11-lib gettext gmake \ gnome libtool pathfix pkgconfig tar:xz INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-dbus-service-dir=${PREFIX}/share/dbus-1/services INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.gnote.gschema.xml DOCS= AUTHORS ChangeLog NEWS README TODO PLIST_SUB+= VERSION=${PORTVERSION} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/deskutils/kdepim4/Makefile =================================================================== --- head/deskutils/kdepim4/Makefile (revision 450556) +++ head/deskutils/kdepim4/Makefile (revision 450557) @@ -1,57 +1,57 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kdepim PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE PIM applications LIB_DEPENDS= libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libsasl2.so:security/cyrus-sasl2 \ libboost_thread.so:devel/boost-libs \ libkgapi2.so:devel/libkgapi RUN_DEPENDS= ${KDE_PREFIX}/bin/accountwizard:deskutils/kdepim4-runtime \ ${LOCALBASE}/bin/gmd5sum:sysutils/coreutils CONFLICTS_INSTALL= kdepim44-4.* USE_GNOME= libxml2 libxslt:build USE_KDE= kdelibs pimlibs kactivities \ akonadi automoc4 soprano nepomuk-widgets baloo USES= cmake:outsource grantlee:4 iconv kde:4 shebangfix tar:xz SHEBANG_FILES= agents/mailfilteragent/kconf_update/migrate-kmail-filters.pl \ kalarm/*.pl kmail/kconf_update/*.pl \ libkpgp/kconf_update/kpgp-3.1-upgrade-address-data.pl USE_OPENLDAP= yes USE_QT4= corelib dbus declarative designer_build gui network opengl \ qt3support script sql webkit xml \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 xscrnsaver CMAKE_ARGS+= -DKDEPIM_BUILD_MOBILE:BOOL=FALSE # Avoids Clang error: # https://git.reviewboard.kde.org/r/108617 CXXFLAGS+= -Wno-error=return-type USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null post-patch: # Remove BOM ${REINPLACE_CMD} -e '1 s|^.*/|/|g' \ ${WRKSRC}/knotes/configdialog/knotecollectionconfigwidget.cpp # net-im/kopete-kde4 needs Kleopatra's headers for its Cryptography plugin. post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/kde4/kleo ${INSTALL_DATA} ${WRKSRC}/libkleo/kleo/*.h \ ${STAGEDIR}${PREFIX}/include/kde4/kleo ${MKDIR} ${STAGEDIR}${PREFIX}/include/kde4/kleo/ui ${INSTALL_DATA} ${WRKSRC}/libkleo/ui/*.h \ ${STAGEDIR}${PREFIX}/include/kde4/kleo/ui .include Index: head/deskutils/kdepim4-runtime/Makefile =================================================================== --- head/deskutils/kdepim4-runtime/Makefile (revision 450556) +++ head/deskutils/kdepim4-runtime/Makefile (revision 450557) @@ -1,41 +1,41 @@ # Created by: miwi # $FreeBSD$ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE PIM tools and services LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libkgapi2.so:devel/libkgapi \ libkolab.so:devel/libkolab \ libkolabxml.so:textproc/libkolabxml \ libkfbapi.so:net/libkfbapi \ libqjson.so:devel/qjson CONFLICTS_INSTALL= kdepim-runtime44-4.* USES= cmake:outsource kde:4 shared-mime-info tar:xz USE_GNOME= libxml2 libxslt:build USE_KDE= kdelibs pimlibs \ akonadi automoc4 USE_QT4= corelib dbus declarative designer_build gui network qtestlib \ script xml xmlpatterns \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null CMAKE_ARGS= -DKDEPIM_MOBILE_UI:BOOL=OFF post-patch: # Prevent updating MIME during build. ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ ${PATCH_WRKSRC}/CMakeLists.txt \ ${PATCH_WRKSRC}/accountwizard/CMakeLists.txt \ ${PATCH_WRKSRC}/resources/facebook/serializer/CMakeLists.txt .include Index: head/deskutils/kdepimlibs4/Makefile =================================================================== --- head/deskutils/kdepimlibs4/Makefile (revision 450556) +++ head/deskutils/kdepimlibs4/Makefile (revision 450557) @@ -1,41 +1,41 @@ # Created by: arved # $FreeBSD$ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= KDE PIM Libraries BUILD_DEPENDS= xsltproc:textproc/libxslt LIB_DEPENDS= libgpgme.so:security/gpgme \ libsasl2.so:security/cyrus-sasl2 \ libboost_thread.so:devel/boost-libs \ libical.so:devel/libical \ libuuid.so:misc/e2fsprogs-libuuid \ libprison.so:graphics/prison \ libqjson.so:devel/qjson USES= cmake:outsource kde:4 shared-mime-info shebangfix tar:xz USE_KDE= kdelibs akonadi \ automoc4 ontologies soprano SHEBANG_FILES= mailtransport/kconf_update/migrate-transports.pl USE_OPENLDAP= yes USE_QT4= corelib dbus declarative designer_build gui network sql xml \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${PATCH_WRKSRC}/cmake/modules/*.cmake ${REINPLACE_CMD} -e 's|%%KDE_PREFIX%%|${KDE_PREFIX}|g' \ ${PATCH_WRKSRC}/cmake/modules/FindQGpgme.cmake # Prevent updating MIME during build. ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ ${PATCH_WRKSRC}/CMakeLists.txt .include Index: head/deskutils/launchy/Makefile =================================================================== --- head/deskutils/launchy/Makefile (revision 450556) +++ head/deskutils/launchy/Makefile (revision 450557) @@ -1,41 +1,41 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open source keystroke launcher LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:devel/xdg-utils USES= dos2unix qmake DOS2UNIX_FILES= readme.lyx readme.txt USE_QT4= moc_build rcc_build uic_build gui network LDFLAGS+= -lX11 PORTDOCS= * MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} 's,/usr,${PREFIX},' \ ${WRKSRC}/platforms/unix/unix.pro \ ${WRKSRC}/plugins/calcy/calcy.pro \ ${WRKSRC}/plugins/gcalc/gcalc.pro \ ${WRKSRC}/plugins/runner/runner.pro \ ${WRKSRC}/plugins/verby/verby.pro \ ${WRKSRC}/plugins/weby/weby.pro \ ${WRKSRC}/src/src.pro post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/?eadme.* ${STAGEDIR}${DOCSDIR} .include Index: head/deskutils/pinot/Makefile =================================================================== --- head/deskutils/pinot/Makefile (revision 450556) +++ head/deskutils/pinot/Makefile (revision 450557) @@ -1,102 +1,102 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org COMMENT= Personal search and metasearch for the Free Desktop LICENSE= GPLv2 BUILD_DEPENDS= desktop-file-install:devel/desktop-file-utils \ update-mime-database:misc/shared-mime-info LIB_DEPENDS= libxapian.so:databases/xapian-core \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libexttextcat-2.0.so:textproc/libexttextcat \ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus \ libxml++-2.6.so:textproc/libxml++26 \ libboost_thread.so:devel/boost-libs \ libexif.so:graphics/libexif \ libexiv2.so:graphics/exiv2 \ libgmime-2.4.so:mail/gmime24 \ libtag.so:audio/taglib \ libcurl.so:ftp/curl RUN_DEPENDS= update-mime-database:misc/shared-mime-info \ antiword:textproc/antiword \ xdg-open:devel/xdg-utils \ catppt:textproc/catdoc \ unrtf:textproc/unrtf \ catdvi:print/catdvi \ bash:shells/bash \ ${LOCALBASE}/libexec/xpdf/pdftotext:graphics/xpdf USE_GITHUB= yes GH_ACCOUNT= FabriceColin GH_TAGNAME= c14d6d5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive \ --enable-mempool=no CONFIGURE_ENV= MKDIR_P="${MKDIR}" TEXTCAT_LIBS="-lexttextcat-2.0" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lboost_system USES= compiler:c++11-lang autoreconf gettext libarchive \ libtool pkgconfig python shebangfix sqlite:3 ssl USE_CXXSTD= c++11 USE_XORG= pixman USE_GNOME= atkmm cairo cairomm glibmm gtk20 gtkmm24 libsigc++20 libxml2 pangomm USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters SHEBANG_FILES= scripts/bash/*.sh OPTIONS_DEFINE= DEBUG CHMLIB DOCS OPTIONS_SUB= yes DEBUG_CONFIGURE_ON= --enable-debug=yes CHMLIB_CONFIGURE_ON= --enable-chmlib=yes CHMLIB_CONFIGURE_OFF= --disable-chmlib CHMLIB_LIB_DEPENDS= libchm.so:misc/chmlib INSTALLS_ICONS= yes DOCS= AUTHORS ChangeLog ChangeLog-dijon INSTALL NEWS README TODO LM2FIX= textcat_conf.txt textcat3_conf.txt textcat31_conf.txt textcat32_conf.txt SHR2FIX= Core/pinot-search.1 README UL2FIX= Utils/xdgmime/xdgmime.c post-extract: # remove pre-generated messages catalogs ${FIND} ${WRKSRC}/po -name "*.gmo" -delete post-patch: ${REINPLACE_CMD} -e \ '//s|pdftotext|${LOCALBASE}/libexec/xpdf/pdftotext|' \ ${WRKSRC}/Tokenize/filters/external-filters.xml pre-configure: ${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ ${LM2FIX:S|^|${WRKSRC}/|} ${REINPLACE_CMD} -e 's|libtextcat/|libtextcat/LM/|' \ ${WRKSRC}/textcat_conf.txt ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${UL2FIX:S|^|${WRKSRC}/|} ${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${SHR2FIX:S|^|${WRKSRC}/|} ${REINPLACE_CMD} -e 's|Icon=pinot.png|Icon=pinot|g' \ ${WRKSRC}/*.desktop post-install: ${TOUCH} ${STAGEDIR}${DATADIR}/stopwords/.empty_file post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/devel/avro-cpp/Makefile =================================================================== --- head/devel/avro-cpp/Makefile (revision 450556) +++ head/devel/avro-cpp/Makefile (revision 450557) @@ -1,31 +1,31 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= avro PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE/${PORTNAME}/stable PKGNAMESUFFIX= -cpp DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Data serialization system for C++ LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= cmake python:build USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c++ post-patch: @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND "${PYTHON_CMD}"|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|BOOST_CHECKPOINT|BOOST_TEST_CHECKPOINT|' \ ${WRKSRC}/test/SchemaTests.cc @${REINPLACE_CMD} -e 's|BOOST_MESSAGE|BOOST_TEST_MESSAGE|' \ ${WRKSRC}/test/buffertest.cc .include Index: head/devel/boost-all/compiled.mk =================================================================== --- head/devel/boost-all/compiled.mk (revision 450556) +++ head/devel/boost-all/compiled.mk (revision 450557) @@ -1,46 +1,47 @@ USE_LDCONFIG= yes PKGMESSAGE= ${WRKDIR}/pkg-message MAKE_CMD= bjam MAKEFILE= # MAKE_FLAGS= # ALL_TARGET= stage -USES+= compiler:features +USES+= compiler:c++11-lib +USE_CXXSTD= gnu++11 PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} PKG_MESSAGE_FILE_THREADS= ${PORTSDIR}/devel/boost-all/pkg-message.threads PKG_MESSAGE_FILE_PYTHON= ${PORTSDIR}/devel/boost-all/pkg-message.python MAKE_ARGS= --layout=system \ --prefix=${PREFIX} \ -d2 # Our compiler-flags will be added AFTER those set by bjam. We remove # the optimization level, because Boost sets it itself (to -O3 in case # of gcc/g++): MAKE_ARGS+= cxxflags="${CXXFLAGS:N-O*}" cflags="${CFLAGS:N-O*}" MAKE_ARGS+= --toolset=${CHOSEN_COMPILER_TYPE} \ ${_MAKE_JOBS} DEBUG_MAKE_ARGS= debug DEBUG_MAKE_ARGS_OFF= release MAKE_ARGS+= threading=multi \ link=shared,static MAKE_ARGS+= optimization=speed OPTIMIZED_CFLAGS_MAKE_ARGS= inlining=full # ccache build fails when using precompiled headers, on a cached build. # # base gcc 4.2.1 fails when using precompiled headers on 11.0+ kernel. # https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html MAKE_ARGS+= pch=off post-patch: .if defined(USE_BINUTILS) @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} : -B${LOCALBASE}/bin ;" >> ${WRKSRC}/tools/build/src/user-config.jam .else @${ECHO} "using ${CHOSEN_COMPILER_TYPE} : : ${CXX} ;" >> ${WRKSRC}/tools/build/src/user-config.jam .endif Index: head/devel/boost-libs/Makefile =================================================================== --- head/devel/boost-libs/Makefile (revision 450556) +++ head/devel/boost-libs/Makefile (revision 450557) @@ -1,55 +1,58 @@ # Created by: Alexander Churanov # $FreeBSD$ PORTNAME= boost-libs PORTREVISION= 1 COMMENT= Free portable C++ libraries (without Boost.Python) BROKEN_sparc64= https://github.com/boostorg/context/commit/f2ef6326b6ed BUILD_DEPENDS+= bjam:devel/boost-jam +# libs/config/test/boost_no_cxx11_thread_local.ipp fails (see base r303795) +PLIST_SUB+= FIBER="${"${OPSYS}"=="FreeBSD" && ${OSREL:R} < 11:?@comment :}" + OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS OPTIONS_MULTI= LOCALE OPTIONS_MULTI_LOCALE= ICONV ICU OPTIONS_DEFAULT= ICONV ICU ICONV_DESC= Boost.Locale with iconv encoding support ICU_DESC= Boost.Regex/Locale with ICU unicode support ICONV_USES= iconv ICONV_MAKE_ARGS= -sICONV_PATH=${ICONV_PREFIX} ICONV_MAKE_ARGS_OFF= boost.locale.iconv=off ICU_LIB_DEPENDS= libicuuc.so:devel/icu ICU_MAKE_ARGS= -sICU_PATH=${LOCALBASE} ICU_MAKE_ARGS_OFF= boost.locale.icu=off .include "${.CURDIR}/../boost-all/common.mk" .include "${.CURDIR}/../boost-all/compiled.mk" MAKE_ARGS+= --without-python ALL_TARGET= stage do-install: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_ARGS:NDESTDIR=*:S,^--prefix=,&${STAGEDIR},} ${INSTALL_TARGET} # For some reasons BJAM forget about the links @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX} # display pkg-message post-install: @${TOUCH} ${PKGMESSAGE} @${CAT} ${PKG_MESSAGE_FILE_THREADS} >> ${PKGMESSAGE} @${ECHO_CMD} >> ${PKGMESSAGE} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so @${REINPLACE_CMD} \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \ -e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \ -e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE} .include Index: head/devel/boost-libs/pkg-plist =================================================================== --- head/devel/boost-libs/pkg-plist (revision 450556) +++ head/devel/boost-libs/pkg-plist (revision 450557) @@ -1,12576 +1,12579 @@ include/boost/accumulators/accumulators.hpp include/boost/accumulators/accumulators_fwd.hpp include/boost/accumulators/framework/accumulator_base.hpp include/boost/accumulators/framework/accumulator_concept.hpp include/boost/accumulators/framework/accumulator_set.hpp include/boost/accumulators/framework/accumulators/droppable_accumulator.hpp include/boost/accumulators/framework/accumulators/external_accumulator.hpp include/boost/accumulators/framework/accumulators/reference_accumulator.hpp include/boost/accumulators/framework/accumulators/value_accumulator.hpp include/boost/accumulators/framework/depends_on.hpp include/boost/accumulators/framework/external.hpp include/boost/accumulators/framework/extractor.hpp include/boost/accumulators/framework/features.hpp include/boost/accumulators/framework/parameters/accumulator.hpp include/boost/accumulators/framework/parameters/sample.hpp include/boost/accumulators/framework/parameters/weight.hpp include/boost/accumulators/framework/parameters/weights.hpp include/boost/accumulators/numeric/detail/function1.hpp include/boost/accumulators/numeric/detail/function2.hpp include/boost/accumulators/numeric/detail/function3.hpp include/boost/accumulators/numeric/detail/function4.hpp include/boost/accumulators/numeric/detail/function_n.hpp include/boost/accumulators/numeric/detail/pod_singleton.hpp include/boost/accumulators/numeric/functional.hpp include/boost/accumulators/numeric/functional/complex.hpp include/boost/accumulators/numeric/functional/valarray.hpp include/boost/accumulators/numeric/functional/vector.hpp include/boost/accumulators/numeric/functional_fwd.hpp include/boost/accumulators/statistics.hpp include/boost/accumulators/statistics/count.hpp include/boost/accumulators/statistics/covariance.hpp include/boost/accumulators/statistics/density.hpp include/boost/accumulators/statistics/error_of.hpp include/boost/accumulators/statistics/error_of_mean.hpp include/boost/accumulators/statistics/extended_p_square.hpp include/boost/accumulators/statistics/extended_p_square_quantile.hpp include/boost/accumulators/statistics/kurtosis.hpp include/boost/accumulators/statistics/max.hpp include/boost/accumulators/statistics/mean.hpp include/boost/accumulators/statistics/median.hpp include/boost/accumulators/statistics/min.hpp include/boost/accumulators/statistics/moment.hpp include/boost/accumulators/statistics/p_square_cumul_dist.hpp include/boost/accumulators/statistics/p_square_cumulative_distribution.hpp include/boost/accumulators/statistics/p_square_quantile.hpp include/boost/accumulators/statistics/parameters/quantile_probability.hpp include/boost/accumulators/statistics/peaks_over_threshold.hpp include/boost/accumulators/statistics/pot_quantile.hpp include/boost/accumulators/statistics/pot_tail_mean.hpp include/boost/accumulators/statistics/rolling_count.hpp include/boost/accumulators/statistics/rolling_mean.hpp include/boost/accumulators/statistics/rolling_moment.hpp include/boost/accumulators/statistics/rolling_sum.hpp include/boost/accumulators/statistics/rolling_variance.hpp include/boost/accumulators/statistics/rolling_window.hpp include/boost/accumulators/statistics/skewness.hpp include/boost/accumulators/statistics/stats.hpp include/boost/accumulators/statistics/sum.hpp include/boost/accumulators/statistics/sum_kahan.hpp include/boost/accumulators/statistics/tail.hpp include/boost/accumulators/statistics/tail_mean.hpp include/boost/accumulators/statistics/tail_quantile.hpp include/boost/accumulators/statistics/tail_variate.hpp include/boost/accumulators/statistics/tail_variate_means.hpp include/boost/accumulators/statistics/times2_iterator.hpp include/boost/accumulators/statistics/variance.hpp include/boost/accumulators/statistics/variates/covariate.hpp include/boost/accumulators/statistics/weighted_covariance.hpp include/boost/accumulators/statistics/weighted_density.hpp include/boost/accumulators/statistics/weighted_extended_p_square.hpp include/boost/accumulators/statistics/weighted_kurtosis.hpp include/boost/accumulators/statistics/weighted_mean.hpp include/boost/accumulators/statistics/weighted_median.hpp include/boost/accumulators/statistics/weighted_moment.hpp include/boost/accumulators/statistics/weighted_p_square_cumul_dist.hpp include/boost/accumulators/statistics/weighted_p_square_cumulative_distribution.hpp include/boost/accumulators/statistics/weighted_p_square_quantile.hpp include/boost/accumulators/statistics/weighted_peaks_over_threshold.hpp include/boost/accumulators/statistics/weighted_skewness.hpp include/boost/accumulators/statistics/weighted_sum.hpp include/boost/accumulators/statistics/weighted_sum_kahan.hpp include/boost/accumulators/statistics/weighted_tail_mean.hpp include/boost/accumulators/statistics/weighted_tail_quantile.hpp include/boost/accumulators/statistics/weighted_tail_variate_means.hpp include/boost/accumulators/statistics/weighted_variance.hpp include/boost/accumulators/statistics/with_error.hpp include/boost/accumulators/statistics_fwd.hpp include/boost/algorithm/algorithm.hpp include/boost/algorithm/clamp.hpp include/boost/algorithm/cxx11/all_of.hpp include/boost/algorithm/cxx11/any_of.hpp include/boost/algorithm/cxx11/copy_if.hpp include/boost/algorithm/cxx11/copy_n.hpp include/boost/algorithm/cxx11/find_if_not.hpp include/boost/algorithm/cxx11/iota.hpp include/boost/algorithm/cxx11/is_partitioned.hpp include/boost/algorithm/cxx11/is_permutation.hpp include/boost/algorithm/cxx11/is_sorted.hpp include/boost/algorithm/cxx11/none_of.hpp include/boost/algorithm/cxx11/one_of.hpp include/boost/algorithm/cxx11/partition_copy.hpp include/boost/algorithm/cxx11/partition_point.hpp include/boost/algorithm/cxx14/equal.hpp include/boost/algorithm/cxx14/is_permutation.hpp include/boost/algorithm/cxx14/mismatch.hpp include/boost/algorithm/gather.hpp include/boost/algorithm/hex.hpp include/boost/algorithm/is_palindrome.hpp include/boost/algorithm/minmax.hpp include/boost/algorithm/minmax_element.hpp include/boost/algorithm/searching/boyer_moore.hpp include/boost/algorithm/searching/boyer_moore_horspool.hpp include/boost/algorithm/searching/detail/bm_traits.hpp include/boost/algorithm/searching/detail/debugging.hpp include/boost/algorithm/searching/knuth_morris_pratt.hpp include/boost/algorithm/sort_subrange.hpp include/boost/algorithm/string.hpp include/boost/algorithm/string/case_conv.hpp include/boost/algorithm/string/classification.hpp include/boost/algorithm/string/compare.hpp include/boost/algorithm/string/concept.hpp include/boost/algorithm/string/config.hpp include/boost/algorithm/string/constants.hpp include/boost/algorithm/string/detail/case_conv.hpp include/boost/algorithm/string/detail/classification.hpp include/boost/algorithm/string/detail/find_format.hpp include/boost/algorithm/string/detail/find_format_all.hpp include/boost/algorithm/string/detail/find_format_store.hpp include/boost/algorithm/string/detail/find_iterator.hpp include/boost/algorithm/string/detail/finder.hpp include/boost/algorithm/string/detail/finder_regex.hpp include/boost/algorithm/string/detail/formatter.hpp include/boost/algorithm/string/detail/formatter_regex.hpp include/boost/algorithm/string/detail/predicate.hpp include/boost/algorithm/string/detail/replace_storage.hpp include/boost/algorithm/string/detail/sequence.hpp include/boost/algorithm/string/detail/trim.hpp include/boost/algorithm/string/detail/util.hpp include/boost/algorithm/string/erase.hpp include/boost/algorithm/string/find.hpp include/boost/algorithm/string/find_format.hpp include/boost/algorithm/string/find_iterator.hpp include/boost/algorithm/string/finder.hpp include/boost/algorithm/string/formatter.hpp include/boost/algorithm/string/iter_find.hpp include/boost/algorithm/string/join.hpp include/boost/algorithm/string/predicate.hpp include/boost/algorithm/string/predicate_facade.hpp include/boost/algorithm/string/regex.hpp include/boost/algorithm/string/regex_find_format.hpp include/boost/algorithm/string/replace.hpp include/boost/algorithm/string/sequence_traits.hpp include/boost/algorithm/string/split.hpp include/boost/algorithm/string/std/list_traits.hpp include/boost/algorithm/string/std/rope_traits.hpp include/boost/algorithm/string/std/slist_traits.hpp include/boost/algorithm/string/std/string_traits.hpp include/boost/algorithm/string/std_containers_traits.hpp include/boost/algorithm/string/trim.hpp include/boost/algorithm/string/trim_all.hpp include/boost/algorithm/string/yes_no_type.hpp include/boost/algorithm/string_regex.hpp include/boost/align.hpp include/boost/align/align.hpp include/boost/align/align_down.hpp include/boost/align/align_up.hpp include/boost/align/aligned_alloc.hpp include/boost/align/aligned_allocator.hpp include/boost/align/aligned_allocator_adaptor.hpp include/boost/align/aligned_allocator_adaptor_forward.hpp include/boost/align/aligned_allocator_forward.hpp include/boost/align/aligned_delete.hpp include/boost/align/aligned_delete_forward.hpp include/boost/align/alignment_of.hpp include/boost/align/alignment_of_forward.hpp include/boost/align/assume_aligned.hpp include/boost/align/detail/addressof.hpp include/boost/align/detail/align.hpp include/boost/align/detail/align_cxx11.hpp include/boost/align/detail/align_down.hpp include/boost/align/detail/align_up.hpp include/boost/align/detail/aligned_alloc.hpp include/boost/align/detail/aligned_alloc_android.hpp include/boost/align/detail/aligned_alloc_macos.hpp include/boost/align/detail/aligned_alloc_msvc.hpp include/boost/align/detail/aligned_alloc_posix.hpp include/boost/align/detail/aligned_alloc_sunos.hpp include/boost/align/detail/alignment_of.hpp include/boost/align/detail/alignment_of_clang.hpp include/boost/align/detail/alignment_of_codegear.hpp include/boost/align/detail/alignment_of_cxx11.hpp include/boost/align/detail/alignment_of_gcc.hpp include/boost/align/detail/alignment_of_msvc.hpp include/boost/align/detail/assume_aligned.hpp include/boost/align/detail/assume_aligned_clang.hpp include/boost/align/detail/assume_aligned_gcc.hpp include/boost/align/detail/assume_aligned_intel.hpp include/boost/align/detail/assume_aligned_msvc.hpp include/boost/align/detail/element_type.hpp include/boost/align/detail/integral_constant.hpp include/boost/align/detail/is_aligned.hpp include/boost/align/detail/is_alignment.hpp include/boost/align/detail/is_alignment_constant.hpp include/boost/align/detail/max_align.hpp include/boost/align/detail/max_objects.hpp include/boost/align/detail/max_size.hpp include/boost/align/detail/min_size.hpp include/boost/align/is_aligned.hpp include/boost/aligned_storage.hpp include/boost/any.hpp include/boost/archive/archive_exception.hpp include/boost/archive/basic_archive.hpp include/boost/archive/basic_binary_iarchive.hpp include/boost/archive/basic_binary_iprimitive.hpp include/boost/archive/basic_binary_oarchive.hpp include/boost/archive/basic_binary_oprimitive.hpp include/boost/archive/basic_streambuf_locale_saver.hpp include/boost/archive/basic_text_iarchive.hpp include/boost/archive/basic_text_iprimitive.hpp include/boost/archive/basic_text_oarchive.hpp include/boost/archive/basic_text_oprimitive.hpp include/boost/archive/basic_xml_archive.hpp include/boost/archive/basic_xml_iarchive.hpp include/boost/archive/basic_xml_oarchive.hpp include/boost/archive/binary_iarchive.hpp include/boost/archive/binary_iarchive_impl.hpp include/boost/archive/binary_oarchive.hpp include/boost/archive/binary_oarchive_impl.hpp include/boost/archive/binary_wiarchive.hpp include/boost/archive/binary_woarchive.hpp include/boost/archive/codecvt_null.hpp include/boost/archive/detail/abi_prefix.hpp include/boost/archive/detail/abi_suffix.hpp include/boost/archive/detail/archive_serializer_map.hpp include/boost/archive/detail/auto_link_archive.hpp include/boost/archive/detail/auto_link_warchive.hpp include/boost/archive/detail/basic_iarchive.hpp include/boost/archive/detail/basic_iserializer.hpp include/boost/archive/detail/basic_oarchive.hpp include/boost/archive/detail/basic_oserializer.hpp include/boost/archive/detail/basic_pointer_iserializer.hpp include/boost/archive/detail/basic_pointer_oserializer.hpp include/boost/archive/detail/basic_serializer.hpp include/boost/archive/detail/basic_serializer_map.hpp include/boost/archive/detail/check.hpp include/boost/archive/detail/common_iarchive.hpp include/boost/archive/detail/common_oarchive.hpp include/boost/archive/detail/decl.hpp include/boost/archive/detail/helper_collection.hpp include/boost/archive/detail/interface_iarchive.hpp include/boost/archive/detail/interface_oarchive.hpp include/boost/archive/detail/iserializer.hpp include/boost/archive/detail/oserializer.hpp include/boost/archive/detail/polymorphic_iarchive_route.hpp include/boost/archive/detail/polymorphic_oarchive_route.hpp include/boost/archive/detail/register_archive.hpp include/boost/archive/detail/utf8_codecvt_facet.hpp include/boost/archive/dinkumware.hpp include/boost/archive/impl/archive_serializer_map.ipp include/boost/archive/impl/basic_binary_iarchive.ipp include/boost/archive/impl/basic_binary_iprimitive.ipp include/boost/archive/impl/basic_binary_oarchive.ipp include/boost/archive/impl/basic_binary_oprimitive.ipp include/boost/archive/impl/basic_text_iarchive.ipp include/boost/archive/impl/basic_text_iprimitive.ipp include/boost/archive/impl/basic_text_oarchive.ipp include/boost/archive/impl/basic_text_oprimitive.ipp include/boost/archive/impl/basic_xml_grammar.hpp include/boost/archive/impl/basic_xml_iarchive.ipp include/boost/archive/impl/basic_xml_oarchive.ipp include/boost/archive/impl/text_iarchive_impl.ipp include/boost/archive/impl/text_oarchive_impl.ipp include/boost/archive/impl/text_wiarchive_impl.ipp include/boost/archive/impl/text_woarchive_impl.ipp include/boost/archive/impl/xml_iarchive_impl.ipp include/boost/archive/impl/xml_oarchive_impl.ipp include/boost/archive/impl/xml_wiarchive_impl.ipp include/boost/archive/impl/xml_woarchive_impl.ipp include/boost/archive/iterators/base64_exception.hpp include/boost/archive/iterators/base64_from_binary.hpp include/boost/archive/iterators/binary_from_base64.hpp include/boost/archive/iterators/dataflow.hpp include/boost/archive/iterators/dataflow_exception.hpp include/boost/archive/iterators/escape.hpp include/boost/archive/iterators/insert_linebreaks.hpp include/boost/archive/iterators/istream_iterator.hpp include/boost/archive/iterators/mb_from_wchar.hpp include/boost/archive/iterators/ostream_iterator.hpp include/boost/archive/iterators/remove_whitespace.hpp include/boost/archive/iterators/transform_width.hpp include/boost/archive/iterators/unescape.hpp include/boost/archive/iterators/wchar_from_mb.hpp include/boost/archive/iterators/xml_escape.hpp include/boost/archive/iterators/xml_unescape.hpp include/boost/archive/iterators/xml_unescape_exception.hpp include/boost/archive/polymorphic_binary_iarchive.hpp include/boost/archive/polymorphic_binary_oarchive.hpp include/boost/archive/polymorphic_iarchive.hpp include/boost/archive/polymorphic_oarchive.hpp include/boost/archive/polymorphic_text_iarchive.hpp include/boost/archive/polymorphic_text_oarchive.hpp include/boost/archive/polymorphic_text_wiarchive.hpp include/boost/archive/polymorphic_text_woarchive.hpp include/boost/archive/polymorphic_xml_iarchive.hpp include/boost/archive/polymorphic_xml_oarchive.hpp include/boost/archive/polymorphic_xml_wiarchive.hpp include/boost/archive/polymorphic_xml_woarchive.hpp include/boost/archive/text_iarchive.hpp include/boost/archive/text_oarchive.hpp include/boost/archive/text_wiarchive.hpp include/boost/archive/text_woarchive.hpp include/boost/archive/tmpdir.hpp include/boost/archive/wcslen.hpp include/boost/archive/xml_archive_exception.hpp include/boost/archive/xml_iarchive.hpp include/boost/archive/xml_oarchive.hpp include/boost/archive/xml_wiarchive.hpp include/boost/archive/xml_woarchive.hpp include/boost/array.hpp include/boost/asio.hpp include/boost/asio/async_result.hpp include/boost/asio/basic_datagram_socket.hpp include/boost/asio/basic_deadline_timer.hpp include/boost/asio/basic_io_object.hpp include/boost/asio/basic_raw_socket.hpp include/boost/asio/basic_seq_packet_socket.hpp include/boost/asio/basic_serial_port.hpp include/boost/asio/basic_signal_set.hpp include/boost/asio/basic_socket.hpp include/boost/asio/basic_socket_acceptor.hpp include/boost/asio/basic_socket_iostream.hpp include/boost/asio/basic_socket_streambuf.hpp include/boost/asio/basic_stream_socket.hpp include/boost/asio/basic_streambuf.hpp include/boost/asio/basic_streambuf_fwd.hpp include/boost/asio/basic_waitable_timer.hpp include/boost/asio/buffer.hpp include/boost/asio/buffered_read_stream.hpp include/boost/asio/buffered_read_stream_fwd.hpp include/boost/asio/buffered_stream.hpp include/boost/asio/buffered_stream_fwd.hpp include/boost/asio/buffered_write_stream.hpp include/boost/asio/buffered_write_stream_fwd.hpp include/boost/asio/buffers_iterator.hpp include/boost/asio/completion_condition.hpp include/boost/asio/connect.hpp include/boost/asio/coroutine.hpp include/boost/asio/datagram_socket_service.hpp include/boost/asio/deadline_timer.hpp include/boost/asio/deadline_timer_service.hpp include/boost/asio/detail/addressof.hpp include/boost/asio/detail/array.hpp include/boost/asio/detail/array_fwd.hpp include/boost/asio/detail/assert.hpp include/boost/asio/detail/atomic_count.hpp include/boost/asio/detail/base_from_completion_cond.hpp include/boost/asio/detail/bind_handler.hpp include/boost/asio/detail/buffer_resize_guard.hpp include/boost/asio/detail/buffer_sequence_adapter.hpp include/boost/asio/detail/buffered_stream_storage.hpp include/boost/asio/detail/call_stack.hpp include/boost/asio/detail/chrono_time_traits.hpp include/boost/asio/detail/completion_handler.hpp include/boost/asio/detail/config.hpp include/boost/asio/detail/consuming_buffers.hpp include/boost/asio/detail/cstdint.hpp include/boost/asio/detail/date_time_fwd.hpp include/boost/asio/detail/deadline_timer_service.hpp include/boost/asio/detail/dependent_type.hpp include/boost/asio/detail/descriptor_ops.hpp include/boost/asio/detail/descriptor_read_op.hpp include/boost/asio/detail/descriptor_write_op.hpp include/boost/asio/detail/dev_poll_reactor.hpp include/boost/asio/detail/epoll_reactor.hpp include/boost/asio/detail/event.hpp include/boost/asio/detail/eventfd_select_interrupter.hpp include/boost/asio/detail/fd_set_adapter.hpp include/boost/asio/detail/fenced_block.hpp include/boost/asio/detail/function.hpp include/boost/asio/detail/gcc_arm_fenced_block.hpp include/boost/asio/detail/gcc_hppa_fenced_block.hpp include/boost/asio/detail/gcc_sync_fenced_block.hpp include/boost/asio/detail/gcc_x86_fenced_block.hpp include/boost/asio/detail/handler_alloc_helpers.hpp include/boost/asio/detail/handler_cont_helpers.hpp include/boost/asio/detail/handler_invoke_helpers.hpp include/boost/asio/detail/handler_tracking.hpp include/boost/asio/detail/handler_type_requirements.hpp include/boost/asio/detail/hash_map.hpp include/boost/asio/detail/impl/buffer_sequence_adapter.ipp include/boost/asio/detail/impl/descriptor_ops.ipp include/boost/asio/detail/impl/dev_poll_reactor.hpp include/boost/asio/detail/impl/dev_poll_reactor.ipp include/boost/asio/detail/impl/epoll_reactor.hpp include/boost/asio/detail/impl/epoll_reactor.ipp include/boost/asio/detail/impl/eventfd_select_interrupter.ipp include/boost/asio/detail/impl/handler_tracking.ipp include/boost/asio/detail/impl/kqueue_reactor.hpp include/boost/asio/detail/impl/kqueue_reactor.ipp include/boost/asio/detail/impl/pipe_select_interrupter.ipp include/boost/asio/detail/impl/posix_event.ipp include/boost/asio/detail/impl/posix_mutex.ipp include/boost/asio/detail/impl/posix_thread.ipp include/boost/asio/detail/impl/posix_tss_ptr.ipp include/boost/asio/detail/impl/reactive_descriptor_service.ipp include/boost/asio/detail/impl/reactive_serial_port_service.ipp include/boost/asio/detail/impl/reactive_socket_service_base.ipp include/boost/asio/detail/impl/resolver_service_base.ipp include/boost/asio/detail/impl/select_reactor.hpp include/boost/asio/detail/impl/select_reactor.ipp include/boost/asio/detail/impl/service_registry.hpp include/boost/asio/detail/impl/service_registry.ipp include/boost/asio/detail/impl/signal_set_service.ipp include/boost/asio/detail/impl/socket_ops.ipp include/boost/asio/detail/impl/socket_select_interrupter.ipp include/boost/asio/detail/impl/strand_service.hpp include/boost/asio/detail/impl/strand_service.ipp include/boost/asio/detail/impl/task_io_service.hpp include/boost/asio/detail/impl/task_io_service.ipp include/boost/asio/detail/impl/throw_error.ipp include/boost/asio/detail/impl/timer_queue_ptime.ipp include/boost/asio/detail/impl/timer_queue_set.ipp include/boost/asio/detail/impl/win_event.ipp include/boost/asio/detail/impl/win_iocp_handle_service.ipp include/boost/asio/detail/impl/win_iocp_io_service.hpp include/boost/asio/detail/impl/win_iocp_io_service.ipp include/boost/asio/detail/impl/win_iocp_serial_port_service.ipp include/boost/asio/detail/impl/win_iocp_socket_service_base.ipp include/boost/asio/detail/impl/win_mutex.ipp include/boost/asio/detail/impl/win_object_handle_service.ipp include/boost/asio/detail/impl/win_static_mutex.ipp include/boost/asio/detail/impl/win_thread.ipp include/boost/asio/detail/impl/win_tss_ptr.ipp include/boost/asio/detail/impl/winrt_ssocket_service_base.ipp include/boost/asio/detail/impl/winrt_timer_scheduler.hpp include/boost/asio/detail/impl/winrt_timer_scheduler.ipp include/boost/asio/detail/impl/winsock_init.ipp include/boost/asio/detail/io_control.hpp include/boost/asio/detail/keyword_tss_ptr.hpp include/boost/asio/detail/kqueue_reactor.hpp include/boost/asio/detail/limits.hpp include/boost/asio/detail/local_free_on_block_exit.hpp include/boost/asio/detail/macos_fenced_block.hpp include/boost/asio/detail/memory.hpp include/boost/asio/detail/mutex.hpp include/boost/asio/detail/noncopyable.hpp include/boost/asio/detail/null_event.hpp include/boost/asio/detail/null_fenced_block.hpp include/boost/asio/detail/null_mutex.hpp include/boost/asio/detail/null_reactor.hpp include/boost/asio/detail/null_signal_blocker.hpp include/boost/asio/detail/null_socket_service.hpp include/boost/asio/detail/null_static_mutex.hpp include/boost/asio/detail/null_thread.hpp include/boost/asio/detail/null_tss_ptr.hpp include/boost/asio/detail/object_pool.hpp include/boost/asio/detail/old_win_sdk_compat.hpp include/boost/asio/detail/op_queue.hpp include/boost/asio/detail/operation.hpp include/boost/asio/detail/pipe_select_interrupter.hpp include/boost/asio/detail/pop_options.hpp include/boost/asio/detail/posix_event.hpp include/boost/asio/detail/posix_fd_set_adapter.hpp include/boost/asio/detail/posix_mutex.hpp include/boost/asio/detail/posix_signal_blocker.hpp include/boost/asio/detail/posix_static_mutex.hpp include/boost/asio/detail/posix_thread.hpp include/boost/asio/detail/posix_tss_ptr.hpp include/boost/asio/detail/push_options.hpp include/boost/asio/detail/reactive_descriptor_service.hpp include/boost/asio/detail/reactive_null_buffers_op.hpp include/boost/asio/detail/reactive_serial_port_service.hpp include/boost/asio/detail/reactive_socket_accept_op.hpp include/boost/asio/detail/reactive_socket_connect_op.hpp include/boost/asio/detail/reactive_socket_recv_op.hpp include/boost/asio/detail/reactive_socket_recvfrom_op.hpp include/boost/asio/detail/reactive_socket_recvmsg_op.hpp include/boost/asio/detail/reactive_socket_send_op.hpp include/boost/asio/detail/reactive_socket_sendto_op.hpp include/boost/asio/detail/reactive_socket_service.hpp include/boost/asio/detail/reactive_socket_service_base.hpp include/boost/asio/detail/reactor.hpp include/boost/asio/detail/reactor_fwd.hpp include/boost/asio/detail/reactor_op.hpp include/boost/asio/detail/reactor_op_queue.hpp include/boost/asio/detail/regex_fwd.hpp include/boost/asio/detail/resolve_endpoint_op.hpp include/boost/asio/detail/resolve_op.hpp include/boost/asio/detail/resolver_service.hpp include/boost/asio/detail/resolver_service_base.hpp include/boost/asio/detail/scoped_lock.hpp include/boost/asio/detail/scoped_ptr.hpp include/boost/asio/detail/select_interrupter.hpp include/boost/asio/detail/select_reactor.hpp include/boost/asio/detail/service_registry.hpp include/boost/asio/detail/shared_ptr.hpp include/boost/asio/detail/signal_blocker.hpp include/boost/asio/detail/signal_handler.hpp include/boost/asio/detail/signal_init.hpp include/boost/asio/detail/signal_op.hpp include/boost/asio/detail/signal_set_service.hpp include/boost/asio/detail/socket_holder.hpp include/boost/asio/detail/socket_ops.hpp include/boost/asio/detail/socket_option.hpp include/boost/asio/detail/socket_select_interrupter.hpp include/boost/asio/detail/socket_types.hpp include/boost/asio/detail/solaris_fenced_block.hpp include/boost/asio/detail/static_mutex.hpp include/boost/asio/detail/std_event.hpp include/boost/asio/detail/std_fenced_block.hpp include/boost/asio/detail/std_mutex.hpp include/boost/asio/detail/std_static_mutex.hpp include/boost/asio/detail/std_thread.hpp include/boost/asio/detail/strand_service.hpp include/boost/asio/detail/task_io_service.hpp include/boost/asio/detail/task_io_service_operation.hpp include/boost/asio/detail/task_io_service_thread_info.hpp include/boost/asio/detail/thread.hpp include/boost/asio/detail/thread_info_base.hpp include/boost/asio/detail/throw_error.hpp include/boost/asio/detail/throw_exception.hpp include/boost/asio/detail/timer_queue.hpp include/boost/asio/detail/timer_queue_base.hpp include/boost/asio/detail/timer_queue_ptime.hpp include/boost/asio/detail/timer_queue_set.hpp include/boost/asio/detail/timer_scheduler.hpp include/boost/asio/detail/timer_scheduler_fwd.hpp include/boost/asio/detail/tss_ptr.hpp include/boost/asio/detail/type_traits.hpp include/boost/asio/detail/variadic_templates.hpp include/boost/asio/detail/wait_handler.hpp include/boost/asio/detail/wait_op.hpp include/boost/asio/detail/weak_ptr.hpp include/boost/asio/detail/win_event.hpp include/boost/asio/detail/win_fd_set_adapter.hpp include/boost/asio/detail/win_fenced_block.hpp include/boost/asio/detail/win_iocp_handle_read_op.hpp include/boost/asio/detail/win_iocp_handle_service.hpp include/boost/asio/detail/win_iocp_handle_write_op.hpp include/boost/asio/detail/win_iocp_io_service.hpp include/boost/asio/detail/win_iocp_null_buffers_op.hpp include/boost/asio/detail/win_iocp_operation.hpp include/boost/asio/detail/win_iocp_overlapped_op.hpp include/boost/asio/detail/win_iocp_overlapped_ptr.hpp include/boost/asio/detail/win_iocp_serial_port_service.hpp include/boost/asio/detail/win_iocp_socket_accept_op.hpp include/boost/asio/detail/win_iocp_socket_connect_op.hpp include/boost/asio/detail/win_iocp_socket_recv_op.hpp include/boost/asio/detail/win_iocp_socket_recvfrom_op.hpp include/boost/asio/detail/win_iocp_socket_recvmsg_op.hpp include/boost/asio/detail/win_iocp_socket_send_op.hpp include/boost/asio/detail/win_iocp_socket_service.hpp include/boost/asio/detail/win_iocp_socket_service_base.hpp include/boost/asio/detail/win_iocp_thread_info.hpp include/boost/asio/detail/win_mutex.hpp include/boost/asio/detail/win_object_handle_service.hpp include/boost/asio/detail/win_static_mutex.hpp include/boost/asio/detail/win_thread.hpp include/boost/asio/detail/win_tss_ptr.hpp include/boost/asio/detail/winapi_thread.hpp include/boost/asio/detail/winrt_async_manager.hpp include/boost/asio/detail/winrt_async_op.hpp include/boost/asio/detail/winrt_resolve_op.hpp include/boost/asio/detail/winrt_resolver_service.hpp include/boost/asio/detail/winrt_socket_connect_op.hpp include/boost/asio/detail/winrt_socket_recv_op.hpp include/boost/asio/detail/winrt_socket_send_op.hpp include/boost/asio/detail/winrt_ssocket_service.hpp include/boost/asio/detail/winrt_ssocket_service_base.hpp include/boost/asio/detail/winrt_timer_scheduler.hpp include/boost/asio/detail/winrt_utils.hpp include/boost/asio/detail/winsock_init.hpp include/boost/asio/detail/wrapped_handler.hpp include/boost/asio/error.hpp include/boost/asio/generic/basic_endpoint.hpp include/boost/asio/generic/datagram_protocol.hpp include/boost/asio/generic/detail/endpoint.hpp include/boost/asio/generic/detail/impl/endpoint.ipp include/boost/asio/generic/raw_protocol.hpp include/boost/asio/generic/seq_packet_protocol.hpp include/boost/asio/generic/stream_protocol.hpp include/boost/asio/handler_alloc_hook.hpp include/boost/asio/handler_continuation_hook.hpp include/boost/asio/handler_invoke_hook.hpp include/boost/asio/handler_type.hpp include/boost/asio/high_resolution_timer.hpp include/boost/asio/impl/buffered_read_stream.hpp include/boost/asio/impl/buffered_write_stream.hpp include/boost/asio/impl/connect.hpp include/boost/asio/impl/error.ipp include/boost/asio/impl/handler_alloc_hook.ipp include/boost/asio/impl/io_service.hpp include/boost/asio/impl/io_service.ipp include/boost/asio/impl/read.hpp include/boost/asio/impl/read_at.hpp include/boost/asio/impl/read_until.hpp include/boost/asio/impl/serial_port_base.hpp include/boost/asio/impl/serial_port_base.ipp include/boost/asio/impl/spawn.hpp include/boost/asio/impl/src.hpp include/boost/asio/impl/use_future.hpp include/boost/asio/impl/write.hpp include/boost/asio/impl/write_at.hpp include/boost/asio/io_service.hpp include/boost/asio/ip/address.hpp include/boost/asio/ip/address_v4.hpp include/boost/asio/ip/address_v6.hpp include/boost/asio/ip/basic_endpoint.hpp include/boost/asio/ip/basic_resolver.hpp include/boost/asio/ip/basic_resolver_entry.hpp include/boost/asio/ip/basic_resolver_iterator.hpp include/boost/asio/ip/basic_resolver_query.hpp include/boost/asio/ip/detail/endpoint.hpp include/boost/asio/ip/detail/impl/endpoint.ipp include/boost/asio/ip/detail/socket_option.hpp include/boost/asio/ip/host_name.hpp include/boost/asio/ip/icmp.hpp include/boost/asio/ip/impl/address.hpp include/boost/asio/ip/impl/address.ipp include/boost/asio/ip/impl/address_v4.hpp include/boost/asio/ip/impl/address_v4.ipp include/boost/asio/ip/impl/address_v6.hpp include/boost/asio/ip/impl/address_v6.ipp include/boost/asio/ip/impl/basic_endpoint.hpp include/boost/asio/ip/impl/host_name.ipp include/boost/asio/ip/multicast.hpp include/boost/asio/ip/resolver_query_base.hpp include/boost/asio/ip/resolver_service.hpp include/boost/asio/ip/tcp.hpp include/boost/asio/ip/udp.hpp include/boost/asio/ip/unicast.hpp include/boost/asio/ip/v6_only.hpp include/boost/asio/is_read_buffered.hpp include/boost/asio/is_write_buffered.hpp include/boost/asio/local/basic_endpoint.hpp include/boost/asio/local/connect_pair.hpp include/boost/asio/local/datagram_protocol.hpp include/boost/asio/local/detail/endpoint.hpp include/boost/asio/local/detail/impl/endpoint.ipp include/boost/asio/local/stream_protocol.hpp include/boost/asio/placeholders.hpp include/boost/asio/posix/basic_descriptor.hpp include/boost/asio/posix/basic_stream_descriptor.hpp include/boost/asio/posix/descriptor_base.hpp include/boost/asio/posix/stream_descriptor.hpp include/boost/asio/posix/stream_descriptor_service.hpp include/boost/asio/raw_socket_service.hpp include/boost/asio/read.hpp include/boost/asio/read_at.hpp include/boost/asio/read_until.hpp include/boost/asio/seq_packet_socket_service.hpp include/boost/asio/serial_port.hpp include/boost/asio/serial_port_base.hpp include/boost/asio/serial_port_service.hpp include/boost/asio/signal_set.hpp include/boost/asio/signal_set_service.hpp include/boost/asio/socket_acceptor_service.hpp include/boost/asio/socket_base.hpp include/boost/asio/spawn.hpp include/boost/asio/ssl.hpp include/boost/asio/ssl/basic_context.hpp include/boost/asio/ssl/context.hpp include/boost/asio/ssl/context_base.hpp include/boost/asio/ssl/context_service.hpp include/boost/asio/ssl/detail/buffered_handshake_op.hpp include/boost/asio/ssl/detail/engine.hpp include/boost/asio/ssl/detail/handshake_op.hpp include/boost/asio/ssl/detail/impl/engine.ipp include/boost/asio/ssl/detail/impl/openssl_init.ipp include/boost/asio/ssl/detail/io.hpp include/boost/asio/ssl/detail/openssl_init.hpp include/boost/asio/ssl/detail/openssl_types.hpp include/boost/asio/ssl/detail/password_callback.hpp include/boost/asio/ssl/detail/read_op.hpp include/boost/asio/ssl/detail/shutdown_op.hpp include/boost/asio/ssl/detail/stream_core.hpp include/boost/asio/ssl/detail/verify_callback.hpp include/boost/asio/ssl/detail/write_op.hpp include/boost/asio/ssl/error.hpp include/boost/asio/ssl/impl/context.hpp include/boost/asio/ssl/impl/context.ipp include/boost/asio/ssl/impl/error.ipp include/boost/asio/ssl/impl/rfc2818_verification.ipp include/boost/asio/ssl/impl/src.hpp include/boost/asio/ssl/old/basic_context.hpp include/boost/asio/ssl/old/context_service.hpp include/boost/asio/ssl/old/detail/openssl_context_service.hpp include/boost/asio/ssl/old/detail/openssl_operation.hpp include/boost/asio/ssl/old/detail/openssl_stream_service.hpp include/boost/asio/ssl/old/stream.hpp include/boost/asio/ssl/old/stream_service.hpp include/boost/asio/ssl/rfc2818_verification.hpp include/boost/asio/ssl/stream.hpp include/boost/asio/ssl/stream_base.hpp include/boost/asio/ssl/stream_service.hpp include/boost/asio/ssl/verify_context.hpp include/boost/asio/ssl/verify_mode.hpp include/boost/asio/steady_timer.hpp include/boost/asio/strand.hpp include/boost/asio/stream_socket_service.hpp include/boost/asio/streambuf.hpp include/boost/asio/system_timer.hpp include/boost/asio/time_traits.hpp include/boost/asio/unyield.hpp include/boost/asio/use_future.hpp include/boost/asio/version.hpp include/boost/asio/wait_traits.hpp include/boost/asio/waitable_timer_service.hpp include/boost/asio/windows/basic_handle.hpp include/boost/asio/windows/basic_object_handle.hpp include/boost/asio/windows/basic_random_access_handle.hpp include/boost/asio/windows/basic_stream_handle.hpp include/boost/asio/windows/object_handle.hpp include/boost/asio/windows/object_handle_service.hpp include/boost/asio/windows/overlapped_ptr.hpp include/boost/asio/windows/random_access_handle.hpp include/boost/asio/windows/random_access_handle_service.hpp include/boost/asio/windows/stream_handle.hpp include/boost/asio/windows/stream_handle_service.hpp include/boost/asio/write.hpp include/boost/asio/write_at.hpp include/boost/asio/yield.hpp include/boost/assert.hpp include/boost/assign.hpp include/boost/assign/assignment_exception.hpp include/boost/assign/list_inserter.hpp include/boost/assign/list_of.hpp include/boost/assign/ptr_list_inserter.hpp include/boost/assign/ptr_list_of.hpp include/boost/assign/ptr_map_inserter.hpp include/boost/assign/std.hpp include/boost/assign/std/deque.hpp include/boost/assign/std/list.hpp include/boost/assign/std/map.hpp include/boost/assign/std/queue.hpp include/boost/assign/std/set.hpp include/boost/assign/std/slist.hpp include/boost/assign/std/stack.hpp include/boost/assign/std/vector.hpp include/boost/atomic.hpp include/boost/atomic/atomic.hpp include/boost/atomic/atomic_flag.hpp include/boost/atomic/capabilities.hpp include/boost/atomic/detail/atomic_flag.hpp include/boost/atomic/detail/atomic_template.hpp include/boost/atomic/detail/bitwise_cast.hpp include/boost/atomic/detail/caps_gcc_alpha.hpp include/boost/atomic/detail/caps_gcc_arm.hpp include/boost/atomic/detail/caps_gcc_atomic.hpp include/boost/atomic/detail/caps_gcc_ppc.hpp include/boost/atomic/detail/caps_gcc_sparc.hpp include/boost/atomic/detail/caps_gcc_sync.hpp include/boost/atomic/detail/caps_gcc_x86.hpp include/boost/atomic/detail/caps_linux_arm.hpp include/boost/atomic/detail/caps_msvc_arm.hpp include/boost/atomic/detail/caps_msvc_x86.hpp include/boost/atomic/detail/caps_windows.hpp include/boost/atomic/detail/config.hpp include/boost/atomic/detail/int_sizes.hpp include/boost/atomic/detail/interlocked.hpp include/boost/atomic/detail/link.hpp include/boost/atomic/detail/lockpool.hpp include/boost/atomic/detail/operations.hpp include/boost/atomic/detail/operations_fwd.hpp include/boost/atomic/detail/operations_lockfree.hpp include/boost/atomic/detail/ops_cas_based.hpp include/boost/atomic/detail/ops_emulated.hpp include/boost/atomic/detail/ops_extending_cas_based.hpp include/boost/atomic/detail/ops_gcc_alpha.hpp include/boost/atomic/detail/ops_gcc_arm.hpp include/boost/atomic/detail/ops_gcc_atomic.hpp include/boost/atomic/detail/ops_gcc_ppc.hpp include/boost/atomic/detail/ops_gcc_sparc.hpp include/boost/atomic/detail/ops_gcc_sync.hpp include/boost/atomic/detail/ops_gcc_x86.hpp include/boost/atomic/detail/ops_gcc_x86_dcas.hpp include/boost/atomic/detail/ops_linux_arm.hpp include/boost/atomic/detail/ops_msvc_arm.hpp include/boost/atomic/detail/ops_msvc_common.hpp include/boost/atomic/detail/ops_msvc_x86.hpp include/boost/atomic/detail/ops_windows.hpp include/boost/atomic/detail/pause.hpp include/boost/atomic/detail/platform.hpp include/boost/atomic/detail/storage_type.hpp include/boost/atomic/fences.hpp include/boost/bimap.hpp include/boost/bimap/bimap.hpp include/boost/bimap/container_adaptor/associative_container_adaptor.hpp include/boost/bimap/container_adaptor/container_adaptor.hpp include/boost/bimap/container_adaptor/detail/comparison_adaptor.hpp include/boost/bimap/container_adaptor/detail/functor_bag.hpp include/boost/bimap/container_adaptor/detail/identity_converters.hpp include/boost/bimap/container_adaptor/detail/key_extractor.hpp include/boost/bimap/container_adaptor/detail/non_unique_container_helper.hpp include/boost/bimap/container_adaptor/list_adaptor.hpp include/boost/bimap/container_adaptor/list_map_adaptor.hpp include/boost/bimap/container_adaptor/map_adaptor.hpp include/boost/bimap/container_adaptor/multimap_adaptor.hpp include/boost/bimap/container_adaptor/multiset_adaptor.hpp include/boost/bimap/container_adaptor/ordered_associative_container_adaptor.hpp include/boost/bimap/container_adaptor/sequence_container_adaptor.hpp include/boost/bimap/container_adaptor/set_adaptor.hpp include/boost/bimap/container_adaptor/support/iterator_facade_converters.hpp include/boost/bimap/container_adaptor/unordered_associative_container_adaptor.hpp include/boost/bimap/container_adaptor/unordered_map_adaptor.hpp include/boost/bimap/container_adaptor/unordered_multimap_adaptor.hpp include/boost/bimap/container_adaptor/unordered_multiset_adaptor.hpp include/boost/bimap/container_adaptor/unordered_set_adaptor.hpp include/boost/bimap/container_adaptor/vector_adaptor.hpp include/boost/bimap/container_adaptor/vector_map_adaptor.hpp include/boost/bimap/detail/bimap_core.hpp include/boost/bimap/detail/concept_tags.hpp include/boost/bimap/detail/debug/static_error.hpp include/boost/bimap/detail/generate_index_binder.hpp include/boost/bimap/detail/generate_relation_binder.hpp include/boost/bimap/detail/generate_view_binder.hpp include/boost/bimap/detail/is_set_type_of.hpp include/boost/bimap/detail/manage_additional_parameters.hpp include/boost/bimap/detail/manage_bimap_key.hpp include/boost/bimap/detail/map_view_base.hpp include/boost/bimap/detail/map_view_iterator.hpp include/boost/bimap/detail/modifier_adaptor.hpp include/boost/bimap/detail/non_unique_views_helper.hpp include/boost/bimap/detail/set_view_base.hpp include/boost/bimap/detail/set_view_iterator.hpp include/boost/bimap/detail/test/check_metadata.hpp include/boost/bimap/detail/user_interface_config.hpp include/boost/bimap/list_of.hpp include/boost/bimap/multiset_of.hpp include/boost/bimap/property_map/set_support.hpp include/boost/bimap/property_map/unordered_set_support.hpp include/boost/bimap/relation/detail/access_builder.hpp include/boost/bimap/relation/detail/metadata_access_builder.hpp include/boost/bimap/relation/detail/mutant.hpp include/boost/bimap/relation/detail/static_access_builder.hpp include/boost/bimap/relation/detail/to_mutable_relation_functor.hpp include/boost/bimap/relation/member_at.hpp include/boost/bimap/relation/mutant_relation.hpp include/boost/bimap/relation/pair_layout.hpp include/boost/bimap/relation/structured_pair.hpp include/boost/bimap/relation/support/data_extractor.hpp include/boost/bimap/relation/support/get.hpp include/boost/bimap/relation/support/get_pair_functor.hpp include/boost/bimap/relation/support/is_tag_of_member_at.hpp include/boost/bimap/relation/support/member_with_tag.hpp include/boost/bimap/relation/support/opposite_tag.hpp include/boost/bimap/relation/support/pair_by.hpp include/boost/bimap/relation/support/pair_type_by.hpp include/boost/bimap/relation/support/value_type_of.hpp include/boost/bimap/relation/symmetrical_base.hpp include/boost/bimap/set_of.hpp include/boost/bimap/support/data_type_by.hpp include/boost/bimap/support/iterator_type_by.hpp include/boost/bimap/support/key_type_by.hpp include/boost/bimap/support/lambda.hpp include/boost/bimap/support/map_by.hpp include/boost/bimap/support/map_type_by.hpp include/boost/bimap/support/value_type_by.hpp include/boost/bimap/tags/support/apply_to_value_type.hpp include/boost/bimap/tags/support/default_tagged.hpp include/boost/bimap/tags/support/is_tagged.hpp include/boost/bimap/tags/support/overwrite_tagged.hpp include/boost/bimap/tags/support/tag_of.hpp include/boost/bimap/tags/support/value_type_of.hpp include/boost/bimap/tags/tagged.hpp include/boost/bimap/unconstrained_set_of.hpp include/boost/bimap/unordered_multiset_of.hpp include/boost/bimap/unordered_set_of.hpp include/boost/bimap/vector_of.hpp include/boost/bimap/views/list_map_view.hpp include/boost/bimap/views/list_set_view.hpp include/boost/bimap/views/map_view.hpp include/boost/bimap/views/multimap_view.hpp include/boost/bimap/views/multiset_view.hpp include/boost/bimap/views/set_view.hpp include/boost/bimap/views/unconstrained_map_view.hpp include/boost/bimap/views/unconstrained_set_view.hpp include/boost/bimap/views/unordered_map_view.hpp include/boost/bimap/views/unordered_multimap_view.hpp include/boost/bimap/views/unordered_multiset_view.hpp include/boost/bimap/views/unordered_set_view.hpp include/boost/bimap/views/vector_map_view.hpp include/boost/bimap/views/vector_set_view.hpp include/boost/bind.hpp include/boost/bind/apply.hpp include/boost/bind/arg.hpp include/boost/bind/bind.hpp include/boost/bind/bind_cc.hpp include/boost/bind/bind_mf2_cc.hpp include/boost/bind/bind_mf_cc.hpp include/boost/bind/bind_template.hpp include/boost/bind/make_adaptable.hpp include/boost/bind/mem_fn.hpp include/boost/bind/mem_fn_cc.hpp include/boost/bind/mem_fn_template.hpp include/boost/bind/mem_fn_vw.hpp include/boost/bind/placeholders.hpp include/boost/bind/protect.hpp include/boost/bind/storage.hpp include/boost/blank.hpp include/boost/blank_fwd.hpp include/boost/call_traits.hpp include/boost/cast.hpp include/boost/cerrno.hpp include/boost/checked_delete.hpp include/boost/chrono.hpp include/boost/chrono/ceil.hpp include/boost/chrono/chrono.hpp include/boost/chrono/chrono_io.hpp include/boost/chrono/clock_string.hpp include/boost/chrono/config.hpp include/boost/chrono/detail/inlined/chrono.hpp include/boost/chrono/detail/inlined/mac/chrono.hpp include/boost/chrono/detail/inlined/mac/process_cpu_clocks.hpp include/boost/chrono/detail/inlined/mac/thread_clock.hpp include/boost/chrono/detail/inlined/posix/chrono.hpp include/boost/chrono/detail/inlined/posix/process_cpu_clocks.hpp include/boost/chrono/detail/inlined/posix/thread_clock.hpp include/boost/chrono/detail/inlined/process_cpu_clocks.hpp include/boost/chrono/detail/inlined/thread_clock.hpp include/boost/chrono/detail/inlined/win/chrono.hpp include/boost/chrono/detail/inlined/win/process_cpu_clocks.hpp include/boost/chrono/detail/inlined/win/thread_clock.hpp include/boost/chrono/detail/is_evenly_divisible_by.hpp include/boost/chrono/detail/no_warning/signed_unsigned_cmp.hpp include/boost/chrono/detail/scan_keyword.hpp include/boost/chrono/detail/static_assert.hpp include/boost/chrono/detail/system.hpp include/boost/chrono/duration.hpp include/boost/chrono/floor.hpp include/boost/chrono/include.hpp include/boost/chrono/io/duration_get.hpp include/boost/chrono/io/duration_io.hpp include/boost/chrono/io/duration_put.hpp include/boost/chrono/io/duration_style.hpp include/boost/chrono/io/duration_units.hpp include/boost/chrono/io/ios_base_state.hpp include/boost/chrono/io/time_point_get.hpp include/boost/chrono/io/time_point_io.hpp include/boost/chrono/io/time_point_put.hpp include/boost/chrono/io/time_point_units.hpp include/boost/chrono/io/timezone.hpp include/boost/chrono/io/utility/ios_base_state_ptr.hpp include/boost/chrono/io/utility/manip_base.hpp include/boost/chrono/io/utility/to_string.hpp include/boost/chrono/io_v1/chrono_io.hpp include/boost/chrono/process_cpu_clocks.hpp include/boost/chrono/round.hpp include/boost/chrono/system_clocks.hpp include/boost/chrono/thread_clock.hpp include/boost/chrono/time_point.hpp include/boost/chrono/typeof/boost/chrono/chrono.hpp include/boost/chrono/typeof/boost/ratio.hpp include/boost/circular_buffer.hpp include/boost/circular_buffer/base.hpp include/boost/circular_buffer/debug.hpp include/boost/circular_buffer/details.hpp include/boost/circular_buffer/space_optimized.hpp include/boost/circular_buffer_fwd.hpp include/boost/compatibility/cpp_c_headers/cassert include/boost/compatibility/cpp_c_headers/cctype include/boost/compatibility/cpp_c_headers/cerrno include/boost/compatibility/cpp_c_headers/cfloat include/boost/compatibility/cpp_c_headers/climits include/boost/compatibility/cpp_c_headers/clocale include/boost/compatibility/cpp_c_headers/cmath include/boost/compatibility/cpp_c_headers/csetjmp include/boost/compatibility/cpp_c_headers/csignal include/boost/compatibility/cpp_c_headers/cstdarg include/boost/compatibility/cpp_c_headers/cstddef include/boost/compatibility/cpp_c_headers/cstdio include/boost/compatibility/cpp_c_headers/cstdlib include/boost/compatibility/cpp_c_headers/cstring include/boost/compatibility/cpp_c_headers/ctime include/boost/compatibility/cpp_c_headers/cwchar include/boost/compatibility/cpp_c_headers/cwctype include/boost/compressed_pair.hpp include/boost/compute.hpp include/boost/compute/algorithm.hpp include/boost/compute/algorithm/accumulate.hpp include/boost/compute/algorithm/adjacent_difference.hpp include/boost/compute/algorithm/adjacent_find.hpp include/boost/compute/algorithm/all_of.hpp include/boost/compute/algorithm/any_of.hpp include/boost/compute/algorithm/binary_search.hpp include/boost/compute/algorithm/copy.hpp include/boost/compute/algorithm/copy_if.hpp include/boost/compute/algorithm/copy_n.hpp include/boost/compute/algorithm/count.hpp include/boost/compute/algorithm/count_if.hpp include/boost/compute/algorithm/detail/balanced_path.hpp include/boost/compute/algorithm/detail/binary_find.hpp include/boost/compute/algorithm/detail/compact.hpp include/boost/compute/algorithm/detail/copy_on_device.hpp include/boost/compute/algorithm/detail/copy_to_device.hpp include/boost/compute/algorithm/detail/copy_to_host.hpp include/boost/compute/algorithm/detail/count_if_with_ballot.hpp include/boost/compute/algorithm/detail/count_if_with_reduce.hpp include/boost/compute/algorithm/detail/count_if_with_threads.hpp include/boost/compute/algorithm/detail/find_extrema.hpp include/boost/compute/algorithm/detail/find_extrema_on_cpu.hpp include/boost/compute/algorithm/detail/find_extrema_with_atomics.hpp include/boost/compute/algorithm/detail/find_extrema_with_reduce.hpp include/boost/compute/algorithm/detail/find_if_with_atomics.hpp include/boost/compute/algorithm/detail/inplace_reduce.hpp include/boost/compute/algorithm/detail/insertion_sort.hpp include/boost/compute/algorithm/detail/merge_path.hpp include/boost/compute/algorithm/detail/merge_sort_on_cpu.hpp include/boost/compute/algorithm/detail/merge_sort_on_gpu.hpp include/boost/compute/algorithm/detail/merge_with_merge_path.hpp include/boost/compute/algorithm/detail/radix_sort.hpp include/boost/compute/algorithm/detail/random_fill.hpp include/boost/compute/algorithm/detail/reduce_by_key.hpp include/boost/compute/algorithm/detail/reduce_by_key_with_scan.hpp include/boost/compute/algorithm/detail/reduce_on_cpu.hpp include/boost/compute/algorithm/detail/reduce_on_gpu.hpp include/boost/compute/algorithm/detail/scan.hpp include/boost/compute/algorithm/detail/scan_on_cpu.hpp include/boost/compute/algorithm/detail/scan_on_gpu.hpp include/boost/compute/algorithm/detail/search_all.hpp include/boost/compute/algorithm/detail/serial_accumulate.hpp include/boost/compute/algorithm/detail/serial_count_if.hpp include/boost/compute/algorithm/detail/serial_find_extrema.hpp include/boost/compute/algorithm/detail/serial_merge.hpp include/boost/compute/algorithm/detail/serial_reduce.hpp include/boost/compute/algorithm/detail/serial_reduce_by_key.hpp include/boost/compute/algorithm/detail/serial_scan.hpp include/boost/compute/algorithm/equal.hpp include/boost/compute/algorithm/equal_range.hpp include/boost/compute/algorithm/exclusive_scan.hpp include/boost/compute/algorithm/fill.hpp include/boost/compute/algorithm/fill_n.hpp include/boost/compute/algorithm/find.hpp include/boost/compute/algorithm/find_end.hpp include/boost/compute/algorithm/find_if.hpp include/boost/compute/algorithm/find_if_not.hpp include/boost/compute/algorithm/for_each.hpp include/boost/compute/algorithm/for_each_n.hpp include/boost/compute/algorithm/gather.hpp include/boost/compute/algorithm/generate.hpp include/boost/compute/algorithm/generate_n.hpp include/boost/compute/algorithm/includes.hpp include/boost/compute/algorithm/inclusive_scan.hpp include/boost/compute/algorithm/inner_product.hpp include/boost/compute/algorithm/inplace_merge.hpp include/boost/compute/algorithm/iota.hpp include/boost/compute/algorithm/is_partitioned.hpp include/boost/compute/algorithm/is_permutation.hpp include/boost/compute/algorithm/is_sorted.hpp include/boost/compute/algorithm/lexicographical_compare.hpp include/boost/compute/algorithm/lower_bound.hpp include/boost/compute/algorithm/max_element.hpp include/boost/compute/algorithm/merge.hpp include/boost/compute/algorithm/min_element.hpp include/boost/compute/algorithm/minmax_element.hpp include/boost/compute/algorithm/mismatch.hpp include/boost/compute/algorithm/next_permutation.hpp include/boost/compute/algorithm/none_of.hpp include/boost/compute/algorithm/nth_element.hpp include/boost/compute/algorithm/partial_sum.hpp include/boost/compute/algorithm/partition.hpp include/boost/compute/algorithm/partition_copy.hpp include/boost/compute/algorithm/partition_point.hpp include/boost/compute/algorithm/prev_permutation.hpp include/boost/compute/algorithm/random_shuffle.hpp include/boost/compute/algorithm/reduce.hpp include/boost/compute/algorithm/reduce_by_key.hpp include/boost/compute/algorithm/remove.hpp include/boost/compute/algorithm/remove_if.hpp include/boost/compute/algorithm/replace.hpp include/boost/compute/algorithm/replace_copy.hpp include/boost/compute/algorithm/reverse.hpp include/boost/compute/algorithm/reverse_copy.hpp include/boost/compute/algorithm/rotate.hpp include/boost/compute/algorithm/rotate_copy.hpp include/boost/compute/algorithm/scatter.hpp include/boost/compute/algorithm/scatter_if.hpp include/boost/compute/algorithm/search.hpp include/boost/compute/algorithm/search_n.hpp include/boost/compute/algorithm/set_difference.hpp include/boost/compute/algorithm/set_intersection.hpp include/boost/compute/algorithm/set_symmetric_difference.hpp include/boost/compute/algorithm/set_union.hpp include/boost/compute/algorithm/sort.hpp include/boost/compute/algorithm/sort_by_key.hpp include/boost/compute/algorithm/stable_partition.hpp include/boost/compute/algorithm/stable_sort.hpp include/boost/compute/algorithm/stable_sort_by_key.hpp include/boost/compute/algorithm/swap_ranges.hpp include/boost/compute/algorithm/transform.hpp include/boost/compute/algorithm/transform_if.hpp include/boost/compute/algorithm/transform_reduce.hpp include/boost/compute/algorithm/unique.hpp include/boost/compute/algorithm/unique_copy.hpp include/boost/compute/algorithm/upper_bound.hpp include/boost/compute/allocator.hpp include/boost/compute/allocator/buffer_allocator.hpp include/boost/compute/allocator/pinned_allocator.hpp include/boost/compute/async.hpp include/boost/compute/async/future.hpp include/boost/compute/async/wait.hpp include/boost/compute/async/wait_guard.hpp include/boost/compute/buffer.hpp include/boost/compute/cl.hpp include/boost/compute/cl_ext.hpp include/boost/compute/closure.hpp include/boost/compute/command_queue.hpp include/boost/compute/config.hpp include/boost/compute/container.hpp include/boost/compute/container/array.hpp include/boost/compute/container/basic_string.hpp include/boost/compute/container/detail/scalar.hpp include/boost/compute/container/dynamic_bitset.hpp include/boost/compute/container/flat_map.hpp include/boost/compute/container/flat_set.hpp include/boost/compute/container/mapped_view.hpp include/boost/compute/container/stack.hpp include/boost/compute/container/string.hpp include/boost/compute/container/valarray.hpp include/boost/compute/container/vector.hpp include/boost/compute/context.hpp include/boost/compute/core.hpp include/boost/compute/detail/assert_cl_success.hpp include/boost/compute/detail/buffer_value.hpp include/boost/compute/detail/device_ptr.hpp include/boost/compute/detail/diagnostic.hpp include/boost/compute/detail/duration.hpp include/boost/compute/detail/get_object_info.hpp include/boost/compute/detail/getenv.hpp include/boost/compute/detail/global_static.hpp include/boost/compute/detail/is_buffer_iterator.hpp include/boost/compute/detail/is_contiguous_iterator.hpp include/boost/compute/detail/iterator_plus_distance.hpp include/boost/compute/detail/iterator_range_size.hpp include/boost/compute/detail/iterator_traits.hpp include/boost/compute/detail/literal.hpp include/boost/compute/detail/lru_cache.hpp include/boost/compute/detail/meta_kernel.hpp include/boost/compute/detail/mpl_vector_to_tuple.hpp include/boost/compute/detail/nvidia_compute_capability.hpp include/boost/compute/detail/parameter_cache.hpp include/boost/compute/detail/path.hpp include/boost/compute/detail/print_range.hpp include/boost/compute/detail/read_write_single_value.hpp include/boost/compute/detail/sha1.hpp include/boost/compute/detail/variadic_macros.hpp include/boost/compute/detail/vendor.hpp include/boost/compute/detail/work_size.hpp include/boost/compute/device.hpp include/boost/compute/event.hpp include/boost/compute/exception.hpp include/boost/compute/exception/context_error.hpp include/boost/compute/exception/no_device_found.hpp include/boost/compute/exception/opencl_error.hpp include/boost/compute/exception/unsupported_extension_error.hpp include/boost/compute/experimental/clamp_range.hpp include/boost/compute/experimental/malloc.hpp include/boost/compute/experimental/sort_by_transform.hpp include/boost/compute/experimental/tabulate.hpp include/boost/compute/function.hpp include/boost/compute/functional.hpp include/boost/compute/functional/as.hpp include/boost/compute/functional/atomic.hpp include/boost/compute/functional/bind.hpp include/boost/compute/functional/common.hpp include/boost/compute/functional/convert.hpp include/boost/compute/functional/detail/macros.hpp include/boost/compute/functional/detail/nvidia_ballot.hpp include/boost/compute/functional/detail/nvidia_popcount.hpp include/boost/compute/functional/detail/unpack.hpp include/boost/compute/functional/field.hpp include/boost/compute/functional/geometry.hpp include/boost/compute/functional/get.hpp include/boost/compute/functional/hash.hpp include/boost/compute/functional/identity.hpp include/boost/compute/functional/integer.hpp include/boost/compute/functional/logical.hpp include/boost/compute/functional/math.hpp include/boost/compute/functional/operator.hpp include/boost/compute/functional/popcount.hpp include/boost/compute/functional/relational.hpp include/boost/compute/image.hpp include/boost/compute/image/image1d.hpp include/boost/compute/image/image2d.hpp include/boost/compute/image/image3d.hpp include/boost/compute/image/image_format.hpp include/boost/compute/image/image_object.hpp include/boost/compute/image/image_sampler.hpp include/boost/compute/image2d.hpp include/boost/compute/image3d.hpp include/boost/compute/image_format.hpp include/boost/compute/image_sampler.hpp include/boost/compute/interop/eigen.hpp include/boost/compute/interop/eigen/core.hpp include/boost/compute/interop/opencv.hpp include/boost/compute/interop/opencv/core.hpp include/boost/compute/interop/opencv/highgui.hpp include/boost/compute/interop/opencv/ocl.hpp include/boost/compute/interop/opengl.hpp include/boost/compute/interop/opengl/acquire.hpp include/boost/compute/interop/opengl/cl_gl.hpp include/boost/compute/interop/opengl/cl_gl_ext.hpp include/boost/compute/interop/opengl/context.hpp include/boost/compute/interop/opengl/gl.hpp include/boost/compute/interop/opengl/opengl_buffer.hpp include/boost/compute/interop/opengl/opengl_renderbuffer.hpp include/boost/compute/interop/opengl/opengl_texture.hpp include/boost/compute/interop/qt.hpp include/boost/compute/interop/qt/qimage.hpp include/boost/compute/interop/qt/qpoint.hpp include/boost/compute/interop/qt/qpointf.hpp include/boost/compute/interop/qt/qtcore.hpp include/boost/compute/interop/qt/qtgui.hpp include/boost/compute/interop/qt/qvector.hpp include/boost/compute/interop/vtk.hpp include/boost/compute/interop/vtk/bounds.hpp include/boost/compute/interop/vtk/data_array.hpp include/boost/compute/interop/vtk/matrix4x4.hpp include/boost/compute/interop/vtk/points.hpp include/boost/compute/iterator.hpp include/boost/compute/iterator/buffer_iterator.hpp include/boost/compute/iterator/constant_buffer_iterator.hpp include/boost/compute/iterator/constant_iterator.hpp include/boost/compute/iterator/counting_iterator.hpp include/boost/compute/iterator/detail/get_base_iterator_buffer.hpp include/boost/compute/iterator/detail/swizzle_iterator.hpp include/boost/compute/iterator/discard_iterator.hpp include/boost/compute/iterator/function_input_iterator.hpp include/boost/compute/iterator/permutation_iterator.hpp include/boost/compute/iterator/strided_iterator.hpp include/boost/compute/iterator/transform_iterator.hpp include/boost/compute/iterator/zip_iterator.hpp include/boost/compute/kernel.hpp include/boost/compute/lambda.hpp include/boost/compute/lambda/context.hpp include/boost/compute/lambda/functional.hpp include/boost/compute/lambda/get.hpp include/boost/compute/lambda/make_pair.hpp include/boost/compute/lambda/make_tuple.hpp include/boost/compute/lambda/placeholder.hpp include/boost/compute/lambda/placeholders.hpp include/boost/compute/lambda/result_of.hpp include/boost/compute/memory.hpp include/boost/compute/memory/local_buffer.hpp include/boost/compute/memory/svm_ptr.hpp include/boost/compute/memory_object.hpp include/boost/compute/pipe.hpp include/boost/compute/platform.hpp include/boost/compute/program.hpp include/boost/compute/random.hpp include/boost/compute/random/bernoulli_distribution.hpp include/boost/compute/random/default_random_engine.hpp include/boost/compute/random/discrete_distribution.hpp include/boost/compute/random/linear_congruential_engine.hpp include/boost/compute/random/mersenne_twister_engine.hpp include/boost/compute/random/normal_distribution.hpp include/boost/compute/random/threefry_engine.hpp include/boost/compute/random/uniform_int_distribution.hpp include/boost/compute/random/uniform_real_distribution.hpp include/boost/compute/source.hpp include/boost/compute/svm.hpp include/boost/compute/system.hpp include/boost/compute/type_traits.hpp include/boost/compute/type_traits/common_type.hpp include/boost/compute/type_traits/detail/capture_traits.hpp include/boost/compute/type_traits/is_device_iterator.hpp include/boost/compute/type_traits/is_fundamental.hpp include/boost/compute/type_traits/is_vector_type.hpp include/boost/compute/type_traits/make_vector_type.hpp include/boost/compute/type_traits/result_of.hpp include/boost/compute/type_traits/scalar_type.hpp include/boost/compute/type_traits/type_definition.hpp include/boost/compute/type_traits/type_name.hpp include/boost/compute/type_traits/vector_size.hpp include/boost/compute/types.hpp include/boost/compute/types/builtin.hpp include/boost/compute/types/complex.hpp include/boost/compute/types/fundamental.hpp include/boost/compute/types/pair.hpp include/boost/compute/types/struct.hpp include/boost/compute/types/tuple.hpp include/boost/compute/user_event.hpp include/boost/compute/utility.hpp include/boost/compute/utility/dim.hpp include/boost/compute/utility/extents.hpp include/boost/compute/utility/invoke.hpp include/boost/compute/utility/program_cache.hpp include/boost/compute/utility/source.hpp include/boost/compute/utility/wait_list.hpp include/boost/compute/version.hpp include/boost/compute/wait_list.hpp include/boost/concept/assert.hpp include/boost/concept/detail/backward_compatibility.hpp include/boost/concept/detail/borland.hpp include/boost/concept/detail/concept_def.hpp include/boost/concept/detail/concept_undef.hpp include/boost/concept/detail/general.hpp include/boost/concept/detail/has_constraints.hpp include/boost/concept/detail/msvc.hpp include/boost/concept/requires.hpp include/boost/concept/usage.hpp include/boost/concept_archetype.hpp include/boost/concept_check.hpp include/boost/concept_check/borland.hpp include/boost/concept_check/general.hpp include/boost/concept_check/has_constraints.hpp include/boost/concept_check/msvc.hpp include/boost/config.hpp include/boost/config/abi/borland_prefix.hpp include/boost/config/abi/borland_suffix.hpp include/boost/config/abi/msvc_prefix.hpp include/boost/config/abi/msvc_suffix.hpp include/boost/config/abi_prefix.hpp include/boost/config/abi_suffix.hpp include/boost/config/auto_link.hpp include/boost/config/compiler/borland.hpp include/boost/config/compiler/clang.hpp include/boost/config/compiler/codegear.hpp include/boost/config/compiler/comeau.hpp include/boost/config/compiler/common_edg.hpp include/boost/config/compiler/compaq_cxx.hpp include/boost/config/compiler/cray.hpp include/boost/config/compiler/digitalmars.hpp include/boost/config/compiler/gcc.hpp include/boost/config/compiler/gcc_xml.hpp include/boost/config/compiler/greenhills.hpp include/boost/config/compiler/hp_acc.hpp include/boost/config/compiler/intel.hpp include/boost/config/compiler/kai.hpp include/boost/config/compiler/metrowerks.hpp include/boost/config/compiler/mpw.hpp include/boost/config/compiler/nvcc.hpp include/boost/config/compiler/pathscale.hpp include/boost/config/compiler/pgi.hpp include/boost/config/compiler/sgi_mipspro.hpp include/boost/config/compiler/sunpro_cc.hpp include/boost/config/compiler/vacpp.hpp include/boost/config/compiler/visualc.hpp include/boost/config/compiler/xlcpp.hpp include/boost/config/no_tr1/cmath.hpp include/boost/config/no_tr1/complex.hpp include/boost/config/no_tr1/functional.hpp include/boost/config/no_tr1/memory.hpp include/boost/config/no_tr1/utility.hpp include/boost/config/platform/aix.hpp include/boost/config/platform/amigaos.hpp include/boost/config/platform/beos.hpp include/boost/config/platform/bsd.hpp include/boost/config/platform/cloudabi.hpp include/boost/config/platform/cray.hpp include/boost/config/platform/cygwin.hpp include/boost/config/platform/haiku.hpp include/boost/config/platform/hpux.hpp include/boost/config/platform/irix.hpp include/boost/config/platform/linux.hpp include/boost/config/platform/macos.hpp include/boost/config/platform/qnxnto.hpp include/boost/config/platform/solaris.hpp include/boost/config/platform/symbian.hpp include/boost/config/platform/vms.hpp include/boost/config/platform/vxworks.hpp include/boost/config/platform/win32.hpp include/boost/config/posix_features.hpp include/boost/config/requires_threads.hpp include/boost/config/select_compiler_config.hpp include/boost/config/select_platform_config.hpp include/boost/config/select_stdlib_config.hpp include/boost/config/stdlib/dinkumware.hpp include/boost/config/stdlib/libcomo.hpp include/boost/config/stdlib/libcpp.hpp include/boost/config/stdlib/libstdcpp3.hpp include/boost/config/stdlib/modena.hpp include/boost/config/stdlib/msl.hpp include/boost/config/stdlib/roguewave.hpp include/boost/config/stdlib/sgi.hpp include/boost/config/stdlib/stlport.hpp include/boost/config/stdlib/vacpp.hpp include/boost/config/suffix.hpp include/boost/config/user.hpp include/boost/config/warning_disable.hpp include/boost/container/adaptive_pool.hpp include/boost/container/allocator.hpp include/boost/container/allocator_traits.hpp include/boost/container/container_fwd.hpp include/boost/container/deque.hpp include/boost/container/detail/adaptive_node_pool.hpp include/boost/container/detail/adaptive_node_pool_impl.hpp include/boost/container/detail/addressof.hpp include/boost/container/detail/advanced_insert_int.hpp include/boost/container/detail/algorithm.hpp include/boost/container/detail/alloc_helpers.hpp include/boost/container/detail/alloc_lib.h include/boost/container/detail/allocation_type.hpp include/boost/container/detail/allocator_version_traits.hpp include/boost/container/detail/auto_link.hpp include/boost/container/detail/block_list.hpp include/boost/container/detail/block_slist.hpp include/boost/container/detail/compare_functors.hpp include/boost/container/detail/config_begin.hpp include/boost/container/detail/config_end.hpp include/boost/container/detail/construct_in_place.hpp include/boost/container/detail/copy_move_algo.hpp include/boost/container/detail/destroyers.hpp include/boost/container/detail/dispatch_uses_allocator.hpp include/boost/container/detail/dlmalloc.hpp include/boost/container/detail/flat_tree.hpp include/boost/container/detail/function_detector.hpp include/boost/container/detail/is_sorted.hpp include/boost/container/detail/iterator.hpp include/boost/container/detail/iterator_to_raw_pointer.hpp include/boost/container/detail/iterators.hpp include/boost/container/detail/math_functions.hpp include/boost/container/detail/min_max.hpp include/boost/container/detail/minimal_char_traits_header.hpp include/boost/container/detail/mpl.hpp include/boost/container/detail/multiallocation_chain.hpp include/boost/container/detail/mutex.hpp include/boost/container/detail/next_capacity.hpp include/boost/container/detail/node_alloc_holder.hpp include/boost/container/detail/node_pool.hpp include/boost/container/detail/node_pool_impl.hpp include/boost/container/detail/pair.hpp include/boost/container/detail/placement_new.hpp include/boost/container/detail/pool_common.hpp include/boost/container/detail/pool_common_alloc.hpp include/boost/container/detail/pool_resource.hpp include/boost/container/detail/singleton.hpp include/boost/container/detail/std_fwd.hpp include/boost/container/detail/to_raw_pointer.hpp include/boost/container/detail/transform_iterator.hpp include/boost/container/detail/tree.hpp include/boost/container/detail/type_traits.hpp include/boost/container/detail/value_init.hpp include/boost/container/detail/variadic_templates_tools.hpp include/boost/container/detail/version_type.hpp include/boost/container/detail/workaround.hpp include/boost/container/flat_map.hpp include/boost/container/flat_set.hpp include/boost/container/list.hpp include/boost/container/map.hpp include/boost/container/new_allocator.hpp include/boost/container/node_allocator.hpp include/boost/container/node_handle.hpp include/boost/container/options.hpp include/boost/container/pmr/deque.hpp include/boost/container/pmr/flat_map.hpp include/boost/container/pmr/flat_set.hpp include/boost/container/pmr/global_resource.hpp include/boost/container/pmr/list.hpp include/boost/container/pmr/map.hpp include/boost/container/pmr/memory_resource.hpp include/boost/container/pmr/monotonic_buffer_resource.hpp include/boost/container/pmr/polymorphic_allocator.hpp include/boost/container/pmr/pool_options.hpp include/boost/container/pmr/resource_adaptor.hpp include/boost/container/pmr/set.hpp include/boost/container/pmr/slist.hpp include/boost/container/pmr/small_vector.hpp include/boost/container/pmr/stable_vector.hpp include/boost/container/pmr/string.hpp include/boost/container/pmr/synchronized_pool_resource.hpp include/boost/container/pmr/unsynchronized_pool_resource.hpp include/boost/container/pmr/vector.hpp include/boost/container/scoped_allocator.hpp include/boost/container/scoped_allocator_fwd.hpp include/boost/container/set.hpp include/boost/container/slist.hpp include/boost/container/small_vector.hpp include/boost/container/stable_vector.hpp include/boost/container/static_vector.hpp include/boost/container/string.hpp include/boost/container/throw_exception.hpp include/boost/container/uses_allocator.hpp include/boost/container/uses_allocator_fwd.hpp include/boost/container/vector.hpp include/boost/context/all.hpp include/boost/context/continuation.hpp include/boost/context/detail/apply.hpp include/boost/context/detail/config.hpp include/boost/context/detail/disable_overload.hpp include/boost/context/detail/exception.hpp include/boost/context/detail/exchange.hpp include/boost/context/detail/fcontext.hpp include/boost/context/detail/fcontext_arm.hpp include/boost/context/detail/fcontext_arm_mac.hpp include/boost/context/detail/fcontext_arm_win.hpp include/boost/context/detail/fcontext_i386.hpp include/boost/context/detail/fcontext_i386_win.hpp include/boost/context/detail/fcontext_mips.hpp include/boost/context/detail/fcontext_ppc.hpp include/boost/context/detail/fcontext_sparc.hpp include/boost/context/detail/fcontext_x86_64.hpp include/boost/context/detail/fcontext_x86_64_win.hpp include/boost/context/detail/index_sequence.hpp include/boost/context/detail/invoke.hpp include/boost/context/detail/tuple.hpp include/boost/context/execution_context.hpp include/boost/context/execution_context_v1.hpp include/boost/context/execution_context_v2.hpp include/boost/context/execution_context_v2_void.ipp include/boost/context/fixedsize_stack.hpp include/boost/context/flags.hpp include/boost/context/pooled_fixedsize_stack.hpp include/boost/context/posix/fixedsize_stack.hpp include/boost/context/posix/protected_fixedsize_stack.hpp include/boost/context/posix/segmented_stack.hpp include/boost/context/preallocated.hpp include/boost/context/protected_fixedsize_stack.hpp include/boost/context/segmented_stack.hpp include/boost/context/stack_context.hpp include/boost/context/stack_traits.hpp include/boost/context/windows/fixedsize_stack.hpp include/boost/context/windows/protected_fixedsize_stack.hpp include/boost/convert.hpp include/boost/convert/base.hpp include/boost/convert/detail/boost_parameter_ext.hpp include/boost/convert/detail/char.hpp include/boost/convert/detail/forward.hpp include/boost/convert/detail/has_member.hpp include/boost/convert/detail/is_callable.hpp include/boost/convert/detail/is_converter.hpp include/boost/convert/detail/is_fun.hpp include/boost/convert/detail/is_string.hpp include/boost/convert/detail/range.hpp include/boost/convert/lexical_cast.hpp include/boost/convert/parameters.hpp include/boost/convert/printf.hpp include/boost/convert/spirit.hpp include/boost/convert/stream.hpp include/boost/convert/strtol.hpp include/boost/core/addressof.hpp include/boost/core/checked_delete.hpp include/boost/core/demangle.hpp include/boost/core/enable_if.hpp include/boost/core/explicit_operator_bool.hpp include/boost/core/ignore_unused.hpp include/boost/core/is_same.hpp include/boost/core/lightweight_test.hpp include/boost/core/lightweight_test_trait.hpp include/boost/core/no_exceptions_support.hpp include/boost/core/noncopyable.hpp include/boost/core/null_deleter.hpp include/boost/core/ref.hpp include/boost/core/scoped_enum.hpp include/boost/core/swap.hpp include/boost/core/typeinfo.hpp include/boost/core/underlying_type.hpp include/boost/coroutine/all.hpp include/boost/coroutine/asymmetric_coroutine.hpp include/boost/coroutine/attributes.hpp include/boost/coroutine/coroutine.hpp include/boost/coroutine/detail/config.hpp include/boost/coroutine/detail/coroutine_context.hpp include/boost/coroutine/detail/data.hpp include/boost/coroutine/detail/flags.hpp include/boost/coroutine/detail/parameters.hpp include/boost/coroutine/detail/preallocated.hpp include/boost/coroutine/detail/pull_coroutine_impl.hpp include/boost/coroutine/detail/pull_coroutine_object.hpp include/boost/coroutine/detail/pull_coroutine_synthesized.hpp include/boost/coroutine/detail/push_coroutine_impl.hpp include/boost/coroutine/detail/push_coroutine_object.hpp include/boost/coroutine/detail/push_coroutine_synthesized.hpp include/boost/coroutine/detail/setup.hpp include/boost/coroutine/detail/symmetric_coroutine_call.hpp include/boost/coroutine/detail/symmetric_coroutine_impl.hpp include/boost/coroutine/detail/symmetric_coroutine_object.hpp include/boost/coroutine/detail/symmetric_coroutine_yield.hpp include/boost/coroutine/detail/trampoline.hpp include/boost/coroutine/detail/trampoline_pull.hpp include/boost/coroutine/detail/trampoline_push.hpp include/boost/coroutine/exceptions.hpp include/boost/coroutine/flags.hpp include/boost/coroutine/posix/protected_stack_allocator.hpp include/boost/coroutine/posix/segmented_stack_allocator.hpp include/boost/coroutine/protected_stack_allocator.hpp include/boost/coroutine/segmented_stack_allocator.hpp include/boost/coroutine/stack_allocator.hpp include/boost/coroutine/stack_context.hpp include/boost/coroutine/stack_traits.hpp include/boost/coroutine/standard_stack_allocator.hpp include/boost/coroutine/symmetric_coroutine.hpp include/boost/coroutine/windows/protected_stack_allocator.hpp include/boost/coroutine2/all.hpp include/boost/coroutine2/coroutine.hpp include/boost/coroutine2/detail/config.hpp include/boost/coroutine2/detail/coroutine.hpp include/boost/coroutine2/detail/create_control_block.ipp include/boost/coroutine2/detail/decay_copy.hpp include/boost/coroutine2/detail/disable_overload.hpp include/boost/coroutine2/detail/forced_unwind.hpp include/boost/coroutine2/detail/pull_control_block_cc.hpp include/boost/coroutine2/detail/pull_control_block_cc.ipp include/boost/coroutine2/detail/pull_control_block_ecv1.hpp include/boost/coroutine2/detail/pull_control_block_ecv1.ipp include/boost/coroutine2/detail/pull_coroutine.hpp include/boost/coroutine2/detail/pull_coroutine.ipp include/boost/coroutine2/detail/push_control_block_cc.hpp include/boost/coroutine2/detail/push_control_block_cc.ipp include/boost/coroutine2/detail/push_control_block_ecv1.hpp include/boost/coroutine2/detail/push_control_block_ecv1.ipp include/boost/coroutine2/detail/push_coroutine.hpp include/boost/coroutine2/detail/push_coroutine.ipp include/boost/coroutine2/detail/state.hpp include/boost/coroutine2/detail/wrap.hpp include/boost/coroutine2/fixedsize_stack.hpp include/boost/coroutine2/pooled_fixedsize_stack.hpp include/boost/coroutine2/protected_fixedsize_stack.hpp include/boost/coroutine2/segmented_stack.hpp include/boost/crc.hpp include/boost/cregex.hpp include/boost/cstdfloat.hpp include/boost/cstdint.hpp include/boost/cstdlib.hpp include/boost/current_function.hpp include/boost/cxx11_char_types.hpp include/boost/date_time.hpp include/boost/date_time/adjust_functors.hpp include/boost/date_time/c_local_time_adjustor.hpp include/boost/date_time/c_time.hpp include/boost/date_time/compiler_config.hpp include/boost/date_time/constrained_value.hpp include/boost/date_time/date.hpp include/boost/date_time/date_clock_device.hpp include/boost/date_time/date_defs.hpp include/boost/date_time/date_duration.hpp include/boost/date_time/date_duration_types.hpp include/boost/date_time/date_facet.hpp include/boost/date_time/date_format_simple.hpp include/boost/date_time/date_formatting.hpp include/boost/date_time/date_formatting_limited.hpp include/boost/date_time/date_formatting_locales.hpp include/boost/date_time/date_generator_formatter.hpp include/boost/date_time/date_generator_parser.hpp include/boost/date_time/date_generators.hpp include/boost/date_time/date_iterator.hpp include/boost/date_time/date_names_put.hpp include/boost/date_time/date_parsing.hpp include/boost/date_time/dst_rules.hpp include/boost/date_time/dst_transition_generators.hpp include/boost/date_time/filetime_functions.hpp include/boost/date_time/format_date_parser.hpp include/boost/date_time/gregorian/conversion.hpp include/boost/date_time/gregorian/formatters.hpp include/boost/date_time/gregorian/formatters_limited.hpp include/boost/date_time/gregorian/greg_calendar.hpp include/boost/date_time/gregorian/greg_date.hpp include/boost/date_time/gregorian/greg_day.hpp include/boost/date_time/gregorian/greg_day_of_year.hpp include/boost/date_time/gregorian/greg_duration.hpp include/boost/date_time/gregorian/greg_duration_types.hpp include/boost/date_time/gregorian/greg_facet.hpp include/boost/date_time/gregorian/greg_month.hpp include/boost/date_time/gregorian/greg_serialize.hpp include/boost/date_time/gregorian/greg_weekday.hpp include/boost/date_time/gregorian/greg_year.hpp include/boost/date_time/gregorian/greg_ymd.hpp include/boost/date_time/gregorian/gregorian.hpp include/boost/date_time/gregorian/gregorian_io.hpp include/boost/date_time/gregorian/gregorian_types.hpp include/boost/date_time/gregorian/parsers.hpp include/boost/date_time/gregorian_calendar.hpp include/boost/date_time/gregorian_calendar.ipp include/boost/date_time/int_adapter.hpp include/boost/date_time/iso_format.hpp include/boost/date_time/local_time/conversion.hpp include/boost/date_time/local_time/custom_time_zone.hpp include/boost/date_time/local_time/date_duration_operators.hpp include/boost/date_time/local_time/dst_transition_day_rules.hpp include/boost/date_time/local_time/local_date_time.hpp include/boost/date_time/local_time/local_time.hpp include/boost/date_time/local_time/local_time_io.hpp include/boost/date_time/local_time/local_time_types.hpp include/boost/date_time/local_time/posix_time_zone.hpp include/boost/date_time/local_time/tz_database.hpp include/boost/date_time/local_time_adjustor.hpp include/boost/date_time/local_timezone_defs.hpp include/boost/date_time/locale_config.hpp include/boost/date_time/microsec_time_clock.hpp include/boost/date_time/parse_format_base.hpp include/boost/date_time/period.hpp include/boost/date_time/period_formatter.hpp include/boost/date_time/period_parser.hpp include/boost/date_time/posix_time/conversion.hpp include/boost/date_time/posix_time/date_duration_operators.hpp include/boost/date_time/posix_time/posix_time.hpp include/boost/date_time/posix_time/posix_time_config.hpp include/boost/date_time/posix_time/posix_time_duration.hpp include/boost/date_time/posix_time/posix_time_io.hpp include/boost/date_time/posix_time/posix_time_legacy_io.hpp include/boost/date_time/posix_time/posix_time_system.hpp include/boost/date_time/posix_time/posix_time_types.hpp include/boost/date_time/posix_time/ptime.hpp include/boost/date_time/posix_time/time_formatters.hpp include/boost/date_time/posix_time/time_formatters_limited.hpp include/boost/date_time/posix_time/time_parsers.hpp include/boost/date_time/posix_time/time_period.hpp include/boost/date_time/posix_time/time_serialize.hpp include/boost/date_time/special_defs.hpp include/boost/date_time/special_values_formatter.hpp include/boost/date_time/special_values_parser.hpp include/boost/date_time/string_convert.hpp include/boost/date_time/string_parse_tree.hpp include/boost/date_time/strings_from_facet.hpp include/boost/date_time/time.hpp include/boost/date_time/time_clock.hpp include/boost/date_time/time_defs.hpp include/boost/date_time/time_duration.hpp include/boost/date_time/time_facet.hpp include/boost/date_time/time_formatting_streams.hpp include/boost/date_time/time_iterator.hpp include/boost/date_time/time_parsing.hpp include/boost/date_time/time_resolution_traits.hpp include/boost/date_time/time_system_counted.hpp include/boost/date_time/time_system_split.hpp include/boost/date_time/time_zone_base.hpp include/boost/date_time/time_zone_names.hpp include/boost/date_time/tz_db_base.hpp include/boost/date_time/wrapping_int.hpp include/boost/date_time/year_month_day.hpp include/boost/detail/algorithm.hpp include/boost/detail/allocator_utilities.hpp include/boost/detail/atomic_count.hpp include/boost/detail/atomic_redef_macros.hpp include/boost/detail/atomic_undef_macros.hpp include/boost/detail/basic_pointerbuf.hpp include/boost/detail/binary_search.hpp include/boost/detail/bitmask.hpp include/boost/detail/call_traits.hpp include/boost/detail/catch_exceptions.hpp include/boost/detail/compressed_pair.hpp include/boost/detail/container_fwd.hpp include/boost/detail/dynamic_bitset.hpp include/boost/detail/endian.hpp include/boost/detail/fenv.hpp include/boost/detail/has_default_constructor.hpp include/boost/detail/identifier.hpp include/boost/detail/indirect_traits.hpp include/boost/detail/interlocked.hpp include/boost/detail/is_incrementable.hpp include/boost/detail/is_sorted.hpp include/boost/detail/is_xxx.hpp include/boost/detail/iterator.hpp include/boost/detail/lcast_precision.hpp include/boost/detail/lightweight_main.hpp include/boost/detail/lightweight_mutex.hpp include/boost/detail/lightweight_test.hpp include/boost/detail/lightweight_test_report.hpp include/boost/detail/lightweight_thread.hpp include/boost/detail/named_template_params.hpp include/boost/detail/no_exceptions_support.hpp include/boost/detail/numeric_traits.hpp include/boost/detail/ob_compressed_pair.hpp include/boost/detail/quick_allocator.hpp include/boost/detail/reference_content.hpp include/boost/detail/scoped_enum_emulation.hpp include/boost/detail/select_type.hpp include/boost/detail/sp_typeinfo.hpp include/boost/detail/templated_streams.hpp include/boost/detail/utf8_codecvt_facet.hpp include/boost/detail/utf8_codecvt_facet.ipp include/boost/detail/winapi/GetCurrentProcess.hpp include/boost/detail/winapi/GetCurrentThread.hpp include/boost/detail/winapi/GetLastError.hpp include/boost/detail/winapi/GetProcessTimes.hpp include/boost/detail/winapi/GetThreadTimes.hpp include/boost/detail/winapi/access_rights.hpp include/boost/detail/winapi/apc.hpp include/boost/detail/winapi/basic_types.hpp include/boost/detail/winapi/character_code_conversion.hpp include/boost/detail/winapi/condition_variable.hpp include/boost/detail/winapi/config.hpp include/boost/detail/winapi/critical_section.hpp include/boost/detail/winapi/crypt.hpp include/boost/detail/winapi/dbghelp.hpp include/boost/detail/winapi/detail/cast_ptr.hpp include/boost/detail/winapi/directory_management.hpp include/boost/detail/winapi/dll.hpp include/boost/detail/winapi/environment.hpp include/boost/detail/winapi/error_codes.hpp include/boost/detail/winapi/error_handling.hpp include/boost/detail/winapi/event.hpp include/boost/detail/winapi/file_management.hpp include/boost/detail/winapi/file_mapping.hpp include/boost/detail/winapi/get_current_process.hpp include/boost/detail/winapi/get_current_process_id.hpp include/boost/detail/winapi/get_current_thread.hpp include/boost/detail/winapi/get_current_thread_id.hpp include/boost/detail/winapi/get_last_error.hpp include/boost/detail/winapi/get_process_times.hpp include/boost/detail/winapi/get_system_directory.hpp include/boost/detail/winapi/get_thread_times.hpp include/boost/detail/winapi/handle_info.hpp include/boost/detail/winapi/handles.hpp include/boost/detail/winapi/heap_memory.hpp include/boost/detail/winapi/init_once.hpp include/boost/detail/winapi/jobs.hpp include/boost/detail/winapi/limits.hpp include/boost/detail/winapi/local_memory.hpp include/boost/detail/winapi/memory.hpp include/boost/detail/winapi/mutex.hpp include/boost/detail/winapi/overlapped.hpp include/boost/detail/winapi/page_protection_flags.hpp include/boost/detail/winapi/pipes.hpp include/boost/detail/winapi/priority_class.hpp include/boost/detail/winapi/process.hpp include/boost/detail/winapi/security.hpp include/boost/detail/winapi/semaphore.hpp include/boost/detail/winapi/shell.hpp include/boost/detail/winapi/show_window.hpp include/boost/detail/winapi/srw_lock.hpp include/boost/detail/winapi/synchronization.hpp include/boost/detail/winapi/system.hpp include/boost/detail/winapi/thread.hpp include/boost/detail/winapi/thread_pool.hpp include/boost/detail/winapi/time.hpp include/boost/detail/winapi/timers.hpp include/boost/detail/winapi/tls.hpp include/boost/detail/winapi/wait.hpp include/boost/detail/winapi/waitable_timer.hpp include/boost/detail/workaround.hpp include/boost/dll.hpp include/boost/dll/alias.hpp include/boost/dll/detail/aggressive_ptr_cast.hpp include/boost/dll/detail/ctor_dtor.hpp include/boost/dll/detail/demangling/demangle_symbol.hpp include/boost/dll/detail/demangling/itanium.hpp include/boost/dll/detail/demangling/mangled_storage_base.hpp include/boost/dll/detail/demangling/msvc.hpp include/boost/dll/detail/elf_info.hpp include/boost/dll/detail/get_mem_fn_type.hpp include/boost/dll/detail/import_mangled_helpers.hpp include/boost/dll/detail/macho_info.hpp include/boost/dll/detail/pe_info.hpp include/boost/dll/detail/posix/path_from_handle.hpp include/boost/dll/detail/posix/program_location_impl.hpp include/boost/dll/detail/posix/shared_library_impl.hpp include/boost/dll/detail/system_error.hpp include/boost/dll/detail/type_info.hpp include/boost/dll/detail/windows/path_from_handle.hpp include/boost/dll/detail/windows/shared_library_impl.hpp include/boost/dll/detail/x_info_interface.hpp include/boost/dll/import.hpp include/boost/dll/import_class.hpp include/boost/dll/import_mangled.hpp include/boost/dll/library_info.hpp include/boost/dll/runtime_symbol_info.hpp include/boost/dll/shared_library.hpp include/boost/dll/shared_library_load_mode.hpp include/boost/dll/smart_library.hpp include/boost/dynamic_bitset.hpp include/boost/dynamic_bitset/config.hpp include/boost/dynamic_bitset/dynamic_bitset.hpp include/boost/dynamic_bitset/serialization.hpp include/boost/dynamic_bitset_fwd.hpp include/boost/enable_shared_from_this.hpp include/boost/endian/arithmetic.hpp include/boost/endian/buffers.hpp include/boost/endian/conversion.hpp include/boost/endian/detail/config.hpp include/boost/endian/detail/cover_operators.hpp include/boost/endian/detail/disable_warnings.hpp include/boost/endian/detail/disable_warnings_pop.hpp include/boost/endian/detail/intrinsic.hpp include/boost/endian/detail/lightweight_test.hpp include/boost/endian/endian.hpp include/boost/endian/std_pair.hpp include/boost/exception/N3757.hpp include/boost/exception/all.hpp include/boost/exception/current_exception_cast.hpp include/boost/exception/detail/clone_current_exception.hpp include/boost/exception/detail/error_info_impl.hpp include/boost/exception/detail/exception_ptr.hpp include/boost/exception/detail/is_output_streamable.hpp include/boost/exception/detail/object_hex_dump.hpp include/boost/exception/detail/shared_ptr.hpp include/boost/exception/detail/type_info.hpp include/boost/exception/diagnostic_information.hpp include/boost/exception/enable_current_exception.hpp include/boost/exception/enable_error_info.hpp include/boost/exception/errinfo_api_function.hpp include/boost/exception/errinfo_at_line.hpp include/boost/exception/errinfo_errno.hpp include/boost/exception/errinfo_file_handle.hpp include/boost/exception/errinfo_file_name.hpp include/boost/exception/errinfo_file_open_mode.hpp include/boost/exception/errinfo_nested_exception.hpp include/boost/exception/errinfo_type_info_name.hpp include/boost/exception/error_info.hpp include/boost/exception/exception.hpp include/boost/exception/get_error_info.hpp include/boost/exception/info.hpp include/boost/exception/info_tuple.hpp include/boost/exception/to_string.hpp include/boost/exception/to_string_stub.hpp include/boost/exception_ptr.hpp include/boost/fiber/algo/algorithm.hpp include/boost/fiber/algo/round_robin.hpp include/boost/fiber/algo/shared_work.hpp include/boost/fiber/algo/work_stealing.hpp include/boost/fiber/all.hpp include/boost/fiber/barrier.hpp include/boost/fiber/buffered_channel.hpp include/boost/fiber/channel_op_status.hpp include/boost/fiber/condition_variable.hpp include/boost/fiber/context.hpp include/boost/fiber/detail/config.hpp include/boost/fiber/detail/context_spinlock_queue.hpp include/boost/fiber/detail/context_spmc_queue.hpp include/boost/fiber/detail/convert.hpp include/boost/fiber/detail/cpu_relax.hpp include/boost/fiber/detail/data.hpp include/boost/fiber/detail/decay_copy.hpp include/boost/fiber/detail/disable_overload.hpp include/boost/fiber/detail/fss.hpp include/boost/fiber/detail/futex.hpp include/boost/fiber/detail/spinlock.hpp include/boost/fiber/detail/spinlock_ttas.hpp include/boost/fiber/detail/spinlock_ttas_adaptive.hpp include/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp include/boost/fiber/detail/spinlock_ttas_futex.hpp include/boost/fiber/detail/wrap.hpp include/boost/fiber/exceptions.hpp include/boost/fiber/fiber.hpp include/boost/fiber/fixedsize_stack.hpp include/boost/fiber/fss.hpp include/boost/fiber/future.hpp include/boost/fiber/future/async.hpp include/boost/fiber/future/detail/shared_state.hpp include/boost/fiber/future/detail/shared_state_object.hpp include/boost/fiber/future/detail/task_base.hpp include/boost/fiber/future/detail/task_object.hpp include/boost/fiber/future/future.hpp include/boost/fiber/future/future_status.hpp include/boost/fiber/future/packaged_task.hpp include/boost/fiber/future/promise.hpp include/boost/fiber/mutex.hpp include/boost/fiber/operations.hpp include/boost/fiber/policy.hpp include/boost/fiber/pooled_fixedsize_stack.hpp include/boost/fiber/properties.hpp include/boost/fiber/protected_fixedsize_stack.hpp include/boost/fiber/recursive_mutex.hpp include/boost/fiber/recursive_timed_mutex.hpp include/boost/fiber/scheduler.hpp include/boost/fiber/segmented_stack.hpp include/boost/fiber/timed_mutex.hpp include/boost/fiber/type.hpp include/boost/fiber/unbuffered_channel.hpp include/boost/filesystem.hpp include/boost/filesystem/config.hpp include/boost/filesystem/convenience.hpp include/boost/filesystem/detail/macro_value.hpp include/boost/filesystem/detail/utf8_codecvt_facet.hpp include/boost/filesystem/exception.hpp include/boost/filesystem/fstream.hpp include/boost/filesystem/operations.hpp include/boost/filesystem/path.hpp include/boost/filesystem/path_traits.hpp include/boost/filesystem/string_file.hpp include/boost/flyweight.hpp include/boost/flyweight/assoc_container_factory.hpp include/boost/flyweight/assoc_container_factory_fwd.hpp include/boost/flyweight/detail/archive_constructed.hpp include/boost/flyweight/detail/default_value_policy.hpp include/boost/flyweight/detail/dyn_perfect_fwd.hpp include/boost/flyweight/detail/flyweight_core.hpp include/boost/flyweight/detail/is_placeholder_expr.hpp include/boost/flyweight/detail/nested_xxx_if_not_ph.hpp include/boost/flyweight/detail/not_placeholder_expr.hpp include/boost/flyweight/detail/perfect_fwd.hpp include/boost/flyweight/detail/pp_perfect_fwd.hpp include/boost/flyweight/detail/recursive_lw_mutex.hpp include/boost/flyweight/detail/serialization_helper.hpp include/boost/flyweight/detail/value_tag.hpp include/boost/flyweight/factory_tag.hpp include/boost/flyweight/flyweight.hpp include/boost/flyweight/flyweight_fwd.hpp include/boost/flyweight/hashed_factory.hpp include/boost/flyweight/hashed_factory_fwd.hpp include/boost/flyweight/holder_tag.hpp include/boost/flyweight/intermodule_holder.hpp include/boost/flyweight/intermodule_holder_fwd.hpp include/boost/flyweight/key_value.hpp include/boost/flyweight/key_value_fwd.hpp include/boost/flyweight/locking_tag.hpp include/boost/flyweight/no_locking.hpp include/boost/flyweight/no_locking_fwd.hpp include/boost/flyweight/no_tracking.hpp include/boost/flyweight/no_tracking_fwd.hpp include/boost/flyweight/refcounted.hpp include/boost/flyweight/refcounted_fwd.hpp include/boost/flyweight/serialize.hpp include/boost/flyweight/set_factory.hpp include/boost/flyweight/set_factory_fwd.hpp include/boost/flyweight/simple_locking.hpp include/boost/flyweight/simple_locking_fwd.hpp include/boost/flyweight/static_holder.hpp include/boost/flyweight/static_holder_fwd.hpp include/boost/flyweight/tag.hpp include/boost/flyweight/tracking_tag.hpp include/boost/foreach.hpp include/boost/foreach_fwd.hpp include/boost/format.hpp include/boost/format/alt_sstream.hpp include/boost/format/alt_sstream_impl.hpp include/boost/format/detail/compat_workarounds.hpp include/boost/format/detail/config_macros.hpp include/boost/format/detail/msvc_disambiguater.hpp include/boost/format/detail/unset_macros.hpp include/boost/format/detail/workarounds_gcc-2_95.hpp include/boost/format/detail/workarounds_stlport.hpp include/boost/format/exceptions.hpp include/boost/format/feed_args.hpp include/boost/format/format_class.hpp include/boost/format/format_fwd.hpp include/boost/format/format_implementation.hpp include/boost/format/free_funcs.hpp include/boost/format/group.hpp include/boost/format/internals.hpp include/boost/format/internals_fwd.hpp include/boost/format/parsing.hpp include/boost/function.hpp include/boost/function/detail/function_iterate.hpp include/boost/function/detail/maybe_include.hpp include/boost/function/detail/prologue.hpp include/boost/function/function0.hpp include/boost/function/function1.hpp include/boost/function/function10.hpp include/boost/function/function2.hpp include/boost/function/function3.hpp include/boost/function/function4.hpp include/boost/function/function5.hpp include/boost/function/function6.hpp include/boost/function/function7.hpp include/boost/function/function8.hpp include/boost/function/function9.hpp include/boost/function/function_base.hpp include/boost/function/function_fwd.hpp include/boost/function/function_template.hpp include/boost/function/function_typeof.hpp include/boost/function_equal.hpp include/boost/function_output_iterator.hpp include/boost/function_types/components.hpp include/boost/function_types/config/cc_names.hpp include/boost/function_types/config/compiler.hpp include/boost/function_types/config/config.hpp include/boost/function_types/detail/class_transform.hpp include/boost/function_types/detail/classifier.hpp include/boost/function_types/detail/classifier_impl/arity10_0.hpp include/boost/function_types/detail/classifier_impl/arity10_1.hpp include/boost/function_types/detail/classifier_impl/arity20_0.hpp include/boost/function_types/detail/classifier_impl/arity20_1.hpp include/boost/function_types/detail/classifier_impl/arity30_0.hpp include/boost/function_types/detail/classifier_impl/arity30_1.hpp include/boost/function_types/detail/classifier_impl/arity40_0.hpp include/boost/function_types/detail/classifier_impl/arity40_1.hpp include/boost/function_types/detail/classifier_impl/arity50_0.hpp include/boost/function_types/detail/classifier_impl/arity50_1.hpp include/boost/function_types/detail/classifier_impl/master.hpp include/boost/function_types/detail/components_as_mpl_sequence.hpp include/boost/function_types/detail/components_impl/arity10_0.hpp include/boost/function_types/detail/components_impl/arity10_1.hpp include/boost/function_types/detail/components_impl/arity20_0.hpp include/boost/function_types/detail/components_impl/arity20_1.hpp include/boost/function_types/detail/components_impl/arity30_0.hpp include/boost/function_types/detail/components_impl/arity30_1.hpp include/boost/function_types/detail/components_impl/arity40_0.hpp include/boost/function_types/detail/components_impl/arity40_1.hpp include/boost/function_types/detail/components_impl/arity50_0.hpp include/boost/function_types/detail/components_impl/arity50_1.hpp include/boost/function_types/detail/components_impl/master.hpp include/boost/function_types/detail/cv_traits.hpp include/boost/function_types/detail/encoding/aliases_def.hpp include/boost/function_types/detail/encoding/aliases_undef.hpp include/boost/function_types/detail/encoding/def.hpp include/boost/function_types/detail/encoding/undef.hpp include/boost/function_types/detail/pp_arity_loop.hpp include/boost/function_types/detail/pp_cc_loop/master.hpp include/boost/function_types/detail/pp_cc_loop/preprocessed.hpp include/boost/function_types/detail/pp_loop.hpp include/boost/function_types/detail/pp_retag_default_cc/master.hpp include/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp include/boost/function_types/detail/pp_tags/cc_tag.hpp include/boost/function_types/detail/pp_tags/master.hpp include/boost/function_types/detail/pp_tags/preprocessed.hpp include/boost/function_types/detail/pp_variate_loop/master.hpp include/boost/function_types/detail/pp_variate_loop/preprocessed.hpp include/boost/function_types/detail/retag_default_cc.hpp include/boost/function_types/detail/synthesize.hpp include/boost/function_types/detail/synthesize_impl/arity10_0.hpp include/boost/function_types/detail/synthesize_impl/arity10_1.hpp include/boost/function_types/detail/synthesize_impl/arity20_0.hpp include/boost/function_types/detail/synthesize_impl/arity20_1.hpp include/boost/function_types/detail/synthesize_impl/arity30_0.hpp include/boost/function_types/detail/synthesize_impl/arity30_1.hpp include/boost/function_types/detail/synthesize_impl/arity40_0.hpp include/boost/function_types/detail/synthesize_impl/arity40_1.hpp include/boost/function_types/detail/synthesize_impl/arity50_0.hpp include/boost/function_types/detail/synthesize_impl/arity50_1.hpp include/boost/function_types/detail/synthesize_impl/master.hpp include/boost/function_types/detail/to_sequence.hpp include/boost/function_types/function_arity.hpp include/boost/function_types/function_pointer.hpp include/boost/function_types/function_reference.hpp include/boost/function_types/function_type.hpp include/boost/function_types/is_callable_builtin.hpp include/boost/function_types/is_function.hpp include/boost/function_types/is_function_pointer.hpp include/boost/function_types/is_function_reference.hpp include/boost/function_types/is_member_function_pointer.hpp include/boost/function_types/is_member_object_pointer.hpp include/boost/function_types/is_member_pointer.hpp include/boost/function_types/is_nonmember_callable_builtin.hpp include/boost/function_types/member_function_pointer.hpp include/boost/function_types/member_object_pointer.hpp include/boost/function_types/parameter_types.hpp include/boost/function_types/property_tags.hpp include/boost/function_types/result_type.hpp include/boost/functional.hpp include/boost/functional/factory.hpp include/boost/functional/forward_adapter.hpp include/boost/functional/hash.hpp include/boost/functional/hash/detail/float_functions.hpp include/boost/functional/hash/detail/hash_float.hpp include/boost/functional/hash/detail/limits.hpp include/boost/functional/hash/extensions.hpp include/boost/functional/hash/hash.hpp include/boost/functional/hash/hash_fwd.hpp include/boost/functional/hash_fwd.hpp include/boost/functional/lightweight_forward_adapter.hpp include/boost/functional/overloaded_function.hpp include/boost/functional/overloaded_function/config.hpp include/boost/functional/overloaded_function/detail/base.hpp include/boost/functional/overloaded_function/detail/function_type.hpp include/boost/functional/value_factory.hpp include/boost/fusion/adapted.hpp include/boost/fusion/adapted/adt.hpp include/boost/fusion/adapted/adt/adapt_adt.hpp include/boost/fusion/adapted/adt/adapt_adt_named.hpp include/boost/fusion/adapted/adt/adapt_assoc_adt.hpp include/boost/fusion/adapted/adt/adapt_assoc_adt_named.hpp include/boost/fusion/adapted/adt/detail/adapt_base.hpp include/boost/fusion/adapted/adt/detail/adapt_base_assoc_attr_filler.hpp include/boost/fusion/adapted/adt/detail/adapt_base_attr_filler.hpp include/boost/fusion/adapted/adt/detail/extension.hpp include/boost/fusion/adapted/array.hpp include/boost/fusion/adapted/array/at_impl.hpp include/boost/fusion/adapted/array/begin_impl.hpp include/boost/fusion/adapted/array/category_of_impl.hpp include/boost/fusion/adapted/array/deref_impl.hpp include/boost/fusion/adapted/array/end_impl.hpp include/boost/fusion/adapted/array/is_sequence_impl.hpp include/boost/fusion/adapted/array/is_view_impl.hpp include/boost/fusion/adapted/array/size_impl.hpp include/boost/fusion/adapted/array/tag_of.hpp include/boost/fusion/adapted/array/value_at_impl.hpp include/boost/fusion/adapted/array/value_of_impl.hpp include/boost/fusion/adapted/boost_array.hpp include/boost/fusion/adapted/boost_array/array_iterator.hpp include/boost/fusion/adapted/boost_array/detail/at_impl.hpp include/boost/fusion/adapted/boost_array/detail/begin_impl.hpp include/boost/fusion/adapted/boost_array/detail/category_of_impl.hpp include/boost/fusion/adapted/boost_array/detail/end_impl.hpp include/boost/fusion/adapted/boost_array/detail/is_sequence_impl.hpp include/boost/fusion/adapted/boost_array/detail/is_view_impl.hpp include/boost/fusion/adapted/boost_array/detail/size_impl.hpp include/boost/fusion/adapted/boost_array/detail/value_at_impl.hpp include/boost/fusion/adapted/boost_array/tag_of.hpp include/boost/fusion/adapted/boost_tuple.hpp include/boost/fusion/adapted/boost_tuple/boost_tuple_iterator.hpp include/boost/fusion/adapted/boost_tuple/detail/at_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/begin_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/build_cons.hpp include/boost/fusion/adapted/boost_tuple/detail/category_of_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/convert_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/end_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/is_sequence_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/is_view_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/size_impl.hpp include/boost/fusion/adapted/boost_tuple/detail/value_at_impl.hpp include/boost/fusion/adapted/boost_tuple/mpl/clear.hpp include/boost/fusion/adapted/boost_tuple/tag_of.hpp include/boost/fusion/adapted/mpl.hpp include/boost/fusion/adapted/mpl/detail/at_impl.hpp include/boost/fusion/adapted/mpl/detail/begin_impl.hpp include/boost/fusion/adapted/mpl/detail/category_of_impl.hpp include/boost/fusion/adapted/mpl/detail/empty_impl.hpp include/boost/fusion/adapted/mpl/detail/end_impl.hpp include/boost/fusion/adapted/mpl/detail/has_key_impl.hpp include/boost/fusion/adapted/mpl/detail/is_sequence_impl.hpp include/boost/fusion/adapted/mpl/detail/is_view_impl.hpp include/boost/fusion/adapted/mpl/detail/size_impl.hpp include/boost/fusion/adapted/mpl/detail/value_at_impl.hpp include/boost/fusion/adapted/mpl/mpl_iterator.hpp include/boost/fusion/adapted/std_array.hpp include/boost/fusion/adapted/std_array/detail/array_size.hpp include/boost/fusion/adapted/std_array/detail/at_impl.hpp include/boost/fusion/adapted/std_array/detail/begin_impl.hpp include/boost/fusion/adapted/std_array/detail/category_of_impl.hpp include/boost/fusion/adapted/std_array/detail/end_impl.hpp include/boost/fusion/adapted/std_array/detail/is_sequence_impl.hpp include/boost/fusion/adapted/std_array/detail/is_view_impl.hpp include/boost/fusion/adapted/std_array/detail/size_impl.hpp include/boost/fusion/adapted/std_array/detail/value_at_impl.hpp include/boost/fusion/adapted/std_array/std_array_iterator.hpp include/boost/fusion/adapted/std_array/tag_of.hpp include/boost/fusion/adapted/std_pair.hpp include/boost/fusion/adapted/std_tuple.hpp include/boost/fusion/adapted/std_tuple/detail/at_impl.hpp include/boost/fusion/adapted/std_tuple/detail/begin_impl.hpp include/boost/fusion/adapted/std_tuple/detail/build_std_tuple.hpp include/boost/fusion/adapted/std_tuple/detail/category_of_impl.hpp include/boost/fusion/adapted/std_tuple/detail/convert_impl.hpp include/boost/fusion/adapted/std_tuple/detail/end_impl.hpp include/boost/fusion/adapted/std_tuple/detail/is_sequence_impl.hpp include/boost/fusion/adapted/std_tuple/detail/is_view_impl.hpp include/boost/fusion/adapted/std_tuple/detail/size_impl.hpp include/boost/fusion/adapted/std_tuple/detail/value_at_impl.hpp include/boost/fusion/adapted/std_tuple/mpl/clear.hpp include/boost/fusion/adapted/std_tuple/std_tuple_iterator.hpp include/boost/fusion/adapted/std_tuple/tag_of.hpp include/boost/fusion/adapted/struct.hpp include/boost/fusion/adapted/struct/adapt_assoc_struct.hpp include/boost/fusion/adapted/struct/adapt_assoc_struct_named.hpp include/boost/fusion/adapted/struct/adapt_struct.hpp include/boost/fusion/adapted/struct/adapt_struct_named.hpp include/boost/fusion/adapted/struct/define_assoc_struct.hpp include/boost/fusion/adapted/struct/define_struct.hpp include/boost/fusion/adapted/struct/define_struct_inline.hpp include/boost/fusion/adapted/struct/detail/adapt_auto.hpp include/boost/fusion/adapted/struct/detail/adapt_base.hpp include/boost/fusion/adapted/struct/detail/adapt_base_assoc_attr_filler.hpp include/boost/fusion/adapted/struct/detail/adapt_base_attr_filler.hpp include/boost/fusion/adapted/struct/detail/adapt_is_tpl.hpp include/boost/fusion/adapted/struct/detail/at_impl.hpp include/boost/fusion/adapted/struct/detail/begin_impl.hpp include/boost/fusion/adapted/struct/detail/category_of_impl.hpp include/boost/fusion/adapted/struct/detail/define_struct.hpp include/boost/fusion/adapted/struct/detail/define_struct_inline.hpp include/boost/fusion/adapted/struct/detail/deref_data_impl.hpp include/boost/fusion/adapted/struct/detail/deref_impl.hpp include/boost/fusion/adapted/struct/detail/end_impl.hpp include/boost/fusion/adapted/struct/detail/extension.hpp include/boost/fusion/adapted/struct/detail/is_sequence_impl.hpp include/boost/fusion/adapted/struct/detail/is_view_impl.hpp include/boost/fusion/adapted/struct/detail/key_of_impl.hpp include/boost/fusion/adapted/struct/detail/namespace.hpp include/boost/fusion/adapted/struct/detail/preprocessor/is_seq.hpp include/boost/fusion/adapted/struct/detail/proxy_type.hpp include/boost/fusion/adapted/struct/detail/size_impl.hpp include/boost/fusion/adapted/struct/detail/value_at_impl.hpp include/boost/fusion/adapted/struct/detail/value_of_data_impl.hpp include/boost/fusion/adapted/struct/detail/value_of_impl.hpp include/boost/fusion/algorithm.hpp include/boost/fusion/algorithm/auxiliary.hpp include/boost/fusion/algorithm/auxiliary/copy.hpp include/boost/fusion/algorithm/auxiliary/move.hpp include/boost/fusion/algorithm/iteration.hpp include/boost/fusion/algorithm/iteration/accumulate.hpp include/boost/fusion/algorithm/iteration/accumulate_fwd.hpp include/boost/fusion/algorithm/iteration/detail/fold.hpp include/boost/fusion/algorithm/iteration/detail/for_each.hpp include/boost/fusion/algorithm/iteration/detail/preprocessed/fold.hpp include/boost/fusion/algorithm/iteration/detail/preprocessed/iter_fold.hpp include/boost/fusion/algorithm/iteration/detail/preprocessed/reverse_fold.hpp include/boost/fusion/algorithm/iteration/detail/preprocessed/reverse_iter_fold.hpp include/boost/fusion/algorithm/iteration/detail/segmented_fold.hpp include/boost/fusion/algorithm/iteration/detail/segmented_for_each.hpp include/boost/fusion/algorithm/iteration/fold.hpp include/boost/fusion/algorithm/iteration/fold_fwd.hpp include/boost/fusion/algorithm/iteration/for_each.hpp include/boost/fusion/algorithm/iteration/for_each_fwd.hpp include/boost/fusion/algorithm/iteration/iter_fold.hpp include/boost/fusion/algorithm/iteration/iter_fold_fwd.hpp include/boost/fusion/algorithm/iteration/reverse_fold.hpp include/boost/fusion/algorithm/iteration/reverse_fold_fwd.hpp include/boost/fusion/algorithm/iteration/reverse_iter_fold.hpp include/boost/fusion/algorithm/iteration/reverse_iter_fold_fwd.hpp include/boost/fusion/algorithm/query.hpp include/boost/fusion/algorithm/query/all.hpp include/boost/fusion/algorithm/query/any.hpp include/boost/fusion/algorithm/query/count.hpp include/boost/fusion/algorithm/query/count_if.hpp include/boost/fusion/algorithm/query/detail/all.hpp include/boost/fusion/algorithm/query/detail/any.hpp include/boost/fusion/algorithm/query/detail/count.hpp include/boost/fusion/algorithm/query/detail/count_if.hpp include/boost/fusion/algorithm/query/detail/find_if.hpp include/boost/fusion/algorithm/query/detail/segmented_find.hpp include/boost/fusion/algorithm/query/detail/segmented_find_if.hpp include/boost/fusion/algorithm/query/find.hpp include/boost/fusion/algorithm/query/find_fwd.hpp include/boost/fusion/algorithm/query/find_if.hpp include/boost/fusion/algorithm/query/find_if_fwd.hpp include/boost/fusion/algorithm/query/none.hpp include/boost/fusion/algorithm/transformation.hpp include/boost/fusion/algorithm/transformation/clear.hpp include/boost/fusion/algorithm/transformation/detail/preprocessed/zip.hpp include/boost/fusion/algorithm/transformation/detail/preprocessed/zip10.hpp include/boost/fusion/algorithm/transformation/detail/preprocessed/zip20.hpp include/boost/fusion/algorithm/transformation/detail/preprocessed/zip30.hpp include/boost/fusion/algorithm/transformation/detail/preprocessed/zip40.hpp include/boost/fusion/algorithm/transformation/detail/preprocessed/zip50.hpp include/boost/fusion/algorithm/transformation/detail/replace.hpp include/boost/fusion/algorithm/transformation/detail/replace_if.hpp include/boost/fusion/algorithm/transformation/erase.hpp include/boost/fusion/algorithm/transformation/erase_key.hpp include/boost/fusion/algorithm/transformation/filter.hpp include/boost/fusion/algorithm/transformation/filter_if.hpp include/boost/fusion/algorithm/transformation/flatten.hpp include/boost/fusion/algorithm/transformation/insert.hpp include/boost/fusion/algorithm/transformation/insert_range.hpp include/boost/fusion/algorithm/transformation/join.hpp include/boost/fusion/algorithm/transformation/pop_back.hpp include/boost/fusion/algorithm/transformation/pop_front.hpp include/boost/fusion/algorithm/transformation/push_back.hpp include/boost/fusion/algorithm/transformation/push_front.hpp include/boost/fusion/algorithm/transformation/remove.hpp include/boost/fusion/algorithm/transformation/remove_if.hpp include/boost/fusion/algorithm/transformation/replace.hpp include/boost/fusion/algorithm/transformation/replace_if.hpp include/boost/fusion/algorithm/transformation/reverse.hpp include/boost/fusion/algorithm/transformation/transform.hpp include/boost/fusion/algorithm/transformation/zip.hpp include/boost/fusion/container.hpp include/boost/fusion/container/deque.hpp include/boost/fusion/container/deque/back_extended_deque.hpp include/boost/fusion/container/deque/convert.hpp include/boost/fusion/container/deque/deque.hpp include/boost/fusion/container/deque/deque_fwd.hpp include/boost/fusion/container/deque/deque_iterator.hpp include/boost/fusion/container/deque/detail/at_impl.hpp include/boost/fusion/container/deque/detail/begin_impl.hpp include/boost/fusion/container/deque/detail/build_deque.hpp include/boost/fusion/container/deque/detail/convert_impl.hpp include/boost/fusion/container/deque/detail/cpp03/as_deque.hpp include/boost/fusion/container/deque/detail/cpp03/build_deque.hpp include/boost/fusion/container/deque/detail/cpp03/deque.hpp include/boost/fusion/container/deque/detail/cpp03/deque_forward_ctor.hpp include/boost/fusion/container/deque/detail/cpp03/deque_fwd.hpp include/boost/fusion/container/deque/detail/cpp03/deque_initial_size.hpp include/boost/fusion/container/deque/detail/cpp03/deque_keyed_values.hpp include/boost/fusion/container/deque/detail/cpp03/deque_keyed_values_call.hpp include/boost/fusion/container/deque/detail/cpp03/limits.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque10.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque20.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque30.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque40.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/as_deque50.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque10.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque10_fwd.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque20.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque20_fwd.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque30.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque30_fwd.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque40.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque40_fwd.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque50.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque50_fwd.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size10.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size20.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size30.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size40.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_initial_size50.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values10.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values20.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values30.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values40.hpp include/boost/fusion/container/deque/detail/cpp03/preprocessed/deque_keyed_values50.hpp include/boost/fusion/container/deque/detail/deque_keyed_values.hpp include/boost/fusion/container/deque/detail/end_impl.hpp include/boost/fusion/container/deque/detail/is_sequence_impl.hpp include/boost/fusion/container/deque/detail/keyed_element.hpp include/boost/fusion/container/deque/detail/value_at_impl.hpp include/boost/fusion/container/deque/front_extended_deque.hpp include/boost/fusion/container/generation.hpp include/boost/fusion/container/generation/cons_tie.hpp include/boost/fusion/container/generation/deque_tie.hpp include/boost/fusion/container/generation/detail/pp_deque_tie.hpp include/boost/fusion/container/generation/detail/pp_list_tie.hpp include/boost/fusion/container/generation/detail/pp_make_deque.hpp include/boost/fusion/container/generation/detail/pp_make_list.hpp include/boost/fusion/container/generation/detail/pp_make_map.hpp include/boost/fusion/container/generation/detail/pp_make_set.hpp include/boost/fusion/container/generation/detail/pp_make_vector.hpp include/boost/fusion/container/generation/detail/pp_map_tie.hpp include/boost/fusion/container/generation/detail/pp_vector_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie10.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie20.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie30.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie40.hpp include/boost/fusion/container/generation/detail/preprocessed/deque_tie50.hpp include/boost/fusion/container/generation/detail/preprocessed/list_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/list_tie10.hpp include/boost/fusion/container/generation/detail/preprocessed/list_tie20.hpp include/boost/fusion/container/generation/detail/preprocessed/list_tie30.hpp include/boost/fusion/container/generation/detail/preprocessed/list_tie40.hpp include/boost/fusion/container/generation/detail/preprocessed/list_tie50.hpp include/boost/fusion/container/generation/detail/preprocessed/make_deque.hpp include/boost/fusion/container/generation/detail/preprocessed/make_deque10.hpp include/boost/fusion/container/generation/detail/preprocessed/make_deque20.hpp include/boost/fusion/container/generation/detail/preprocessed/make_deque30.hpp include/boost/fusion/container/generation/detail/preprocessed/make_deque40.hpp include/boost/fusion/container/generation/detail/preprocessed/make_deque50.hpp include/boost/fusion/container/generation/detail/preprocessed/make_list.hpp include/boost/fusion/container/generation/detail/preprocessed/make_list10.hpp include/boost/fusion/container/generation/detail/preprocessed/make_list20.hpp include/boost/fusion/container/generation/detail/preprocessed/make_list30.hpp include/boost/fusion/container/generation/detail/preprocessed/make_list40.hpp include/boost/fusion/container/generation/detail/preprocessed/make_list50.hpp include/boost/fusion/container/generation/detail/preprocessed/make_map.hpp include/boost/fusion/container/generation/detail/preprocessed/make_map10.hpp include/boost/fusion/container/generation/detail/preprocessed/make_map20.hpp include/boost/fusion/container/generation/detail/preprocessed/make_map30.hpp include/boost/fusion/container/generation/detail/preprocessed/make_map40.hpp include/boost/fusion/container/generation/detail/preprocessed/make_map50.hpp include/boost/fusion/container/generation/detail/preprocessed/make_set.hpp include/boost/fusion/container/generation/detail/preprocessed/make_set10.hpp include/boost/fusion/container/generation/detail/preprocessed/make_set20.hpp include/boost/fusion/container/generation/detail/preprocessed/make_set30.hpp include/boost/fusion/container/generation/detail/preprocessed/make_set40.hpp include/boost/fusion/container/generation/detail/preprocessed/make_set50.hpp include/boost/fusion/container/generation/detail/preprocessed/make_vector.hpp include/boost/fusion/container/generation/detail/preprocessed/make_vector10.hpp include/boost/fusion/container/generation/detail/preprocessed/make_vector20.hpp include/boost/fusion/container/generation/detail/preprocessed/make_vector30.hpp include/boost/fusion/container/generation/detail/preprocessed/make_vector40.hpp include/boost/fusion/container/generation/detail/preprocessed/make_vector50.hpp include/boost/fusion/container/generation/detail/preprocessed/map_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/map_tie10.hpp include/boost/fusion/container/generation/detail/preprocessed/map_tie20.hpp include/boost/fusion/container/generation/detail/preprocessed/map_tie30.hpp include/boost/fusion/container/generation/detail/preprocessed/map_tie40.hpp include/boost/fusion/container/generation/detail/preprocessed/map_tie50.hpp include/boost/fusion/container/generation/detail/preprocessed/vector_tie.hpp include/boost/fusion/container/generation/detail/preprocessed/vector_tie10.hpp include/boost/fusion/container/generation/detail/preprocessed/vector_tie20.hpp include/boost/fusion/container/generation/detail/preprocessed/vector_tie30.hpp include/boost/fusion/container/generation/detail/preprocessed/vector_tie40.hpp include/boost/fusion/container/generation/detail/preprocessed/vector_tie50.hpp include/boost/fusion/container/generation/ignore.hpp include/boost/fusion/container/generation/list_tie.hpp include/boost/fusion/container/generation/make_cons.hpp include/boost/fusion/container/generation/make_deque.hpp include/boost/fusion/container/generation/make_list.hpp include/boost/fusion/container/generation/make_map.hpp include/boost/fusion/container/generation/make_set.hpp include/boost/fusion/container/generation/make_vector.hpp include/boost/fusion/container/generation/map_tie.hpp include/boost/fusion/container/generation/pair_tie.hpp include/boost/fusion/container/generation/vector_tie.hpp include/boost/fusion/container/list.hpp include/boost/fusion/container/list/cons.hpp include/boost/fusion/container/list/cons_fwd.hpp include/boost/fusion/container/list/cons_iterator.hpp include/boost/fusion/container/list/convert.hpp include/boost/fusion/container/list/detail/at_impl.hpp include/boost/fusion/container/list/detail/begin_impl.hpp include/boost/fusion/container/list/detail/build_cons.hpp include/boost/fusion/container/list/detail/convert_impl.hpp include/boost/fusion/container/list/detail/cpp03/limits.hpp include/boost/fusion/container/list/detail/cpp03/list.hpp include/boost/fusion/container/list/detail/cpp03/list_forward_ctor.hpp include/boost/fusion/container/list/detail/cpp03/list_fwd.hpp include/boost/fusion/container/list/detail/cpp03/list_to_cons.hpp include/boost/fusion/container/list/detail/cpp03/list_to_cons_call.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list10.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list10_fwd.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list20.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list20_fwd.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list30.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list30_fwd.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list40.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list40_fwd.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list50.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list50_fwd.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list_fwd.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons10.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons20.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons30.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons40.hpp include/boost/fusion/container/list/detail/cpp03/preprocessed/list_to_cons50.hpp include/boost/fusion/container/list/detail/deref_impl.hpp include/boost/fusion/container/list/detail/empty_impl.hpp include/boost/fusion/container/list/detail/end_impl.hpp include/boost/fusion/container/list/detail/equal_to_impl.hpp include/boost/fusion/container/list/detail/list_to_cons.hpp include/boost/fusion/container/list/detail/next_impl.hpp include/boost/fusion/container/list/detail/reverse_cons.hpp include/boost/fusion/container/list/detail/value_at_impl.hpp include/boost/fusion/container/list/detail/value_of_impl.hpp include/boost/fusion/container/list/list.hpp include/boost/fusion/container/list/list_fwd.hpp include/boost/fusion/container/list/nil.hpp include/boost/fusion/container/map.hpp include/boost/fusion/container/map/convert.hpp include/boost/fusion/container/map/detail/at_impl.hpp include/boost/fusion/container/map/detail/at_key_impl.hpp include/boost/fusion/container/map/detail/begin_impl.hpp include/boost/fusion/container/map/detail/build_map.hpp include/boost/fusion/container/map/detail/cpp03/as_map.hpp include/boost/fusion/container/map/detail/cpp03/at_impl.hpp include/boost/fusion/container/map/detail/cpp03/begin_impl.hpp include/boost/fusion/container/map/detail/cpp03/convert.hpp include/boost/fusion/container/map/detail/cpp03/convert_impl.hpp include/boost/fusion/container/map/detail/cpp03/deref_data_impl.hpp include/boost/fusion/container/map/detail/cpp03/deref_impl.hpp include/boost/fusion/container/map/detail/cpp03/end_impl.hpp include/boost/fusion/container/map/detail/cpp03/key_of_impl.hpp include/boost/fusion/container/map/detail/cpp03/limits.hpp include/boost/fusion/container/map/detail/cpp03/map.hpp include/boost/fusion/container/map/detail/cpp03/map_forward_ctor.hpp include/boost/fusion/container/map/detail/cpp03/map_fwd.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map10.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map20.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map30.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map40.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/as_map50.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map10.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map10_fwd.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map20.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map20_fwd.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map30.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map30_fwd.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map40.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map40_fwd.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map50.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map50_fwd.hpp include/boost/fusion/container/map/detail/cpp03/preprocessed/map_fwd.hpp include/boost/fusion/container/map/detail/cpp03/value_at_impl.hpp include/boost/fusion/container/map/detail/cpp03/value_of_data_impl.hpp include/boost/fusion/container/map/detail/cpp03/value_of_impl.hpp include/boost/fusion/container/map/detail/end_impl.hpp include/boost/fusion/container/map/detail/map_impl.hpp include/boost/fusion/container/map/detail/map_index.hpp include/boost/fusion/container/map/detail/value_at_impl.hpp include/boost/fusion/container/map/detail/value_at_key_impl.hpp include/boost/fusion/container/map/map.hpp include/boost/fusion/container/map/map_fwd.hpp include/boost/fusion/container/map/map_iterator.hpp include/boost/fusion/container/set.hpp include/boost/fusion/container/set/convert.hpp include/boost/fusion/container/set/detail/as_set.hpp include/boost/fusion/container/set/detail/begin_impl.hpp include/boost/fusion/container/set/detail/convert_impl.hpp include/boost/fusion/container/set/detail/cpp03/as_set.hpp include/boost/fusion/container/set/detail/cpp03/limits.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set10.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set20.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set30.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set40.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/as_set50.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set10.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set10_fwd.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set20.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set20_fwd.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set30.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set30_fwd.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set40.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set40_fwd.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set50.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set50_fwd.hpp include/boost/fusion/container/set/detail/cpp03/preprocessed/set_fwd.hpp include/boost/fusion/container/set/detail/cpp03/set.hpp include/boost/fusion/container/set/detail/cpp03/set_forward_ctor.hpp include/boost/fusion/container/set/detail/cpp03/set_fwd.hpp include/boost/fusion/container/set/detail/deref_data_impl.hpp include/boost/fusion/container/set/detail/deref_impl.hpp include/boost/fusion/container/set/detail/end_impl.hpp include/boost/fusion/container/set/detail/key_of_impl.hpp include/boost/fusion/container/set/detail/value_of_data_impl.hpp include/boost/fusion/container/set/detail/value_of_impl.hpp include/boost/fusion/container/set/set.hpp include/boost/fusion/container/set/set_fwd.hpp include/boost/fusion/container/vector.hpp include/boost/fusion/container/vector/convert.hpp include/boost/fusion/container/vector/detail/advance_impl.hpp include/boost/fusion/container/vector/detail/as_vector.hpp include/boost/fusion/container/vector/detail/at_impl.hpp include/boost/fusion/container/vector/detail/begin_impl.hpp include/boost/fusion/container/vector/detail/config.hpp include/boost/fusion/container/vector/detail/convert_impl.hpp include/boost/fusion/container/vector/detail/cpp03/as_vector.hpp include/boost/fusion/container/vector/detail/cpp03/limits.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector10.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector20.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector30.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector40.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/as_vector50.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector10_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector20_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector30_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector40_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector50_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser10.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser20.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser30.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser40.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_chooser50.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vector_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector10_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector20_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector30_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector40_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50.hpp include/boost/fusion/container/vector/detail/cpp03/preprocessed/vvector50_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/value_at_impl.hpp include/boost/fusion/container/vector/detail/cpp03/vector.hpp include/boost/fusion/container/vector/detail/cpp03/vector10.hpp include/boost/fusion/container/vector/detail/cpp03/vector10_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/vector20.hpp include/boost/fusion/container/vector/detail/cpp03/vector20_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/vector30.hpp include/boost/fusion/container/vector/detail/cpp03/vector30_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/vector40.hpp include/boost/fusion/container/vector/detail/cpp03/vector40_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/vector50.hpp include/boost/fusion/container/vector/detail/cpp03/vector50_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/vector_forward_ctor.hpp include/boost/fusion/container/vector/detail/cpp03/vector_fwd.hpp include/boost/fusion/container/vector/detail/cpp03/vector_n.hpp include/boost/fusion/container/vector/detail/cpp03/vector_n_chooser.hpp include/boost/fusion/container/vector/detail/deref_impl.hpp include/boost/fusion/container/vector/detail/distance_impl.hpp include/boost/fusion/container/vector/detail/end_impl.hpp include/boost/fusion/container/vector/detail/equal_to_impl.hpp include/boost/fusion/container/vector/detail/next_impl.hpp include/boost/fusion/container/vector/detail/prior_impl.hpp include/boost/fusion/container/vector/detail/value_at_impl.hpp include/boost/fusion/container/vector/detail/value_of_impl.hpp include/boost/fusion/container/vector/vector.hpp include/boost/fusion/container/vector/vector10.hpp include/boost/fusion/container/vector/vector20.hpp include/boost/fusion/container/vector/vector30.hpp include/boost/fusion/container/vector/vector40.hpp include/boost/fusion/container/vector/vector50.hpp include/boost/fusion/container/vector/vector_fwd.hpp include/boost/fusion/container/vector/vector_iterator.hpp include/boost/fusion/functional.hpp include/boost/fusion/functional/adapter.hpp include/boost/fusion/functional/adapter/detail/access.hpp include/boost/fusion/functional/adapter/fused.hpp include/boost/fusion/functional/adapter/fused_function_object.hpp include/boost/fusion/functional/adapter/fused_procedure.hpp include/boost/fusion/functional/adapter/limits.hpp include/boost/fusion/functional/adapter/unfused.hpp include/boost/fusion/functional/adapter/unfused_typed.hpp include/boost/fusion/functional/generation.hpp include/boost/fusion/functional/generation/detail/gen_make_adapter.hpp include/boost/fusion/functional/generation/make_fused.hpp include/boost/fusion/functional/generation/make_fused_function_object.hpp include/boost/fusion/functional/generation/make_fused_procedure.hpp include/boost/fusion/functional/generation/make_unfused.hpp include/boost/fusion/functional/invocation.hpp include/boost/fusion/functional/invocation/detail/that_ptr.hpp include/boost/fusion/functional/invocation/invoke.hpp include/boost/fusion/functional/invocation/invoke_function_object.hpp include/boost/fusion/functional/invocation/invoke_procedure.hpp include/boost/fusion/functional/invocation/limits.hpp include/boost/fusion/include/accumulate.hpp include/boost/fusion/include/adapt_adt.hpp include/boost/fusion/include/adapt_adt_named.hpp include/boost/fusion/include/adapt_assoc_adt.hpp include/boost/fusion/include/adapt_assoc_adt_named.hpp include/boost/fusion/include/adapt_assoc_struct.hpp include/boost/fusion/include/adapt_assoc_struct_named.hpp include/boost/fusion/include/adapt_struct.hpp include/boost/fusion/include/adapt_struct_named.hpp include/boost/fusion/include/adapted.hpp include/boost/fusion/include/adapter.hpp include/boost/fusion/include/advance.hpp include/boost/fusion/include/algorithm.hpp include/boost/fusion/include/all.hpp include/boost/fusion/include/any.hpp include/boost/fusion/include/array.hpp include/boost/fusion/include/as_deque.hpp include/boost/fusion/include/as_list.hpp include/boost/fusion/include/as_map.hpp include/boost/fusion/include/as_set.hpp include/boost/fusion/include/as_vector.hpp include/boost/fusion/include/at.hpp include/boost/fusion/include/at_c.hpp include/boost/fusion/include/at_key.hpp include/boost/fusion/include/auxiliary.hpp include/boost/fusion/include/back.hpp include/boost/fusion/include/begin.hpp include/boost/fusion/include/boost_array.hpp include/boost/fusion/include/boost_tuple.hpp include/boost/fusion/include/category_of.hpp include/boost/fusion/include/clear.hpp include/boost/fusion/include/comparison.hpp include/boost/fusion/include/cons.hpp include/boost/fusion/include/cons_tie.hpp include/boost/fusion/include/container.hpp include/boost/fusion/include/convert.hpp include/boost/fusion/include/copy.hpp include/boost/fusion/include/count.hpp include/boost/fusion/include/count_if.hpp include/boost/fusion/include/deduce.hpp include/boost/fusion/include/deduce_sequence.hpp include/boost/fusion/include/define_assoc_struct.hpp include/boost/fusion/include/define_struct.hpp include/boost/fusion/include/define_struct_inline.hpp include/boost/fusion/include/deque.hpp include/boost/fusion/include/deque_fwd.hpp include/boost/fusion/include/deque_tie.hpp include/boost/fusion/include/deref.hpp include/boost/fusion/include/deref_data.hpp include/boost/fusion/include/distance.hpp include/boost/fusion/include/empty.hpp include/boost/fusion/include/end.hpp include/boost/fusion/include/equal_to.hpp include/boost/fusion/include/erase.hpp include/boost/fusion/include/erase_key.hpp include/boost/fusion/include/filter.hpp include/boost/fusion/include/filter_if.hpp include/boost/fusion/include/filter_view.hpp include/boost/fusion/include/find.hpp include/boost/fusion/include/find_if.hpp include/boost/fusion/include/flatten.hpp include/boost/fusion/include/flatten_view.hpp include/boost/fusion/include/fold.hpp include/boost/fusion/include/for_each.hpp include/boost/fusion/include/front.hpp include/boost/fusion/include/functional.hpp include/boost/fusion/include/fused.hpp include/boost/fusion/include/fused_function_object.hpp include/boost/fusion/include/fused_procedure.hpp include/boost/fusion/include/generation.hpp include/boost/fusion/include/greater.hpp include/boost/fusion/include/greater_equal.hpp include/boost/fusion/include/has_key.hpp include/boost/fusion/include/hash.hpp include/boost/fusion/include/ignore.hpp include/boost/fusion/include/in.hpp include/boost/fusion/include/insert.hpp include/boost/fusion/include/insert_range.hpp include/boost/fusion/include/intrinsic.hpp include/boost/fusion/include/invocation.hpp include/boost/fusion/include/invoke.hpp include/boost/fusion/include/invoke_function_object.hpp include/boost/fusion/include/invoke_procedure.hpp include/boost/fusion/include/io.hpp include/boost/fusion/include/is_iterator.hpp include/boost/fusion/include/is_segmented.hpp include/boost/fusion/include/is_sequence.hpp include/boost/fusion/include/is_view.hpp include/boost/fusion/include/iter_fold.hpp include/boost/fusion/include/iteration.hpp include/boost/fusion/include/iterator.hpp include/boost/fusion/include/iterator_adapter.hpp include/boost/fusion/include/iterator_base.hpp include/boost/fusion/include/iterator_facade.hpp include/boost/fusion/include/iterator_range.hpp include/boost/fusion/include/join.hpp include/boost/fusion/include/joint_view.hpp include/boost/fusion/include/key_of.hpp include/boost/fusion/include/less.hpp include/boost/fusion/include/less_equal.hpp include/boost/fusion/include/list.hpp include/boost/fusion/include/list_fwd.hpp include/boost/fusion/include/list_tie.hpp include/boost/fusion/include/make_cons.hpp include/boost/fusion/include/make_deque.hpp include/boost/fusion/include/make_fused.hpp include/boost/fusion/include/make_fused_function_object.hpp include/boost/fusion/include/make_fused_procedure.hpp include/boost/fusion/include/make_list.hpp include/boost/fusion/include/make_map.hpp include/boost/fusion/include/make_set.hpp include/boost/fusion/include/make_tuple.hpp include/boost/fusion/include/make_unfused.hpp include/boost/fusion/include/make_vector.hpp include/boost/fusion/include/map.hpp include/boost/fusion/include/map_fwd.hpp include/boost/fusion/include/map_tie.hpp include/boost/fusion/include/move.hpp include/boost/fusion/include/mpl.hpp include/boost/fusion/include/next.hpp include/boost/fusion/include/nil.hpp include/boost/fusion/include/none.hpp include/boost/fusion/include/not_equal_to.hpp include/boost/fusion/include/nview.hpp include/boost/fusion/include/out.hpp include/boost/fusion/include/pair.hpp include/boost/fusion/include/pair_tie.hpp include/boost/fusion/include/pop_back.hpp include/boost/fusion/include/pop_front.hpp include/boost/fusion/include/prior.hpp include/boost/fusion/include/proxy_type.hpp include/boost/fusion/include/push_back.hpp include/boost/fusion/include/push_front.hpp include/boost/fusion/include/query.hpp include/boost/fusion/include/remove.hpp include/boost/fusion/include/remove_if.hpp include/boost/fusion/include/repetitive_view.hpp include/boost/fusion/include/replace.hpp include/boost/fusion/include/replace_if.hpp include/boost/fusion/include/reverse.hpp include/boost/fusion/include/reverse_fold.hpp include/boost/fusion/include/reverse_iter_fold.hpp include/boost/fusion/include/reverse_view.hpp include/boost/fusion/include/segmented_fold_until.hpp include/boost/fusion/include/segmented_iterator.hpp include/boost/fusion/include/segments.hpp include/boost/fusion/include/sequence.hpp include/boost/fusion/include/sequence_base.hpp include/boost/fusion/include/sequence_facade.hpp include/boost/fusion/include/set.hpp include/boost/fusion/include/set_fwd.hpp include/boost/fusion/include/single_view.hpp include/boost/fusion/include/size.hpp include/boost/fusion/include/std_pair.hpp include/boost/fusion/include/std_tuple.hpp include/boost/fusion/include/struct.hpp include/boost/fusion/include/support.hpp include/boost/fusion/include/swap.hpp include/boost/fusion/include/tag_of.hpp include/boost/fusion/include/tag_of_fwd.hpp include/boost/fusion/include/transform.hpp include/boost/fusion/include/transform_view.hpp include/boost/fusion/include/transformation.hpp include/boost/fusion/include/tuple.hpp include/boost/fusion/include/tuple_fwd.hpp include/boost/fusion/include/tuple_tie.hpp include/boost/fusion/include/unfused.hpp include/boost/fusion/include/unfused_typed.hpp include/boost/fusion/include/unused.hpp include/boost/fusion/include/value_at.hpp include/boost/fusion/include/value_at_key.hpp include/boost/fusion/include/value_of.hpp include/boost/fusion/include/value_of_data.hpp include/boost/fusion/include/vector.hpp include/boost/fusion/include/vector10.hpp include/boost/fusion/include/vector20.hpp include/boost/fusion/include/vector30.hpp include/boost/fusion/include/vector40.hpp include/boost/fusion/include/vector50.hpp include/boost/fusion/include/vector_fwd.hpp include/boost/fusion/include/vector_tie.hpp include/boost/fusion/include/view.hpp include/boost/fusion/include/void.hpp include/boost/fusion/include/zip.hpp include/boost/fusion/include/zip_view.hpp include/boost/fusion/iterator.hpp include/boost/fusion/iterator/advance.hpp include/boost/fusion/iterator/basic_iterator.hpp include/boost/fusion/iterator/deref.hpp include/boost/fusion/iterator/deref_data.hpp include/boost/fusion/iterator/detail/adapt_deref_traits.hpp include/boost/fusion/iterator/detail/adapt_value_traits.hpp include/boost/fusion/iterator/detail/advance.hpp include/boost/fusion/iterator/detail/distance.hpp include/boost/fusion/iterator/detail/segment_sequence.hpp include/boost/fusion/iterator/detail/segmented_equal_to.hpp include/boost/fusion/iterator/detail/segmented_iterator.hpp include/boost/fusion/iterator/detail/segmented_next_impl.hpp include/boost/fusion/iterator/distance.hpp include/boost/fusion/iterator/equal_to.hpp include/boost/fusion/iterator/iterator_adapter.hpp include/boost/fusion/iterator/iterator_facade.hpp include/boost/fusion/iterator/key_of.hpp include/boost/fusion/iterator/mpl.hpp include/boost/fusion/iterator/mpl/convert_iterator.hpp include/boost/fusion/iterator/mpl/fusion_iterator.hpp include/boost/fusion/iterator/next.hpp include/boost/fusion/iterator/prior.hpp include/boost/fusion/iterator/segmented_iterator.hpp include/boost/fusion/iterator/value_of.hpp include/boost/fusion/iterator/value_of_data.hpp include/boost/fusion/mpl.hpp include/boost/fusion/mpl/at.hpp include/boost/fusion/mpl/back.hpp include/boost/fusion/mpl/begin.hpp include/boost/fusion/mpl/clear.hpp include/boost/fusion/mpl/detail/clear.hpp include/boost/fusion/mpl/empty.hpp include/boost/fusion/mpl/end.hpp include/boost/fusion/mpl/erase.hpp include/boost/fusion/mpl/erase_key.hpp include/boost/fusion/mpl/front.hpp include/boost/fusion/mpl/has_key.hpp include/boost/fusion/mpl/insert.hpp include/boost/fusion/mpl/insert_range.hpp include/boost/fusion/mpl/pop_back.hpp include/boost/fusion/mpl/pop_front.hpp include/boost/fusion/mpl/push_back.hpp include/boost/fusion/mpl/push_front.hpp include/boost/fusion/mpl/size.hpp include/boost/fusion/sequence.hpp include/boost/fusion/sequence/comparison.hpp include/boost/fusion/sequence/comparison/detail/equal_to.hpp include/boost/fusion/sequence/comparison/detail/greater.hpp include/boost/fusion/sequence/comparison/detail/greater_equal.hpp include/boost/fusion/sequence/comparison/detail/less.hpp include/boost/fusion/sequence/comparison/detail/less_equal.hpp include/boost/fusion/sequence/comparison/detail/not_equal_to.hpp include/boost/fusion/sequence/comparison/enable_comparison.hpp include/boost/fusion/sequence/comparison/equal_to.hpp include/boost/fusion/sequence/comparison/greater.hpp include/boost/fusion/sequence/comparison/greater_equal.hpp include/boost/fusion/sequence/comparison/less.hpp include/boost/fusion/sequence/comparison/less_equal.hpp include/boost/fusion/sequence/comparison/not_equal_to.hpp include/boost/fusion/sequence/convert.hpp include/boost/fusion/sequence/hash.hpp include/boost/fusion/sequence/intrinsic.hpp include/boost/fusion/sequence/intrinsic/at.hpp include/boost/fusion/sequence/intrinsic/at_c.hpp include/boost/fusion/sequence/intrinsic/at_key.hpp include/boost/fusion/sequence/intrinsic/back.hpp include/boost/fusion/sequence/intrinsic/begin.hpp include/boost/fusion/sequence/intrinsic/detail/segmented_begin.hpp include/boost/fusion/sequence/intrinsic/detail/segmented_begin_impl.hpp include/boost/fusion/sequence/intrinsic/detail/segmented_end.hpp include/boost/fusion/sequence/intrinsic/detail/segmented_end_impl.hpp include/boost/fusion/sequence/intrinsic/detail/segmented_size.hpp include/boost/fusion/sequence/intrinsic/empty.hpp include/boost/fusion/sequence/intrinsic/end.hpp include/boost/fusion/sequence/intrinsic/front.hpp include/boost/fusion/sequence/intrinsic/has_key.hpp include/boost/fusion/sequence/intrinsic/segments.hpp include/boost/fusion/sequence/intrinsic/size.hpp include/boost/fusion/sequence/intrinsic/swap.hpp include/boost/fusion/sequence/intrinsic/value_at.hpp include/boost/fusion/sequence/intrinsic/value_at_key.hpp include/boost/fusion/sequence/intrinsic_fwd.hpp include/boost/fusion/sequence/io.hpp include/boost/fusion/sequence/io/detail/in.hpp include/boost/fusion/sequence/io/detail/manip.hpp include/boost/fusion/sequence/io/detail/out.hpp include/boost/fusion/sequence/io/in.hpp include/boost/fusion/sequence/io/out.hpp include/boost/fusion/sequence/sequence_facade.hpp include/boost/fusion/support.hpp include/boost/fusion/support/as_const.hpp include/boost/fusion/support/category_of.hpp include/boost/fusion/support/config.hpp include/boost/fusion/support/deduce.hpp include/boost/fusion/support/deduce_sequence.hpp include/boost/fusion/support/detail/access.hpp include/boost/fusion/support/detail/and.hpp include/boost/fusion/support/detail/as_fusion_element.hpp include/boost/fusion/support/detail/category_of.hpp include/boost/fusion/support/detail/enabler.hpp include/boost/fusion/support/detail/index_sequence.hpp include/boost/fusion/support/detail/is_mpl_sequence.hpp include/boost/fusion/support/detail/is_same_size.hpp include/boost/fusion/support/detail/is_view.hpp include/boost/fusion/support/detail/mpl_iterator_category.hpp include/boost/fusion/support/detail/pp_round.hpp include/boost/fusion/support/detail/segmented_fold_until_impl.hpp include/boost/fusion/support/detail/unknown_key.hpp include/boost/fusion/support/is_iterator.hpp include/boost/fusion/support/is_segmented.hpp include/boost/fusion/support/is_sequence.hpp include/boost/fusion/support/is_view.hpp include/boost/fusion/support/iterator_base.hpp include/boost/fusion/support/pair.hpp include/boost/fusion/support/segmented_fold_until.hpp include/boost/fusion/support/sequence_base.hpp include/boost/fusion/support/tag_of.hpp include/boost/fusion/support/tag_of_fwd.hpp include/boost/fusion/support/unused.hpp include/boost/fusion/support/void.hpp include/boost/fusion/tuple.hpp include/boost/fusion/tuple/detail/make_tuple.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple10.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple20.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple30.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple40.hpp include/boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp include/boost/fusion/tuple/detail/preprocessed/tuple.hpp include/boost/fusion/tuple/detail/preprocessed/tuple10.hpp include/boost/fusion/tuple/detail/preprocessed/tuple10_fwd.hpp include/boost/fusion/tuple/detail/preprocessed/tuple20.hpp include/boost/fusion/tuple/detail/preprocessed/tuple20_fwd.hpp include/boost/fusion/tuple/detail/preprocessed/tuple30.hpp include/boost/fusion/tuple/detail/preprocessed/tuple30_fwd.hpp include/boost/fusion/tuple/detail/preprocessed/tuple40.hpp include/boost/fusion/tuple/detail/preprocessed/tuple40_fwd.hpp include/boost/fusion/tuple/detail/preprocessed/tuple50.hpp include/boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp include/boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp include/boost/fusion/tuple/detail/tuple.hpp include/boost/fusion/tuple/detail/tuple_expand.hpp include/boost/fusion/tuple/detail/tuple_fwd.hpp include/boost/fusion/tuple/detail/tuple_tie.hpp include/boost/fusion/tuple/make_tuple.hpp include/boost/fusion/tuple/tuple.hpp include/boost/fusion/tuple/tuple_fwd.hpp include/boost/fusion/tuple/tuple_tie.hpp include/boost/fusion/view.hpp include/boost/fusion/view/detail/strictest_traversal.hpp include/boost/fusion/view/filter_view.hpp include/boost/fusion/view/filter_view/detail/begin_impl.hpp include/boost/fusion/view/filter_view/detail/deref_data_impl.hpp include/boost/fusion/view/filter_view/detail/deref_impl.hpp include/boost/fusion/view/filter_view/detail/end_impl.hpp include/boost/fusion/view/filter_view/detail/equal_to_impl.hpp include/boost/fusion/view/filter_view/detail/key_of_impl.hpp include/boost/fusion/view/filter_view/detail/next_impl.hpp include/boost/fusion/view/filter_view/detail/size_impl.hpp include/boost/fusion/view/filter_view/detail/value_of_data_impl.hpp include/boost/fusion/view/filter_view/detail/value_of_impl.hpp include/boost/fusion/view/filter_view/filter_view.hpp include/boost/fusion/view/filter_view/filter_view_iterator.hpp include/boost/fusion/view/flatten_view.hpp include/boost/fusion/view/flatten_view/flatten_view.hpp include/boost/fusion/view/flatten_view/flatten_view_iterator.hpp include/boost/fusion/view/iterator_range.hpp include/boost/fusion/view/iterator_range/detail/at_impl.hpp include/boost/fusion/view/iterator_range/detail/begin_impl.hpp include/boost/fusion/view/iterator_range/detail/end_impl.hpp include/boost/fusion/view/iterator_range/detail/is_segmented_impl.hpp include/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp include/boost/fusion/view/iterator_range/detail/segments_impl.hpp include/boost/fusion/view/iterator_range/detail/size_impl.hpp include/boost/fusion/view/iterator_range/detail/value_at_impl.hpp include/boost/fusion/view/iterator_range/iterator_range.hpp include/boost/fusion/view/joint_view.hpp include/boost/fusion/view/joint_view/detail/begin_impl.hpp include/boost/fusion/view/joint_view/detail/deref_data_impl.hpp include/boost/fusion/view/joint_view/detail/deref_impl.hpp include/boost/fusion/view/joint_view/detail/end_impl.hpp include/boost/fusion/view/joint_view/detail/key_of_impl.hpp include/boost/fusion/view/joint_view/detail/next_impl.hpp include/boost/fusion/view/joint_view/detail/value_of_data_impl.hpp include/boost/fusion/view/joint_view/detail/value_of_impl.hpp include/boost/fusion/view/joint_view/joint_view.hpp include/boost/fusion/view/joint_view/joint_view_fwd.hpp include/boost/fusion/view/joint_view/joint_view_iterator.hpp include/boost/fusion/view/nview.hpp include/boost/fusion/view/nview/detail/advance_impl.hpp include/boost/fusion/view/nview/detail/at_impl.hpp include/boost/fusion/view/nview/detail/begin_impl.hpp include/boost/fusion/view/nview/detail/cpp03/nview_impl.hpp include/boost/fusion/view/nview/detail/deref_impl.hpp include/boost/fusion/view/nview/detail/distance_impl.hpp include/boost/fusion/view/nview/detail/end_impl.hpp include/boost/fusion/view/nview/detail/equal_to_impl.hpp include/boost/fusion/view/nview/detail/next_impl.hpp include/boost/fusion/view/nview/detail/nview_impl.hpp include/boost/fusion/view/nview/detail/prior_impl.hpp include/boost/fusion/view/nview/detail/size_impl.hpp include/boost/fusion/view/nview/detail/value_at_impl.hpp include/boost/fusion/view/nview/detail/value_of_impl.hpp include/boost/fusion/view/nview/nview.hpp include/boost/fusion/view/nview/nview_iterator.hpp include/boost/fusion/view/repetitive_view.hpp include/boost/fusion/view/repetitive_view/detail/begin_impl.hpp include/boost/fusion/view/repetitive_view/detail/deref_impl.hpp include/boost/fusion/view/repetitive_view/detail/end_impl.hpp include/boost/fusion/view/repetitive_view/detail/next_impl.hpp include/boost/fusion/view/repetitive_view/detail/value_of_impl.hpp include/boost/fusion/view/repetitive_view/repetitive_view.hpp include/boost/fusion/view/repetitive_view/repetitive_view_fwd.hpp include/boost/fusion/view/repetitive_view/repetitive_view_iterator.hpp include/boost/fusion/view/reverse_view.hpp include/boost/fusion/view/reverse_view/detail/advance_impl.hpp include/boost/fusion/view/reverse_view/detail/at_impl.hpp include/boost/fusion/view/reverse_view/detail/begin_impl.hpp include/boost/fusion/view/reverse_view/detail/deref_data_impl.hpp include/boost/fusion/view/reverse_view/detail/deref_impl.hpp include/boost/fusion/view/reverse_view/detail/distance_impl.hpp include/boost/fusion/view/reverse_view/detail/end_impl.hpp include/boost/fusion/view/reverse_view/detail/key_of_impl.hpp include/boost/fusion/view/reverse_view/detail/next_impl.hpp include/boost/fusion/view/reverse_view/detail/prior_impl.hpp include/boost/fusion/view/reverse_view/detail/value_at_impl.hpp include/boost/fusion/view/reverse_view/detail/value_of_data_impl.hpp include/boost/fusion/view/reverse_view/detail/value_of_impl.hpp include/boost/fusion/view/reverse_view/reverse_view.hpp include/boost/fusion/view/reverse_view/reverse_view_iterator.hpp include/boost/fusion/view/single_view.hpp include/boost/fusion/view/single_view/detail/advance_impl.hpp include/boost/fusion/view/single_view/detail/at_impl.hpp include/boost/fusion/view/single_view/detail/begin_impl.hpp include/boost/fusion/view/single_view/detail/deref_impl.hpp include/boost/fusion/view/single_view/detail/distance_impl.hpp include/boost/fusion/view/single_view/detail/end_impl.hpp include/boost/fusion/view/single_view/detail/equal_to_impl.hpp include/boost/fusion/view/single_view/detail/next_impl.hpp include/boost/fusion/view/single_view/detail/prior_impl.hpp include/boost/fusion/view/single_view/detail/size_impl.hpp include/boost/fusion/view/single_view/detail/value_at_impl.hpp include/boost/fusion/view/single_view/detail/value_of_impl.hpp include/boost/fusion/view/single_view/single_view.hpp include/boost/fusion/view/single_view/single_view_iterator.hpp include/boost/fusion/view/transform_view.hpp include/boost/fusion/view/transform_view/detail/advance_impl.hpp include/boost/fusion/view/transform_view/detail/apply_transform_result.hpp include/boost/fusion/view/transform_view/detail/at_impl.hpp include/boost/fusion/view/transform_view/detail/begin_impl.hpp include/boost/fusion/view/transform_view/detail/deref_impl.hpp include/boost/fusion/view/transform_view/detail/distance_impl.hpp include/boost/fusion/view/transform_view/detail/end_impl.hpp include/boost/fusion/view/transform_view/detail/equal_to_impl.hpp include/boost/fusion/view/transform_view/detail/next_impl.hpp include/boost/fusion/view/transform_view/detail/prior_impl.hpp include/boost/fusion/view/transform_view/detail/value_at_impl.hpp include/boost/fusion/view/transform_view/detail/value_of_impl.hpp include/boost/fusion/view/transform_view/transform_view.hpp include/boost/fusion/view/transform_view/transform_view_fwd.hpp include/boost/fusion/view/transform_view/transform_view_iterator.hpp include/boost/fusion/view/zip_view.hpp include/boost/fusion/view/zip_view/detail/advance_impl.hpp include/boost/fusion/view/zip_view/detail/at_impl.hpp include/boost/fusion/view/zip_view/detail/begin_impl.hpp include/boost/fusion/view/zip_view/detail/deref_impl.hpp include/boost/fusion/view/zip_view/detail/distance_impl.hpp include/boost/fusion/view/zip_view/detail/end_impl.hpp include/boost/fusion/view/zip_view/detail/equal_to_impl.hpp include/boost/fusion/view/zip_view/detail/next_impl.hpp include/boost/fusion/view/zip_view/detail/prior_impl.hpp include/boost/fusion/view/zip_view/detail/size_impl.hpp include/boost/fusion/view/zip_view/detail/value_at_impl.hpp include/boost/fusion/view/zip_view/detail/value_of_impl.hpp include/boost/fusion/view/zip_view/zip_view.hpp include/boost/fusion/view/zip_view/zip_view_iterator.hpp include/boost/fusion/view/zip_view/zip_view_iterator_fwd.hpp include/boost/generator_iterator.hpp include/boost/geometry.hpp include/boost/geometry/algorithms/append.hpp include/boost/geometry/algorithms/area.hpp include/boost/geometry/algorithms/assign.hpp include/boost/geometry/algorithms/buffer.hpp include/boost/geometry/algorithms/centroid.hpp include/boost/geometry/algorithms/clear.hpp include/boost/geometry/algorithms/comparable_distance.hpp include/boost/geometry/algorithms/convert.hpp include/boost/geometry/algorithms/convex_hull.hpp include/boost/geometry/algorithms/correct.hpp include/boost/geometry/algorithms/covered_by.hpp include/boost/geometry/algorithms/crosses.hpp include/boost/geometry/algorithms/detail/as_range.hpp include/boost/geometry/algorithms/detail/assign_box_corners.hpp include/boost/geometry/algorithms/detail/assign_indexed_point.hpp include/boost/geometry/algorithms/detail/assign_values.hpp include/boost/geometry/algorithms/detail/azimuth.hpp include/boost/geometry/algorithms/detail/buffer/buffer_inserter.hpp include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp include/boost/geometry/algorithms/detail/buffer/buffered_piece_collection.hpp include/boost/geometry/algorithms/detail/buffer/buffered_ring.hpp include/boost/geometry/algorithms/detail/buffer/get_piece_turns.hpp include/boost/geometry/algorithms/detail/buffer/line_line_intersection.hpp include/boost/geometry/algorithms/detail/buffer/parallel_continue.hpp include/boost/geometry/algorithms/detail/buffer/turn_in_original_visitor.hpp include/boost/geometry/algorithms/detail/buffer/turn_in_piece_visitor.hpp include/boost/geometry/algorithms/detail/calculate_null.hpp include/boost/geometry/algorithms/detail/calculate_sum.hpp include/boost/geometry/algorithms/detail/centroid/translating_transformer.hpp include/boost/geometry/algorithms/detail/check_iterator_range.hpp include/boost/geometry/algorithms/detail/closest_feature/geometry_to_range.hpp include/boost/geometry/algorithms/detail/closest_feature/point_to_range.hpp include/boost/geometry/algorithms/detail/closest_feature/range_to_range.hpp include/boost/geometry/algorithms/detail/comparable_distance/implementation.hpp include/boost/geometry/algorithms/detail/comparable_distance/interface.hpp include/boost/geometry/algorithms/detail/convert_indexed_to_indexed.hpp include/boost/geometry/algorithms/detail/convert_point_to_point.hpp include/boost/geometry/algorithms/detail/counting.hpp include/boost/geometry/algorithms/detail/course.hpp include/boost/geometry/algorithms/detail/direction_code.hpp include/boost/geometry/algorithms/detail/disjoint/areal_areal.hpp include/boost/geometry/algorithms/detail/disjoint/box_box.hpp include/boost/geometry/algorithms/detail/disjoint/implementation.hpp include/boost/geometry/algorithms/detail/disjoint/interface.hpp include/boost/geometry/algorithms/detail/disjoint/linear_areal.hpp include/boost/geometry/algorithms/detail/disjoint/linear_linear.hpp include/boost/geometry/algorithms/detail/disjoint/linear_segment_or_box.hpp include/boost/geometry/algorithms/detail/disjoint/multipoint_geometry.hpp include/boost/geometry/algorithms/detail/disjoint/multirange_geometry.hpp include/boost/geometry/algorithms/detail/disjoint/point_box.hpp include/boost/geometry/algorithms/detail/disjoint/point_geometry.hpp include/boost/geometry/algorithms/detail/disjoint/point_point.hpp include/boost/geometry/algorithms/detail/disjoint/segment_box.hpp include/boost/geometry/algorithms/detail/distance/backward_compatibility.hpp include/boost/geometry/algorithms/detail/distance/box_to_box.hpp include/boost/geometry/algorithms/detail/distance/default_strategies.hpp include/boost/geometry/algorithms/detail/distance/geometry_to_segment_or_box.hpp include/boost/geometry/algorithms/detail/distance/implementation.hpp include/boost/geometry/algorithms/detail/distance/interface.hpp include/boost/geometry/algorithms/detail/distance/is_comparable.hpp include/boost/geometry/algorithms/detail/distance/iterator_selector.hpp include/boost/geometry/algorithms/detail/distance/linear_or_areal_to_areal.hpp include/boost/geometry/algorithms/detail/distance/linear_to_linear.hpp include/boost/geometry/algorithms/detail/distance/multipoint_to_geometry.hpp include/boost/geometry/algorithms/detail/distance/point_to_geometry.hpp include/boost/geometry/algorithms/detail/distance/range_to_geometry_rtree.hpp include/boost/geometry/algorithms/detail/distance/segment_to_box.hpp include/boost/geometry/algorithms/detail/distance/segment_to_segment.hpp include/boost/geometry/algorithms/detail/envelope/box.hpp include/boost/geometry/algorithms/detail/envelope/implementation.hpp include/boost/geometry/algorithms/detail/envelope/initialize.hpp include/boost/geometry/algorithms/detail/envelope/interface.hpp include/boost/geometry/algorithms/detail/envelope/intersects_antimeridian.hpp include/boost/geometry/algorithms/detail/envelope/linear.hpp include/boost/geometry/algorithms/detail/envelope/multipoint.hpp include/boost/geometry/algorithms/detail/envelope/point.hpp include/boost/geometry/algorithms/detail/envelope/range.hpp include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp include/boost/geometry/algorithms/detail/envelope/segment.hpp include/boost/geometry/algorithms/detail/envelope/transform_units.hpp include/boost/geometry/algorithms/detail/equals/collect_vectors.hpp include/boost/geometry/algorithms/detail/equals/point_point.hpp include/boost/geometry/algorithms/detail/expand/box.hpp include/boost/geometry/algorithms/detail/expand/implementation.hpp include/boost/geometry/algorithms/detail/expand/indexed.hpp include/boost/geometry/algorithms/detail/expand/interface.hpp include/boost/geometry/algorithms/detail/expand/point.hpp include/boost/geometry/algorithms/detail/expand/segment.hpp include/boost/geometry/algorithms/detail/expand_by_epsilon.hpp include/boost/geometry/algorithms/detail/extreme_points.hpp include/boost/geometry/algorithms/detail/for_each_range.hpp include/boost/geometry/algorithms/detail/get_left_turns.hpp include/boost/geometry/algorithms/detail/get_max_size.hpp include/boost/geometry/algorithms/detail/has_self_intersections.hpp include/boost/geometry/algorithms/detail/interior_iterator.hpp include/boost/geometry/algorithms/detail/intersection/box_box.hpp include/boost/geometry/algorithms/detail/intersection/implementation.hpp include/boost/geometry/algorithms/detail/intersection/interface.hpp include/boost/geometry/algorithms/detail/intersection/multi.hpp include/boost/geometry/algorithms/detail/is_simple/always_simple.hpp include/boost/geometry/algorithms/detail/is_simple/areal.hpp include/boost/geometry/algorithms/detail/is_simple/debug_print_boundary_points.hpp include/boost/geometry/algorithms/detail/is_simple/failure_policy.hpp include/boost/geometry/algorithms/detail/is_simple/implementation.hpp include/boost/geometry/algorithms/detail/is_simple/interface.hpp include/boost/geometry/algorithms/detail/is_simple/linear.hpp include/boost/geometry/algorithms/detail/is_simple/multipoint.hpp include/boost/geometry/algorithms/detail/is_valid/box.hpp include/boost/geometry/algorithms/detail/is_valid/complement_graph.hpp include/boost/geometry/algorithms/detail/is_valid/debug_complement_graph.hpp include/boost/geometry/algorithms/detail/is_valid/debug_print_turns.hpp include/boost/geometry/algorithms/detail/is_valid/debug_validity_phase.hpp include/boost/geometry/algorithms/detail/is_valid/has_duplicates.hpp include/boost/geometry/algorithms/detail/is_valid/has_invalid_coordinate.hpp include/boost/geometry/algorithms/detail/is_valid/has_spikes.hpp include/boost/geometry/algorithms/detail/is_valid/has_valid_self_turns.hpp include/boost/geometry/algorithms/detail/is_valid/implementation.hpp include/boost/geometry/algorithms/detail/is_valid/interface.hpp include/boost/geometry/algorithms/detail/is_valid/is_acceptable_turn.hpp include/boost/geometry/algorithms/detail/is_valid/linear.hpp include/boost/geometry/algorithms/detail/is_valid/multipolygon.hpp include/boost/geometry/algorithms/detail/is_valid/pointlike.hpp include/boost/geometry/algorithms/detail/is_valid/polygon.hpp include/boost/geometry/algorithms/detail/is_valid/ring.hpp include/boost/geometry/algorithms/detail/is_valid/segment.hpp include/boost/geometry/algorithms/detail/max_interval_gap.hpp include/boost/geometry/algorithms/detail/multi_modify.hpp include/boost/geometry/algorithms/detail/multi_modify_with_predicate.hpp include/boost/geometry/algorithms/detail/multi_sum.hpp include/boost/geometry/algorithms/detail/normalize.hpp include/boost/geometry/algorithms/detail/not.hpp include/boost/geometry/algorithms/detail/num_distinct_consecutive_points.hpp include/boost/geometry/algorithms/detail/occupation_info.hpp include/boost/geometry/algorithms/detail/overlay/add_rings.hpp include/boost/geometry/algorithms/detail/overlay/aggregate_operations.hpp include/boost/geometry/algorithms/detail/overlay/append_no_duplicates.hpp include/boost/geometry/algorithms/detail/overlay/append_no_dups_or_spikes.hpp include/boost/geometry/algorithms/detail/overlay/assign_parents.hpp include/boost/geometry/algorithms/detail/overlay/backtrack_check_si.hpp include/boost/geometry/algorithms/detail/overlay/check_enrich.hpp include/boost/geometry/algorithms/detail/overlay/clip_linestring.hpp include/boost/geometry/algorithms/detail/overlay/cluster_info.hpp include/boost/geometry/algorithms/detail/overlay/convert_ring.hpp include/boost/geometry/algorithms/detail/overlay/copy_segment_point.hpp include/boost/geometry/algorithms/detail/overlay/copy_segments.hpp include/boost/geometry/algorithms/detail/overlay/debug_turn_info.hpp include/boost/geometry/algorithms/detail/overlay/do_reverse.hpp include/boost/geometry/algorithms/detail/overlay/enrich_intersection_points.hpp include/boost/geometry/algorithms/detail/overlay/enrichment_info.hpp include/boost/geometry/algorithms/detail/overlay/follow.hpp include/boost/geometry/algorithms/detail/overlay/follow_linear_linear.hpp include/boost/geometry/algorithms/detail/overlay/get_intersection_points.hpp include/boost/geometry/algorithms/detail/overlay/get_relative_order.hpp include/boost/geometry/algorithms/detail/overlay/get_ring.hpp include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp include/boost/geometry/algorithms/detail/overlay/get_turn_info_for_endpoint.hpp include/boost/geometry/algorithms/detail/overlay/get_turn_info_helpers.hpp include/boost/geometry/algorithms/detail/overlay/get_turn_info_la.hpp include/boost/geometry/algorithms/detail/overlay/get_turn_info_ll.hpp include/boost/geometry/algorithms/detail/overlay/get_turns.hpp include/boost/geometry/algorithms/detail/overlay/handle_colocations.hpp include/boost/geometry/algorithms/detail/overlay/inconsistent_turns_exception.hpp include/boost/geometry/algorithms/detail/overlay/intersection_box_box.hpp include/boost/geometry/algorithms/detail/overlay/intersection_insert.hpp include/boost/geometry/algorithms/detail/overlay/less_by_segment_ratio.hpp include/boost/geometry/algorithms/detail/overlay/linear_linear.hpp include/boost/geometry/algorithms/detail/overlay/overlay.hpp include/boost/geometry/algorithms/detail/overlay/overlay_type.hpp include/boost/geometry/algorithms/detail/overlay/pointlike_linear.hpp include/boost/geometry/algorithms/detail/overlay/pointlike_pointlike.hpp include/boost/geometry/algorithms/detail/overlay/ring_properties.hpp include/boost/geometry/algorithms/detail/overlay/segment_identifier.hpp include/boost/geometry/algorithms/detail/overlay/select_rings.hpp include/boost/geometry/algorithms/detail/overlay/self_turn_points.hpp include/boost/geometry/algorithms/detail/overlay/sort_by_side.hpp include/boost/geometry/algorithms/detail/overlay/stream_info.hpp include/boost/geometry/algorithms/detail/overlay/traversal.hpp include/boost/geometry/algorithms/detail/overlay/traversal_info.hpp include/boost/geometry/algorithms/detail/overlay/traversal_ring_creator.hpp include/boost/geometry/algorithms/detail/overlay/traversal_switch_detector.hpp include/boost/geometry/algorithms/detail/overlay/traverse.hpp include/boost/geometry/algorithms/detail/overlay/turn_info.hpp include/boost/geometry/algorithms/detail/overlay/visit_info.hpp include/boost/geometry/algorithms/detail/partition.hpp include/boost/geometry/algorithms/detail/point_is_spike_or_equal.hpp include/boost/geometry/algorithms/detail/point_on_border.hpp include/boost/geometry/algorithms/detail/recalculate.hpp include/boost/geometry/algorithms/detail/relate/areal_areal.hpp include/boost/geometry/algorithms/detail/relate/boundary_checker.hpp include/boost/geometry/algorithms/detail/relate/de9im.hpp include/boost/geometry/algorithms/detail/relate/follow_helpers.hpp include/boost/geometry/algorithms/detail/relate/implementation.hpp include/boost/geometry/algorithms/detail/relate/interface.hpp include/boost/geometry/algorithms/detail/relate/less.hpp include/boost/geometry/algorithms/detail/relate/linear_areal.hpp include/boost/geometry/algorithms/detail/relate/linear_linear.hpp include/boost/geometry/algorithms/detail/relate/point_geometry.hpp include/boost/geometry/algorithms/detail/relate/point_point.hpp include/boost/geometry/algorithms/detail/relate/relate_impl.hpp include/boost/geometry/algorithms/detail/relate/result.hpp include/boost/geometry/algorithms/detail/relate/topology_check.hpp include/boost/geometry/algorithms/detail/relate/turns.hpp include/boost/geometry/algorithms/detail/relation/implementation.hpp include/boost/geometry/algorithms/detail/relation/interface.hpp include/boost/geometry/algorithms/detail/ring_identifier.hpp include/boost/geometry/algorithms/detail/sections/range_by_section.hpp include/boost/geometry/algorithms/detail/sections/section_box_policies.hpp include/boost/geometry/algorithms/detail/sections/section_functions.hpp include/boost/geometry/algorithms/detail/sections/sectionalize.hpp include/boost/geometry/algorithms/detail/signed_size_type.hpp include/boost/geometry/algorithms/detail/single_geometry.hpp include/boost/geometry/algorithms/detail/sub_range.hpp include/boost/geometry/algorithms/detail/sweep.hpp include/boost/geometry/algorithms/detail/throw_on_empty_input.hpp include/boost/geometry/algorithms/detail/turns/compare_turns.hpp include/boost/geometry/algorithms/detail/turns/debug_turn.hpp include/boost/geometry/algorithms/detail/turns/filter_continue_turns.hpp include/boost/geometry/algorithms/detail/turns/print_turns.hpp include/boost/geometry/algorithms/detail/turns/remove_duplicate_turns.hpp include/boost/geometry/algorithms/detail/within/point_in_geometry.hpp include/boost/geometry/algorithms/detail/within/within_no_turns.hpp include/boost/geometry/algorithms/difference.hpp include/boost/geometry/algorithms/disjoint.hpp include/boost/geometry/algorithms/dispatch/disjoint.hpp include/boost/geometry/algorithms/dispatch/distance.hpp include/boost/geometry/algorithms/dispatch/envelope.hpp include/boost/geometry/algorithms/dispatch/expand.hpp include/boost/geometry/algorithms/dispatch/is_simple.hpp include/boost/geometry/algorithms/dispatch/is_valid.hpp include/boost/geometry/algorithms/distance.hpp include/boost/geometry/algorithms/envelope.hpp include/boost/geometry/algorithms/equals.hpp include/boost/geometry/algorithms/expand.hpp include/boost/geometry/algorithms/for_each.hpp include/boost/geometry/algorithms/intersection.hpp include/boost/geometry/algorithms/intersects.hpp include/boost/geometry/algorithms/is_convex.hpp include/boost/geometry/algorithms/is_empty.hpp include/boost/geometry/algorithms/is_simple.hpp include/boost/geometry/algorithms/is_valid.hpp include/boost/geometry/algorithms/length.hpp include/boost/geometry/algorithms/make.hpp include/boost/geometry/algorithms/not_implemented.hpp include/boost/geometry/algorithms/num_geometries.hpp include/boost/geometry/algorithms/num_interior_rings.hpp include/boost/geometry/algorithms/num_points.hpp include/boost/geometry/algorithms/num_segments.hpp include/boost/geometry/algorithms/overlaps.hpp include/boost/geometry/algorithms/perimeter.hpp include/boost/geometry/algorithms/point_on_surface.hpp include/boost/geometry/algorithms/relate.hpp include/boost/geometry/algorithms/relation.hpp include/boost/geometry/algorithms/remove_spikes.hpp include/boost/geometry/algorithms/reverse.hpp include/boost/geometry/algorithms/simplify.hpp include/boost/geometry/algorithms/sym_difference.hpp include/boost/geometry/algorithms/touches.hpp include/boost/geometry/algorithms/transform.hpp include/boost/geometry/algorithms/union.hpp include/boost/geometry/algorithms/unique.hpp include/boost/geometry/algorithms/validity_failure_type.hpp include/boost/geometry/algorithms/within.hpp include/boost/geometry/arithmetic/arithmetic.hpp include/boost/geometry/arithmetic/cross_product.hpp include/boost/geometry/arithmetic/determinant.hpp include/boost/geometry/arithmetic/dot_product.hpp include/boost/geometry/arithmetic/normalize.hpp include/boost/geometry/core/access.hpp include/boost/geometry/core/assert.hpp include/boost/geometry/core/closure.hpp include/boost/geometry/core/coordinate_dimension.hpp include/boost/geometry/core/coordinate_system.hpp include/boost/geometry/core/coordinate_type.hpp include/boost/geometry/core/cs.hpp include/boost/geometry/core/exception.hpp include/boost/geometry/core/exterior_ring.hpp include/boost/geometry/core/geometry_id.hpp include/boost/geometry/core/interior_rings.hpp include/boost/geometry/core/interior_type.hpp include/boost/geometry/core/is_areal.hpp include/boost/geometry/core/mutable_range.hpp include/boost/geometry/core/point_order.hpp include/boost/geometry/core/point_type.hpp include/boost/geometry/core/radian_access.hpp include/boost/geometry/core/radius.hpp include/boost/geometry/core/reverse_dispatch.hpp include/boost/geometry/core/ring_type.hpp include/boost/geometry/core/srs.hpp include/boost/geometry/core/tag.hpp include/boost/geometry/core/tag_cast.hpp include/boost/geometry/core/tags.hpp include/boost/geometry/core/topological_dimension.hpp include/boost/geometry/formulas/andoyer_inverse.hpp include/boost/geometry/formulas/area_formulas.hpp include/boost/geometry/formulas/differential_quantities.hpp include/boost/geometry/formulas/eccentricity_sqr.hpp include/boost/geometry/formulas/flattening.hpp include/boost/geometry/formulas/geographic.hpp include/boost/geometry/formulas/gnomonic_intersection.hpp include/boost/geometry/formulas/gnomonic_spheroid.hpp include/boost/geometry/formulas/result_direct.hpp include/boost/geometry/formulas/result_inverse.hpp include/boost/geometry/formulas/sjoberg_intersection.hpp include/boost/geometry/formulas/spherical.hpp include/boost/geometry/formulas/thomas_direct.hpp include/boost/geometry/formulas/thomas_inverse.hpp include/boost/geometry/formulas/vertex_latitude.hpp include/boost/geometry/formulas/vincenty_direct.hpp include/boost/geometry/formulas/vincenty_inverse.hpp include/boost/geometry/geometries/adapted/boost_array.hpp include/boost/geometry/geometries/adapted/boost_fusion.hpp include/boost/geometry/geometries/adapted/boost_polygon.hpp include/boost/geometry/geometries/adapted/boost_polygon/box.hpp include/boost/geometry/geometries/adapted/boost_polygon/hole_iterator.hpp include/boost/geometry/geometries/adapted/boost_polygon/holes_proxy.hpp include/boost/geometry/geometries/adapted/boost_polygon/point.hpp include/boost/geometry/geometries/adapted/boost_polygon/polygon.hpp include/boost/geometry/geometries/adapted/boost_polygon/ring.hpp include/boost/geometry/geometries/adapted/boost_polygon/ring_proxy.hpp include/boost/geometry/geometries/adapted/boost_range/adjacent_filtered.hpp include/boost/geometry/geometries/adapted/boost_range/filtered.hpp include/boost/geometry/geometries/adapted/boost_range/reversed.hpp include/boost/geometry/geometries/adapted/boost_range/sliced.hpp include/boost/geometry/geometries/adapted/boost_range/strided.hpp include/boost/geometry/geometries/adapted/boost_range/uniqued.hpp include/boost/geometry/geometries/adapted/boost_tuple.hpp include/boost/geometry/geometries/adapted/c_array.hpp include/boost/geometry/geometries/adapted/std_array.hpp include/boost/geometry/geometries/adapted/std_pair_as_segment.hpp include/boost/geometry/geometries/box.hpp include/boost/geometry/geometries/concepts/box_concept.hpp include/boost/geometry/geometries/concepts/check.hpp include/boost/geometry/geometries/concepts/linestring_concept.hpp include/boost/geometry/geometries/concepts/multi_linestring_concept.hpp include/boost/geometry/geometries/concepts/multi_point_concept.hpp include/boost/geometry/geometries/concepts/multi_polygon_concept.hpp include/boost/geometry/geometries/concepts/point_concept.hpp include/boost/geometry/geometries/concepts/polygon_concept.hpp include/boost/geometry/geometries/concepts/ring_concept.hpp include/boost/geometry/geometries/concepts/segment_concept.hpp include/boost/geometry/geometries/geometries.hpp include/boost/geometry/geometries/helper_geometry.hpp include/boost/geometry/geometries/linestring.hpp include/boost/geometry/geometries/multi_linestring.hpp include/boost/geometry/geometries/multi_point.hpp include/boost/geometry/geometries/multi_polygon.hpp include/boost/geometry/geometries/point.hpp include/boost/geometry/geometries/point_xy.hpp include/boost/geometry/geometries/pointing_segment.hpp include/boost/geometry/geometries/polygon.hpp include/boost/geometry/geometries/register/box.hpp include/boost/geometry/geometries/register/linestring.hpp include/boost/geometry/geometries/register/multi_linestring.hpp include/boost/geometry/geometries/register/multi_point.hpp include/boost/geometry/geometries/register/multi_polygon.hpp include/boost/geometry/geometries/register/point.hpp include/boost/geometry/geometries/register/ring.hpp include/boost/geometry/geometries/register/segment.hpp include/boost/geometry/geometries/ring.hpp include/boost/geometry/geometries/segment.hpp include/boost/geometry/geometries/variant.hpp include/boost/geometry/geometry.hpp include/boost/geometry/index/adaptors/query.hpp include/boost/geometry/index/detail/algorithms/bounds.hpp include/boost/geometry/index/detail/algorithms/comparable_distance_centroid.hpp include/boost/geometry/index/detail/algorithms/comparable_distance_far.hpp include/boost/geometry/index/detail/algorithms/comparable_distance_near.hpp include/boost/geometry/index/detail/algorithms/content.hpp include/boost/geometry/index/detail/algorithms/diff_abs.hpp include/boost/geometry/index/detail/algorithms/intersection_content.hpp include/boost/geometry/index/detail/algorithms/is_valid.hpp include/boost/geometry/index/detail/algorithms/margin.hpp include/boost/geometry/index/detail/algorithms/minmaxdist.hpp include/boost/geometry/index/detail/algorithms/nth_element.hpp include/boost/geometry/index/detail/algorithms/path_intersection.hpp include/boost/geometry/index/detail/algorithms/segment_intersection.hpp include/boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp include/boost/geometry/index/detail/algorithms/union_content.hpp include/boost/geometry/index/detail/assert.hpp include/boost/geometry/index/detail/bounded_view.hpp include/boost/geometry/index/detail/config_begin.hpp include/boost/geometry/index/detail/config_end.hpp include/boost/geometry/index/detail/distance_predicates.hpp include/boost/geometry/index/detail/exception.hpp include/boost/geometry/index/detail/is_bounding_geometry.hpp include/boost/geometry/index/detail/is_indexable.hpp include/boost/geometry/index/detail/meta.hpp include/boost/geometry/index/detail/predicates.hpp include/boost/geometry/index/detail/rtree/adaptors.hpp include/boost/geometry/index/detail/rtree/iterators.hpp include/boost/geometry/index/detail/rtree/kmeans/kmeans.hpp include/boost/geometry/index/detail/rtree/kmeans/split.hpp include/boost/geometry/index/detail/rtree/linear/linear.hpp include/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp include/boost/geometry/index/detail/rtree/node/concept.hpp include/boost/geometry/index/detail/rtree/node/node.hpp include/boost/geometry/index/detail/rtree/node/node_elements.hpp include/boost/geometry/index/detail/rtree/node/pairs.hpp include/boost/geometry/index/detail/rtree/node/scoped_deallocator.hpp include/boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp include/boost/geometry/index/detail/rtree/node/variant_dynamic.hpp include/boost/geometry/index/detail/rtree/node/variant_static.hpp include/boost/geometry/index/detail/rtree/node/variant_visitor.hpp include/boost/geometry/index/detail/rtree/node/weak_dynamic.hpp include/boost/geometry/index/detail/rtree/node/weak_static.hpp include/boost/geometry/index/detail/rtree/node/weak_visitor.hpp include/boost/geometry/index/detail/rtree/options.hpp include/boost/geometry/index/detail/rtree/pack_create.hpp include/boost/geometry/index/detail/rtree/quadratic/quadratic.hpp include/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp include/boost/geometry/index/detail/rtree/query_iterators.hpp include/boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp include/boost/geometry/index/detail/rtree/rstar/insert.hpp include/boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp include/boost/geometry/index/detail/rtree/rstar/rstar.hpp include/boost/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp include/boost/geometry/index/detail/rtree/utilities/are_counts_ok.hpp include/boost/geometry/index/detail/rtree/utilities/are_levels_ok.hpp include/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp include/boost/geometry/index/detail/rtree/utilities/print.hpp include/boost/geometry/index/detail/rtree/utilities/statistics.hpp include/boost/geometry/index/detail/rtree/utilities/view.hpp include/boost/geometry/index/detail/rtree/visitors/children_box.hpp include/boost/geometry/index/detail/rtree/visitors/copy.hpp include/boost/geometry/index/detail/rtree/visitors/count.hpp include/boost/geometry/index/detail/rtree/visitors/destroy.hpp include/boost/geometry/index/detail/rtree/visitors/distance_query.hpp include/boost/geometry/index/detail/rtree/visitors/insert.hpp include/boost/geometry/index/detail/rtree/visitors/is_leaf.hpp include/boost/geometry/index/detail/rtree/visitors/iterator.hpp include/boost/geometry/index/detail/rtree/visitors/remove.hpp include/boost/geometry/index/detail/rtree/visitors/spatial_query.hpp include/boost/geometry/index/detail/serialization.hpp include/boost/geometry/index/detail/tags.hpp include/boost/geometry/index/detail/translator.hpp include/boost/geometry/index/detail/tuples.hpp include/boost/geometry/index/detail/utilities.hpp include/boost/geometry/index/detail/varray.hpp include/boost/geometry/index/detail/varray_detail.hpp include/boost/geometry/index/distance_predicates.hpp include/boost/geometry/index/equal_to.hpp include/boost/geometry/index/indexable.hpp include/boost/geometry/index/inserter.hpp include/boost/geometry/index/parameters.hpp include/boost/geometry/index/predicates.hpp include/boost/geometry/index/rtree.hpp include/boost/geometry/io/dsv/write.hpp include/boost/geometry/io/io.hpp include/boost/geometry/io/svg/svg_mapper.hpp include/boost/geometry/io/svg/write.hpp include/boost/geometry/io/svg/write_svg.hpp include/boost/geometry/io/svg/write_svg_multi.hpp include/boost/geometry/io/wkt/detail/prefix.hpp include/boost/geometry/io/wkt/detail/wkt_multi.hpp include/boost/geometry/io/wkt/read.hpp include/boost/geometry/io/wkt/stream.hpp include/boost/geometry/io/wkt/wkt.hpp include/boost/geometry/io/wkt/write.hpp include/boost/geometry/iterators/base.hpp include/boost/geometry/iterators/closing_iterator.hpp include/boost/geometry/iterators/concatenate_iterator.hpp include/boost/geometry/iterators/detail/point_iterator/inner_range_type.hpp include/boost/geometry/iterators/detail/point_iterator/iterator_type.hpp include/boost/geometry/iterators/detail/point_iterator/value_type.hpp include/boost/geometry/iterators/detail/segment_iterator/iterator_type.hpp include/boost/geometry/iterators/detail/segment_iterator/range_segment_iterator.hpp include/boost/geometry/iterators/detail/segment_iterator/value_type.hpp include/boost/geometry/iterators/dispatch/point_iterator.hpp include/boost/geometry/iterators/dispatch/segment_iterator.hpp include/boost/geometry/iterators/ever_circling_iterator.hpp include/boost/geometry/iterators/flatten_iterator.hpp include/boost/geometry/iterators/has_one_element.hpp include/boost/geometry/iterators/point_iterator.hpp include/boost/geometry/iterators/point_reverse_iterator.hpp include/boost/geometry/iterators/segment_iterator.hpp include/boost/geometry/multi/algorithms/append.hpp include/boost/geometry/multi/algorithms/area.hpp include/boost/geometry/multi/algorithms/centroid.hpp include/boost/geometry/multi/algorithms/clear.hpp include/boost/geometry/multi/algorithms/convert.hpp include/boost/geometry/multi/algorithms/correct.hpp include/boost/geometry/multi/algorithms/covered_by.hpp include/boost/geometry/multi/algorithms/detail/extreme_points.hpp include/boost/geometry/multi/algorithms/detail/for_each_range.hpp include/boost/geometry/multi/algorithms/detail/modify.hpp include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp include/boost/geometry/multi/algorithms/detail/multi_sum.hpp include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp include/boost/geometry/multi/algorithms/detail/overlay/get_ring.hpp include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp include/boost/geometry/multi/algorithms/detail/point_on_border.hpp include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp include/boost/geometry/multi/algorithms/disjoint.hpp include/boost/geometry/multi/algorithms/distance.hpp include/boost/geometry/multi/algorithms/envelope.hpp include/boost/geometry/multi/algorithms/equals.hpp include/boost/geometry/multi/algorithms/for_each.hpp include/boost/geometry/multi/algorithms/intersection.hpp include/boost/geometry/multi/algorithms/length.hpp include/boost/geometry/multi/algorithms/num_geometries.hpp include/boost/geometry/multi/algorithms/num_interior_rings.hpp include/boost/geometry/multi/algorithms/num_points.hpp include/boost/geometry/multi/algorithms/perimeter.hpp include/boost/geometry/multi/algorithms/remove_spikes.hpp include/boost/geometry/multi/algorithms/reverse.hpp include/boost/geometry/multi/algorithms/simplify.hpp include/boost/geometry/multi/algorithms/transform.hpp include/boost/geometry/multi/algorithms/unique.hpp include/boost/geometry/multi/algorithms/within.hpp include/boost/geometry/multi/core/closure.hpp include/boost/geometry/multi/core/geometry_id.hpp include/boost/geometry/multi/core/interior_rings.hpp include/boost/geometry/multi/core/is_areal.hpp include/boost/geometry/multi/core/point_order.hpp include/boost/geometry/multi/core/point_type.hpp include/boost/geometry/multi/core/ring_type.hpp include/boost/geometry/multi/core/tags.hpp include/boost/geometry/multi/core/topological_dimension.hpp include/boost/geometry/multi/geometries/concepts/check.hpp include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp include/boost/geometry/multi/geometries/multi_geometries.hpp include/boost/geometry/multi/geometries/multi_linestring.hpp include/boost/geometry/multi/geometries/multi_point.hpp include/boost/geometry/multi/geometries/multi_polygon.hpp include/boost/geometry/multi/geometries/register/multi_linestring.hpp include/boost/geometry/multi/geometries/register/multi_point.hpp include/boost/geometry/multi/geometries/register/multi_polygon.hpp include/boost/geometry/multi/io/dsv/write.hpp include/boost/geometry/multi/io/wkt/detail/prefix.hpp include/boost/geometry/multi/io/wkt/read.hpp include/boost/geometry/multi/io/wkt/wkt.hpp include/boost/geometry/multi/io/wkt/write.hpp include/boost/geometry/multi/multi.hpp include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp include/boost/geometry/multi/views/detail/range_type.hpp include/boost/geometry/policies/compare.hpp include/boost/geometry/policies/disjoint_interrupt_policy.hpp include/boost/geometry/policies/is_valid/default_policy.hpp include/boost/geometry/policies/is_valid/failing_reason_policy.hpp include/boost/geometry/policies/is_valid/failure_type_policy.hpp include/boost/geometry/policies/predicate_based_interrupt_policy.hpp include/boost/geometry/policies/relate/direction.hpp include/boost/geometry/policies/relate/intersection_points.hpp include/boost/geometry/policies/relate/intersection_ratios.hpp include/boost/geometry/policies/relate/tupled.hpp include/boost/geometry/policies/robustness/get_rescale_policy.hpp include/boost/geometry/policies/robustness/no_rescale_policy.hpp include/boost/geometry/policies/robustness/rescale_policy.hpp include/boost/geometry/policies/robustness/robust_point_type.hpp include/boost/geometry/policies/robustness/robust_type.hpp include/boost/geometry/policies/robustness/segment_ratio.hpp include/boost/geometry/policies/robustness/segment_ratio_type.hpp include/boost/geometry/strategies/agnostic/buffer_distance_asymmetric.hpp include/boost/geometry/strategies/agnostic/buffer_distance_symmetric.hpp include/boost/geometry/strategies/agnostic/hull_graham_andrew.hpp include/boost/geometry/strategies/agnostic/point_in_box_by_side.hpp include/boost/geometry/strategies/agnostic/point_in_point.hpp include/boost/geometry/strategies/agnostic/point_in_poly_oriented_winding.hpp include/boost/geometry/strategies/agnostic/point_in_poly_winding.hpp include/boost/geometry/strategies/agnostic/simplify_douglas_peucker.hpp include/boost/geometry/strategies/area.hpp include/boost/geometry/strategies/azimuth.hpp include/boost/geometry/strategies/buffer.hpp include/boost/geometry/strategies/cartesian/area_surveyor.hpp include/boost/geometry/strategies/cartesian/azimuth.hpp include/boost/geometry/strategies/cartesian/box_in_box.hpp include/boost/geometry/strategies/cartesian/buffer_end_flat.hpp include/boost/geometry/strategies/cartesian/buffer_end_round.hpp include/boost/geometry/strategies/cartesian/buffer_join_miter.hpp include/boost/geometry/strategies/cartesian/buffer_join_round.hpp include/boost/geometry/strategies/cartesian/buffer_join_round_by_divide.hpp include/boost/geometry/strategies/cartesian/buffer_point_circle.hpp include/boost/geometry/strategies/cartesian/buffer_point_square.hpp include/boost/geometry/strategies/cartesian/buffer_side_straight.hpp include/boost/geometry/strategies/cartesian/centroid_average.hpp include/boost/geometry/strategies/cartesian/centroid_bashein_detmer.hpp include/boost/geometry/strategies/cartesian/centroid_weighted_length.hpp include/boost/geometry/strategies/cartesian/disjoint_segment_box.hpp include/boost/geometry/strategies/cartesian/distance_projected_point.hpp include/boost/geometry/strategies/cartesian/distance_projected_point_ax.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras_box_box.hpp include/boost/geometry/strategies/cartesian/distance_pythagoras_point_box.hpp include/boost/geometry/strategies/cartesian/envelope_segment.hpp include/boost/geometry/strategies/cartesian/intersection.hpp include/boost/geometry/strategies/cartesian/point_in_box.hpp include/boost/geometry/strategies/cartesian/point_in_poly_crossings_multiply.hpp include/boost/geometry/strategies/cartesian/point_in_poly_franklin.hpp include/boost/geometry/strategies/cartesian/side_by_triangle.hpp include/boost/geometry/strategies/cartesian/side_of_intersection.hpp include/boost/geometry/strategies/centroid.hpp include/boost/geometry/strategies/comparable_distance_result.hpp include/boost/geometry/strategies/compare.hpp include/boost/geometry/strategies/concepts/area_concept.hpp include/boost/geometry/strategies/concepts/centroid_concept.hpp include/boost/geometry/strategies/concepts/convex_hull_concept.hpp include/boost/geometry/strategies/concepts/distance_concept.hpp include/boost/geometry/strategies/concepts/segment_intersect_concept.hpp include/boost/geometry/strategies/concepts/simplify_concept.hpp include/boost/geometry/strategies/concepts/within_concept.hpp include/boost/geometry/strategies/convex_hull.hpp include/boost/geometry/strategies/covered_by.hpp include/boost/geometry/strategies/default_area_result.hpp include/boost/geometry/strategies/default_comparable_distance_result.hpp include/boost/geometry/strategies/default_distance_result.hpp include/boost/geometry/strategies/default_length_result.hpp include/boost/geometry/strategies/default_strategy.hpp include/boost/geometry/strategies/disjoint.hpp include/boost/geometry/strategies/distance.hpp include/boost/geometry/strategies/distance_result.hpp include/boost/geometry/strategies/envelope.hpp include/boost/geometry/strategies/geographic/area.hpp include/boost/geometry/strategies/geographic/azimuth.hpp include/boost/geometry/strategies/geographic/distance.hpp include/boost/geometry/strategies/geographic/distance_andoyer.hpp include/boost/geometry/strategies/geographic/distance_thomas.hpp include/boost/geometry/strategies/geographic/distance_vincenty.hpp include/boost/geometry/strategies/geographic/envelope_segment.hpp include/boost/geometry/strategies/geographic/intersection.hpp include/boost/geometry/strategies/geographic/intersection_elliptic.hpp include/boost/geometry/strategies/geographic/mapping_ssf.hpp include/boost/geometry/strategies/geographic/parameters.hpp include/boost/geometry/strategies/geographic/side.hpp include/boost/geometry/strategies/geographic/side_andoyer.hpp include/boost/geometry/strategies/geographic/side_thomas.hpp include/boost/geometry/strategies/geographic/side_vincenty.hpp include/boost/geometry/strategies/intersection.hpp include/boost/geometry/strategies/intersection_result.hpp include/boost/geometry/strategies/intersection_strategies.hpp include/boost/geometry/strategies/relate.hpp include/boost/geometry/strategies/side.hpp include/boost/geometry/strategies/side_info.hpp include/boost/geometry/strategies/spherical/area.hpp include/boost/geometry/strategies/spherical/azimuth.hpp include/boost/geometry/strategies/spherical/compare_circular.hpp include/boost/geometry/strategies/spherical/distance_cross_track.hpp include/boost/geometry/strategies/spherical/distance_cross_track_point_box.hpp include/boost/geometry/strategies/spherical/distance_haversine.hpp include/boost/geometry/strategies/spherical/envelope_segment.hpp include/boost/geometry/strategies/spherical/intersection.hpp include/boost/geometry/strategies/spherical/side_by_cross_track.hpp include/boost/geometry/strategies/spherical/ssf.hpp include/boost/geometry/strategies/strategies.hpp include/boost/geometry/strategies/strategy_transform.hpp include/boost/geometry/strategies/tags.hpp include/boost/geometry/strategies/transform.hpp include/boost/geometry/strategies/transform/inverse_transformer.hpp include/boost/geometry/strategies/transform/map_transformer.hpp include/boost/geometry/strategies/transform/matrix_transformers.hpp include/boost/geometry/strategies/within.hpp include/boost/geometry/util/add_const_if_c.hpp include/boost/geometry/util/bare_type.hpp include/boost/geometry/util/calculation_type.hpp include/boost/geometry/util/closure_as_bool.hpp include/boost/geometry/util/combine_if.hpp include/boost/geometry/util/compress_variant.hpp include/boost/geometry/util/condition.hpp include/boost/geometry/util/coordinate_cast.hpp include/boost/geometry/util/for_each_coordinate.hpp include/boost/geometry/util/has_infinite_coordinate.hpp include/boost/geometry/util/has_nan_coordinate.hpp include/boost/geometry/util/has_non_finite_coordinate.hpp include/boost/geometry/util/math.hpp include/boost/geometry/util/normalize_spheroidal_box_coordinates.hpp include/boost/geometry/util/normalize_spheroidal_coordinates.hpp include/boost/geometry/util/order_as_direction.hpp include/boost/geometry/util/parameter_type_of.hpp include/boost/geometry/util/promote_floating_point.hpp include/boost/geometry/util/promote_integral.hpp include/boost/geometry/util/range.hpp include/boost/geometry/util/rational.hpp include/boost/geometry/util/select_calculation_type.hpp include/boost/geometry/util/select_coordinate_type.hpp include/boost/geometry/util/select_most_precise.hpp include/boost/geometry/util/transform_variant.hpp include/boost/geometry/views/box_view.hpp include/boost/geometry/views/closeable_view.hpp include/boost/geometry/views/detail/boundary_view.hpp include/boost/geometry/views/detail/boundary_view/implementation.hpp include/boost/geometry/views/detail/boundary_view/interface.hpp include/boost/geometry/views/detail/indexed_point_view.hpp include/boost/geometry/views/detail/normalized_view.hpp include/boost/geometry/views/detail/points_view.hpp include/boost/geometry/views/detail/range_type.hpp include/boost/geometry/views/detail/two_dimensional_view.hpp include/boost/geometry/views/identity_view.hpp include/boost/geometry/views/reversible_view.hpp include/boost/geometry/views/segment_view.hpp include/boost/get_pointer.hpp include/boost/gil/algorithm.hpp include/boost/gil/bit_aligned_pixel_iterator.hpp include/boost/gil/bit_aligned_pixel_reference.hpp include/boost/gil/channel.hpp include/boost/gil/channel_algorithm.hpp include/boost/gil/cmyk.hpp include/boost/gil/color_base.hpp include/boost/gil/color_base_algorithm.hpp include/boost/gil/color_convert.hpp include/boost/gil/deprecated.hpp include/boost/gil/device_n.hpp include/boost/gil/extension/dynamic_image/algorithm.hpp include/boost/gil/extension/dynamic_image/any_image.hpp include/boost/gil/extension/dynamic_image/any_image_view.hpp include/boost/gil/extension/dynamic_image/apply_operation.hpp include/boost/gil/extension/dynamic_image/apply_operation_base.hpp include/boost/gil/extension/dynamic_image/dynamic_at_c.hpp include/boost/gil/extension/dynamic_image/dynamic_image_all.hpp include/boost/gil/extension/dynamic_image/image_view_factory.hpp include/boost/gil/extension/dynamic_image/reduce.hpp include/boost/gil/extension/dynamic_image/variant.hpp include/boost/gil/extension/io/dynamic_io.hpp include/boost/gil/extension/io/io_error.hpp include/boost/gil/extension/io/jpeg_dynamic_io.hpp include/boost/gil/extension/io/jpeg_io.hpp include/boost/gil/extension/io/jpeg_io_private.hpp include/boost/gil/extension/io/png_dynamic_io.hpp include/boost/gil/extension/io/png_io.hpp include/boost/gil/extension/io/png_io_private.hpp include/boost/gil/extension/io/tiff_dynamic_io.hpp include/boost/gil/extension/io/tiff_io.hpp include/boost/gil/gil_all.hpp include/boost/gil/gil_concept.hpp include/boost/gil/gil_config.hpp include/boost/gil/gray.hpp include/boost/gil/image.hpp include/boost/gil/image_view.hpp include/boost/gil/image_view_factory.hpp include/boost/gil/iterator_from_2d.hpp include/boost/gil/locator.hpp include/boost/gil/metafunctions.hpp include/boost/gil/packed_pixel.hpp include/boost/gil/pixel.hpp include/boost/gil/pixel_iterator.hpp include/boost/gil/pixel_iterator_adaptor.hpp include/boost/gil/planar_pixel_iterator.hpp include/boost/gil/planar_pixel_reference.hpp include/boost/gil/position_iterator.hpp include/boost/gil/rgb.hpp include/boost/gil/rgba.hpp include/boost/gil/step_iterator.hpp include/boost/gil/typedefs.hpp include/boost/gil/utilities.hpp include/boost/gil/virtual_locator.hpp include/boost/graph/accounting.hpp include/boost/graph/adj_list_serialize.hpp include/boost/graph/adjacency_iterator.hpp include/boost/graph/adjacency_list.hpp include/boost/graph/adjacency_list_io.hpp include/boost/graph/adjacency_matrix.hpp include/boost/graph/astar_search.hpp include/boost/graph/bandwidth.hpp include/boost/graph/bc_clustering.hpp include/boost/graph/bellman_ford_shortest_paths.hpp include/boost/graph/betweenness_centrality.hpp include/boost/graph/biconnected_components.hpp include/boost/graph/bipartite.hpp include/boost/graph/boyer_myrvold_planar_test.hpp include/boost/graph/boykov_kolmogorov_max_flow.hpp include/boost/graph/breadth_first_search.hpp include/boost/graph/bron_kerbosch_all_cliques.hpp include/boost/graph/buffer_concepts.hpp include/boost/graph/chrobak_payne_drawing.hpp include/boost/graph/circle_layout.hpp include/boost/graph/closeness_centrality.hpp include/boost/graph/clustering_coefficient.hpp include/boost/graph/compressed_sparse_row_graph.hpp include/boost/graph/connected_components.hpp include/boost/graph/copy.hpp include/boost/graph/core_numbers.hpp include/boost/graph/create_condensation_graph.hpp include/boost/graph/cuthill_mckee_ordering.hpp include/boost/graph/cycle_canceling.hpp include/boost/graph/dag_shortest_paths.hpp include/boost/graph/degree_centrality.hpp include/boost/graph/depth_first_search.hpp include/boost/graph/detail/adj_list_edge_iterator.hpp include/boost/graph/detail/adjacency_list.hpp include/boost/graph/detail/array_binary_tree.hpp include/boost/graph/detail/augment.hpp include/boost/graph/detail/compressed_sparse_row_struct.hpp include/boost/graph/detail/connected_components.hpp include/boost/graph/detail/d_ary_heap.hpp include/boost/graph/detail/edge.hpp include/boost/graph/detail/geodesic.hpp include/boost/graph/detail/histogram_sort.hpp include/boost/graph/detail/incidence_iterator.hpp include/boost/graph/detail/incremental_components.hpp include/boost/graph/detail/index.hpp include/boost/graph/detail/indexed_properties.hpp include/boost/graph/detail/is_distributed_selector.hpp include/boost/graph/detail/labeled_graph_traits.hpp include/boost/graph/detail/list_base.hpp include/boost/graph/detail/permutation.hpp include/boost/graph/detail/read_graphviz_new.hpp include/boost/graph/detail/read_graphviz_spirit.hpp include/boost/graph/detail/self_avoiding_walk.hpp include/boost/graph/detail/set_adaptor.hpp include/boost/graph/detail/shadow_iterator.hpp include/boost/graph/detail/sparse_ordering.hpp include/boost/graph/dijkstra_shortest_paths.hpp include/boost/graph/dijkstra_shortest_paths_no_color_map.hpp include/boost/graph/dimacs.hpp include/boost/graph/directed_graph.hpp include/boost/graph/distributed/adjacency_list.hpp include/boost/graph/distributed/adjlist/handlers.hpp include/boost/graph/distributed/adjlist/initialize.hpp include/boost/graph/distributed/adjlist/redistribute.hpp include/boost/graph/distributed/adjlist/serialization.hpp include/boost/graph/distributed/betweenness_centrality.hpp include/boost/graph/distributed/boman_et_al_graph_coloring.hpp include/boost/graph/distributed/breadth_first_search.hpp include/boost/graph/distributed/compressed_sparse_row_graph.hpp include/boost/graph/distributed/concepts.hpp include/boost/graph/distributed/connected_components.hpp include/boost/graph/distributed/connected_components_parallel_search.hpp include/boost/graph/distributed/crauser_et_al_shortest_paths.hpp include/boost/graph/distributed/dehne_gotz_min_spanning_tree.hpp include/boost/graph/distributed/delta_stepping_shortest_paths.hpp include/boost/graph/distributed/depth_first_search.hpp include/boost/graph/distributed/detail/dijkstra_shortest_paths.hpp include/boost/graph/distributed/detail/filtered_queue.hpp include/boost/graph/distributed/detail/mpi_process_group.ipp include/boost/graph/distributed/detail/queue.ipp include/boost/graph/distributed/detail/remote_update_set.hpp include/boost/graph/distributed/detail/tag_allocator.hpp include/boost/graph/distributed/dijkstra_shortest_paths.hpp include/boost/graph/distributed/distributed_graph_utility.hpp include/boost/graph/distributed/eager_dijkstra_shortest_paths.hpp include/boost/graph/distributed/filtered_graph.hpp include/boost/graph/distributed/fruchterman_reingold.hpp include/boost/graph/distributed/graphviz.hpp include/boost/graph/distributed/hohberg_biconnected_components.hpp include/boost/graph/distributed/local_subgraph.hpp include/boost/graph/distributed/mpi_process_group.hpp include/boost/graph/distributed/named_graph.hpp include/boost/graph/distributed/one_bit_color_map.hpp include/boost/graph/distributed/page_rank.hpp include/boost/graph/distributed/queue.hpp include/boost/graph/distributed/reverse_graph.hpp include/boost/graph/distributed/rmat_graph_generator.hpp include/boost/graph/distributed/selector.hpp include/boost/graph/distributed/shuffled_distribution.hpp include/boost/graph/distributed/st_connected.hpp include/boost/graph/distributed/strong_components.hpp include/boost/graph/distributed/two_bit_color_map.hpp include/boost/graph/distributed/unsafe_serialize.hpp include/boost/graph/distributed/vertex_list_adaptor.hpp include/boost/graph/dll_import_export.hpp include/boost/graph/dominator_tree.hpp include/boost/graph/eccentricity.hpp include/boost/graph/edge_coloring.hpp include/boost/graph/edge_connectivity.hpp include/boost/graph/edge_list.hpp include/boost/graph/edmonds_karp_max_flow.hpp include/boost/graph/edmunds_karp_max_flow.hpp include/boost/graph/erdos_renyi_generator.hpp include/boost/graph/exception.hpp include/boost/graph/exterior_property.hpp include/boost/graph/filtered_graph.hpp include/boost/graph/find_flow_cost.hpp include/boost/graph/floyd_warshall_shortest.hpp include/boost/graph/fruchterman_reingold.hpp include/boost/graph/geodesic_distance.hpp include/boost/graph/graph_archetypes.hpp include/boost/graph/graph_as_tree.hpp include/boost/graph/graph_concepts.hpp include/boost/graph/graph_mutability_traits.hpp include/boost/graph/graph_selectors.hpp include/boost/graph/graph_stats.hpp include/boost/graph/graph_test.hpp include/boost/graph/graph_traits.hpp include/boost/graph/graph_utility.hpp include/boost/graph/graphml.hpp include/boost/graph/graphviz.hpp include/boost/graph/grid_graph.hpp include/boost/graph/gursoy_atun_layout.hpp include/boost/graph/hawick_circuits.hpp include/boost/graph/howard_cycle_ratio.hpp include/boost/graph/incremental_components.hpp include/boost/graph/is_kuratowski_subgraph.hpp include/boost/graph/is_straight_line_drawing.hpp include/boost/graph/isomorphism.hpp include/boost/graph/iteration_macros.hpp include/boost/graph/iteration_macros_undef.hpp include/boost/graph/johnson_all_pairs_shortest.hpp include/boost/graph/kamada_kawai_spring_layout.hpp include/boost/graph/king_ordering.hpp include/boost/graph/kruskal_min_spanning_tree.hpp include/boost/graph/labeled_graph.hpp include/boost/graph/leda_graph.hpp include/boost/graph/lookup_edge.hpp include/boost/graph/loop_erased_random_walk.hpp include/boost/graph/make_biconnected_planar.hpp include/boost/graph/make_connected.hpp include/boost/graph/make_maximal_planar.hpp include/boost/graph/matrix_as_graph.hpp include/boost/graph/max_cardinality_matching.hpp include/boost/graph/maximum_adjacency_search.hpp include/boost/graph/mcgregor_common_subgraphs.hpp include/boost/graph/mesh_graph_generator.hpp include/boost/graph/metis.hpp include/boost/graph/metric_tsp_approx.hpp include/boost/graph/minimum_degree_ordering.hpp include/boost/graph/named_function_params.hpp include/boost/graph/named_graph.hpp include/boost/graph/neighbor_bfs.hpp include/boost/graph/numeric_values.hpp include/boost/graph/one_bit_color_map.hpp include/boost/graph/overloading.hpp include/boost/graph/page_rank.hpp include/boost/graph/parallel/algorithm.hpp include/boost/graph/parallel/basic_reduce.hpp include/boost/graph/parallel/container_traits.hpp include/boost/graph/parallel/detail/inplace_all_to_all.hpp include/boost/graph/parallel/detail/property_holders.hpp include/boost/graph/parallel/detail/untracked_pair.hpp include/boost/graph/parallel/distribution.hpp include/boost/graph/parallel/process_group.hpp include/boost/graph/parallel/properties.hpp include/boost/graph/parallel/simple_trigger.hpp include/boost/graph/planar_canonical_ordering.hpp include/boost/graph/planar_detail/add_edge_visitors.hpp include/boost/graph/planar_detail/boyer_myrvold_impl.hpp include/boost/graph/planar_detail/bucket_sort.hpp include/boost/graph/planar_detail/face_handles.hpp include/boost/graph/planar_detail/face_iterators.hpp include/boost/graph/planar_face_traversal.hpp include/boost/graph/plod_generator.hpp include/boost/graph/point_traits.hpp include/boost/graph/prim_minimum_spanning_tree.hpp include/boost/graph/profile.hpp include/boost/graph/properties.hpp include/boost/graph/property_iter_range.hpp include/boost/graph/property_maps/constant_property_map.hpp include/boost/graph/property_maps/container_property_map.hpp include/boost/graph/property_maps/matrix_property_map.hpp include/boost/graph/property_maps/null_property_map.hpp include/boost/graph/push_relabel_max_flow.hpp include/boost/graph/r_c_shortest_paths.hpp include/boost/graph/random.hpp include/boost/graph/random_layout.hpp include/boost/graph/random_spanning_tree.hpp include/boost/graph/read_dimacs.hpp include/boost/graph/relax.hpp include/boost/graph/reverse_graph.hpp include/boost/graph/rmat_graph_generator.hpp include/boost/graph/sequential_vertex_coloring.hpp include/boost/graph/simple_point.hpp include/boost/graph/sloan_ordering.hpp include/boost/graph/small_world_generator.hpp include/boost/graph/smallest_last_ordering.hpp include/boost/graph/ssca_graph_generator.hpp include/boost/graph/st_connected.hpp include/boost/graph/stanford_graph.hpp include/boost/graph/stoer_wagner_min_cut.hpp include/boost/graph/strong_components.hpp include/boost/graph/subgraph.hpp include/boost/graph/successive_shortest_path_nonnegative_weights.hpp include/boost/graph/tiernan_all_cycles.hpp include/boost/graph/topological_sort.hpp include/boost/graph/topology.hpp include/boost/graph/transitive_closure.hpp include/boost/graph/transitive_reduction.hpp include/boost/graph/transpose_graph.hpp include/boost/graph/tree_traits.hpp include/boost/graph/two_bit_color_map.hpp include/boost/graph/two_graphs_common_spanning_trees.hpp include/boost/graph/undirected_dfs.hpp include/boost/graph/undirected_graph.hpp include/boost/graph/use_mpi.hpp include/boost/graph/vector_as_graph.hpp include/boost/graph/vertex_and_edge_range.hpp include/boost/graph/vf2_sub_graph_iso.hpp include/boost/graph/visitors.hpp include/boost/graph/wavefront.hpp include/boost/graph/write_dimacs.hpp include/boost/hana.hpp include/boost/hana/accessors.hpp include/boost/hana/adapt_adt.hpp include/boost/hana/adapt_struct.hpp include/boost/hana/adjust.hpp include/boost/hana/adjust_if.hpp include/boost/hana/all.hpp include/boost/hana/all_of.hpp include/boost/hana/and.hpp include/boost/hana/any.hpp include/boost/hana/any_of.hpp include/boost/hana/ap.hpp include/boost/hana/append.hpp include/boost/hana/assert.hpp include/boost/hana/at.hpp include/boost/hana/at_key.hpp include/boost/hana/back.hpp include/boost/hana/basic_tuple.hpp include/boost/hana/bool.hpp include/boost/hana/cartesian_product.hpp include/boost/hana/chain.hpp include/boost/hana/comparing.hpp include/boost/hana/concat.hpp include/boost/hana/concept.hpp include/boost/hana/concept/applicative.hpp include/boost/hana/concept/comonad.hpp include/boost/hana/concept/comparable.hpp include/boost/hana/concept/constant.hpp include/boost/hana/concept/euclidean_ring.hpp include/boost/hana/concept/foldable.hpp include/boost/hana/concept/functor.hpp include/boost/hana/concept/group.hpp include/boost/hana/concept/hashable.hpp include/boost/hana/concept/integral_constant.hpp include/boost/hana/concept/iterable.hpp include/boost/hana/concept/logical.hpp include/boost/hana/concept/metafunction.hpp include/boost/hana/concept/monad.hpp include/boost/hana/concept/monad_plus.hpp include/boost/hana/concept/monoid.hpp include/boost/hana/concept/orderable.hpp include/boost/hana/concept/product.hpp include/boost/hana/concept/ring.hpp include/boost/hana/concept/searchable.hpp include/boost/hana/concept/sequence.hpp include/boost/hana/concept/struct.hpp include/boost/hana/config.hpp include/boost/hana/contains.hpp include/boost/hana/core.hpp include/boost/hana/core/common.hpp include/boost/hana/core/default.hpp include/boost/hana/core/dispatch.hpp include/boost/hana/core/is_a.hpp include/boost/hana/core/make.hpp include/boost/hana/core/tag_of.hpp include/boost/hana/core/to.hpp include/boost/hana/core/when.hpp include/boost/hana/count.hpp include/boost/hana/count_if.hpp include/boost/hana/cycle.hpp include/boost/hana/define_struct.hpp include/boost/hana/detail/algorithm.hpp include/boost/hana/detail/any_of.hpp include/boost/hana/detail/array.hpp include/boost/hana/detail/canonical_constant.hpp include/boost/hana/detail/concepts.hpp include/boost/hana/detail/create.hpp include/boost/hana/detail/decay.hpp include/boost/hana/detail/dispatch_if.hpp include/boost/hana/detail/ebo.hpp include/boost/hana/detail/fast_and.hpp include/boost/hana/detail/first_unsatisfied_index.hpp include/boost/hana/detail/has_common_embedding.hpp include/boost/hana/detail/has_duplicates.hpp include/boost/hana/detail/hash_table.hpp include/boost/hana/detail/index_if.hpp include/boost/hana/detail/integral_constant.hpp include/boost/hana/detail/intrinsics.hpp include/boost/hana/detail/nested_by.hpp include/boost/hana/detail/nested_by_fwd.hpp include/boost/hana/detail/nested_than.hpp include/boost/hana/detail/nested_than_fwd.hpp include/boost/hana/detail/nested_to.hpp include/boost/hana/detail/nested_to_fwd.hpp include/boost/hana/detail/operators/adl.hpp include/boost/hana/detail/operators/arithmetic.hpp include/boost/hana/detail/operators/comparable.hpp include/boost/hana/detail/operators/iterable.hpp include/boost/hana/detail/operators/logical.hpp include/boost/hana/detail/operators/monad.hpp include/boost/hana/detail/operators/orderable.hpp include/boost/hana/detail/operators/searchable.hpp include/boost/hana/detail/preprocessor.hpp include/boost/hana/detail/std_common_type.hpp include/boost/hana/detail/struct_macros.erb.hpp include/boost/hana/detail/struct_macros.hpp include/boost/hana/detail/type_at.hpp include/boost/hana/detail/type_foldl1.hpp include/boost/hana/detail/type_foldr1.hpp include/boost/hana/detail/unpack_flatten.hpp include/boost/hana/detail/variadic/at.hpp include/boost/hana/detail/variadic/drop_into.hpp include/boost/hana/detail/variadic/foldl1.hpp include/boost/hana/detail/variadic/foldr1.hpp include/boost/hana/detail/variadic/reverse_apply.hpp include/boost/hana/detail/variadic/reverse_apply/flat.hpp include/boost/hana/detail/variadic/reverse_apply/unrolled.hpp include/boost/hana/detail/variadic/split_at.hpp include/boost/hana/detail/variadic/take.hpp include/boost/hana/detail/void_t.hpp include/boost/hana/detail/wrong.hpp include/boost/hana/difference.hpp include/boost/hana/div.hpp include/boost/hana/drop_back.hpp include/boost/hana/drop_front.hpp include/boost/hana/drop_front_exactly.hpp include/boost/hana/drop_while.hpp include/boost/hana/duplicate.hpp include/boost/hana/empty.hpp include/boost/hana/equal.hpp include/boost/hana/erase_key.hpp include/boost/hana/eval.hpp include/boost/hana/eval_if.hpp include/boost/hana/experimental/printable.hpp include/boost/hana/experimental/type_name.hpp include/boost/hana/experimental/types.hpp include/boost/hana/experimental/view.hpp include/boost/hana/ext/boost.hpp include/boost/hana/ext/boost/fusion.hpp include/boost/hana/ext/boost/fusion/deque.hpp include/boost/hana/ext/boost/fusion/detail/common.hpp include/boost/hana/ext/boost/fusion/list.hpp include/boost/hana/ext/boost/fusion/tuple.hpp include/boost/hana/ext/boost/fusion/vector.hpp include/boost/hana/ext/boost/mpl.hpp include/boost/hana/ext/boost/mpl/integral_c.hpp include/boost/hana/ext/boost/mpl/list.hpp include/boost/hana/ext/boost/mpl/vector.hpp include/boost/hana/ext/boost/tuple.hpp include/boost/hana/ext/std.hpp include/boost/hana/ext/std/array.hpp include/boost/hana/ext/std/integer_sequence.hpp include/boost/hana/ext/std/integral_constant.hpp include/boost/hana/ext/std/pair.hpp include/boost/hana/ext/std/ratio.hpp include/boost/hana/ext/std/tuple.hpp include/boost/hana/ext/std/vector.hpp include/boost/hana/extend.hpp include/boost/hana/extract.hpp include/boost/hana/fill.hpp include/boost/hana/filter.hpp include/boost/hana/find.hpp include/boost/hana/find_if.hpp include/boost/hana/first.hpp include/boost/hana/flatten.hpp include/boost/hana/fold.hpp include/boost/hana/fold_left.hpp include/boost/hana/fold_right.hpp include/boost/hana/for_each.hpp include/boost/hana/front.hpp include/boost/hana/functional.hpp include/boost/hana/functional/always.hpp include/boost/hana/functional/apply.hpp include/boost/hana/functional/arg.hpp include/boost/hana/functional/capture.hpp include/boost/hana/functional/compose.hpp include/boost/hana/functional/curry.hpp include/boost/hana/functional/demux.hpp include/boost/hana/functional/fix.hpp include/boost/hana/functional/flip.hpp include/boost/hana/functional/id.hpp include/boost/hana/functional/infix.hpp include/boost/hana/functional/iterate.hpp include/boost/hana/functional/lockstep.hpp include/boost/hana/functional/on.hpp include/boost/hana/functional/overload.hpp include/boost/hana/functional/overload_linearly.hpp include/boost/hana/functional/partial.hpp include/boost/hana/functional/placeholder.hpp include/boost/hana/functional/reverse_partial.hpp include/boost/hana/fuse.hpp include/boost/hana/fwd/accessors.hpp include/boost/hana/fwd/adapt_adt.hpp include/boost/hana/fwd/adapt_struct.hpp include/boost/hana/fwd/adjust.hpp include/boost/hana/fwd/adjust_if.hpp include/boost/hana/fwd/all.hpp include/boost/hana/fwd/all_of.hpp include/boost/hana/fwd/and.hpp include/boost/hana/fwd/any.hpp include/boost/hana/fwd/any_of.hpp include/boost/hana/fwd/ap.hpp include/boost/hana/fwd/append.hpp include/boost/hana/fwd/at.hpp include/boost/hana/fwd/at_key.hpp include/boost/hana/fwd/back.hpp include/boost/hana/fwd/basic_tuple.hpp include/boost/hana/fwd/bool.hpp include/boost/hana/fwd/cartesian_product.hpp include/boost/hana/fwd/chain.hpp include/boost/hana/fwd/comparing.hpp include/boost/hana/fwd/concat.hpp include/boost/hana/fwd/concept/applicative.hpp include/boost/hana/fwd/concept/comonad.hpp include/boost/hana/fwd/concept/comparable.hpp include/boost/hana/fwd/concept/constant.hpp include/boost/hana/fwd/concept/euclidean_ring.hpp include/boost/hana/fwd/concept/foldable.hpp include/boost/hana/fwd/concept/functor.hpp include/boost/hana/fwd/concept/group.hpp include/boost/hana/fwd/concept/hashable.hpp include/boost/hana/fwd/concept/integral_constant.hpp include/boost/hana/fwd/concept/iterable.hpp include/boost/hana/fwd/concept/logical.hpp include/boost/hana/fwd/concept/metafunction.hpp include/boost/hana/fwd/concept/monad.hpp include/boost/hana/fwd/concept/monad_plus.hpp include/boost/hana/fwd/concept/monoid.hpp include/boost/hana/fwd/concept/orderable.hpp include/boost/hana/fwd/concept/product.hpp include/boost/hana/fwd/concept/ring.hpp include/boost/hana/fwd/concept/searchable.hpp include/boost/hana/fwd/concept/sequence.hpp include/boost/hana/fwd/concept/struct.hpp include/boost/hana/fwd/contains.hpp include/boost/hana/fwd/core.hpp include/boost/hana/fwd/core/common.hpp include/boost/hana/fwd/core/default.hpp include/boost/hana/fwd/core/is_a.hpp include/boost/hana/fwd/core/make.hpp include/boost/hana/fwd/core/tag_of.hpp include/boost/hana/fwd/core/to.hpp include/boost/hana/fwd/core/when.hpp include/boost/hana/fwd/count.hpp include/boost/hana/fwd/count_if.hpp include/boost/hana/fwd/cycle.hpp include/boost/hana/fwd/define_struct.hpp include/boost/hana/fwd/difference.hpp include/boost/hana/fwd/div.hpp include/boost/hana/fwd/drop_back.hpp include/boost/hana/fwd/drop_front.hpp include/boost/hana/fwd/drop_front_exactly.hpp include/boost/hana/fwd/drop_while.hpp include/boost/hana/fwd/duplicate.hpp include/boost/hana/fwd/empty.hpp include/boost/hana/fwd/equal.hpp include/boost/hana/fwd/erase_key.hpp include/boost/hana/fwd/eval.hpp include/boost/hana/fwd/eval_if.hpp include/boost/hana/fwd/extend.hpp include/boost/hana/fwd/extract.hpp include/boost/hana/fwd/fill.hpp include/boost/hana/fwd/filter.hpp include/boost/hana/fwd/find.hpp include/boost/hana/fwd/find_if.hpp include/boost/hana/fwd/first.hpp include/boost/hana/fwd/flatten.hpp include/boost/hana/fwd/fold.hpp include/boost/hana/fwd/fold_left.hpp include/boost/hana/fwd/fold_right.hpp include/boost/hana/fwd/for_each.hpp include/boost/hana/fwd/front.hpp include/boost/hana/fwd/fuse.hpp include/boost/hana/fwd/greater.hpp include/boost/hana/fwd/greater_equal.hpp include/boost/hana/fwd/group.hpp include/boost/hana/fwd/hash.hpp include/boost/hana/fwd/if.hpp include/boost/hana/fwd/insert.hpp include/boost/hana/fwd/insert_range.hpp include/boost/hana/fwd/integral_constant.hpp include/boost/hana/fwd/intersection.hpp include/boost/hana/fwd/intersperse.hpp include/boost/hana/fwd/is_disjoint.hpp include/boost/hana/fwd/is_empty.hpp include/boost/hana/fwd/is_subset.hpp include/boost/hana/fwd/keys.hpp include/boost/hana/fwd/lazy.hpp include/boost/hana/fwd/length.hpp include/boost/hana/fwd/less.hpp include/boost/hana/fwd/less_equal.hpp include/boost/hana/fwd/lexicographical_compare.hpp include/boost/hana/fwd/lift.hpp include/boost/hana/fwd/map.hpp include/boost/hana/fwd/max.hpp include/boost/hana/fwd/maximum.hpp include/boost/hana/fwd/members.hpp include/boost/hana/fwd/min.hpp include/boost/hana/fwd/minimum.hpp include/boost/hana/fwd/minus.hpp include/boost/hana/fwd/mod.hpp include/boost/hana/fwd/monadic_compose.hpp include/boost/hana/fwd/monadic_fold_left.hpp include/boost/hana/fwd/monadic_fold_right.hpp include/boost/hana/fwd/mult.hpp include/boost/hana/fwd/negate.hpp include/boost/hana/fwd/none.hpp include/boost/hana/fwd/none_of.hpp include/boost/hana/fwd/not.hpp include/boost/hana/fwd/not_equal.hpp include/boost/hana/fwd/one.hpp include/boost/hana/fwd/optional.hpp include/boost/hana/fwd/or.hpp include/boost/hana/fwd/ordering.hpp include/boost/hana/fwd/pair.hpp include/boost/hana/fwd/partition.hpp include/boost/hana/fwd/permutations.hpp include/boost/hana/fwd/plus.hpp include/boost/hana/fwd/power.hpp include/boost/hana/fwd/prefix.hpp include/boost/hana/fwd/prepend.hpp include/boost/hana/fwd/product.hpp include/boost/hana/fwd/range.hpp include/boost/hana/fwd/remove.hpp include/boost/hana/fwd/remove_at.hpp include/boost/hana/fwd/remove_if.hpp include/boost/hana/fwd/remove_range.hpp include/boost/hana/fwd/repeat.hpp include/boost/hana/fwd/replace.hpp include/boost/hana/fwd/replace_if.hpp include/boost/hana/fwd/replicate.hpp include/boost/hana/fwd/reverse.hpp include/boost/hana/fwd/reverse_fold.hpp include/boost/hana/fwd/scan_left.hpp include/boost/hana/fwd/scan_right.hpp include/boost/hana/fwd/second.hpp include/boost/hana/fwd/set.hpp include/boost/hana/fwd/size.hpp include/boost/hana/fwd/slice.hpp include/boost/hana/fwd/sort.hpp include/boost/hana/fwd/span.hpp include/boost/hana/fwd/string.hpp include/boost/hana/fwd/suffix.hpp include/boost/hana/fwd/sum.hpp include/boost/hana/fwd/symmetric_difference.hpp include/boost/hana/fwd/take_back.hpp include/boost/hana/fwd/take_front.hpp include/boost/hana/fwd/take_while.hpp include/boost/hana/fwd/tap.hpp include/boost/hana/fwd/then.hpp include/boost/hana/fwd/transform.hpp include/boost/hana/fwd/tuple.hpp include/boost/hana/fwd/type.hpp include/boost/hana/fwd/unfold_left.hpp include/boost/hana/fwd/unfold_right.hpp include/boost/hana/fwd/union.hpp include/boost/hana/fwd/unique.hpp include/boost/hana/fwd/unpack.hpp include/boost/hana/fwd/value.hpp include/boost/hana/fwd/while.hpp include/boost/hana/fwd/zero.hpp include/boost/hana/fwd/zip.hpp include/boost/hana/fwd/zip_shortest.hpp include/boost/hana/fwd/zip_shortest_with.hpp include/boost/hana/fwd/zip_with.hpp include/boost/hana/greater.hpp include/boost/hana/greater_equal.hpp include/boost/hana/group.hpp include/boost/hana/hash.hpp include/boost/hana/if.hpp include/boost/hana/insert.hpp include/boost/hana/insert_range.hpp include/boost/hana/integral_constant.hpp include/boost/hana/intersection.hpp include/boost/hana/intersperse.hpp include/boost/hana/is_disjoint.hpp include/boost/hana/is_empty.hpp include/boost/hana/is_subset.hpp include/boost/hana/keys.hpp include/boost/hana/lazy.hpp include/boost/hana/length.hpp include/boost/hana/less.hpp include/boost/hana/less_equal.hpp include/boost/hana/lexicographical_compare.hpp include/boost/hana/lift.hpp include/boost/hana/map.hpp include/boost/hana/max.hpp include/boost/hana/maximum.hpp include/boost/hana/members.hpp include/boost/hana/min.hpp include/boost/hana/minimum.hpp include/boost/hana/minus.hpp include/boost/hana/mod.hpp include/boost/hana/monadic_compose.hpp include/boost/hana/monadic_fold_left.hpp include/boost/hana/monadic_fold_right.hpp include/boost/hana/mult.hpp include/boost/hana/negate.hpp include/boost/hana/none.hpp include/boost/hana/none_of.hpp include/boost/hana/not.hpp include/boost/hana/not_equal.hpp include/boost/hana/one.hpp include/boost/hana/optional.hpp include/boost/hana/or.hpp include/boost/hana/ordering.hpp include/boost/hana/pair.hpp include/boost/hana/partition.hpp include/boost/hana/permutations.hpp include/boost/hana/plus.hpp include/boost/hana/power.hpp include/boost/hana/prefix.hpp include/boost/hana/prepend.hpp include/boost/hana/product.hpp include/boost/hana/range.hpp include/boost/hana/remove.hpp include/boost/hana/remove_at.hpp include/boost/hana/remove_if.hpp include/boost/hana/remove_range.hpp include/boost/hana/repeat.hpp include/boost/hana/replace.hpp include/boost/hana/replace_if.hpp include/boost/hana/replicate.hpp include/boost/hana/reverse.hpp include/boost/hana/reverse_fold.hpp include/boost/hana/scan_left.hpp include/boost/hana/scan_right.hpp include/boost/hana/second.hpp include/boost/hana/set.hpp include/boost/hana/size.hpp include/boost/hana/slice.hpp include/boost/hana/sort.hpp include/boost/hana/span.hpp include/boost/hana/string.hpp include/boost/hana/suffix.hpp include/boost/hana/sum.hpp include/boost/hana/symmetric_difference.hpp include/boost/hana/take_back.hpp include/boost/hana/take_front.hpp include/boost/hana/take_while.hpp include/boost/hana/tap.hpp include/boost/hana/then.hpp include/boost/hana/traits.hpp include/boost/hana/transform.hpp include/boost/hana/tuple.hpp include/boost/hana/type.hpp include/boost/hana/unfold_left.hpp include/boost/hana/unfold_right.hpp include/boost/hana/union.hpp include/boost/hana/unique.hpp include/boost/hana/unpack.hpp include/boost/hana/value.hpp include/boost/hana/version.hpp include/boost/hana/while.hpp include/boost/hana/zero.hpp include/boost/hana/zip.hpp include/boost/hana/zip_shortest.hpp include/boost/hana/zip_shortest_with.hpp include/boost/hana/zip_with.hpp include/boost/heap/binomial_heap.hpp include/boost/heap/d_ary_heap.hpp include/boost/heap/detail/heap_comparison.hpp include/boost/heap/detail/heap_node.hpp include/boost/heap/detail/ilog2.hpp include/boost/heap/detail/mutable_heap.hpp include/boost/heap/detail/ordered_adaptor_iterator.hpp include/boost/heap/detail/stable_heap.hpp include/boost/heap/detail/tree_iterator.hpp include/boost/heap/fibonacci_heap.hpp include/boost/heap/heap_concepts.hpp include/boost/heap/heap_merge.hpp include/boost/heap/pairing_heap.hpp include/boost/heap/policies.hpp include/boost/heap/priority_queue.hpp include/boost/heap/skew_heap.hpp include/boost/icl/associative_element_container.hpp include/boost/icl/associative_interval_container.hpp include/boost/icl/closed_interval.hpp include/boost/icl/concept/comparable.hpp include/boost/icl/concept/container.hpp include/boost/icl/concept/element_associator.hpp include/boost/icl/concept/element_map.hpp include/boost/icl/concept/element_set.hpp include/boost/icl/concept/element_set_value.hpp include/boost/icl/concept/interval.hpp include/boost/icl/concept/interval_associator.hpp include/boost/icl/concept/interval_associator_base.hpp include/boost/icl/concept/interval_bounds.hpp include/boost/icl/concept/interval_map.hpp include/boost/icl/concept/interval_set.hpp include/boost/icl/concept/interval_set_value.hpp include/boost/icl/concept/joinable.hpp include/boost/icl/concept/map_value.hpp include/boost/icl/concept/set_value.hpp include/boost/icl/continuous_interval.hpp include/boost/icl/detail/associated_value.hpp include/boost/icl/detail/boost_config.hpp include/boost/icl/detail/concept_check.hpp include/boost/icl/detail/design_config.hpp include/boost/icl/detail/element_comparer.hpp include/boost/icl/detail/element_iterator.hpp include/boost/icl/detail/exclusive_less_than.hpp include/boost/icl/detail/interval_map_algo.hpp include/boost/icl/detail/interval_morphism.hpp include/boost/icl/detail/interval_set_algo.hpp include/boost/icl/detail/interval_subset_comparer.hpp include/boost/icl/detail/map_algo.hpp include/boost/icl/detail/mapped_reference.hpp include/boost/icl/detail/notate.hpp include/boost/icl/detail/on_absorbtion.hpp include/boost/icl/detail/relation_state.hpp include/boost/icl/detail/set_algo.hpp include/boost/icl/detail/std_set.hpp include/boost/icl/detail/subset_comparer.hpp include/boost/icl/discrete_interval.hpp include/boost/icl/dynamic_interval_traits.hpp include/boost/icl/functors.hpp include/boost/icl/gregorian.hpp include/boost/icl/impl_config.hpp include/boost/icl/interval.hpp include/boost/icl/interval_base_map.hpp include/boost/icl/interval_base_set.hpp include/boost/icl/interval_bounds.hpp include/boost/icl/interval_combining_style.hpp include/boost/icl/interval_map.hpp include/boost/icl/interval_set.hpp include/boost/icl/interval_traits.hpp include/boost/icl/iterator.hpp include/boost/icl/left_open_interval.hpp include/boost/icl/map.hpp include/boost/icl/open_interval.hpp include/boost/icl/predicates/distinct_equal.hpp include/boost/icl/predicates/element_equal.hpp include/boost/icl/predicates/std_equal.hpp include/boost/icl/predicates/sub_super_set.hpp include/boost/icl/ptime.hpp include/boost/icl/rational.hpp include/boost/icl/right_open_interval.hpp include/boost/icl/separate_interval_set.hpp include/boost/icl/set.hpp include/boost/icl/split_interval_map.hpp include/boost/icl/split_interval_set.hpp include/boost/icl/type_traits/absorbs_identities.hpp include/boost/icl/type_traits/adds_inversely.hpp include/boost/icl/type_traits/codomain_type_of.hpp include/boost/icl/type_traits/difference.hpp include/boost/icl/type_traits/difference_type_of.hpp include/boost/icl/type_traits/domain_type_of.hpp include/boost/icl/type_traits/element_type_of.hpp include/boost/icl/type_traits/has_inverse.hpp include/boost/icl/type_traits/has_set_semantics.hpp include/boost/icl/type_traits/identity_element.hpp include/boost/icl/type_traits/infinity.hpp include/boost/icl/type_traits/interval_type_default.hpp include/boost/icl/type_traits/interval_type_of.hpp include/boost/icl/type_traits/is_associative_element_container.hpp include/boost/icl/type_traits/is_asymmetric_interval.hpp include/boost/icl/type_traits/is_combinable.hpp include/boost/icl/type_traits/is_concept_equivalent.hpp include/boost/icl/type_traits/is_container.hpp include/boost/icl/type_traits/is_continuous.hpp include/boost/icl/type_traits/is_continuous_interval.hpp include/boost/icl/type_traits/is_discrete.hpp include/boost/icl/type_traits/is_discrete_interval.hpp include/boost/icl/type_traits/is_element_container.hpp include/boost/icl/type_traits/is_icl_container.hpp include/boost/icl/type_traits/is_increasing.hpp include/boost/icl/type_traits/is_interval.hpp include/boost/icl/type_traits/is_interval_container.hpp include/boost/icl/type_traits/is_interval_joiner.hpp include/boost/icl/type_traits/is_interval_separator.hpp include/boost/icl/type_traits/is_interval_splitter.hpp include/boost/icl/type_traits/is_key_container_of.hpp include/boost/icl/type_traits/is_map.hpp include/boost/icl/type_traits/is_numeric.hpp include/boost/icl/type_traits/is_set.hpp include/boost/icl/type_traits/is_total.hpp include/boost/icl/type_traits/no_type.hpp include/boost/icl/type_traits/predicate.hpp include/boost/icl/type_traits/rep_type_of.hpp include/boost/icl/type_traits/segment_type_of.hpp include/boost/icl/type_traits/size.hpp include/boost/icl/type_traits/size_type_of.hpp include/boost/icl/type_traits/succ_pred.hpp include/boost/icl/type_traits/to_string.hpp include/boost/icl/type_traits/type_to_string.hpp include/boost/icl/type_traits/unit_element.hpp include/boost/icl/type_traits/value_size.hpp include/boost/implicit_cast.hpp include/boost/indirect_reference.hpp include/boost/integer.hpp include/boost/integer/common_factor.hpp include/boost/integer/common_factor_ct.hpp include/boost/integer/common_factor_rt.hpp include/boost/integer/integer_log2.hpp include/boost/integer/integer_mask.hpp include/boost/integer/static_log2.hpp include/boost/integer/static_min_max.hpp include/boost/integer_fwd.hpp include/boost/integer_traits.hpp include/boost/interprocess/allocators/adaptive_pool.hpp include/boost/interprocess/allocators/allocator.hpp include/boost/interprocess/allocators/cached_adaptive_pool.hpp include/boost/interprocess/allocators/cached_node_allocator.hpp include/boost/interprocess/allocators/detail/adaptive_node_pool.hpp include/boost/interprocess/allocators/detail/allocator_common.hpp include/boost/interprocess/allocators/detail/node_pool.hpp include/boost/interprocess/allocators/detail/node_tools.hpp include/boost/interprocess/allocators/node_allocator.hpp include/boost/interprocess/allocators/private_adaptive_pool.hpp include/boost/interprocess/allocators/private_node_allocator.hpp include/boost/interprocess/anonymous_shared_memory.hpp include/boost/interprocess/containers/allocation_type.hpp include/boost/interprocess/containers/containers_fwd.hpp include/boost/interprocess/containers/deque.hpp include/boost/interprocess/containers/flat_map.hpp include/boost/interprocess/containers/flat_set.hpp include/boost/interprocess/containers/list.hpp include/boost/interprocess/containers/map.hpp include/boost/interprocess/containers/pair.hpp include/boost/interprocess/containers/set.hpp include/boost/interprocess/containers/slist.hpp include/boost/interprocess/containers/stable_vector.hpp include/boost/interprocess/containers/string.hpp include/boost/interprocess/containers/vector.hpp include/boost/interprocess/containers/version_type.hpp include/boost/interprocess/creation_tags.hpp include/boost/interprocess/detail/atomic.hpp include/boost/interprocess/detail/cast_tags.hpp include/boost/interprocess/detail/config_begin.hpp include/boost/interprocess/detail/config_end.hpp include/boost/interprocess/detail/config_external_begin.hpp include/boost/interprocess/detail/config_external_end.hpp include/boost/interprocess/detail/file_locking_helpers.hpp include/boost/interprocess/detail/file_wrapper.hpp include/boost/interprocess/detail/in_place_interface.hpp include/boost/interprocess/detail/intermodule_singleton.hpp include/boost/interprocess/detail/intermodule_singleton_common.hpp include/boost/interprocess/detail/interprocess_tester.hpp include/boost/interprocess/detail/intersegment_ptr.hpp include/boost/interprocess/detail/managed_global_memory.hpp include/boost/interprocess/detail/managed_memory_impl.hpp include/boost/interprocess/detail/managed_multi_shared_memory.hpp include/boost/interprocess/detail/managed_open_or_create_impl.hpp include/boost/interprocess/detail/math_functions.hpp include/boost/interprocess/detail/min_max.hpp include/boost/interprocess/detail/move.hpp include/boost/interprocess/detail/mpl.hpp include/boost/interprocess/detail/named_proxy.hpp include/boost/interprocess/detail/nothrow.hpp include/boost/interprocess/detail/os_file_functions.hpp include/boost/interprocess/detail/os_thread_functions.hpp include/boost/interprocess/detail/pointer_type.hpp include/boost/interprocess/detail/portable_intermodule_singleton.hpp include/boost/interprocess/detail/posix_time_types_wrk.hpp include/boost/interprocess/detail/ptime_wrk.hpp include/boost/interprocess/detail/robust_emulation.hpp include/boost/interprocess/detail/segment_manager_helper.hpp include/boost/interprocess/detail/shared_dir_helpers.hpp include/boost/interprocess/detail/simple_swap.hpp include/boost/interprocess/detail/std_fwd.hpp include/boost/interprocess/detail/transform_iterator.hpp include/boost/interprocess/detail/type_traits.hpp include/boost/interprocess/detail/utilities.hpp include/boost/interprocess/detail/variadic_templates_tools.hpp include/boost/interprocess/detail/win32_api.hpp include/boost/interprocess/detail/windows_intermodule_singleton.hpp include/boost/interprocess/detail/workaround.hpp include/boost/interprocess/detail/xsi_shared_memory_file_wrapper.hpp include/boost/interprocess/errors.hpp include/boost/interprocess/exceptions.hpp include/boost/interprocess/file_mapping.hpp include/boost/interprocess/indexes/flat_map_index.hpp include/boost/interprocess/indexes/iset_index.hpp include/boost/interprocess/indexes/iunordered_set_index.hpp include/boost/interprocess/indexes/map_index.hpp include/boost/interprocess/indexes/null_index.hpp include/boost/interprocess/indexes/unordered_map_index.hpp include/boost/interprocess/interprocess_fwd.hpp include/boost/interprocess/ipc/message_queue.hpp include/boost/interprocess/managed_external_buffer.hpp include/boost/interprocess/managed_heap_memory.hpp include/boost/interprocess/managed_mapped_file.hpp include/boost/interprocess/managed_shared_memory.hpp include/boost/interprocess/managed_windows_shared_memory.hpp include/boost/interprocess/managed_xsi_shared_memory.hpp include/boost/interprocess/mapped_region.hpp include/boost/interprocess/mem_algo/detail/mem_algo_common.hpp include/boost/interprocess/mem_algo/detail/simple_seq_fit_impl.hpp include/boost/interprocess/mem_algo/rbtree_best_fit.hpp include/boost/interprocess/mem_algo/simple_seq_fit.hpp include/boost/interprocess/offset_ptr.hpp include/boost/interprocess/permissions.hpp include/boost/interprocess/segment_manager.hpp include/boost/interprocess/shared_memory_object.hpp include/boost/interprocess/smart_ptr/deleter.hpp include/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp include/boost/interprocess/smart_ptr/detail/shared_count.hpp include/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp include/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp include/boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp include/boost/interprocess/smart_ptr/enable_shared_from_this.hpp include/boost/interprocess/smart_ptr/intrusive_ptr.hpp include/boost/interprocess/smart_ptr/scoped_ptr.hpp include/boost/interprocess/smart_ptr/shared_ptr.hpp include/boost/interprocess/smart_ptr/unique_ptr.hpp include/boost/interprocess/smart_ptr/weak_ptr.hpp include/boost/interprocess/streams/bufferstream.hpp include/boost/interprocess/streams/vectorstream.hpp include/boost/interprocess/sync/detail/common_algorithms.hpp include/boost/interprocess/sync/detail/condition_algorithm_8a.hpp include/boost/interprocess/sync/detail/condition_any_algorithm.hpp include/boost/interprocess/sync/detail/locks.hpp include/boost/interprocess/sync/file_lock.hpp include/boost/interprocess/sync/interprocess_condition.hpp include/boost/interprocess/sync/interprocess_condition_any.hpp include/boost/interprocess/sync/interprocess_mutex.hpp include/boost/interprocess/sync/interprocess_recursive_mutex.hpp include/boost/interprocess/sync/interprocess_semaphore.hpp include/boost/interprocess/sync/interprocess_sharable_mutex.hpp include/boost/interprocess/sync/interprocess_upgradable_mutex.hpp include/boost/interprocess/sync/lock_options.hpp include/boost/interprocess/sync/mutex_family.hpp include/boost/interprocess/sync/named_condition.hpp include/boost/interprocess/sync/named_condition_any.hpp include/boost/interprocess/sync/named_mutex.hpp include/boost/interprocess/sync/named_recursive_mutex.hpp include/boost/interprocess/sync/named_semaphore.hpp include/boost/interprocess/sync/named_sharable_mutex.hpp include/boost/interprocess/sync/named_upgradable_mutex.hpp include/boost/interprocess/sync/null_mutex.hpp include/boost/interprocess/sync/posix/condition.hpp include/boost/interprocess/sync/posix/mutex.hpp include/boost/interprocess/sync/posix/named_mutex.hpp include/boost/interprocess/sync/posix/named_semaphore.hpp include/boost/interprocess/sync/posix/pthread_helpers.hpp include/boost/interprocess/sync/posix/ptime_to_timespec.hpp include/boost/interprocess/sync/posix/recursive_mutex.hpp include/boost/interprocess/sync/posix/semaphore.hpp include/boost/interprocess/sync/posix/semaphore_wrapper.hpp include/boost/interprocess/sync/scoped_lock.hpp include/boost/interprocess/sync/sharable_lock.hpp include/boost/interprocess/sync/shm/named_condition.hpp include/boost/interprocess/sync/shm/named_condition_any.hpp include/boost/interprocess/sync/shm/named_creation_functor.hpp include/boost/interprocess/sync/shm/named_mutex.hpp include/boost/interprocess/sync/shm/named_recursive_mutex.hpp include/boost/interprocess/sync/shm/named_semaphore.hpp include/boost/interprocess/sync/shm/named_upgradable_mutex.hpp include/boost/interprocess/sync/spin/condition.hpp include/boost/interprocess/sync/spin/interprocess_barrier.hpp include/boost/interprocess/sync/spin/mutex.hpp include/boost/interprocess/sync/spin/recursive_mutex.hpp include/boost/interprocess/sync/spin/semaphore.hpp include/boost/interprocess/sync/spin/wait.hpp include/boost/interprocess/sync/upgradable_lock.hpp include/boost/interprocess/sync/windows/condition.hpp include/boost/interprocess/sync/windows/mutex.hpp include/boost/interprocess/sync/windows/named_condition.hpp include/boost/interprocess/sync/windows/named_condition_any.hpp include/boost/interprocess/sync/windows/named_mutex.hpp include/boost/interprocess/sync/windows/named_recursive_mutex.hpp include/boost/interprocess/sync/windows/named_semaphore.hpp include/boost/interprocess/sync/windows/named_sync.hpp include/boost/interprocess/sync/windows/recursive_mutex.hpp include/boost/interprocess/sync/windows/semaphore.hpp include/boost/interprocess/sync/windows/sync_utils.hpp include/boost/interprocess/sync/windows/winapi_mutex_wrapper.hpp include/boost/interprocess/sync/windows/winapi_semaphore_wrapper.hpp include/boost/interprocess/sync/windows/winapi_wrapper_common.hpp include/boost/interprocess/windows_shared_memory.hpp include/boost/interprocess/xsi_key.hpp include/boost/interprocess/xsi_shared_memory.hpp include/boost/intrusive/any_hook.hpp include/boost/intrusive/avl_set.hpp include/boost/intrusive/avl_set_hook.hpp include/boost/intrusive/avltree.hpp include/boost/intrusive/avltree_algorithms.hpp include/boost/intrusive/bs_set.hpp include/boost/intrusive/bs_set_hook.hpp include/boost/intrusive/bstree.hpp include/boost/intrusive/bstree_algorithms.hpp include/boost/intrusive/circular_list_algorithms.hpp include/boost/intrusive/circular_slist_algorithms.hpp include/boost/intrusive/derivation_value_traits.hpp include/boost/intrusive/detail/algo_type.hpp include/boost/intrusive/detail/algorithm.hpp include/boost/intrusive/detail/any_node_and_algorithms.hpp include/boost/intrusive/detail/array_initializer.hpp include/boost/intrusive/detail/assert.hpp include/boost/intrusive/detail/avltree_node.hpp include/boost/intrusive/detail/bstree_algorithms_base.hpp include/boost/intrusive/detail/common_slist_algorithms.hpp include/boost/intrusive/detail/config_begin.hpp include/boost/intrusive/detail/config_end.hpp include/boost/intrusive/detail/default_header_holder.hpp include/boost/intrusive/detail/ebo_functor_holder.hpp include/boost/intrusive/detail/empty_node_checker.hpp include/boost/intrusive/detail/equal_to_value.hpp include/boost/intrusive/detail/exception_disposer.hpp include/boost/intrusive/detail/function_detector.hpp include/boost/intrusive/detail/generic_hook.hpp include/boost/intrusive/detail/get_value_traits.hpp include/boost/intrusive/detail/has_member_function_callable_with.hpp include/boost/intrusive/detail/hashtable_node.hpp include/boost/intrusive/detail/hook_traits.hpp include/boost/intrusive/detail/iiterator.hpp include/boost/intrusive/detail/is_stateful_value_traits.hpp include/boost/intrusive/detail/iterator.hpp include/boost/intrusive/detail/key_nodeptr_comp.hpp include/boost/intrusive/detail/list_iterator.hpp include/boost/intrusive/detail/list_node.hpp include/boost/intrusive/detail/math.hpp include/boost/intrusive/detail/minimal_less_equal_header.hpp include/boost/intrusive/detail/minimal_pair_header.hpp include/boost/intrusive/detail/mpl.hpp include/boost/intrusive/detail/node_cloner_disposer.hpp include/boost/intrusive/detail/node_holder.hpp include/boost/intrusive/detail/node_to_value.hpp include/boost/intrusive/detail/parent_from_member.hpp include/boost/intrusive/detail/pointer_element.hpp include/boost/intrusive/detail/rbtree_node.hpp include/boost/intrusive/detail/reverse_iterator.hpp include/boost/intrusive/detail/simple_disposers.hpp include/boost/intrusive/detail/size_holder.hpp include/boost/intrusive/detail/slist_iterator.hpp include/boost/intrusive/detail/slist_node.hpp include/boost/intrusive/detail/std_fwd.hpp include/boost/intrusive/detail/to_raw_pointer.hpp include/boost/intrusive/detail/transform_iterator.hpp include/boost/intrusive/detail/tree_iterator.hpp include/boost/intrusive/detail/tree_node.hpp include/boost/intrusive/detail/tree_value_compare.hpp include/boost/intrusive/detail/uncast.hpp include/boost/intrusive/detail/workaround.hpp include/boost/intrusive/hashtable.hpp include/boost/intrusive/intrusive_fwd.hpp include/boost/intrusive/linear_slist_algorithms.hpp include/boost/intrusive/link_mode.hpp include/boost/intrusive/list.hpp include/boost/intrusive/list_hook.hpp include/boost/intrusive/member_value_traits.hpp include/boost/intrusive/options.hpp include/boost/intrusive/pack_options.hpp include/boost/intrusive/parent_from_member.hpp include/boost/intrusive/pointer_plus_bits.hpp include/boost/intrusive/pointer_rebind.hpp include/boost/intrusive/pointer_traits.hpp include/boost/intrusive/priority_compare.hpp include/boost/intrusive/rbtree.hpp include/boost/intrusive/rbtree_algorithms.hpp include/boost/intrusive/set.hpp include/boost/intrusive/set_hook.hpp include/boost/intrusive/sg_set.hpp include/boost/intrusive/sgtree.hpp include/boost/intrusive/sgtree_algorithms.hpp include/boost/intrusive/slist.hpp include/boost/intrusive/slist_hook.hpp include/boost/intrusive/splay_set.hpp include/boost/intrusive/splaytree.hpp include/boost/intrusive/splaytree_algorithms.hpp include/boost/intrusive/treap.hpp include/boost/intrusive/treap_algorithms.hpp include/boost/intrusive/treap_set.hpp include/boost/intrusive/trivial_value_traits.hpp include/boost/intrusive/unordered_set.hpp include/boost/intrusive/unordered_set_hook.hpp include/boost/intrusive_ptr.hpp include/boost/io/detail/quoted_manip.hpp include/boost/io/ios_state.hpp include/boost/io_fwd.hpp include/boost/iostreams/categories.hpp include/boost/iostreams/chain.hpp include/boost/iostreams/char_traits.hpp include/boost/iostreams/checked_operations.hpp include/boost/iostreams/close.hpp include/boost/iostreams/code_converter.hpp include/boost/iostreams/combine.hpp include/boost/iostreams/compose.hpp include/boost/iostreams/concepts.hpp include/boost/iostreams/constants.hpp include/boost/iostreams/copy.hpp include/boost/iostreams/detail/absolute_path.hpp include/boost/iostreams/detail/access_control.hpp include/boost/iostreams/detail/adapter/concept_adapter.hpp include/boost/iostreams/detail/adapter/device_adapter.hpp include/boost/iostreams/detail/adapter/direct_adapter.hpp include/boost/iostreams/detail/adapter/filter_adapter.hpp include/boost/iostreams/detail/adapter/mode_adapter.hpp include/boost/iostreams/detail/adapter/non_blocking_adapter.hpp include/boost/iostreams/detail/adapter/output_iterator_adapter.hpp include/boost/iostreams/detail/adapter/range_adapter.hpp include/boost/iostreams/detail/add_facet.hpp include/boost/iostreams/detail/bool_trait_def.hpp include/boost/iostreams/detail/broken_overload_resolution/forward.hpp include/boost/iostreams/detail/broken_overload_resolution/stream.hpp include/boost/iostreams/detail/broken_overload_resolution/stream_buffer.hpp include/boost/iostreams/detail/buffer.hpp include/boost/iostreams/detail/call_traits.hpp include/boost/iostreams/detail/char_traits.hpp include/boost/iostreams/detail/codecvt_helper.hpp include/boost/iostreams/detail/codecvt_holder.hpp include/boost/iostreams/detail/config/auto_link.hpp include/boost/iostreams/detail/config/bzip2.hpp include/boost/iostreams/detail/config/codecvt.hpp include/boost/iostreams/detail/config/disable_warnings.hpp include/boost/iostreams/detail/config/dyn_link.hpp include/boost/iostreams/detail/config/enable_warnings.hpp include/boost/iostreams/detail/config/fpos.hpp include/boost/iostreams/detail/config/gcc.hpp include/boost/iostreams/detail/config/limits.hpp include/boost/iostreams/detail/config/overload_resolution.hpp include/boost/iostreams/detail/config/rtl.hpp include/boost/iostreams/detail/config/unreachable_return.hpp include/boost/iostreams/detail/config/wide_streams.hpp include/boost/iostreams/detail/config/windows_posix.hpp include/boost/iostreams/detail/config/zlib.hpp include/boost/iostreams/detail/counted_array.hpp include/boost/iostreams/detail/current_directory.hpp include/boost/iostreams/detail/default_arg.hpp include/boost/iostreams/detail/dispatch.hpp include/boost/iostreams/detail/double_object.hpp include/boost/iostreams/detail/enable_if_stream.hpp include/boost/iostreams/detail/error.hpp include/boost/iostreams/detail/execute.hpp include/boost/iostreams/detail/file_handle.hpp include/boost/iostreams/detail/forward.hpp include/boost/iostreams/detail/fstream.hpp include/boost/iostreams/detail/functional.hpp include/boost/iostreams/detail/ios.hpp include/boost/iostreams/detail/iostream.hpp include/boost/iostreams/detail/is_dereferenceable.hpp include/boost/iostreams/detail/is_iterator_range.hpp include/boost/iostreams/detail/newline.hpp include/boost/iostreams/detail/optional.hpp include/boost/iostreams/detail/param_type.hpp include/boost/iostreams/detail/path.hpp include/boost/iostreams/detail/push.hpp include/boost/iostreams/detail/push_params.hpp include/boost/iostreams/detail/resolve.hpp include/boost/iostreams/detail/restrict_impl.hpp include/boost/iostreams/detail/select.hpp include/boost/iostreams/detail/select_by_size.hpp include/boost/iostreams/detail/streambuf.hpp include/boost/iostreams/detail/streambuf/chainbuf.hpp include/boost/iostreams/detail/streambuf/direct_streambuf.hpp include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp include/boost/iostreams/detail/streambuf/linked_streambuf.hpp include/boost/iostreams/detail/system_failure.hpp include/boost/iostreams/detail/template_params.hpp include/boost/iostreams/detail/translate_int_type.hpp include/boost/iostreams/detail/wrap_unwrap.hpp include/boost/iostreams/device/array.hpp include/boost/iostreams/device/back_inserter.hpp include/boost/iostreams/device/file.hpp include/boost/iostreams/device/file_descriptor.hpp include/boost/iostreams/device/mapped_file.hpp include/boost/iostreams/device/null.hpp include/boost/iostreams/filter/aggregate.hpp include/boost/iostreams/filter/bzip2.hpp include/boost/iostreams/filter/counter.hpp include/boost/iostreams/filter/grep.hpp include/boost/iostreams/filter/gzip.hpp include/boost/iostreams/filter/line.hpp include/boost/iostreams/filter/newline.hpp include/boost/iostreams/filter/regex.hpp include/boost/iostreams/filter/stdio.hpp include/boost/iostreams/filter/symmetric.hpp include/boost/iostreams/filter/test.hpp include/boost/iostreams/filter/zlib.hpp include/boost/iostreams/filtering_stream.hpp include/boost/iostreams/filtering_streambuf.hpp include/boost/iostreams/flush.hpp include/boost/iostreams/get.hpp include/boost/iostreams/imbue.hpp include/boost/iostreams/input_sequence.hpp include/boost/iostreams/invert.hpp include/boost/iostreams/operations.hpp include/boost/iostreams/operations_fwd.hpp include/boost/iostreams/optimal_buffer_size.hpp include/boost/iostreams/output_sequence.hpp include/boost/iostreams/pipeline.hpp include/boost/iostreams/positioning.hpp include/boost/iostreams/put.hpp include/boost/iostreams/putback.hpp include/boost/iostreams/read.hpp include/boost/iostreams/restrict.hpp include/boost/iostreams/seek.hpp include/boost/iostreams/skip.hpp include/boost/iostreams/slice.hpp include/boost/iostreams/stream.hpp include/boost/iostreams/stream_buffer.hpp include/boost/iostreams/tee.hpp include/boost/iostreams/traits.hpp include/boost/iostreams/traits_fwd.hpp include/boost/iostreams/write.hpp include/boost/is_placeholder.hpp include/boost/iterator.hpp include/boost/iterator/counting_iterator.hpp include/boost/iterator/detail/any_conversion_eater.hpp include/boost/iterator/detail/config_def.hpp include/boost/iterator/detail/config_undef.hpp include/boost/iterator/detail/enable_if.hpp include/boost/iterator/detail/facade_iterator_category.hpp include/boost/iterator/detail/minimum_category.hpp include/boost/iterator/filter_iterator.hpp include/boost/iterator/function_input_iterator.hpp include/boost/iterator/indirect_iterator.hpp include/boost/iterator/interoperable.hpp include/boost/iterator/is_lvalue_iterator.hpp include/boost/iterator/is_readable_iterator.hpp include/boost/iterator/iterator_adaptor.hpp include/boost/iterator/iterator_archetypes.hpp include/boost/iterator/iterator_categories.hpp include/boost/iterator/iterator_concepts.hpp include/boost/iterator/iterator_facade.hpp include/boost/iterator/iterator_traits.hpp include/boost/iterator/minimum_category.hpp include/boost/iterator/new_iterator_tests.hpp include/boost/iterator/permutation_iterator.hpp include/boost/iterator/reverse_iterator.hpp include/boost/iterator/transform_iterator.hpp include/boost/iterator/zip_iterator.hpp include/boost/iterator_adaptors.hpp include/boost/lambda/algorithm.hpp include/boost/lambda/bind.hpp include/boost/lambda/casts.hpp include/boost/lambda/closures.hpp include/boost/lambda/construct.hpp include/boost/lambda/control_structures.hpp include/boost/lambda/core.hpp include/boost/lambda/detail/actions.hpp include/boost/lambda/detail/arity_code.hpp include/boost/lambda/detail/bind_functions.hpp include/boost/lambda/detail/control_constructs_common.hpp include/boost/lambda/detail/function_adaptors.hpp include/boost/lambda/detail/is_instance_of.hpp include/boost/lambda/detail/lambda_config.hpp include/boost/lambda/detail/lambda_functor_base.hpp include/boost/lambda/detail/lambda_functors.hpp include/boost/lambda/detail/lambda_fwd.hpp include/boost/lambda/detail/lambda_traits.hpp include/boost/lambda/detail/member_ptr.hpp include/boost/lambda/detail/operator_actions.hpp include/boost/lambda/detail/operator_lambda_func_base.hpp include/boost/lambda/detail/operator_return_type_traits.hpp include/boost/lambda/detail/operators.hpp include/boost/lambda/detail/ret.hpp include/boost/lambda/detail/return_type_traits.hpp include/boost/lambda/detail/select_functions.hpp include/boost/lambda/detail/suppress_unused.hpp include/boost/lambda/exceptions.hpp include/boost/lambda/if.hpp include/boost/lambda/lambda.hpp include/boost/lambda/loops.hpp include/boost/lambda/numeric.hpp include/boost/lambda/switch.hpp include/boost/last_value.hpp include/boost/lexical_cast.hpp include/boost/lexical_cast/bad_lexical_cast.hpp include/boost/lexical_cast/detail/converter_lexical.hpp include/boost/lexical_cast/detail/converter_lexical_streams.hpp include/boost/lexical_cast/detail/converter_numeric.hpp include/boost/lexical_cast/detail/inf_nan.hpp include/boost/lexical_cast/detail/is_character.hpp include/boost/lexical_cast/detail/lcast_char_constants.hpp include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp include/boost/lexical_cast/detail/widest_char.hpp include/boost/lexical_cast/lexical_cast_old.hpp include/boost/lexical_cast/try_lexical_convert.hpp include/boost/limits.hpp include/boost/local_function.hpp include/boost/local_function/aux_/add_pointed_const.hpp include/boost/local_function/aux_/function.hpp include/boost/local_function/aux_/macro/code_/bind.hpp include/boost/local_function/aux_/macro/code_/functor.hpp include/boost/local_function/aux_/macro/code_/result.hpp include/boost/local_function/aux_/macro/decl.hpp include/boost/local_function/aux_/macro/name.hpp include/boost/local_function/aux_/macro/typeof.hpp include/boost/local_function/aux_/member.hpp include/boost/local_function/aux_/nobind.hpp include/boost/local_function/aux_/preprocessor/traits/bind.hpp include/boost/local_function/aux_/preprocessor/traits/decl.hpp include/boost/local_function/aux_/preprocessor/traits/decl_/append.hpp include/boost/local_function/aux_/preprocessor/traits/decl_/index.hpp include/boost/local_function/aux_/preprocessor/traits/decl_/nil.hpp include/boost/local_function/aux_/preprocessor/traits/decl_/set_error.hpp include/boost/local_function/aux_/preprocessor/traits/decl_/validate.hpp include/boost/local_function/aux_/preprocessor/traits/decl_/validate_/return_count.hpp include/boost/local_function/aux_/preprocessor/traits/decl_/validate_/this_count.hpp include/boost/local_function/aux_/preprocessor/traits/decl_binds.hpp include/boost/local_function/aux_/preprocessor/traits/decl_const_binds.hpp include/boost/local_function/aux_/preprocessor/traits/decl_error.hpp include/boost/local_function/aux_/preprocessor/traits/decl_params.hpp include/boost/local_function/aux_/preprocessor/traits/decl_returns.hpp include/boost/local_function/aux_/preprocessor/traits/decl_sign_/any_bind_type.hpp include/boost/local_function/aux_/preprocessor/traits/decl_sign_/sign.hpp include/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate.hpp include/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/defaults.hpp include/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/this.hpp include/boost/local_function/aux_/preprocessor/traits/param.hpp include/boost/local_function/aux_/symbol.hpp include/boost/local_function/config.hpp include/boost/local_function/detail/preprocessor/keyword/auto.hpp include/boost/local_function/detail/preprocessor/keyword/bind.hpp include/boost/local_function/detail/preprocessor/keyword/const.hpp include/boost/local_function/detail/preprocessor/keyword/const_bind.hpp include/boost/local_function/detail/preprocessor/keyword/default.hpp include/boost/local_function/detail/preprocessor/keyword/facility/add.hpp include/boost/local_function/detail/preprocessor/keyword/facility/is.hpp include/boost/local_function/detail/preprocessor/keyword/facility/remove.hpp include/boost/local_function/detail/preprocessor/keyword/inline.hpp include/boost/local_function/detail/preprocessor/keyword/recursive.hpp include/boost/local_function/detail/preprocessor/keyword/register.hpp include/boost/local_function/detail/preprocessor/keyword/return.hpp include/boost/local_function/detail/preprocessor/keyword/this.hpp include/boost/local_function/detail/preprocessor/keyword/thisunderscore.hpp include/boost/local_function/detail/preprocessor/keyword/void.hpp include/boost/local_function/detail/preprocessor/line_counter.hpp include/boost/local_function/detail/preprocessor/void_list.hpp include/boost/locale.hpp include/boost/locale/boundary.hpp include/boost/locale/boundary/boundary_point.hpp include/boost/locale/boundary/facets.hpp include/boost/locale/boundary/index.hpp include/boost/locale/boundary/segment.hpp include/boost/locale/boundary/types.hpp include/boost/locale/collator.hpp include/boost/locale/config.hpp include/boost/locale/conversion.hpp include/boost/locale/date_time.hpp include/boost/locale/date_time_facet.hpp include/boost/locale/definitions.hpp include/boost/locale/encoding.hpp include/boost/locale/encoding_errors.hpp include/boost/locale/encoding_utf.hpp include/boost/locale/format.hpp include/boost/locale/formatting.hpp include/boost/locale/generator.hpp include/boost/locale/generic_codecvt.hpp include/boost/locale/gnu_gettext.hpp include/boost/locale/hold_ptr.hpp include/boost/locale/info.hpp include/boost/locale/localization_backend.hpp include/boost/locale/message.hpp include/boost/locale/time_zone.hpp include/boost/locale/utf.hpp include/boost/locale/utf8_codecvt.hpp include/boost/locale/util.hpp include/boost/lockfree/detail/atomic.hpp include/boost/lockfree/detail/copy_payload.hpp include/boost/lockfree/detail/freelist.hpp include/boost/lockfree/detail/parameter.hpp include/boost/lockfree/detail/prefix.hpp include/boost/lockfree/detail/tagged_ptr.hpp include/boost/lockfree/detail/tagged_ptr_dcas.hpp include/boost/lockfree/detail/tagged_ptr_ptrcompression.hpp include/boost/lockfree/lockfree_forward.hpp include/boost/lockfree/policies.hpp include/boost/lockfree/queue.hpp include/boost/lockfree/spsc_queue.hpp include/boost/lockfree/stack.hpp include/boost/log/attributes.hpp include/boost/log/attributes/attribute.hpp include/boost/log/attributes/attribute_cast.hpp include/boost/log/attributes/attribute_name.hpp include/boost/log/attributes/attribute_set.hpp include/boost/log/attributes/attribute_value.hpp include/boost/log/attributes/attribute_value_impl.hpp include/boost/log/attributes/attribute_value_set.hpp include/boost/log/attributes/clock.hpp include/boost/log/attributes/constant.hpp include/boost/log/attributes/counter.hpp include/boost/log/attributes/current_process_id.hpp include/boost/log/attributes/current_process_name.hpp include/boost/log/attributes/current_thread_id.hpp include/boost/log/attributes/fallback_policy.hpp include/boost/log/attributes/fallback_policy_fwd.hpp include/boost/log/attributes/function.hpp include/boost/log/attributes/mutable_constant.hpp include/boost/log/attributes/named_scope.hpp include/boost/log/attributes/scoped_attribute.hpp include/boost/log/attributes/time_traits.hpp include/boost/log/attributes/timer.hpp include/boost/log/attributes/value_extraction.hpp include/boost/log/attributes/value_extraction_fwd.hpp include/boost/log/attributes/value_visitation.hpp include/boost/log/attributes/value_visitation_fwd.hpp include/boost/log/common.hpp include/boost/log/core.hpp include/boost/log/core/core.hpp include/boost/log/core/record.hpp include/boost/log/core/record_view.hpp include/boost/log/detail/adaptive_mutex.hpp include/boost/log/detail/asio_fwd.hpp include/boost/log/detail/attachable_sstream_buf.hpp include/boost/log/detail/attr_output_impl.hpp include/boost/log/detail/attr_output_terminal.hpp include/boost/log/detail/attribute_get_value_impl.hpp include/boost/log/detail/attribute_predicate.hpp include/boost/log/detail/c_str.hpp include/boost/log/detail/cleanup_scope_guard.hpp include/boost/log/detail/code_conversion.hpp include/boost/log/detail/config.hpp include/boost/log/detail/copy_cv.hpp include/boost/log/detail/custom_terminal_spec.hpp include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp include/boost/log/detail/date_time_format_parser.hpp include/boost/log/detail/decomposed_time.hpp include/boost/log/detail/deduce_char_type.hpp include/boost/log/detail/default_attribute_names.hpp include/boost/log/detail/embedded_string_type.hpp include/boost/log/detail/enqueued_record.hpp include/boost/log/detail/event.hpp include/boost/log/detail/fake_mutex.hpp include/boost/log/detail/footer.hpp include/boost/log/detail/format.hpp include/boost/log/detail/function_traits.hpp include/boost/log/detail/generate_overloads.hpp include/boost/log/detail/header.hpp include/boost/log/detail/id.hpp include/boost/log/detail/is_character_type.hpp include/boost/log/detail/is_ostream.hpp include/boost/log/detail/light_function.hpp include/boost/log/detail/light_function_pp.hpp include/boost/log/detail/light_rw_mutex.hpp include/boost/log/detail/locking_ptr.hpp include/boost/log/detail/locks.hpp include/boost/log/detail/named_scope_fmt_pp.hpp include/boost/log/detail/native_typeof.hpp include/boost/log/detail/parameter_tools.hpp include/boost/log/detail/pause.hpp include/boost/log/detail/pp_identity.hpp include/boost/log/detail/process_id.hpp include/boost/log/detail/setup_config.hpp include/boost/log/detail/sfinae_tools.hpp include/boost/log/detail/singleton.hpp include/boost/log/detail/sink_init_helpers.hpp include/boost/log/detail/snprintf.hpp include/boost/log/detail/tagged_integer.hpp include/boost/log/detail/thread_id.hpp include/boost/log/detail/thread_specific.hpp include/boost/log/detail/threadsafe_queue.hpp include/boost/log/detail/timestamp.hpp include/boost/log/detail/trivial_keyword.hpp include/boost/log/detail/unary_function_terminal.hpp include/boost/log/detail/unhandled_exception_count.hpp include/boost/log/detail/value_ref_visitation.hpp include/boost/log/exceptions.hpp include/boost/log/expressions.hpp include/boost/log/expressions/attr.hpp include/boost/log/expressions/attr_fwd.hpp include/boost/log/expressions/filter.hpp include/boost/log/expressions/formatter.hpp include/boost/log/expressions/formatters.hpp include/boost/log/expressions/formatters/c_decorator.hpp include/boost/log/expressions/formatters/char_decorator.hpp include/boost/log/expressions/formatters/csv_decorator.hpp include/boost/log/expressions/formatters/date_time.hpp include/boost/log/expressions/formatters/format.hpp include/boost/log/expressions/formatters/if.hpp include/boost/log/expressions/formatters/max_size_decorator.hpp include/boost/log/expressions/formatters/named_scope.hpp include/boost/log/expressions/formatters/stream.hpp include/boost/log/expressions/formatters/wrap_formatter.hpp include/boost/log/expressions/formatters/xml_decorator.hpp include/boost/log/expressions/is_keyword_descriptor.hpp include/boost/log/expressions/keyword.hpp include/boost/log/expressions/keyword_fwd.hpp include/boost/log/expressions/message.hpp include/boost/log/expressions/predicates.hpp include/boost/log/expressions/predicates/begins_with.hpp include/boost/log/expressions/predicates/channel_severity_filter.hpp include/boost/log/expressions/predicates/contains.hpp include/boost/log/expressions/predicates/ends_with.hpp include/boost/log/expressions/predicates/has_attr.hpp include/boost/log/expressions/predicates/is_debugger_present.hpp include/boost/log/expressions/predicates/is_in_range.hpp include/boost/log/expressions/predicates/matches.hpp include/boost/log/expressions/record.hpp include/boost/log/keywords/auto_flush.hpp include/boost/log/keywords/block_size.hpp include/boost/log/keywords/capacity.hpp include/boost/log/keywords/channel.hpp include/boost/log/keywords/delimiter.hpp include/boost/log/keywords/depth.hpp include/boost/log/keywords/empty_marker.hpp include/boost/log/keywords/enable_final_rotation.hpp include/boost/log/keywords/facility.hpp include/boost/log/keywords/file_name.hpp include/boost/log/keywords/filter.hpp include/boost/log/keywords/format.hpp include/boost/log/keywords/ident.hpp include/boost/log/keywords/incomplete_marker.hpp include/boost/log/keywords/ip_version.hpp include/boost/log/keywords/iteration.hpp include/boost/log/keywords/log_name.hpp include/boost/log/keywords/log_source.hpp include/boost/log/keywords/max_files.hpp include/boost/log/keywords/max_size.hpp include/boost/log/keywords/message_file.hpp include/boost/log/keywords/min_free_space.hpp include/boost/log/keywords/name.hpp include/boost/log/keywords/open_mode.hpp include/boost/log/keywords/order.hpp include/boost/log/keywords/ordering_window.hpp include/boost/log/keywords/overflow_policy.hpp include/boost/log/keywords/permissions.hpp include/boost/log/keywords/registration.hpp include/boost/log/keywords/rotation_size.hpp include/boost/log/keywords/scan_method.hpp include/boost/log/keywords/severity.hpp include/boost/log/keywords/start_thread.hpp include/boost/log/keywords/target.hpp include/boost/log/keywords/time_based_rotation.hpp include/boost/log/keywords/use_impl.hpp include/boost/log/sinks.hpp include/boost/log/sinks/async_frontend.hpp include/boost/log/sinks/attribute_mapping.hpp include/boost/log/sinks/basic_sink_backend.hpp include/boost/log/sinks/basic_sink_frontend.hpp include/boost/log/sinks/block_on_overflow.hpp include/boost/log/sinks/bounded_fifo_queue.hpp include/boost/log/sinks/bounded_ordering_queue.hpp include/boost/log/sinks/debug_output_backend.hpp include/boost/log/sinks/drop_on_overflow.hpp include/boost/log/sinks/event_log_backend.hpp include/boost/log/sinks/event_log_constants.hpp include/boost/log/sinks/frontend_requirements.hpp include/boost/log/sinks/sink.hpp include/boost/log/sinks/sync_frontend.hpp include/boost/log/sinks/syslog_backend.hpp include/boost/log/sinks/syslog_constants.hpp include/boost/log/sinks/text_file_backend.hpp include/boost/log/sinks/text_ipc_message_queue_backend.hpp include/boost/log/sinks/text_multifile_backend.hpp include/boost/log/sinks/text_ostream_backend.hpp include/boost/log/sinks/unbounded_fifo_queue.hpp include/boost/log/sinks/unbounded_ordering_queue.hpp include/boost/log/sinks/unlocked_frontend.hpp include/boost/log/sources/basic_logger.hpp include/boost/log/sources/channel_feature.hpp include/boost/log/sources/channel_logger.hpp include/boost/log/sources/exception_handler_feature.hpp include/boost/log/sources/features.hpp include/boost/log/sources/global_logger_storage.hpp include/boost/log/sources/logger.hpp include/boost/log/sources/record_ostream.hpp include/boost/log/sources/severity_channel_logger.hpp include/boost/log/sources/severity_feature.hpp include/boost/log/sources/severity_logger.hpp include/boost/log/sources/threading_models.hpp include/boost/log/support/date_time.hpp include/boost/log/support/exception.hpp include/boost/log/support/regex.hpp include/boost/log/support/spirit_classic.hpp include/boost/log/support/spirit_qi.hpp include/boost/log/support/std_regex.hpp include/boost/log/support/xpressive.hpp include/boost/log/trivial.hpp include/boost/log/utility/exception_handler.hpp include/boost/log/utility/formatting_ostream.hpp include/boost/log/utility/formatting_ostream_fwd.hpp include/boost/log/utility/functional.hpp include/boost/log/utility/functional/as_action.hpp include/boost/log/utility/functional/begins_with.hpp include/boost/log/utility/functional/bind.hpp include/boost/log/utility/functional/bind_assign.hpp include/boost/log/utility/functional/bind_output.hpp include/boost/log/utility/functional/bind_to_log.hpp include/boost/log/utility/functional/contains.hpp include/boost/log/utility/functional/ends_with.hpp include/boost/log/utility/functional/fun_ref.hpp include/boost/log/utility/functional/in_range.hpp include/boost/log/utility/functional/logical.hpp include/boost/log/utility/functional/matches.hpp include/boost/log/utility/functional/nop.hpp include/boost/log/utility/functional/save_result.hpp include/boost/log/utility/ipc/object_name.hpp include/boost/log/utility/ipc/reliable_message_queue.hpp include/boost/log/utility/manipulators.hpp include/boost/log/utility/manipulators/add_value.hpp include/boost/log/utility/manipulators/dump.hpp include/boost/log/utility/manipulators/to_log.hpp include/boost/log/utility/once_block.hpp include/boost/log/utility/open_mode.hpp include/boost/log/utility/permissions.hpp include/boost/log/utility/record_ordering.hpp include/boost/log/utility/setup.hpp include/boost/log/utility/setup/common_attributes.hpp include/boost/log/utility/setup/console.hpp include/boost/log/utility/setup/file.hpp include/boost/log/utility/setup/filter_parser.hpp include/boost/log/utility/setup/formatter_parser.hpp include/boost/log/utility/setup/from_settings.hpp include/boost/log/utility/setup/from_stream.hpp include/boost/log/utility/setup/settings.hpp include/boost/log/utility/setup/settings_parser.hpp include/boost/log/utility/strictest_lock.hpp include/boost/log/utility/string_literal.hpp include/boost/log/utility/string_literal_fwd.hpp include/boost/log/utility/type_dispatch/date_time_types.hpp include/boost/log/utility/type_dispatch/dynamic_type_dispatcher.hpp include/boost/log/utility/type_dispatch/standard_types.hpp include/boost/log/utility/type_dispatch/static_type_dispatcher.hpp include/boost/log/utility/type_dispatch/type_dispatcher.hpp include/boost/log/utility/unique_identifier_name.hpp include/boost/log/utility/unused_variable.hpp include/boost/log/utility/value_ref.hpp include/boost/log/utility/value_ref_fwd.hpp include/boost/logic/tribool.hpp include/boost/logic/tribool_fwd.hpp include/boost/logic/tribool_io.hpp include/boost/make_default.hpp include/boost/make_shared.hpp include/boost/make_unique.hpp include/boost/math/bindings/detail/big_digamma.hpp include/boost/math/bindings/detail/big_lanczos.hpp include/boost/math/bindings/e_float.hpp include/boost/math/bindings/mpfr.hpp include/boost/math/bindings/mpreal.hpp include/boost/math/bindings/rr.hpp include/boost/math/common_factor.hpp include/boost/math/common_factor_ct.hpp include/boost/math/common_factor_rt.hpp include/boost/math/complex.hpp include/boost/math/complex/acos.hpp include/boost/math/complex/acosh.hpp include/boost/math/complex/asin.hpp include/boost/math/complex/asinh.hpp include/boost/math/complex/atan.hpp include/boost/math/complex/atanh.hpp include/boost/math/complex/details.hpp include/boost/math/complex/fabs.hpp include/boost/math/concepts/distributions.hpp include/boost/math/concepts/real_concept.hpp include/boost/math/concepts/real_type_concept.hpp include/boost/math/concepts/std_real_concept.hpp include/boost/math/constants/calculate_constants.hpp include/boost/math/constants/constants.hpp include/boost/math/constants/info.hpp include/boost/math/cstdfloat/cstdfloat_cmath.hpp include/boost/math/cstdfloat/cstdfloat_complex.hpp include/boost/math/cstdfloat/cstdfloat_complex_std.hpp include/boost/math/cstdfloat/cstdfloat_iostream.hpp include/boost/math/cstdfloat/cstdfloat_limits.hpp include/boost/math/cstdfloat/cstdfloat_types.hpp include/boost/math/distributions.hpp include/boost/math/distributions/arcsine.hpp include/boost/math/distributions/bernoulli.hpp include/boost/math/distributions/beta.hpp include/boost/math/distributions/binomial.hpp include/boost/math/distributions/cauchy.hpp include/boost/math/distributions/chi_squared.hpp include/boost/math/distributions/complement.hpp include/boost/math/distributions/detail/common_error_handling.hpp include/boost/math/distributions/detail/derived_accessors.hpp include/boost/math/distributions/detail/generic_mode.hpp include/boost/math/distributions/detail/generic_quantile.hpp include/boost/math/distributions/detail/hypergeometric_cdf.hpp include/boost/math/distributions/detail/hypergeometric_pdf.hpp include/boost/math/distributions/detail/hypergeometric_quantile.hpp include/boost/math/distributions/detail/inv_discrete_quantile.hpp include/boost/math/distributions/exponential.hpp include/boost/math/distributions/extreme_value.hpp include/boost/math/distributions/find_location.hpp include/boost/math/distributions/find_scale.hpp include/boost/math/distributions/fisher_f.hpp include/boost/math/distributions/fwd.hpp include/boost/math/distributions/gamma.hpp include/boost/math/distributions/geometric.hpp include/boost/math/distributions/hyperexponential.hpp include/boost/math/distributions/hypergeometric.hpp include/boost/math/distributions/inverse_chi_squared.hpp include/boost/math/distributions/inverse_gamma.hpp include/boost/math/distributions/inverse_gaussian.hpp include/boost/math/distributions/laplace.hpp include/boost/math/distributions/logistic.hpp include/boost/math/distributions/lognormal.hpp include/boost/math/distributions/negative_binomial.hpp include/boost/math/distributions/non_central_beta.hpp include/boost/math/distributions/non_central_chi_squared.hpp include/boost/math/distributions/non_central_f.hpp include/boost/math/distributions/non_central_t.hpp include/boost/math/distributions/normal.hpp include/boost/math/distributions/pareto.hpp include/boost/math/distributions/poisson.hpp include/boost/math/distributions/rayleigh.hpp include/boost/math/distributions/skew_normal.hpp include/boost/math/distributions/students_t.hpp include/boost/math/distributions/triangular.hpp include/boost/math/distributions/uniform.hpp include/boost/math/distributions/weibull.hpp include/boost/math/octonion.hpp include/boost/math/policies/error_handling.hpp include/boost/math/policies/policy.hpp include/boost/math/quaternion.hpp include/boost/math/special_functions.hpp include/boost/math/special_functions/acosh.hpp include/boost/math/special_functions/airy.hpp include/boost/math/special_functions/asinh.hpp include/boost/math/special_functions/atanh.hpp include/boost/math/special_functions/bernoulli.hpp include/boost/math/special_functions/bessel.hpp include/boost/math/special_functions/bessel_prime.hpp include/boost/math/special_functions/beta.hpp include/boost/math/special_functions/binomial.hpp include/boost/math/special_functions/cbrt.hpp include/boost/math/special_functions/cos_pi.hpp include/boost/math/special_functions/detail/airy_ai_bi_zero.hpp include/boost/math/special_functions/detail/bernoulli_details.hpp include/boost/math/special_functions/detail/bessel_derivatives_linear.hpp include/boost/math/special_functions/detail/bessel_i0.hpp include/boost/math/special_functions/detail/bessel_i1.hpp include/boost/math/special_functions/detail/bessel_ik.hpp include/boost/math/special_functions/detail/bessel_j0.hpp include/boost/math/special_functions/detail/bessel_j1.hpp include/boost/math/special_functions/detail/bessel_jn.hpp include/boost/math/special_functions/detail/bessel_jy.hpp include/boost/math/special_functions/detail/bessel_jy_asym.hpp include/boost/math/special_functions/detail/bessel_jy_derivatives_asym.hpp include/boost/math/special_functions/detail/bessel_jy_derivatives_series.hpp include/boost/math/special_functions/detail/bessel_jy_series.hpp include/boost/math/special_functions/detail/bessel_jy_zero.hpp include/boost/math/special_functions/detail/bessel_k0.hpp include/boost/math/special_functions/detail/bessel_k1.hpp include/boost/math/special_functions/detail/bessel_kn.hpp include/boost/math/special_functions/detail/bessel_y0.hpp include/boost/math/special_functions/detail/bessel_y1.hpp include/boost/math/special_functions/detail/bessel_yn.hpp include/boost/math/special_functions/detail/erf_inv.hpp include/boost/math/special_functions/detail/fp_traits.hpp include/boost/math/special_functions/detail/gamma_inva.hpp include/boost/math/special_functions/detail/ibeta_inv_ab.hpp include/boost/math/special_functions/detail/ibeta_inverse.hpp include/boost/math/special_functions/detail/iconv.hpp include/boost/math/special_functions/detail/igamma_inverse.hpp include/boost/math/special_functions/detail/igamma_large.hpp include/boost/math/special_functions/detail/lanczos_sse2.hpp include/boost/math/special_functions/detail/lgamma_small.hpp include/boost/math/special_functions/detail/polygamma.hpp include/boost/math/special_functions/detail/round_fwd.hpp include/boost/math/special_functions/detail/t_distribution_inv.hpp include/boost/math/special_functions/detail/unchecked_bernoulli.hpp include/boost/math/special_functions/detail/unchecked_factorial.hpp include/boost/math/special_functions/digamma.hpp include/boost/math/special_functions/ellint_1.hpp include/boost/math/special_functions/ellint_2.hpp include/boost/math/special_functions/ellint_3.hpp include/boost/math/special_functions/ellint_d.hpp include/boost/math/special_functions/ellint_rc.hpp include/boost/math/special_functions/ellint_rd.hpp include/boost/math/special_functions/ellint_rf.hpp include/boost/math/special_functions/ellint_rg.hpp include/boost/math/special_functions/ellint_rj.hpp include/boost/math/special_functions/erf.hpp include/boost/math/special_functions/expint.hpp include/boost/math/special_functions/expm1.hpp include/boost/math/special_functions/factorials.hpp include/boost/math/special_functions/fpclassify.hpp include/boost/math/special_functions/gamma.hpp include/boost/math/special_functions/hankel.hpp include/boost/math/special_functions/hermite.hpp include/boost/math/special_functions/heuman_lambda.hpp include/boost/math/special_functions/hypot.hpp include/boost/math/special_functions/jacobi_elliptic.hpp include/boost/math/special_functions/jacobi_zeta.hpp include/boost/math/special_functions/laguerre.hpp include/boost/math/special_functions/lanczos.hpp include/boost/math/special_functions/legendre.hpp include/boost/math/special_functions/log1p.hpp include/boost/math/special_functions/math_fwd.hpp include/boost/math/special_functions/modf.hpp include/boost/math/special_functions/next.hpp include/boost/math/special_functions/nonfinite_num_facets.hpp include/boost/math/special_functions/owens_t.hpp include/boost/math/special_functions/polygamma.hpp include/boost/math/special_functions/pow.hpp include/boost/math/special_functions/powm1.hpp include/boost/math/special_functions/prime.hpp include/boost/math/special_functions/relative_difference.hpp include/boost/math/special_functions/round.hpp include/boost/math/special_functions/sign.hpp include/boost/math/special_functions/sin_pi.hpp include/boost/math/special_functions/sinc.hpp include/boost/math/special_functions/sinhc.hpp include/boost/math/special_functions/spherical_harmonic.hpp include/boost/math/special_functions/sqrt1pm1.hpp include/boost/math/special_functions/trigamma.hpp include/boost/math/special_functions/trunc.hpp include/boost/math/special_functions/ulp.hpp include/boost/math/special_functions/zeta.hpp include/boost/math/tools/big_constant.hpp include/boost/math/tools/config.hpp include/boost/math/tools/convert_from_string.hpp include/boost/math/tools/detail/polynomial_horner1_10.hpp include/boost/math/tools/detail/polynomial_horner1_11.hpp include/boost/math/tools/detail/polynomial_horner1_12.hpp include/boost/math/tools/detail/polynomial_horner1_13.hpp include/boost/math/tools/detail/polynomial_horner1_14.hpp include/boost/math/tools/detail/polynomial_horner1_15.hpp include/boost/math/tools/detail/polynomial_horner1_16.hpp include/boost/math/tools/detail/polynomial_horner1_17.hpp include/boost/math/tools/detail/polynomial_horner1_18.hpp include/boost/math/tools/detail/polynomial_horner1_19.hpp include/boost/math/tools/detail/polynomial_horner1_2.hpp include/boost/math/tools/detail/polynomial_horner1_20.hpp include/boost/math/tools/detail/polynomial_horner1_3.hpp include/boost/math/tools/detail/polynomial_horner1_4.hpp include/boost/math/tools/detail/polynomial_horner1_5.hpp include/boost/math/tools/detail/polynomial_horner1_6.hpp include/boost/math/tools/detail/polynomial_horner1_7.hpp include/boost/math/tools/detail/polynomial_horner1_8.hpp include/boost/math/tools/detail/polynomial_horner1_9.hpp include/boost/math/tools/detail/polynomial_horner2_10.hpp include/boost/math/tools/detail/polynomial_horner2_11.hpp include/boost/math/tools/detail/polynomial_horner2_12.hpp include/boost/math/tools/detail/polynomial_horner2_13.hpp include/boost/math/tools/detail/polynomial_horner2_14.hpp include/boost/math/tools/detail/polynomial_horner2_15.hpp include/boost/math/tools/detail/polynomial_horner2_16.hpp include/boost/math/tools/detail/polynomial_horner2_17.hpp include/boost/math/tools/detail/polynomial_horner2_18.hpp include/boost/math/tools/detail/polynomial_horner2_19.hpp include/boost/math/tools/detail/polynomial_horner2_2.hpp include/boost/math/tools/detail/polynomial_horner2_20.hpp include/boost/math/tools/detail/polynomial_horner2_3.hpp include/boost/math/tools/detail/polynomial_horner2_4.hpp include/boost/math/tools/detail/polynomial_horner2_5.hpp include/boost/math/tools/detail/polynomial_horner2_6.hpp include/boost/math/tools/detail/polynomial_horner2_7.hpp include/boost/math/tools/detail/polynomial_horner2_8.hpp include/boost/math/tools/detail/polynomial_horner2_9.hpp include/boost/math/tools/detail/polynomial_horner3_10.hpp include/boost/math/tools/detail/polynomial_horner3_11.hpp include/boost/math/tools/detail/polynomial_horner3_12.hpp include/boost/math/tools/detail/polynomial_horner3_13.hpp include/boost/math/tools/detail/polynomial_horner3_14.hpp include/boost/math/tools/detail/polynomial_horner3_15.hpp include/boost/math/tools/detail/polynomial_horner3_16.hpp include/boost/math/tools/detail/polynomial_horner3_17.hpp include/boost/math/tools/detail/polynomial_horner3_18.hpp include/boost/math/tools/detail/polynomial_horner3_19.hpp include/boost/math/tools/detail/polynomial_horner3_2.hpp include/boost/math/tools/detail/polynomial_horner3_20.hpp include/boost/math/tools/detail/polynomial_horner3_3.hpp include/boost/math/tools/detail/polynomial_horner3_4.hpp include/boost/math/tools/detail/polynomial_horner3_5.hpp include/boost/math/tools/detail/polynomial_horner3_6.hpp include/boost/math/tools/detail/polynomial_horner3_7.hpp include/boost/math/tools/detail/polynomial_horner3_8.hpp include/boost/math/tools/detail/polynomial_horner3_9.hpp include/boost/math/tools/detail/rational_horner1_10.hpp include/boost/math/tools/detail/rational_horner1_11.hpp include/boost/math/tools/detail/rational_horner1_12.hpp include/boost/math/tools/detail/rational_horner1_13.hpp include/boost/math/tools/detail/rational_horner1_14.hpp include/boost/math/tools/detail/rational_horner1_15.hpp include/boost/math/tools/detail/rational_horner1_16.hpp include/boost/math/tools/detail/rational_horner1_17.hpp include/boost/math/tools/detail/rational_horner1_18.hpp include/boost/math/tools/detail/rational_horner1_19.hpp include/boost/math/tools/detail/rational_horner1_2.hpp include/boost/math/tools/detail/rational_horner1_20.hpp include/boost/math/tools/detail/rational_horner1_3.hpp include/boost/math/tools/detail/rational_horner1_4.hpp include/boost/math/tools/detail/rational_horner1_5.hpp include/boost/math/tools/detail/rational_horner1_6.hpp include/boost/math/tools/detail/rational_horner1_7.hpp include/boost/math/tools/detail/rational_horner1_8.hpp include/boost/math/tools/detail/rational_horner1_9.hpp include/boost/math/tools/detail/rational_horner2_10.hpp include/boost/math/tools/detail/rational_horner2_11.hpp include/boost/math/tools/detail/rational_horner2_12.hpp include/boost/math/tools/detail/rational_horner2_13.hpp include/boost/math/tools/detail/rational_horner2_14.hpp include/boost/math/tools/detail/rational_horner2_15.hpp include/boost/math/tools/detail/rational_horner2_16.hpp include/boost/math/tools/detail/rational_horner2_17.hpp include/boost/math/tools/detail/rational_horner2_18.hpp include/boost/math/tools/detail/rational_horner2_19.hpp include/boost/math/tools/detail/rational_horner2_2.hpp include/boost/math/tools/detail/rational_horner2_20.hpp include/boost/math/tools/detail/rational_horner2_3.hpp include/boost/math/tools/detail/rational_horner2_4.hpp include/boost/math/tools/detail/rational_horner2_5.hpp include/boost/math/tools/detail/rational_horner2_6.hpp include/boost/math/tools/detail/rational_horner2_7.hpp include/boost/math/tools/detail/rational_horner2_8.hpp include/boost/math/tools/detail/rational_horner2_9.hpp include/boost/math/tools/detail/rational_horner3_10.hpp include/boost/math/tools/detail/rational_horner3_11.hpp include/boost/math/tools/detail/rational_horner3_12.hpp include/boost/math/tools/detail/rational_horner3_13.hpp include/boost/math/tools/detail/rational_horner3_14.hpp include/boost/math/tools/detail/rational_horner3_15.hpp include/boost/math/tools/detail/rational_horner3_16.hpp include/boost/math/tools/detail/rational_horner3_17.hpp include/boost/math/tools/detail/rational_horner3_18.hpp include/boost/math/tools/detail/rational_horner3_19.hpp include/boost/math/tools/detail/rational_horner3_2.hpp include/boost/math/tools/detail/rational_horner3_20.hpp include/boost/math/tools/detail/rational_horner3_3.hpp include/boost/math/tools/detail/rational_horner3_4.hpp include/boost/math/tools/detail/rational_horner3_5.hpp include/boost/math/tools/detail/rational_horner3_6.hpp include/boost/math/tools/detail/rational_horner3_7.hpp include/boost/math/tools/detail/rational_horner3_8.hpp include/boost/math/tools/detail/rational_horner3_9.hpp include/boost/math/tools/fraction.hpp include/boost/math/tools/minima.hpp include/boost/math/tools/polynomial.hpp include/boost/math/tools/precision.hpp include/boost/math/tools/promotion.hpp include/boost/math/tools/rational.hpp include/boost/math/tools/real_cast.hpp include/boost/math/tools/roots.hpp include/boost/math/tools/series.hpp include/boost/math/tools/stats.hpp include/boost/math/tools/toms748_solve.hpp include/boost/math/tools/traits.hpp include/boost/math/tools/tuple.hpp include/boost/math/tools/user.hpp include/boost/math/tools/workaround.hpp include/boost/math/tr1.hpp include/boost/math/tr1_c_macros.ipp include/boost/math_fwd.hpp include/boost/mem_fn.hpp include/boost/memory_order.hpp include/boost/metaparse.hpp include/boost/metaparse/accept.hpp include/boost/metaparse/accept_tag.hpp include/boost/metaparse/accept_when.hpp include/boost/metaparse/alphanum.hpp include/boost/metaparse/always.hpp include/boost/metaparse/always_c.hpp include/boost/metaparse/build_parser.hpp include/boost/metaparse/change_error_message.hpp include/boost/metaparse/config.hpp include/boost/metaparse/debug_parsing_error.hpp include/boost/metaparse/define_error.hpp include/boost/metaparse/digit.hpp include/boost/metaparse/digit_val.hpp include/boost/metaparse/empty.hpp include/boost/metaparse/entire_input.hpp include/boost/metaparse/error/digit_expected.hpp include/boost/metaparse/error/end_of_input_expected.hpp include/boost/metaparse/error/index_out_of_range.hpp include/boost/metaparse/error/letter_expected.hpp include/boost/metaparse/error/literal_expected.hpp include/boost/metaparse/error/none_of_the_expected_cases_found.hpp include/boost/metaparse/error/unexpected_character.hpp include/boost/metaparse/error/unexpected_end_of_input.hpp include/boost/metaparse/error/unpaired.hpp include/boost/metaparse/error/whitespace_expected.hpp include/boost/metaparse/except.hpp include/boost/metaparse/fail.hpp include/boost/metaparse/fail_at_first_char_expected.hpp include/boost/metaparse/fail_tag.hpp include/boost/metaparse/first_of.hpp include/boost/metaparse/foldl.hpp include/boost/metaparse/foldl1.hpp include/boost/metaparse/foldl_reject_incomplete.hpp include/boost/metaparse/foldl_reject_incomplete1.hpp include/boost/metaparse/foldl_reject_incomplete_start_with_parser.hpp include/boost/metaparse/foldl_start_with_parser.hpp include/boost/metaparse/foldr.hpp include/boost/metaparse/foldr1.hpp include/boost/metaparse/foldr_reject_incomplete.hpp include/boost/metaparse/foldr_reject_incomplete1.hpp include/boost/metaparse/foldr_start_with_parser.hpp include/boost/metaparse/get_col.hpp include/boost/metaparse/get_line.hpp include/boost/metaparse/get_message.hpp include/boost/metaparse/get_position.hpp include/boost/metaparse/get_prev_char.hpp include/boost/metaparse/get_remaining.hpp include/boost/metaparse/get_result.hpp include/boost/metaparse/grammar.hpp include/boost/metaparse/if_.hpp include/boost/metaparse/int_.hpp include/boost/metaparse/is_error.hpp include/boost/metaparse/iterate.hpp include/boost/metaparse/iterate_c.hpp include/boost/metaparse/keyword.hpp include/boost/metaparse/last_of.hpp include/boost/metaparse/letter.hpp include/boost/metaparse/limit_one_char_except_size.hpp include/boost/metaparse/limit_one_of_size.hpp include/boost/metaparse/limit_sequence_size.hpp include/boost/metaparse/limit_string_size.hpp include/boost/metaparse/lit.hpp include/boost/metaparse/lit_c.hpp include/boost/metaparse/look_ahead.hpp include/boost/metaparse/middle_of.hpp include/boost/metaparse/next_char.hpp include/boost/metaparse/next_line.hpp include/boost/metaparse/nth_of.hpp include/boost/metaparse/nth_of_c.hpp include/boost/metaparse/one_char.hpp include/boost/metaparse/one_char_except.hpp include/boost/metaparse/one_char_except_c.hpp include/boost/metaparse/one_of.hpp include/boost/metaparse/one_of_c.hpp include/boost/metaparse/optional.hpp include/boost/metaparse/range.hpp include/boost/metaparse/range_c.hpp include/boost/metaparse/reject.hpp include/boost/metaparse/repeated.hpp include/boost/metaparse/repeated1.hpp include/boost/metaparse/repeated_one_of.hpp include/boost/metaparse/repeated_one_of1.hpp include/boost/metaparse/repeated_reject_incomplete.hpp include/boost/metaparse/repeated_reject_incomplete1.hpp include/boost/metaparse/return_.hpp include/boost/metaparse/sequence.hpp include/boost/metaparse/sequence_apply.hpp include/boost/metaparse/source_position.hpp include/boost/metaparse/source_position_tag.hpp include/boost/metaparse/space.hpp include/boost/metaparse/spaces.hpp include/boost/metaparse/start.hpp include/boost/metaparse/string.hpp include/boost/metaparse/string_tag.hpp include/boost/metaparse/token.hpp include/boost/metaparse/transform.hpp include/boost/metaparse/transform_error.hpp include/boost/metaparse/transform_error_message.hpp include/boost/metaparse/unless_error.hpp include/boost/metaparse/util/digit_to_int.hpp include/boost/metaparse/util/digit_to_int_c.hpp include/boost/metaparse/util/in_range.hpp include/boost/metaparse/util/in_range_c.hpp include/boost/metaparse/util/int_to_digit.hpp include/boost/metaparse/util/int_to_digit_c.hpp include/boost/metaparse/util/is_digit.hpp include/boost/metaparse/util/is_lcase_letter.hpp include/boost/metaparse/util/is_letter.hpp include/boost/metaparse/util/is_ucase_letter.hpp include/boost/metaparse/util/is_whitespace.hpp include/boost/metaparse/util/is_whitespace_c.hpp include/boost/metaparse/v1/accept.hpp include/boost/metaparse/v1/accept_tag.hpp include/boost/metaparse/v1/accept_when.hpp include/boost/metaparse/v1/alphanum.hpp include/boost/metaparse/v1/always.hpp include/boost/metaparse/v1/always_c.hpp include/boost/metaparse/v1/build_parser.hpp include/boost/metaparse/v1/change_error_message.hpp include/boost/metaparse/v1/debug_parsing_error.hpp include/boost/metaparse/v1/define_error.hpp include/boost/metaparse/v1/digit.hpp include/boost/metaparse/v1/digit_val.hpp include/boost/metaparse/v1/empty.hpp include/boost/metaparse/v1/entire_input.hpp include/boost/metaparse/v1/error/digit_expected.hpp include/boost/metaparse/v1/error/end_of_input_expected.hpp include/boost/metaparse/v1/error/expected_to_fail.hpp include/boost/metaparse/v1/error/index_out_of_range.hpp include/boost/metaparse/v1/error/letter_expected.hpp include/boost/metaparse/v1/error/literal_expected.hpp include/boost/metaparse/v1/error/none_of_the_expected_cases_found.hpp include/boost/metaparse/v1/error/unexpected_character.hpp include/boost/metaparse/v1/error/unexpected_end_of_input.hpp include/boost/metaparse/v1/error/unpaired.hpp include/boost/metaparse/v1/error/whitespace_expected.hpp include/boost/metaparse/v1/except.hpp include/boost/metaparse/v1/fail.hpp include/boost/metaparse/v1/fail_at_first_char_expected.hpp include/boost/metaparse/v1/fail_tag.hpp include/boost/metaparse/v1/first_of.hpp include/boost/metaparse/v1/foldl.hpp include/boost/metaparse/v1/foldl1.hpp include/boost/metaparse/v1/foldl_reject_incomplete.hpp include/boost/metaparse/v1/foldl_reject_incomplete1.hpp include/boost/metaparse/v1/foldl_reject_incomplete_start_with_parser.hpp include/boost/metaparse/v1/foldl_start_with_parser.hpp include/boost/metaparse/v1/foldr.hpp include/boost/metaparse/v1/foldr1.hpp include/boost/metaparse/v1/foldr_reject_incomplete.hpp include/boost/metaparse/v1/foldr_reject_incomplete1.hpp include/boost/metaparse/v1/foldr_start_with_parser.hpp include/boost/metaparse/v1/fwd/accept.hpp include/boost/metaparse/v1/fwd/build_parser.hpp include/boost/metaparse/v1/fwd/get_col.hpp include/boost/metaparse/v1/fwd/get_line.hpp include/boost/metaparse/v1/fwd/get_message.hpp include/boost/metaparse/v1/fwd/get_position.hpp include/boost/metaparse/v1/fwd/get_prev_char.hpp include/boost/metaparse/v1/fwd/get_remaining.hpp include/boost/metaparse/v1/fwd/get_result.hpp include/boost/metaparse/v1/fwd/next_char.hpp include/boost/metaparse/v1/fwd/next_line.hpp include/boost/metaparse/v1/fwd/reject.hpp include/boost/metaparse/v1/fwd/source_position.hpp include/boost/metaparse/v1/fwd/string.hpp include/boost/metaparse/v1/get_col.hpp include/boost/metaparse/v1/get_line.hpp include/boost/metaparse/v1/get_message.hpp include/boost/metaparse/v1/get_position.hpp include/boost/metaparse/v1/get_prev_char.hpp include/boost/metaparse/v1/get_remaining.hpp include/boost/metaparse/v1/get_result.hpp include/boost/metaparse/v1/grammar.hpp include/boost/metaparse/v1/if_.hpp include/boost/metaparse/v1/impl/apply_parser.hpp include/boost/metaparse/v1/impl/assert_string_length.hpp include/boost/metaparse/v1/impl/at_c.hpp include/boost/metaparse/v1/impl/back_inserter.hpp include/boost/metaparse/v1/impl/concat.hpp include/boost/metaparse/v1/impl/empty_string.hpp include/boost/metaparse/v1/impl/front_inserter.hpp include/boost/metaparse/v1/impl/fwd/iterate_impl.hpp include/boost/metaparse/v1/impl/has_type.hpp include/boost/metaparse/v1/impl/is_any.hpp include/boost/metaparse/v1/impl/is_char_c.hpp include/boost/metaparse/v1/impl/iterate_impl.hpp include/boost/metaparse/v1/impl/iterate_impl_unchecked.hpp include/boost/metaparse/v1/impl/later_result.hpp include/boost/metaparse/v1/impl/next_digit.hpp include/boost/metaparse/v1/impl/no_char.hpp include/boost/metaparse/v1/impl/nth_of_c.hpp include/boost/metaparse/v1/impl/nth_of_c_impl.hpp include/boost/metaparse/v1/impl/one_char_except_not_used.hpp include/boost/metaparse/v1/impl/one_of.hpp include/boost/metaparse/v1/impl/one_of_fwd_op.hpp include/boost/metaparse/v1/impl/pop_back.hpp include/boost/metaparse/v1/impl/pop_front.hpp include/boost/metaparse/v1/impl/push_back_c.hpp include/boost/metaparse/v1/impl/push_front_c.hpp include/boost/metaparse/v1/impl/remove_trailing_no_chars.hpp include/boost/metaparse/v1/impl/returns.hpp include/boost/metaparse/v1/impl/sequence.hpp include/boost/metaparse/v1/impl/sequence_impl.hpp include/boost/metaparse/v1/impl/size.hpp include/boost/metaparse/v1/impl/skip_seq.hpp include/boost/metaparse/v1/impl/split_at_c.hpp include/boost/metaparse/v1/impl/string.hpp include/boost/metaparse/v1/impl/string_at.hpp include/boost/metaparse/v1/impl/string_iterator.hpp include/boost/metaparse/v1/impl/string_iterator_tag.hpp include/boost/metaparse/v1/impl/update_c.hpp include/boost/metaparse/v1/impl/void_.hpp include/boost/metaparse/v1/int_.hpp include/boost/metaparse/v1/is_error.hpp include/boost/metaparse/v1/iterate.hpp include/boost/metaparse/v1/iterate_c.hpp include/boost/metaparse/v1/keyword.hpp include/boost/metaparse/v1/last_of.hpp include/boost/metaparse/v1/letter.hpp include/boost/metaparse/v1/lit.hpp include/boost/metaparse/v1/lit_c.hpp include/boost/metaparse/v1/look_ahead.hpp include/boost/metaparse/v1/middle_of.hpp include/boost/metaparse/v1/next_char.hpp include/boost/metaparse/v1/next_line.hpp include/boost/metaparse/v1/nth_of.hpp include/boost/metaparse/v1/nth_of_c.hpp include/boost/metaparse/v1/one_char.hpp include/boost/metaparse/v1/one_char_except.hpp include/boost/metaparse/v1/one_char_except_c.hpp include/boost/metaparse/v1/one_of.hpp include/boost/metaparse/v1/one_of_c.hpp include/boost/metaparse/v1/optional.hpp include/boost/metaparse/v1/range.hpp include/boost/metaparse/v1/range_c.hpp include/boost/metaparse/v1/reject.hpp include/boost/metaparse/v1/repeated.hpp include/boost/metaparse/v1/repeated1.hpp include/boost/metaparse/v1/repeated_one_of.hpp include/boost/metaparse/v1/repeated_one_of1.hpp include/boost/metaparse/v1/repeated_reject_incomplete.hpp include/boost/metaparse/v1/repeated_reject_incomplete1.hpp include/boost/metaparse/v1/return_.hpp include/boost/metaparse/v1/sequence.hpp include/boost/metaparse/v1/sequence_apply.hpp include/boost/metaparse/v1/source_position.hpp include/boost/metaparse/v1/source_position_tag.hpp include/boost/metaparse/v1/space.hpp include/boost/metaparse/v1/spaces.hpp include/boost/metaparse/v1/start.hpp include/boost/metaparse/v1/string.hpp include/boost/metaparse/v1/string_tag.hpp include/boost/metaparse/v1/swap.hpp include/boost/metaparse/v1/token.hpp include/boost/metaparse/v1/transform.hpp include/boost/metaparse/v1/transform_error.hpp include/boost/metaparse/v1/transform_error_message.hpp include/boost/metaparse/v1/unless_error.hpp include/boost/metaparse/v1/util/digit_to_int.hpp include/boost/metaparse/v1/util/digit_to_int_c.hpp include/boost/metaparse/v1/util/in_range.hpp include/boost/metaparse/v1/util/in_range_c.hpp include/boost/metaparse/v1/util/int_to_digit.hpp include/boost/metaparse/v1/util/int_to_digit_c.hpp include/boost/metaparse/v1/util/is_digit.hpp include/boost/metaparse/v1/util/is_lcase_letter.hpp include/boost/metaparse/v1/util/is_letter.hpp include/boost/metaparse/v1/util/is_ucase_letter.hpp include/boost/metaparse/v1/util/is_whitespace.hpp include/boost/metaparse/v1/util/is_whitespace_c.hpp include/boost/metaparse/version.hpp include/boost/move/adl_move_swap.hpp include/boost/move/algo/adaptive_merge.hpp include/boost/move/algo/adaptive_sort.hpp include/boost/move/algo/detail/adaptive_sort_merge.hpp include/boost/move/algo/detail/basic_op.hpp include/boost/move/algo/detail/insertion_sort.hpp include/boost/move/algo/detail/merge.hpp include/boost/move/algo/detail/merge_sort.hpp include/boost/move/algo/move.hpp include/boost/move/algorithm.hpp include/boost/move/core.hpp include/boost/move/default_delete.hpp include/boost/move/detail/config_begin.hpp include/boost/move/detail/config_end.hpp include/boost/move/detail/destruct_n.hpp include/boost/move/detail/fwd_macros.hpp include/boost/move/detail/iterator_traits.hpp include/boost/move/detail/meta_utils.hpp include/boost/move/detail/meta_utils_core.hpp include/boost/move/detail/move_helpers.hpp include/boost/move/detail/placement_new.hpp include/boost/move/detail/reverse_iterator.hpp include/boost/move/detail/std_ns_begin.hpp include/boost/move/detail/std_ns_end.hpp include/boost/move/detail/type_traits.hpp include/boost/move/detail/unique_ptr_meta_utils.hpp include/boost/move/detail/workaround.hpp include/boost/move/iterator.hpp include/boost/move/make_unique.hpp include/boost/move/move.hpp include/boost/move/traits.hpp include/boost/move/unique_ptr.hpp include/boost/move/utility.hpp include/boost/move/utility_core.hpp include/boost/mpi.hpp include/boost/mpi/allocator.hpp include/boost/mpi/collectives.hpp include/boost/mpi/collectives/all_gather.hpp include/boost/mpi/collectives/all_reduce.hpp include/boost/mpi/collectives/all_to_all.hpp include/boost/mpi/collectives/broadcast.hpp include/boost/mpi/collectives/gather.hpp include/boost/mpi/collectives/gatherv.hpp include/boost/mpi/collectives/reduce.hpp include/boost/mpi/collectives/scan.hpp include/boost/mpi/collectives/scatter.hpp include/boost/mpi/collectives/scatterv.hpp include/boost/mpi/collectives_fwd.hpp include/boost/mpi/communicator.hpp include/boost/mpi/config.hpp include/boost/mpi/datatype.hpp include/boost/mpi/datatype_fwd.hpp include/boost/mpi/detail/binary_buffer_iprimitive.hpp include/boost/mpi/detail/binary_buffer_oprimitive.hpp include/boost/mpi/detail/broadcast_sc.hpp include/boost/mpi/detail/communicator_sc.hpp include/boost/mpi/detail/computation_tree.hpp include/boost/mpi/detail/content_oarchive.hpp include/boost/mpi/detail/forward_iprimitive.hpp include/boost/mpi/detail/forward_oprimitive.hpp include/boost/mpi/detail/forward_skeleton_iarchive.hpp include/boost/mpi/detail/forward_skeleton_oarchive.hpp include/boost/mpi/detail/ignore_iprimitive.hpp include/boost/mpi/detail/ignore_oprimitive.hpp include/boost/mpi/detail/ignore_skeleton_oarchive.hpp include/boost/mpi/detail/mpi_datatype_cache.hpp include/boost/mpi/detail/mpi_datatype_oarchive.hpp include/boost/mpi/detail/mpi_datatype_primitive.hpp include/boost/mpi/detail/packed_iprimitive.hpp include/boost/mpi/detail/packed_oprimitive.hpp include/boost/mpi/detail/point_to_point.hpp include/boost/mpi/detail/text_skeleton_oarchive.hpp include/boost/mpi/environment.hpp include/boost/mpi/exception.hpp include/boost/mpi/graph_communicator.hpp include/boost/mpi/group.hpp include/boost/mpi/inplace.hpp include/boost/mpi/intercommunicator.hpp include/boost/mpi/nonblocking.hpp include/boost/mpi/operations.hpp include/boost/mpi/packed_iarchive.hpp include/boost/mpi/packed_oarchive.hpp include/boost/mpi/python.hpp include/boost/mpi/python/config.hpp include/boost/mpi/python/serialize.hpp include/boost/mpi/python/skeleton_and_content.hpp include/boost/mpi/request.hpp include/boost/mpi/skeleton_and_content.hpp include/boost/mpi/skeleton_and_content_fwd.hpp include/boost/mpi/status.hpp include/boost/mpi/timer.hpp include/boost/mpl/O1_size.hpp include/boost/mpl/O1_size_fwd.hpp include/boost/mpl/accumulate.hpp include/boost/mpl/advance.hpp include/boost/mpl/advance_fwd.hpp include/boost/mpl/alias.hpp include/boost/mpl/always.hpp include/boost/mpl/and.hpp include/boost/mpl/apply.hpp include/boost/mpl/apply_fwd.hpp include/boost/mpl/apply_wrap.hpp include/boost/mpl/arg.hpp include/boost/mpl/arg_fwd.hpp include/boost/mpl/arithmetic.hpp include/boost/mpl/as_sequence.hpp include/boost/mpl/assert.hpp include/boost/mpl/at.hpp include/boost/mpl/at_fwd.hpp include/boost/mpl/aux_/O1_size_impl.hpp include/boost/mpl/aux_/adl_barrier.hpp include/boost/mpl/aux_/advance_backward.hpp include/boost/mpl/aux_/advance_forward.hpp include/boost/mpl/aux_/apply_1st.hpp include/boost/mpl/aux_/arg_typedef.hpp include/boost/mpl/aux_/arithmetic_op.hpp include/boost/mpl/aux_/arity.hpp include/boost/mpl/aux_/arity_spec.hpp include/boost/mpl/aux_/at_impl.hpp include/boost/mpl/aux_/back_impl.hpp include/boost/mpl/aux_/basic_bind.hpp include/boost/mpl/aux_/begin_end_impl.hpp include/boost/mpl/aux_/clear_impl.hpp include/boost/mpl/aux_/common_name_wknd.hpp include/boost/mpl/aux_/comparison_op.hpp include/boost/mpl/aux_/config/adl.hpp include/boost/mpl/aux_/config/arrays.hpp include/boost/mpl/aux_/config/bcc.hpp include/boost/mpl/aux_/config/bind.hpp include/boost/mpl/aux_/config/compiler.hpp include/boost/mpl/aux_/config/ctps.hpp include/boost/mpl/aux_/config/dependent_nttp.hpp include/boost/mpl/aux_/config/dmc_ambiguous_ctps.hpp include/boost/mpl/aux_/config/dtp.hpp include/boost/mpl/aux_/config/eti.hpp include/boost/mpl/aux_/config/forwarding.hpp include/boost/mpl/aux_/config/gcc.hpp include/boost/mpl/aux_/config/gpu.hpp include/boost/mpl/aux_/config/has_apply.hpp include/boost/mpl/aux_/config/has_xxx.hpp include/boost/mpl/aux_/config/integral.hpp include/boost/mpl/aux_/config/intel.hpp include/boost/mpl/aux_/config/lambda.hpp include/boost/mpl/aux_/config/msvc.hpp include/boost/mpl/aux_/config/msvc_typename.hpp include/boost/mpl/aux_/config/nttp.hpp include/boost/mpl/aux_/config/operators.hpp include/boost/mpl/aux_/config/overload_resolution.hpp include/boost/mpl/aux_/config/pp_counter.hpp include/boost/mpl/aux_/config/preprocessor.hpp include/boost/mpl/aux_/config/static_constant.hpp include/boost/mpl/aux_/config/ttp.hpp include/boost/mpl/aux_/config/typeof.hpp include/boost/mpl/aux_/config/use_preprocessed.hpp include/boost/mpl/aux_/config/workaround.hpp include/boost/mpl/aux_/contains_impl.hpp include/boost/mpl/aux_/count_args.hpp include/boost/mpl/aux_/count_impl.hpp include/boost/mpl/aux_/empty_impl.hpp include/boost/mpl/aux_/erase_impl.hpp include/boost/mpl/aux_/erase_key_impl.hpp include/boost/mpl/aux_/filter_iter.hpp include/boost/mpl/aux_/find_if_pred.hpp include/boost/mpl/aux_/fold_impl.hpp include/boost/mpl/aux_/fold_impl_body.hpp include/boost/mpl/aux_/fold_op.hpp include/boost/mpl/aux_/fold_pred.hpp include/boost/mpl/aux_/front_impl.hpp include/boost/mpl/aux_/full_lambda.hpp include/boost/mpl/aux_/has_apply.hpp include/boost/mpl/aux_/has_begin.hpp include/boost/mpl/aux_/has_key_impl.hpp include/boost/mpl/aux_/has_rebind.hpp include/boost/mpl/aux_/has_size.hpp include/boost/mpl/aux_/has_tag.hpp include/boost/mpl/aux_/has_type.hpp include/boost/mpl/aux_/include_preprocessed.hpp include/boost/mpl/aux_/insert_impl.hpp include/boost/mpl/aux_/insert_range_impl.hpp include/boost/mpl/aux_/inserter_algorithm.hpp include/boost/mpl/aux_/integral_wrapper.hpp include/boost/mpl/aux_/is_msvc_eti_arg.hpp include/boost/mpl/aux_/iter_apply.hpp include/boost/mpl/aux_/iter_fold_if_impl.hpp include/boost/mpl/aux_/iter_fold_impl.hpp include/boost/mpl/aux_/iter_push_front.hpp include/boost/mpl/aux_/joint_iter.hpp include/boost/mpl/aux_/lambda_arity_param.hpp include/boost/mpl/aux_/lambda_no_ctps.hpp include/boost/mpl/aux_/lambda_spec.hpp include/boost/mpl/aux_/lambda_support.hpp include/boost/mpl/aux_/largest_int.hpp include/boost/mpl/aux_/logical_op.hpp include/boost/mpl/aux_/msvc_dtw.hpp include/boost/mpl/aux_/msvc_eti_base.hpp include/boost/mpl/aux_/msvc_is_class.hpp include/boost/mpl/aux_/msvc_never_true.hpp include/boost/mpl/aux_/msvc_type.hpp include/boost/mpl/aux_/na.hpp include/boost/mpl/aux_/na_assert.hpp include/boost/mpl/aux_/na_fwd.hpp include/boost/mpl/aux_/na_spec.hpp include/boost/mpl/aux_/nested_type_wknd.hpp include/boost/mpl/aux_/nttp_decl.hpp include/boost/mpl/aux_/numeric_cast_utils.hpp include/boost/mpl/aux_/numeric_op.hpp include/boost/mpl/aux_/order_impl.hpp include/boost/mpl/aux_/overload_names.hpp include/boost/mpl/aux_/partition_op.hpp include/boost/mpl/aux_/pop_back_impl.hpp include/boost/mpl/aux_/pop_front_impl.hpp include/boost/mpl/aux_/preprocessed/bcc/advance_backward.hpp include/boost/mpl/aux_/preprocessed/bcc/advance_forward.hpp include/boost/mpl/aux_/preprocessed/bcc/and.hpp include/boost/mpl/aux_/preprocessed/bcc/apply.hpp include/boost/mpl/aux_/preprocessed/bcc/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/bcc/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/bcc/arg.hpp include/boost/mpl/aux_/preprocessed/bcc/basic_bind.hpp include/boost/mpl/aux_/preprocessed/bcc/bind.hpp include/boost/mpl/aux_/preprocessed/bcc/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/bcc/bitand.hpp include/boost/mpl/aux_/preprocessed/bcc/bitor.hpp include/boost/mpl/aux_/preprocessed/bcc/bitxor.hpp include/boost/mpl/aux_/preprocessed/bcc/deque.hpp include/boost/mpl/aux_/preprocessed/bcc/divides.hpp include/boost/mpl/aux_/preprocessed/bcc/equal_to.hpp include/boost/mpl/aux_/preprocessed/bcc/fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc/full_lambda.hpp include/boost/mpl/aux_/preprocessed/bcc/greater.hpp include/boost/mpl/aux_/preprocessed/bcc/greater_equal.hpp include/boost/mpl/aux_/preprocessed/bcc/inherit.hpp include/boost/mpl/aux_/preprocessed/bcc/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/bcc/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/bcc/less.hpp include/boost/mpl/aux_/preprocessed/bcc/less_equal.hpp include/boost/mpl/aux_/preprocessed/bcc/list.hpp include/boost/mpl/aux_/preprocessed/bcc/list_c.hpp include/boost/mpl/aux_/preprocessed/bcc/map.hpp include/boost/mpl/aux_/preprocessed/bcc/minus.hpp include/boost/mpl/aux_/preprocessed/bcc/modulus.hpp include/boost/mpl/aux_/preprocessed/bcc/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/bcc/or.hpp include/boost/mpl/aux_/preprocessed/bcc/placeholders.hpp include/boost/mpl/aux_/preprocessed/bcc/plus.hpp include/boost/mpl/aux_/preprocessed/bcc/quote.hpp include/boost/mpl/aux_/preprocessed/bcc/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc/set.hpp include/boost/mpl/aux_/preprocessed/bcc/set_c.hpp include/boost/mpl/aux_/preprocessed/bcc/shift_left.hpp include/boost/mpl/aux_/preprocessed/bcc/shift_right.hpp include/boost/mpl/aux_/preprocessed/bcc/template_arity.hpp include/boost/mpl/aux_/preprocessed/bcc/times.hpp include/boost/mpl/aux_/preprocessed/bcc/unpack_args.hpp include/boost/mpl/aux_/preprocessed/bcc/vector.hpp include/boost/mpl/aux_/preprocessed/bcc/vector_c.hpp include/boost/mpl/aux_/preprocessed/bcc551/advance_backward.hpp include/boost/mpl/aux_/preprocessed/bcc551/advance_forward.hpp include/boost/mpl/aux_/preprocessed/bcc551/and.hpp include/boost/mpl/aux_/preprocessed/bcc551/apply.hpp include/boost/mpl/aux_/preprocessed/bcc551/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/bcc551/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/bcc551/arg.hpp include/boost/mpl/aux_/preprocessed/bcc551/basic_bind.hpp include/boost/mpl/aux_/preprocessed/bcc551/bind.hpp include/boost/mpl/aux_/preprocessed/bcc551/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/bcc551/bitand.hpp include/boost/mpl/aux_/preprocessed/bcc551/bitor.hpp include/boost/mpl/aux_/preprocessed/bcc551/bitxor.hpp include/boost/mpl/aux_/preprocessed/bcc551/deque.hpp include/boost/mpl/aux_/preprocessed/bcc551/divides.hpp include/boost/mpl/aux_/preprocessed/bcc551/equal_to.hpp include/boost/mpl/aux_/preprocessed/bcc551/fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc551/full_lambda.hpp include/boost/mpl/aux_/preprocessed/bcc551/greater.hpp include/boost/mpl/aux_/preprocessed/bcc551/greater_equal.hpp include/boost/mpl/aux_/preprocessed/bcc551/inherit.hpp include/boost/mpl/aux_/preprocessed/bcc551/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/bcc551/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc551/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/bcc551/less.hpp include/boost/mpl/aux_/preprocessed/bcc551/less_equal.hpp include/boost/mpl/aux_/preprocessed/bcc551/list.hpp include/boost/mpl/aux_/preprocessed/bcc551/list_c.hpp include/boost/mpl/aux_/preprocessed/bcc551/map.hpp include/boost/mpl/aux_/preprocessed/bcc551/minus.hpp include/boost/mpl/aux_/preprocessed/bcc551/modulus.hpp include/boost/mpl/aux_/preprocessed/bcc551/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/bcc551/or.hpp include/boost/mpl/aux_/preprocessed/bcc551/placeholders.hpp include/boost/mpl/aux_/preprocessed/bcc551/plus.hpp include/boost/mpl/aux_/preprocessed/bcc551/quote.hpp include/boost/mpl/aux_/preprocessed/bcc551/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc551/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc551/set.hpp include/boost/mpl/aux_/preprocessed/bcc551/set_c.hpp include/boost/mpl/aux_/preprocessed/bcc551/shift_left.hpp include/boost/mpl/aux_/preprocessed/bcc551/shift_right.hpp include/boost/mpl/aux_/preprocessed/bcc551/template_arity.hpp include/boost/mpl/aux_/preprocessed/bcc551/times.hpp include/boost/mpl/aux_/preprocessed/bcc551/unpack_args.hpp include/boost/mpl/aux_/preprocessed/bcc551/vector.hpp include/boost/mpl/aux_/preprocessed/bcc551/vector_c.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/advance_backward.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/advance_forward.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/and.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/apply.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/arg.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/basic_bind.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/bind.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/bitand.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/bitor.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/bitxor.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/deque.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/divides.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/equal_to.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/full_lambda.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/greater.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/greater_equal.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/inherit.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/less.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/less_equal.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/list.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/list_c.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/map.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/minus.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/modulus.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/or.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/placeholders.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/plus.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/quote.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/set.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/set_c.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/shift_left.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/shift_right.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/template_arity.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/times.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/unpack_args.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/vector.hpp include/boost/mpl/aux_/preprocessed/bcc_pre590/vector_c.hpp include/boost/mpl/aux_/preprocessed/dmc/advance_backward.hpp include/boost/mpl/aux_/preprocessed/dmc/advance_forward.hpp include/boost/mpl/aux_/preprocessed/dmc/and.hpp include/boost/mpl/aux_/preprocessed/dmc/apply.hpp include/boost/mpl/aux_/preprocessed/dmc/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/dmc/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/dmc/arg.hpp include/boost/mpl/aux_/preprocessed/dmc/basic_bind.hpp include/boost/mpl/aux_/preprocessed/dmc/bind.hpp include/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/dmc/bitand.hpp include/boost/mpl/aux_/preprocessed/dmc/bitor.hpp include/boost/mpl/aux_/preprocessed/dmc/bitxor.hpp include/boost/mpl/aux_/preprocessed/dmc/deque.hpp include/boost/mpl/aux_/preprocessed/dmc/divides.hpp include/boost/mpl/aux_/preprocessed/dmc/equal_to.hpp include/boost/mpl/aux_/preprocessed/dmc/fold_impl.hpp include/boost/mpl/aux_/preprocessed/dmc/full_lambda.hpp include/boost/mpl/aux_/preprocessed/dmc/greater.hpp include/boost/mpl/aux_/preprocessed/dmc/greater_equal.hpp include/boost/mpl/aux_/preprocessed/dmc/inherit.hpp include/boost/mpl/aux_/preprocessed/dmc/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/dmc/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/dmc/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/dmc/less.hpp include/boost/mpl/aux_/preprocessed/dmc/less_equal.hpp include/boost/mpl/aux_/preprocessed/dmc/list.hpp include/boost/mpl/aux_/preprocessed/dmc/list_c.hpp include/boost/mpl/aux_/preprocessed/dmc/map.hpp include/boost/mpl/aux_/preprocessed/dmc/minus.hpp include/boost/mpl/aux_/preprocessed/dmc/modulus.hpp include/boost/mpl/aux_/preprocessed/dmc/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/dmc/or.hpp include/boost/mpl/aux_/preprocessed/dmc/placeholders.hpp include/boost/mpl/aux_/preprocessed/dmc/plus.hpp include/boost/mpl/aux_/preprocessed/dmc/quote.hpp include/boost/mpl/aux_/preprocessed/dmc/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/dmc/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/dmc/set.hpp include/boost/mpl/aux_/preprocessed/dmc/set_c.hpp include/boost/mpl/aux_/preprocessed/dmc/shift_left.hpp include/boost/mpl/aux_/preprocessed/dmc/shift_right.hpp include/boost/mpl/aux_/preprocessed/dmc/template_arity.hpp include/boost/mpl/aux_/preprocessed/dmc/times.hpp include/boost/mpl/aux_/preprocessed/dmc/unpack_args.hpp include/boost/mpl/aux_/preprocessed/dmc/vector.hpp include/boost/mpl/aux_/preprocessed/dmc/vector_c.hpp include/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp include/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp include/boost/mpl/aux_/preprocessed/gcc/and.hpp include/boost/mpl/aux_/preprocessed/gcc/apply.hpp include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/gcc/arg.hpp include/boost/mpl/aux_/preprocessed/gcc/basic_bind.hpp include/boost/mpl/aux_/preprocessed/gcc/bind.hpp include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/gcc/bitand.hpp include/boost/mpl/aux_/preprocessed/gcc/bitor.hpp include/boost/mpl/aux_/preprocessed/gcc/bitxor.hpp include/boost/mpl/aux_/preprocessed/gcc/deque.hpp include/boost/mpl/aux_/preprocessed/gcc/divides.hpp include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp include/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp include/boost/mpl/aux_/preprocessed/gcc/greater.hpp include/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp include/boost/mpl/aux_/preprocessed/gcc/inherit.hpp include/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/gcc/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/gcc/less.hpp include/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp include/boost/mpl/aux_/preprocessed/gcc/list.hpp include/boost/mpl/aux_/preprocessed/gcc/list_c.hpp include/boost/mpl/aux_/preprocessed/gcc/map.hpp include/boost/mpl/aux_/preprocessed/gcc/minus.hpp include/boost/mpl/aux_/preprocessed/gcc/modulus.hpp include/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/gcc/or.hpp include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp include/boost/mpl/aux_/preprocessed/gcc/plus.hpp include/boost/mpl/aux_/preprocessed/gcc/quote.hpp include/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/gcc/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/gcc/set.hpp include/boost/mpl/aux_/preprocessed/gcc/set_c.hpp include/boost/mpl/aux_/preprocessed/gcc/shift_left.hpp include/boost/mpl/aux_/preprocessed/gcc/shift_right.hpp include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp include/boost/mpl/aux_/preprocessed/gcc/times.hpp include/boost/mpl/aux_/preprocessed/gcc/unpack_args.hpp include/boost/mpl/aux_/preprocessed/gcc/vector.hpp include/boost/mpl/aux_/preprocessed/gcc/vector_c.hpp include/boost/mpl/aux_/preprocessed/msvc60/advance_backward.hpp include/boost/mpl/aux_/preprocessed/msvc60/advance_forward.hpp include/boost/mpl/aux_/preprocessed/msvc60/and.hpp include/boost/mpl/aux_/preprocessed/msvc60/apply.hpp include/boost/mpl/aux_/preprocessed/msvc60/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/msvc60/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/msvc60/arg.hpp include/boost/mpl/aux_/preprocessed/msvc60/basic_bind.hpp include/boost/mpl/aux_/preprocessed/msvc60/bind.hpp include/boost/mpl/aux_/preprocessed/msvc60/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/msvc60/bitand.hpp include/boost/mpl/aux_/preprocessed/msvc60/bitor.hpp include/boost/mpl/aux_/preprocessed/msvc60/bitxor.hpp include/boost/mpl/aux_/preprocessed/msvc60/deque.hpp include/boost/mpl/aux_/preprocessed/msvc60/divides.hpp include/boost/mpl/aux_/preprocessed/msvc60/equal_to.hpp include/boost/mpl/aux_/preprocessed/msvc60/fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc60/full_lambda.hpp include/boost/mpl/aux_/preprocessed/msvc60/greater.hpp include/boost/mpl/aux_/preprocessed/msvc60/greater_equal.hpp include/boost/mpl/aux_/preprocessed/msvc60/inherit.hpp include/boost/mpl/aux_/preprocessed/msvc60/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/msvc60/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc60/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/msvc60/less.hpp include/boost/mpl/aux_/preprocessed/msvc60/less_equal.hpp include/boost/mpl/aux_/preprocessed/msvc60/list.hpp include/boost/mpl/aux_/preprocessed/msvc60/list_c.hpp include/boost/mpl/aux_/preprocessed/msvc60/map.hpp include/boost/mpl/aux_/preprocessed/msvc60/minus.hpp include/boost/mpl/aux_/preprocessed/msvc60/modulus.hpp include/boost/mpl/aux_/preprocessed/msvc60/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/msvc60/or.hpp include/boost/mpl/aux_/preprocessed/msvc60/placeholders.hpp include/boost/mpl/aux_/preprocessed/msvc60/plus.hpp include/boost/mpl/aux_/preprocessed/msvc60/quote.hpp include/boost/mpl/aux_/preprocessed/msvc60/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc60/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc60/set.hpp include/boost/mpl/aux_/preprocessed/msvc60/set_c.hpp include/boost/mpl/aux_/preprocessed/msvc60/shift_left.hpp include/boost/mpl/aux_/preprocessed/msvc60/shift_right.hpp include/boost/mpl/aux_/preprocessed/msvc60/template_arity.hpp include/boost/mpl/aux_/preprocessed/msvc60/times.hpp include/boost/mpl/aux_/preprocessed/msvc60/unpack_args.hpp include/boost/mpl/aux_/preprocessed/msvc60/vector.hpp include/boost/mpl/aux_/preprocessed/msvc60/vector_c.hpp include/boost/mpl/aux_/preprocessed/msvc70/advance_backward.hpp include/boost/mpl/aux_/preprocessed/msvc70/advance_forward.hpp include/boost/mpl/aux_/preprocessed/msvc70/and.hpp include/boost/mpl/aux_/preprocessed/msvc70/apply.hpp include/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/msvc70/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/msvc70/arg.hpp include/boost/mpl/aux_/preprocessed/msvc70/basic_bind.hpp include/boost/mpl/aux_/preprocessed/msvc70/bind.hpp include/boost/mpl/aux_/preprocessed/msvc70/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/msvc70/bitand.hpp include/boost/mpl/aux_/preprocessed/msvc70/bitor.hpp include/boost/mpl/aux_/preprocessed/msvc70/bitxor.hpp include/boost/mpl/aux_/preprocessed/msvc70/deque.hpp include/boost/mpl/aux_/preprocessed/msvc70/divides.hpp include/boost/mpl/aux_/preprocessed/msvc70/equal_to.hpp include/boost/mpl/aux_/preprocessed/msvc70/fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc70/full_lambda.hpp include/boost/mpl/aux_/preprocessed/msvc70/greater.hpp include/boost/mpl/aux_/preprocessed/msvc70/greater_equal.hpp include/boost/mpl/aux_/preprocessed/msvc70/inherit.hpp include/boost/mpl/aux_/preprocessed/msvc70/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/msvc70/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc70/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/msvc70/less.hpp include/boost/mpl/aux_/preprocessed/msvc70/less_equal.hpp include/boost/mpl/aux_/preprocessed/msvc70/list.hpp include/boost/mpl/aux_/preprocessed/msvc70/list_c.hpp include/boost/mpl/aux_/preprocessed/msvc70/map.hpp include/boost/mpl/aux_/preprocessed/msvc70/minus.hpp include/boost/mpl/aux_/preprocessed/msvc70/modulus.hpp include/boost/mpl/aux_/preprocessed/msvc70/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/msvc70/or.hpp include/boost/mpl/aux_/preprocessed/msvc70/placeholders.hpp include/boost/mpl/aux_/preprocessed/msvc70/plus.hpp include/boost/mpl/aux_/preprocessed/msvc70/quote.hpp include/boost/mpl/aux_/preprocessed/msvc70/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc70/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/msvc70/set.hpp include/boost/mpl/aux_/preprocessed/msvc70/set_c.hpp include/boost/mpl/aux_/preprocessed/msvc70/shift_left.hpp include/boost/mpl/aux_/preprocessed/msvc70/shift_right.hpp include/boost/mpl/aux_/preprocessed/msvc70/template_arity.hpp include/boost/mpl/aux_/preprocessed/msvc70/times.hpp include/boost/mpl/aux_/preprocessed/msvc70/unpack_args.hpp include/boost/mpl/aux_/preprocessed/msvc70/vector.hpp include/boost/mpl/aux_/preprocessed/msvc70/vector_c.hpp include/boost/mpl/aux_/preprocessed/mwcw/advance_backward.hpp include/boost/mpl/aux_/preprocessed/mwcw/advance_forward.hpp include/boost/mpl/aux_/preprocessed/mwcw/and.hpp include/boost/mpl/aux_/preprocessed/mwcw/apply.hpp include/boost/mpl/aux_/preprocessed/mwcw/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/mwcw/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/mwcw/arg.hpp include/boost/mpl/aux_/preprocessed/mwcw/basic_bind.hpp include/boost/mpl/aux_/preprocessed/mwcw/bind.hpp include/boost/mpl/aux_/preprocessed/mwcw/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/mwcw/bitand.hpp include/boost/mpl/aux_/preprocessed/mwcw/bitor.hpp include/boost/mpl/aux_/preprocessed/mwcw/bitxor.hpp include/boost/mpl/aux_/preprocessed/mwcw/deque.hpp include/boost/mpl/aux_/preprocessed/mwcw/divides.hpp include/boost/mpl/aux_/preprocessed/mwcw/equal_to.hpp include/boost/mpl/aux_/preprocessed/mwcw/fold_impl.hpp include/boost/mpl/aux_/preprocessed/mwcw/full_lambda.hpp include/boost/mpl/aux_/preprocessed/mwcw/greater.hpp include/boost/mpl/aux_/preprocessed/mwcw/greater_equal.hpp include/boost/mpl/aux_/preprocessed/mwcw/inherit.hpp include/boost/mpl/aux_/preprocessed/mwcw/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/mwcw/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/mwcw/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/mwcw/less.hpp include/boost/mpl/aux_/preprocessed/mwcw/less_equal.hpp include/boost/mpl/aux_/preprocessed/mwcw/list.hpp include/boost/mpl/aux_/preprocessed/mwcw/list_c.hpp include/boost/mpl/aux_/preprocessed/mwcw/map.hpp include/boost/mpl/aux_/preprocessed/mwcw/minus.hpp include/boost/mpl/aux_/preprocessed/mwcw/modulus.hpp include/boost/mpl/aux_/preprocessed/mwcw/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/mwcw/or.hpp include/boost/mpl/aux_/preprocessed/mwcw/placeholders.hpp include/boost/mpl/aux_/preprocessed/mwcw/plus.hpp include/boost/mpl/aux_/preprocessed/mwcw/quote.hpp include/boost/mpl/aux_/preprocessed/mwcw/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/mwcw/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/mwcw/set.hpp include/boost/mpl/aux_/preprocessed/mwcw/set_c.hpp include/boost/mpl/aux_/preprocessed/mwcw/shift_left.hpp include/boost/mpl/aux_/preprocessed/mwcw/shift_right.hpp include/boost/mpl/aux_/preprocessed/mwcw/template_arity.hpp include/boost/mpl/aux_/preprocessed/mwcw/times.hpp include/boost/mpl/aux_/preprocessed/mwcw/unpack_args.hpp include/boost/mpl/aux_/preprocessed/mwcw/vector.hpp include/boost/mpl/aux_/preprocessed/mwcw/vector_c.hpp include/boost/mpl/aux_/preprocessed/no_ctps/advance_backward.hpp include/boost/mpl/aux_/preprocessed/no_ctps/advance_forward.hpp include/boost/mpl/aux_/preprocessed/no_ctps/and.hpp include/boost/mpl/aux_/preprocessed/no_ctps/apply.hpp include/boost/mpl/aux_/preprocessed/no_ctps/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/no_ctps/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/no_ctps/arg.hpp include/boost/mpl/aux_/preprocessed/no_ctps/basic_bind.hpp include/boost/mpl/aux_/preprocessed/no_ctps/bind.hpp include/boost/mpl/aux_/preprocessed/no_ctps/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/no_ctps/bitand.hpp include/boost/mpl/aux_/preprocessed/no_ctps/bitor.hpp include/boost/mpl/aux_/preprocessed/no_ctps/bitxor.hpp include/boost/mpl/aux_/preprocessed/no_ctps/deque.hpp include/boost/mpl/aux_/preprocessed/no_ctps/divides.hpp include/boost/mpl/aux_/preprocessed/no_ctps/equal_to.hpp include/boost/mpl/aux_/preprocessed/no_ctps/fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ctps/full_lambda.hpp include/boost/mpl/aux_/preprocessed/no_ctps/greater.hpp include/boost/mpl/aux_/preprocessed/no_ctps/greater_equal.hpp include/boost/mpl/aux_/preprocessed/no_ctps/inherit.hpp include/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/no_ctps/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ctps/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/no_ctps/less.hpp include/boost/mpl/aux_/preprocessed/no_ctps/less_equal.hpp include/boost/mpl/aux_/preprocessed/no_ctps/list.hpp include/boost/mpl/aux_/preprocessed/no_ctps/list_c.hpp include/boost/mpl/aux_/preprocessed/no_ctps/map.hpp include/boost/mpl/aux_/preprocessed/no_ctps/minus.hpp include/boost/mpl/aux_/preprocessed/no_ctps/modulus.hpp include/boost/mpl/aux_/preprocessed/no_ctps/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/no_ctps/or.hpp include/boost/mpl/aux_/preprocessed/no_ctps/placeholders.hpp include/boost/mpl/aux_/preprocessed/no_ctps/plus.hpp include/boost/mpl/aux_/preprocessed/no_ctps/quote.hpp include/boost/mpl/aux_/preprocessed/no_ctps/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ctps/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ctps/set.hpp include/boost/mpl/aux_/preprocessed/no_ctps/set_c.hpp include/boost/mpl/aux_/preprocessed/no_ctps/shift_left.hpp include/boost/mpl/aux_/preprocessed/no_ctps/shift_right.hpp include/boost/mpl/aux_/preprocessed/no_ctps/template_arity.hpp include/boost/mpl/aux_/preprocessed/no_ctps/times.hpp include/boost/mpl/aux_/preprocessed/no_ctps/unpack_args.hpp include/boost/mpl/aux_/preprocessed/no_ctps/vector.hpp include/boost/mpl/aux_/preprocessed/no_ctps/vector_c.hpp include/boost/mpl/aux_/preprocessed/no_ttp/advance_backward.hpp include/boost/mpl/aux_/preprocessed/no_ttp/advance_forward.hpp include/boost/mpl/aux_/preprocessed/no_ttp/and.hpp include/boost/mpl/aux_/preprocessed/no_ttp/apply.hpp include/boost/mpl/aux_/preprocessed/no_ttp/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/no_ttp/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/no_ttp/arg.hpp include/boost/mpl/aux_/preprocessed/no_ttp/basic_bind.hpp include/boost/mpl/aux_/preprocessed/no_ttp/bind.hpp include/boost/mpl/aux_/preprocessed/no_ttp/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/no_ttp/bitand.hpp include/boost/mpl/aux_/preprocessed/no_ttp/bitor.hpp include/boost/mpl/aux_/preprocessed/no_ttp/bitxor.hpp include/boost/mpl/aux_/preprocessed/no_ttp/deque.hpp include/boost/mpl/aux_/preprocessed/no_ttp/divides.hpp include/boost/mpl/aux_/preprocessed/no_ttp/equal_to.hpp include/boost/mpl/aux_/preprocessed/no_ttp/fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ttp/full_lambda.hpp include/boost/mpl/aux_/preprocessed/no_ttp/greater.hpp include/boost/mpl/aux_/preprocessed/no_ttp/greater_equal.hpp include/boost/mpl/aux_/preprocessed/no_ttp/inherit.hpp include/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/no_ttp/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ttp/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/no_ttp/less.hpp include/boost/mpl/aux_/preprocessed/no_ttp/less_equal.hpp include/boost/mpl/aux_/preprocessed/no_ttp/list.hpp include/boost/mpl/aux_/preprocessed/no_ttp/list_c.hpp include/boost/mpl/aux_/preprocessed/no_ttp/map.hpp include/boost/mpl/aux_/preprocessed/no_ttp/minus.hpp include/boost/mpl/aux_/preprocessed/no_ttp/modulus.hpp include/boost/mpl/aux_/preprocessed/no_ttp/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/no_ttp/or.hpp include/boost/mpl/aux_/preprocessed/no_ttp/placeholders.hpp include/boost/mpl/aux_/preprocessed/no_ttp/plus.hpp include/boost/mpl/aux_/preprocessed/no_ttp/quote.hpp include/boost/mpl/aux_/preprocessed/no_ttp/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ttp/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/no_ttp/set.hpp include/boost/mpl/aux_/preprocessed/no_ttp/set_c.hpp include/boost/mpl/aux_/preprocessed/no_ttp/shift_left.hpp include/boost/mpl/aux_/preprocessed/no_ttp/shift_right.hpp include/boost/mpl/aux_/preprocessed/no_ttp/template_arity.hpp include/boost/mpl/aux_/preprocessed/no_ttp/times.hpp include/boost/mpl/aux_/preprocessed/no_ttp/unpack_args.hpp include/boost/mpl/aux_/preprocessed/no_ttp/vector.hpp include/boost/mpl/aux_/preprocessed/no_ttp/vector_c.hpp include/boost/mpl/aux_/preprocessed/plain/advance_backward.hpp include/boost/mpl/aux_/preprocessed/plain/advance_forward.hpp include/boost/mpl/aux_/preprocessed/plain/and.hpp include/boost/mpl/aux_/preprocessed/plain/apply.hpp include/boost/mpl/aux_/preprocessed/plain/apply_fwd.hpp include/boost/mpl/aux_/preprocessed/plain/apply_wrap.hpp include/boost/mpl/aux_/preprocessed/plain/arg.hpp include/boost/mpl/aux_/preprocessed/plain/basic_bind.hpp include/boost/mpl/aux_/preprocessed/plain/bind.hpp include/boost/mpl/aux_/preprocessed/plain/bind_fwd.hpp include/boost/mpl/aux_/preprocessed/plain/bitand.hpp include/boost/mpl/aux_/preprocessed/plain/bitor.hpp include/boost/mpl/aux_/preprocessed/plain/bitxor.hpp include/boost/mpl/aux_/preprocessed/plain/deque.hpp include/boost/mpl/aux_/preprocessed/plain/divides.hpp include/boost/mpl/aux_/preprocessed/plain/equal_to.hpp include/boost/mpl/aux_/preprocessed/plain/fold_impl.hpp include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp include/boost/mpl/aux_/preprocessed/plain/greater.hpp include/boost/mpl/aux_/preprocessed/plain/greater_equal.hpp include/boost/mpl/aux_/preprocessed/plain/inherit.hpp include/boost/mpl/aux_/preprocessed/plain/iter_fold_if_impl.hpp include/boost/mpl/aux_/preprocessed/plain/iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/plain/lambda_no_ctps.hpp include/boost/mpl/aux_/preprocessed/plain/less.hpp include/boost/mpl/aux_/preprocessed/plain/less_equal.hpp include/boost/mpl/aux_/preprocessed/plain/list.hpp include/boost/mpl/aux_/preprocessed/plain/list_c.hpp include/boost/mpl/aux_/preprocessed/plain/map.hpp include/boost/mpl/aux_/preprocessed/plain/minus.hpp include/boost/mpl/aux_/preprocessed/plain/modulus.hpp include/boost/mpl/aux_/preprocessed/plain/not_equal_to.hpp include/boost/mpl/aux_/preprocessed/plain/or.hpp include/boost/mpl/aux_/preprocessed/plain/placeholders.hpp include/boost/mpl/aux_/preprocessed/plain/plus.hpp include/boost/mpl/aux_/preprocessed/plain/quote.hpp include/boost/mpl/aux_/preprocessed/plain/reverse_fold_impl.hpp include/boost/mpl/aux_/preprocessed/plain/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/preprocessed/plain/set.hpp include/boost/mpl/aux_/preprocessed/plain/set_c.hpp include/boost/mpl/aux_/preprocessed/plain/shift_left.hpp include/boost/mpl/aux_/preprocessed/plain/shift_right.hpp include/boost/mpl/aux_/preprocessed/plain/template_arity.hpp include/boost/mpl/aux_/preprocessed/plain/times.hpp include/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp include/boost/mpl/aux_/preprocessed/plain/vector.hpp include/boost/mpl/aux_/preprocessed/plain/vector_c.hpp include/boost/mpl/aux_/preprocessor/add.hpp include/boost/mpl/aux_/preprocessor/def_params_tail.hpp include/boost/mpl/aux_/preprocessor/default_params.hpp include/boost/mpl/aux_/preprocessor/enum.hpp include/boost/mpl/aux_/preprocessor/ext_params.hpp include/boost/mpl/aux_/preprocessor/filter_params.hpp include/boost/mpl/aux_/preprocessor/is_seq.hpp include/boost/mpl/aux_/preprocessor/params.hpp include/boost/mpl/aux_/preprocessor/partial_spec_params.hpp include/boost/mpl/aux_/preprocessor/range.hpp include/boost/mpl/aux_/preprocessor/repeat.hpp include/boost/mpl/aux_/preprocessor/sub.hpp include/boost/mpl/aux_/preprocessor/token_equal.hpp include/boost/mpl/aux_/preprocessor/tuple.hpp include/boost/mpl/aux_/ptr_to_ref.hpp include/boost/mpl/aux_/push_back_impl.hpp include/boost/mpl/aux_/push_front_impl.hpp include/boost/mpl/aux_/range_c/O1_size.hpp include/boost/mpl/aux_/range_c/back.hpp include/boost/mpl/aux_/range_c/empty.hpp include/boost/mpl/aux_/range_c/front.hpp include/boost/mpl/aux_/range_c/iterator.hpp include/boost/mpl/aux_/range_c/size.hpp include/boost/mpl/aux_/range_c/tag.hpp include/boost/mpl/aux_/reverse_fold_impl.hpp include/boost/mpl/aux_/reverse_fold_impl_body.hpp include/boost/mpl/aux_/reverse_iter_fold_impl.hpp include/boost/mpl/aux_/sequence_wrapper.hpp include/boost/mpl/aux_/shift_op.hpp include/boost/mpl/aux_/single_element_iter.hpp include/boost/mpl/aux_/size_impl.hpp include/boost/mpl/aux_/sort_impl.hpp include/boost/mpl/aux_/static_cast.hpp include/boost/mpl/aux_/template_arity.hpp include/boost/mpl/aux_/template_arity_fwd.hpp include/boost/mpl/aux_/test.hpp include/boost/mpl/aux_/test/assert.hpp include/boost/mpl/aux_/test/data.hpp include/boost/mpl/aux_/test/test_case.hpp include/boost/mpl/aux_/traits_lambda_spec.hpp include/boost/mpl/aux_/transform_iter.hpp include/boost/mpl/aux_/type_wrapper.hpp include/boost/mpl/aux_/unwrap.hpp include/boost/mpl/aux_/value_wknd.hpp include/boost/mpl/aux_/yes_no.hpp include/boost/mpl/back.hpp include/boost/mpl/back_fwd.hpp include/boost/mpl/back_inserter.hpp include/boost/mpl/base.hpp include/boost/mpl/begin.hpp include/boost/mpl/begin_end.hpp include/boost/mpl/begin_end_fwd.hpp include/boost/mpl/bind.hpp include/boost/mpl/bind_fwd.hpp include/boost/mpl/bitand.hpp include/boost/mpl/bitor.hpp include/boost/mpl/bitwise.hpp include/boost/mpl/bitxor.hpp include/boost/mpl/bool.hpp include/boost/mpl/bool_fwd.hpp include/boost/mpl/char.hpp include/boost/mpl/char_fwd.hpp include/boost/mpl/clear.hpp include/boost/mpl/clear_fwd.hpp include/boost/mpl/comparison.hpp include/boost/mpl/contains.hpp include/boost/mpl/contains_fwd.hpp include/boost/mpl/copy.hpp include/boost/mpl/copy_if.hpp include/boost/mpl/count.hpp include/boost/mpl/count_fwd.hpp include/boost/mpl/count_if.hpp include/boost/mpl/deque.hpp include/boost/mpl/deref.hpp include/boost/mpl/distance.hpp include/boost/mpl/distance_fwd.hpp include/boost/mpl/divides.hpp include/boost/mpl/empty.hpp include/boost/mpl/empty_base.hpp include/boost/mpl/empty_fwd.hpp include/boost/mpl/empty_sequence.hpp include/boost/mpl/end.hpp include/boost/mpl/equal.hpp include/boost/mpl/equal_to.hpp include/boost/mpl/erase.hpp include/boost/mpl/erase_fwd.hpp include/boost/mpl/erase_key.hpp include/boost/mpl/erase_key_fwd.hpp include/boost/mpl/eval_if.hpp include/boost/mpl/filter_view.hpp include/boost/mpl/find.hpp include/boost/mpl/find_if.hpp include/boost/mpl/fold.hpp include/boost/mpl/for_each.hpp include/boost/mpl/front.hpp include/boost/mpl/front_fwd.hpp include/boost/mpl/front_inserter.hpp include/boost/mpl/greater.hpp include/boost/mpl/greater_equal.hpp include/boost/mpl/has_key.hpp include/boost/mpl/has_key_fwd.hpp include/boost/mpl/has_xxx.hpp include/boost/mpl/identity.hpp include/boost/mpl/if.hpp include/boost/mpl/index_if.hpp include/boost/mpl/index_of.hpp include/boost/mpl/inherit.hpp include/boost/mpl/inherit_linearly.hpp include/boost/mpl/insert.hpp include/boost/mpl/insert_fwd.hpp include/boost/mpl/insert_range.hpp include/boost/mpl/insert_range_fwd.hpp include/boost/mpl/inserter.hpp include/boost/mpl/int.hpp include/boost/mpl/int_fwd.hpp include/boost/mpl/integral_c.hpp include/boost/mpl/integral_c_fwd.hpp include/boost/mpl/integral_c_tag.hpp include/boost/mpl/is_placeholder.hpp include/boost/mpl/is_sequence.hpp include/boost/mpl/iter_fold.hpp include/boost/mpl/iter_fold_if.hpp include/boost/mpl/iterator_category.hpp include/boost/mpl/iterator_range.hpp include/boost/mpl/iterator_tags.hpp include/boost/mpl/joint_view.hpp include/boost/mpl/key_type.hpp include/boost/mpl/key_type_fwd.hpp include/boost/mpl/lambda.hpp include/boost/mpl/lambda_fwd.hpp include/boost/mpl/less.hpp include/boost/mpl/less_equal.hpp include/boost/mpl/limits/arity.hpp include/boost/mpl/limits/list.hpp include/boost/mpl/limits/map.hpp include/boost/mpl/limits/set.hpp include/boost/mpl/limits/string.hpp include/boost/mpl/limits/unrolling.hpp include/boost/mpl/limits/vector.hpp include/boost/mpl/list.hpp include/boost/mpl/list/aux_/O1_size.hpp include/boost/mpl/list/aux_/begin_end.hpp include/boost/mpl/list/aux_/clear.hpp include/boost/mpl/list/aux_/empty.hpp include/boost/mpl/list/aux_/front.hpp include/boost/mpl/list/aux_/include_preprocessed.hpp include/boost/mpl/list/aux_/item.hpp include/boost/mpl/list/aux_/iterator.hpp include/boost/mpl/list/aux_/numbered.hpp include/boost/mpl/list/aux_/numbered_c.hpp include/boost/mpl/list/aux_/pop_front.hpp include/boost/mpl/list/aux_/preprocessed/plain/list10.hpp include/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp include/boost/mpl/list/aux_/preprocessed/plain/list20.hpp include/boost/mpl/list/aux_/preprocessed/plain/list20_c.hpp include/boost/mpl/list/aux_/preprocessed/plain/list30.hpp include/boost/mpl/list/aux_/preprocessed/plain/list30_c.hpp include/boost/mpl/list/aux_/preprocessed/plain/list40.hpp include/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp include/boost/mpl/list/aux_/preprocessed/plain/list50.hpp include/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp include/boost/mpl/list/aux_/push_back.hpp include/boost/mpl/list/aux_/push_front.hpp include/boost/mpl/list/aux_/size.hpp include/boost/mpl/list/aux_/tag.hpp include/boost/mpl/list/list0.hpp include/boost/mpl/list/list0_c.hpp include/boost/mpl/list/list10.hpp include/boost/mpl/list/list10_c.hpp include/boost/mpl/list/list20.hpp include/boost/mpl/list/list20_c.hpp include/boost/mpl/list/list30.hpp include/boost/mpl/list/list30_c.hpp include/boost/mpl/list/list40.hpp include/boost/mpl/list/list40_c.hpp include/boost/mpl/list/list50.hpp include/boost/mpl/list/list50_c.hpp include/boost/mpl/list_c.hpp include/boost/mpl/logical.hpp include/boost/mpl/long.hpp include/boost/mpl/long_fwd.hpp include/boost/mpl/lower_bound.hpp include/boost/mpl/map.hpp include/boost/mpl/map/aux_/at_impl.hpp include/boost/mpl/map/aux_/begin_end_impl.hpp include/boost/mpl/map/aux_/clear_impl.hpp include/boost/mpl/map/aux_/contains_impl.hpp include/boost/mpl/map/aux_/empty_impl.hpp include/boost/mpl/map/aux_/erase_impl.hpp include/boost/mpl/map/aux_/erase_key_impl.hpp include/boost/mpl/map/aux_/has_key_impl.hpp include/boost/mpl/map/aux_/include_preprocessed.hpp include/boost/mpl/map/aux_/insert_impl.hpp include/boost/mpl/map/aux_/insert_range_impl.hpp include/boost/mpl/map/aux_/item.hpp include/boost/mpl/map/aux_/iterator.hpp include/boost/mpl/map/aux_/key_type_impl.hpp include/boost/mpl/map/aux_/map0.hpp include/boost/mpl/map/aux_/numbered.hpp include/boost/mpl/map/aux_/preprocessed/no_ctps/map10.hpp include/boost/mpl/map/aux_/preprocessed/no_ctps/map20.hpp include/boost/mpl/map/aux_/preprocessed/no_ctps/map30.hpp include/boost/mpl/map/aux_/preprocessed/no_ctps/map40.hpp include/boost/mpl/map/aux_/preprocessed/no_ctps/map50.hpp include/boost/mpl/map/aux_/preprocessed/plain/map10.hpp include/boost/mpl/map/aux_/preprocessed/plain/map20.hpp include/boost/mpl/map/aux_/preprocessed/plain/map30.hpp include/boost/mpl/map/aux_/preprocessed/plain/map40.hpp include/boost/mpl/map/aux_/preprocessed/plain/map50.hpp include/boost/mpl/map/aux_/preprocessed/typeof_based/map10.hpp include/boost/mpl/map/aux_/preprocessed/typeof_based/map20.hpp include/boost/mpl/map/aux_/preprocessed/typeof_based/map30.hpp include/boost/mpl/map/aux_/preprocessed/typeof_based/map40.hpp include/boost/mpl/map/aux_/preprocessed/typeof_based/map50.hpp include/boost/mpl/map/aux_/size_impl.hpp include/boost/mpl/map/aux_/tag.hpp include/boost/mpl/map/aux_/value_type_impl.hpp include/boost/mpl/map/map0.hpp include/boost/mpl/map/map10.hpp include/boost/mpl/map/map20.hpp include/boost/mpl/map/map30.hpp include/boost/mpl/map/map40.hpp include/boost/mpl/map/map50.hpp include/boost/mpl/math/fixed_c.hpp include/boost/mpl/math/is_even.hpp include/boost/mpl/math/rational_c.hpp include/boost/mpl/max.hpp include/boost/mpl/max_element.hpp include/boost/mpl/min.hpp include/boost/mpl/min_element.hpp include/boost/mpl/min_max.hpp include/boost/mpl/minus.hpp include/boost/mpl/modulus.hpp include/boost/mpl/multiplies.hpp include/boost/mpl/multiset/aux_/count_impl.hpp include/boost/mpl/multiset/aux_/insert_impl.hpp include/boost/mpl/multiset/aux_/item.hpp include/boost/mpl/multiset/aux_/multiset0.hpp include/boost/mpl/multiset/aux_/tag.hpp include/boost/mpl/multiset/multiset0.hpp include/boost/mpl/negate.hpp include/boost/mpl/next.hpp include/boost/mpl/next_prior.hpp include/boost/mpl/not.hpp include/boost/mpl/not_equal_to.hpp include/boost/mpl/numeric_cast.hpp include/boost/mpl/or.hpp include/boost/mpl/order.hpp include/boost/mpl/order_fwd.hpp include/boost/mpl/pair.hpp include/boost/mpl/pair_view.hpp include/boost/mpl/partition.hpp include/boost/mpl/placeholders.hpp include/boost/mpl/plus.hpp include/boost/mpl/pop_back.hpp include/boost/mpl/pop_back_fwd.hpp include/boost/mpl/pop_front.hpp include/boost/mpl/pop_front_fwd.hpp include/boost/mpl/print.hpp include/boost/mpl/prior.hpp include/boost/mpl/protect.hpp include/boost/mpl/push_back.hpp include/boost/mpl/push_back_fwd.hpp include/boost/mpl/push_front.hpp include/boost/mpl/push_front_fwd.hpp include/boost/mpl/quote.hpp include/boost/mpl/range_c.hpp include/boost/mpl/remove.hpp include/boost/mpl/remove_if.hpp include/boost/mpl/replace.hpp include/boost/mpl/replace_if.hpp include/boost/mpl/reverse.hpp include/boost/mpl/reverse_fold.hpp include/boost/mpl/reverse_iter_fold.hpp include/boost/mpl/same_as.hpp include/boost/mpl/sequence_tag.hpp include/boost/mpl/sequence_tag_fwd.hpp include/boost/mpl/set.hpp include/boost/mpl/set/aux_/at_impl.hpp include/boost/mpl/set/aux_/begin_end_impl.hpp include/boost/mpl/set/aux_/clear_impl.hpp include/boost/mpl/set/aux_/empty_impl.hpp include/boost/mpl/set/aux_/erase_impl.hpp include/boost/mpl/set/aux_/erase_key_impl.hpp include/boost/mpl/set/aux_/has_key_impl.hpp include/boost/mpl/set/aux_/include_preprocessed.hpp include/boost/mpl/set/aux_/insert_impl.hpp include/boost/mpl/set/aux_/insert_range_impl.hpp include/boost/mpl/set/aux_/item.hpp include/boost/mpl/set/aux_/iterator.hpp include/boost/mpl/set/aux_/key_type_impl.hpp include/boost/mpl/set/aux_/numbered.hpp include/boost/mpl/set/aux_/numbered_c.hpp include/boost/mpl/set/aux_/preprocessed/plain/set10.hpp include/boost/mpl/set/aux_/preprocessed/plain/set10_c.hpp include/boost/mpl/set/aux_/preprocessed/plain/set20.hpp include/boost/mpl/set/aux_/preprocessed/plain/set20_c.hpp include/boost/mpl/set/aux_/preprocessed/plain/set30.hpp include/boost/mpl/set/aux_/preprocessed/plain/set30_c.hpp include/boost/mpl/set/aux_/preprocessed/plain/set40.hpp include/boost/mpl/set/aux_/preprocessed/plain/set40_c.hpp include/boost/mpl/set/aux_/preprocessed/plain/set50.hpp include/boost/mpl/set/aux_/preprocessed/plain/set50_c.hpp include/boost/mpl/set/aux_/set0.hpp include/boost/mpl/set/aux_/size_impl.hpp include/boost/mpl/set/aux_/tag.hpp include/boost/mpl/set/aux_/value_type_impl.hpp include/boost/mpl/set/set0.hpp include/boost/mpl/set/set0_c.hpp include/boost/mpl/set/set10.hpp include/boost/mpl/set/set10_c.hpp include/boost/mpl/set/set20.hpp include/boost/mpl/set/set20_c.hpp include/boost/mpl/set/set30.hpp include/boost/mpl/set/set30_c.hpp include/boost/mpl/set/set40.hpp include/boost/mpl/set/set40_c.hpp include/boost/mpl/set/set50.hpp include/boost/mpl/set/set50_c.hpp include/boost/mpl/set_c.hpp include/boost/mpl/shift_left.hpp include/boost/mpl/shift_right.hpp include/boost/mpl/single_view.hpp include/boost/mpl/size.hpp include/boost/mpl/size_fwd.hpp include/boost/mpl/size_t.hpp include/boost/mpl/size_t_fwd.hpp include/boost/mpl/sizeof.hpp include/boost/mpl/sort.hpp include/boost/mpl/stable_partition.hpp include/boost/mpl/string.hpp include/boost/mpl/switch.hpp include/boost/mpl/tag.hpp include/boost/mpl/times.hpp include/boost/mpl/transform.hpp include/boost/mpl/transform_view.hpp include/boost/mpl/unique.hpp include/boost/mpl/unpack_args.hpp include/boost/mpl/upper_bound.hpp include/boost/mpl/value_type.hpp include/boost/mpl/value_type_fwd.hpp include/boost/mpl/vector.hpp include/boost/mpl/vector/aux_/O1_size.hpp include/boost/mpl/vector/aux_/at.hpp include/boost/mpl/vector/aux_/back.hpp include/boost/mpl/vector/aux_/begin_end.hpp include/boost/mpl/vector/aux_/clear.hpp include/boost/mpl/vector/aux_/empty.hpp include/boost/mpl/vector/aux_/front.hpp include/boost/mpl/vector/aux_/include_preprocessed.hpp include/boost/mpl/vector/aux_/item.hpp include/boost/mpl/vector/aux_/iterator.hpp include/boost/mpl/vector/aux_/numbered.hpp include/boost/mpl/vector/aux_/numbered_c.hpp include/boost/mpl/vector/aux_/pop_back.hpp include/boost/mpl/vector/aux_/pop_front.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10_c.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector20_c.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector30_c.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector40_c.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50.hpp include/boost/mpl/vector/aux_/preprocessed/no_ctps/vector50_c.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector10.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector10_c.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector20.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector20_c.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector30.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector30_c.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector40.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector40_c.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector50.hpp include/boost/mpl/vector/aux_/preprocessed/plain/vector50_c.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10_c.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20_c.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector30_c.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector40_c.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50.hpp include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector50_c.hpp include/boost/mpl/vector/aux_/push_back.hpp include/boost/mpl/vector/aux_/push_front.hpp include/boost/mpl/vector/aux_/size.hpp include/boost/mpl/vector/aux_/tag.hpp include/boost/mpl/vector/aux_/vector0.hpp include/boost/mpl/vector/vector0.hpp include/boost/mpl/vector/vector0_c.hpp include/boost/mpl/vector/vector10.hpp include/boost/mpl/vector/vector10_c.hpp include/boost/mpl/vector/vector20.hpp include/boost/mpl/vector/vector20_c.hpp include/boost/mpl/vector/vector30.hpp include/boost/mpl/vector/vector30_c.hpp include/boost/mpl/vector/vector40.hpp include/boost/mpl/vector/vector40_c.hpp include/boost/mpl/vector/vector50.hpp include/boost/mpl/vector/vector50_c.hpp include/boost/mpl/vector_c.hpp include/boost/mpl/void.hpp include/boost/mpl/void_fwd.hpp include/boost/mpl/zip_view.hpp include/boost/msm/active_state_switching_policies.hpp include/boost/msm/back/args.hpp include/boost/msm/back/bind_helpers.hpp include/boost/msm/back/common_types.hpp include/boost/msm/back/copy_policies.hpp include/boost/msm/back/default_compile_policy.hpp include/boost/msm/back/dispatch_table.hpp include/boost/msm/back/favor_compile_time.hpp include/boost/msm/back/fold_to_list.hpp include/boost/msm/back/history_policies.hpp include/boost/msm/back/metafunctions.hpp include/boost/msm/back/mpl_graph_fsm_check.hpp include/boost/msm/back/no_fsm_check.hpp include/boost/msm/back/queue_container_circular.hpp include/boost/msm/back/queue_container_deque.hpp include/boost/msm/back/state_machine.hpp include/boost/msm/back/tools.hpp include/boost/msm/common.hpp include/boost/msm/event_traits.hpp include/boost/msm/front/common_states.hpp include/boost/msm/front/completion_event.hpp include/boost/msm/front/detail/common_states.hpp include/boost/msm/front/detail/row2_helper.hpp include/boost/msm/front/euml/algorithm.hpp include/boost/msm/front/euml/common.hpp include/boost/msm/front/euml/container.hpp include/boost/msm/front/euml/euml.hpp include/boost/msm/front/euml/euml_typeof.hpp include/boost/msm/front/euml/guard_grammar.hpp include/boost/msm/front/euml/iteration.hpp include/boost/msm/front/euml/operator.hpp include/boost/msm/front/euml/phoenix_placeholders.hpp include/boost/msm/front/euml/querying.hpp include/boost/msm/front/euml/state_grammar.hpp include/boost/msm/front/euml/stl.hpp include/boost/msm/front/euml/stt_grammar.hpp include/boost/msm/front/euml/transformation.hpp include/boost/msm/front/functor_row.hpp include/boost/msm/front/internal_row.hpp include/boost/msm/front/row2.hpp include/boost/msm/front/state_machine_def.hpp include/boost/msm/front/states.hpp include/boost/msm/mpl_graph/adjacency_list_graph.hpp include/boost/msm/mpl_graph/breadth_first_search.hpp include/boost/msm/mpl_graph/depth_first_search.hpp include/boost/msm/mpl_graph/detail/adjacency_list_graph.ipp include/boost/msm/mpl_graph/detail/graph_implementation_interface.ipp include/boost/msm/mpl_graph/detail/incidence_list_graph.ipp include/boost/msm/mpl_graph/incidence_list_graph.hpp include/boost/msm/mpl_graph/mpl_graph.hpp include/boost/msm/mpl_graph/mpl_utils.hpp include/boost/msm/mpl_graph/search_colors.hpp include/boost/msm/msm_grammar.hpp include/boost/msm/proto_config.hpp include/boost/msm/row_tags.hpp include/boost/multi_array.hpp include/boost/multi_array/algorithm.hpp include/boost/multi_array/base.hpp include/boost/multi_array/collection_concept.hpp include/boost/multi_array/concept_checks.hpp include/boost/multi_array/copy_array.hpp include/boost/multi_array/extent_gen.hpp include/boost/multi_array/extent_range.hpp include/boost/multi_array/index_gen.hpp include/boost/multi_array/index_range.hpp include/boost/multi_array/iterator.hpp include/boost/multi_array/multi_array_ref.hpp include/boost/multi_array/range_list.hpp include/boost/multi_array/storage_order.hpp include/boost/multi_array/subarray.hpp include/boost/multi_array/types.hpp include/boost/multi_array/view.hpp include/boost/multi_index/composite_key.hpp include/boost/multi_index/detail/access_specifier.hpp include/boost/multi_index/detail/adl_swap.hpp include/boost/multi_index/detail/archive_constructed.hpp include/boost/multi_index/detail/auto_space.hpp include/boost/multi_index/detail/base_type.hpp include/boost/multi_index/detail/bidir_node_iterator.hpp include/boost/multi_index/detail/bucket_array.hpp include/boost/multi_index/detail/cons_stdtuple.hpp include/boost/multi_index/detail/converter.hpp include/boost/multi_index/detail/copy_map.hpp include/boost/multi_index/detail/do_not_copy_elements_tag.hpp include/boost/multi_index/detail/duplicates_iterator.hpp include/boost/multi_index/detail/has_tag.hpp include/boost/multi_index/detail/hash_index_args.hpp include/boost/multi_index/detail/hash_index_iterator.hpp include/boost/multi_index/detail/hash_index_node.hpp include/boost/multi_index/detail/header_holder.hpp include/boost/multi_index/detail/ignore_wstrict_aliasing.hpp include/boost/multi_index/detail/index_base.hpp include/boost/multi_index/detail/index_loader.hpp include/boost/multi_index/detail/index_matcher.hpp include/boost/multi_index/detail/index_node_base.hpp include/boost/multi_index/detail/index_saver.hpp include/boost/multi_index/detail/invariant_assert.hpp include/boost/multi_index/detail/is_index_list.hpp include/boost/multi_index/detail/is_transparent.hpp include/boost/multi_index/detail/iter_adaptor.hpp include/boost/multi_index/detail/modify_key_adaptor.hpp include/boost/multi_index/detail/no_duplicate_tags.hpp include/boost/multi_index/detail/node_type.hpp include/boost/multi_index/detail/ord_index_args.hpp include/boost/multi_index/detail/ord_index_impl.hpp include/boost/multi_index/detail/ord_index_impl_fwd.hpp include/boost/multi_index/detail/ord_index_node.hpp include/boost/multi_index/detail/ord_index_ops.hpp include/boost/multi_index/detail/promotes_arg.hpp include/boost/multi_index/detail/raw_ptr.hpp include/boost/multi_index/detail/restore_wstrict_aliasing.hpp include/boost/multi_index/detail/rnd_index_loader.hpp include/boost/multi_index/detail/rnd_index_node.hpp include/boost/multi_index/detail/rnd_index_ops.hpp include/boost/multi_index/detail/rnd_index_ptr_array.hpp include/boost/multi_index/detail/rnd_node_iterator.hpp include/boost/multi_index/detail/rnk_index_ops.hpp include/boost/multi_index/detail/safe_mode.hpp include/boost/multi_index/detail/scope_guard.hpp include/boost/multi_index/detail/seq_index_node.hpp include/boost/multi_index/detail/seq_index_ops.hpp include/boost/multi_index/detail/serialization_version.hpp include/boost/multi_index/detail/uintptr_type.hpp include/boost/multi_index/detail/unbounded.hpp include/boost/multi_index/detail/value_compare.hpp include/boost/multi_index/detail/vartempl_support.hpp include/boost/multi_index/global_fun.hpp include/boost/multi_index/hashed_index.hpp include/boost/multi_index/hashed_index_fwd.hpp include/boost/multi_index/identity.hpp include/boost/multi_index/identity_fwd.hpp include/boost/multi_index/indexed_by.hpp include/boost/multi_index/key_extractors.hpp include/boost/multi_index/mem_fun.hpp include/boost/multi_index/member.hpp include/boost/multi_index/ordered_index.hpp include/boost/multi_index/ordered_index_fwd.hpp include/boost/multi_index/random_access_index.hpp include/boost/multi_index/random_access_index_fwd.hpp include/boost/multi_index/ranked_index.hpp include/boost/multi_index/ranked_index_fwd.hpp include/boost/multi_index/safe_mode_errors.hpp include/boost/multi_index/sequenced_index.hpp include/boost/multi_index/sequenced_index_fwd.hpp include/boost/multi_index/tag.hpp include/boost/multi_index_container.hpp include/boost/multi_index_container_fwd.hpp include/boost/multiprecision/concepts/mp_number_archetypes.hpp include/boost/multiprecision/cpp_bin_float.hpp include/boost/multiprecision/cpp_bin_float/io.hpp include/boost/multiprecision/cpp_bin_float/transcendental.hpp include/boost/multiprecision/cpp_dec_float.hpp include/boost/multiprecision/cpp_int.hpp include/boost/multiprecision/cpp_int/add.hpp include/boost/multiprecision/cpp_int/bitwise.hpp include/boost/multiprecision/cpp_int/checked.hpp include/boost/multiprecision/cpp_int/comparison.hpp include/boost/multiprecision/cpp_int/cpp_int_config.hpp include/boost/multiprecision/cpp_int/divide.hpp include/boost/multiprecision/cpp_int/import_export.hpp include/boost/multiprecision/cpp_int/limits.hpp include/boost/multiprecision/cpp_int/literals.hpp include/boost/multiprecision/cpp_int/misc.hpp include/boost/multiprecision/cpp_int/multiply.hpp include/boost/multiprecision/cpp_int/serialize.hpp include/boost/multiprecision/cpp_int/value_pack.hpp include/boost/multiprecision/debug_adaptor.hpp include/boost/multiprecision/detail/big_lanczos.hpp include/boost/multiprecision/detail/bitscan.hpp include/boost/multiprecision/detail/default_ops.hpp include/boost/multiprecision/detail/digits.hpp include/boost/multiprecision/detail/dynamic_array.hpp include/boost/multiprecision/detail/et_ops.hpp include/boost/multiprecision/detail/float_string_cvt.hpp include/boost/multiprecision/detail/functions/constants.hpp include/boost/multiprecision/detail/functions/pow.hpp include/boost/multiprecision/detail/functions/trig.hpp include/boost/multiprecision/detail/generic_interconvert.hpp include/boost/multiprecision/detail/integer_ops.hpp include/boost/multiprecision/detail/min_max.hpp include/boost/multiprecision/detail/no_et_ops.hpp include/boost/multiprecision/detail/number_base.hpp include/boost/multiprecision/detail/number_compare.hpp include/boost/multiprecision/detail/rebind.hpp include/boost/multiprecision/detail/ublas_interop.hpp include/boost/multiprecision/detail/utype_helper.hpp include/boost/multiprecision/float128.hpp include/boost/multiprecision/gmp.hpp include/boost/multiprecision/integer.hpp include/boost/multiprecision/logged_adaptor.hpp include/boost/multiprecision/miller_rabin.hpp include/boost/multiprecision/mpfi.hpp include/boost/multiprecision/mpfr.hpp include/boost/multiprecision/number.hpp include/boost/multiprecision/random.hpp include/boost/multiprecision/rational_adaptor.hpp include/boost/multiprecision/tommath.hpp include/boost/multiprecision/traits/explicit_conversion.hpp include/boost/multiprecision/traits/extract_exponent_type.hpp include/boost/multiprecision/traits/is_backend.hpp include/boost/multiprecision/traits/is_byte_container.hpp include/boost/multiprecision/traits/is_restricted_conversion.hpp include/boost/next_prior.hpp include/boost/non_type.hpp include/boost/noncopyable.hpp include/boost/nondet_random.hpp include/boost/none.hpp include/boost/none_t.hpp include/boost/numeric/conversion/bounds.hpp include/boost/numeric/conversion/cast.hpp include/boost/numeric/conversion/conversion_traits.hpp include/boost/numeric/conversion/converter.hpp include/boost/numeric/conversion/converter_policies.hpp include/boost/numeric/conversion/detail/bounds.hpp include/boost/numeric/conversion/detail/conversion_traits.hpp include/boost/numeric/conversion/detail/converter.hpp include/boost/numeric/conversion/detail/int_float_mixture.hpp include/boost/numeric/conversion/detail/is_subranged.hpp include/boost/numeric/conversion/detail/meta.hpp include/boost/numeric/conversion/detail/numeric_cast_traits.hpp include/boost/numeric/conversion/detail/old_numeric_cast.hpp include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp include/boost/numeric/conversion/detail/sign_mixture.hpp include/boost/numeric/conversion/detail/udt_builtin_mixture.hpp include/boost/numeric/conversion/int_float_mixture.hpp include/boost/numeric/conversion/int_float_mixture_enum.hpp include/boost/numeric/conversion/is_subranged.hpp include/boost/numeric/conversion/numeric_cast_traits.hpp include/boost/numeric/conversion/sign_mixture.hpp include/boost/numeric/conversion/sign_mixture_enum.hpp include/boost/numeric/conversion/udt_builtin_mixture.hpp include/boost/numeric/conversion/udt_builtin_mixture_enum.hpp include/boost/numeric/interval.hpp include/boost/numeric/interval/arith.hpp include/boost/numeric/interval/arith2.hpp include/boost/numeric/interval/arith3.hpp include/boost/numeric/interval/checking.hpp include/boost/numeric/interval/compare.hpp include/boost/numeric/interval/compare/certain.hpp include/boost/numeric/interval/compare/explicit.hpp include/boost/numeric/interval/compare/lexicographic.hpp include/boost/numeric/interval/compare/possible.hpp include/boost/numeric/interval/compare/set.hpp include/boost/numeric/interval/compare/tribool.hpp include/boost/numeric/interval/constants.hpp include/boost/numeric/interval/detail/alpha_rounding_control.hpp include/boost/numeric/interval/detail/bcc_rounding_control.hpp include/boost/numeric/interval/detail/bugs.hpp include/boost/numeric/interval/detail/c99_rounding_control.hpp include/boost/numeric/interval/detail/c99sub_rounding_control.hpp include/boost/numeric/interval/detail/division.hpp include/boost/numeric/interval/detail/ia64_rounding_control.hpp include/boost/numeric/interval/detail/interval_prototype.hpp include/boost/numeric/interval/detail/msvc_rounding_control.hpp include/boost/numeric/interval/detail/ppc_rounding_control.hpp include/boost/numeric/interval/detail/sparc_rounding_control.hpp include/boost/numeric/interval/detail/test_input.hpp include/boost/numeric/interval/detail/x86_rounding_control.hpp include/boost/numeric/interval/detail/x86gcc_rounding_control.hpp include/boost/numeric/interval/ext/integer.hpp include/boost/numeric/interval/ext/x86_fast_rounding_control.hpp include/boost/numeric/interval/hw_rounding.hpp include/boost/numeric/interval/interval.hpp include/boost/numeric/interval/io.hpp include/boost/numeric/interval/limits.hpp include/boost/numeric/interval/policies.hpp include/boost/numeric/interval/rounded_arith.hpp include/boost/numeric/interval/rounded_transc.hpp include/boost/numeric/interval/rounding.hpp include/boost/numeric/interval/transc.hpp include/boost/numeric/interval/utility.hpp include/boost/numeric/odeint.hpp include/boost/numeric/odeint/algebra/algebra_dispatcher.hpp include/boost/numeric/odeint/algebra/array_algebra.hpp include/boost/numeric/odeint/algebra/default_operations.hpp include/boost/numeric/odeint/algebra/detail/extract_value_type.hpp include/boost/numeric/odeint/algebra/detail/for_each.hpp include/boost/numeric/odeint/algebra/detail/macros.hpp include/boost/numeric/odeint/algebra/detail/norm_inf.hpp include/boost/numeric/odeint/algebra/fusion_algebra.hpp include/boost/numeric/odeint/algebra/fusion_algebra_dispatcher.hpp include/boost/numeric/odeint/algebra/multi_array_algebra.hpp include/boost/numeric/odeint/algebra/norm_result_type.hpp include/boost/numeric/odeint/algebra/operations_dispatcher.hpp include/boost/numeric/odeint/algebra/range_algebra.hpp include/boost/numeric/odeint/algebra/vector_space_algebra.hpp include/boost/numeric/odeint/config.hpp include/boost/numeric/odeint/external/blaze/blaze_algebra_dispatcher.hpp include/boost/numeric/odeint/external/blaze/blaze_resize.hpp include/boost/numeric/odeint/external/compute/compute.hpp include/boost/numeric/odeint/external/compute/compute_algebra.hpp include/boost/numeric/odeint/external/compute/compute_algebra_dispatcher.hpp include/boost/numeric/odeint/external/compute/compute_operations.hpp include/boost/numeric/odeint/external/compute/compute_operations_dispatcher.hpp include/boost/numeric/odeint/external/compute/compute_resize.hpp include/boost/numeric/odeint/external/eigen/eigen.hpp include/boost/numeric/odeint/external/eigen/eigen_algebra.hpp include/boost/numeric/odeint/external/eigen/eigen_algebra_dispatcher.hpp include/boost/numeric/odeint/external/eigen/eigen_resize.hpp include/boost/numeric/odeint/external/gsl/gsl_wrapper.hpp include/boost/numeric/odeint/external/mkl/mkl_operations.hpp include/boost/numeric/odeint/external/mpi/mpi.hpp include/boost/numeric/odeint/external/mpi/mpi_nested_algebra.hpp include/boost/numeric/odeint/external/mpi/mpi_state.hpp include/boost/numeric/odeint/external/mpi/mpi_vector_state.hpp include/boost/numeric/odeint/external/mtl4/implicit_euler_mtl4.hpp include/boost/numeric/odeint/external/mtl4/mtl4.hpp include/boost/numeric/odeint/external/mtl4/mtl4_algebra_dispatcher.hpp include/boost/numeric/odeint/external/mtl4/mtl4_resize.hpp include/boost/numeric/odeint/external/nt2/nt2_algebra_dispatcher.hpp include/boost/numeric/odeint/external/nt2/nt2_copy.hpp include/boost/numeric/odeint/external/nt2/nt2_norm_inf.hpp include/boost/numeric/odeint/external/nt2/nt2_resize.hpp include/boost/numeric/odeint/external/openmp/openmp.hpp include/boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp include/boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp include/boost/numeric/odeint/external/openmp/openmp_state.hpp include/boost/numeric/odeint/external/thrust/thrust.hpp include/boost/numeric/odeint/external/thrust/thrust_algebra.hpp include/boost/numeric/odeint/external/thrust/thrust_algebra_dispatcher.hpp include/boost/numeric/odeint/external/thrust/thrust_operations.hpp include/boost/numeric/odeint/external/thrust/thrust_operations_dispatcher.hpp include/boost/numeric/odeint/external/thrust/thrust_resize.hpp include/boost/numeric/odeint/external/vexcl/vexcl.hpp include/boost/numeric/odeint/external/vexcl/vexcl_abs.hpp include/boost/numeric/odeint/external/vexcl/vexcl_algebra_dispatcher.hpp include/boost/numeric/odeint/external/vexcl/vexcl_copy.hpp include/boost/numeric/odeint/external/vexcl/vexcl_norm_inf.hpp include/boost/numeric/odeint/external/vexcl/vexcl_resize.hpp include/boost/numeric/odeint/external/vexcl/vexcl_same_instance.hpp include/boost/numeric/odeint/external/viennacl/viennacl_operations.hpp include/boost/numeric/odeint/external/viennacl/viennacl_resize.hpp include/boost/numeric/odeint/integrate/check_adapter.hpp include/boost/numeric/odeint/integrate/detail/functors.hpp include/boost/numeric/odeint/integrate/detail/integrate_adaptive.hpp include/boost/numeric/odeint/integrate/detail/integrate_const.hpp include/boost/numeric/odeint/integrate/detail/integrate_n_steps.hpp include/boost/numeric/odeint/integrate/detail/integrate_times.hpp include/boost/numeric/odeint/integrate/integrate.hpp include/boost/numeric/odeint/integrate/integrate_adaptive.hpp include/boost/numeric/odeint/integrate/integrate_const.hpp include/boost/numeric/odeint/integrate/integrate_n_steps.hpp include/boost/numeric/odeint/integrate/integrate_times.hpp include/boost/numeric/odeint/integrate/max_step_checker.hpp include/boost/numeric/odeint/integrate/null_observer.hpp include/boost/numeric/odeint/integrate/observer_collection.hpp include/boost/numeric/odeint/iterator/adaptive_iterator.hpp include/boost/numeric/odeint/iterator/adaptive_time_iterator.hpp include/boost/numeric/odeint/iterator/const_step_iterator.hpp include/boost/numeric/odeint/iterator/const_step_time_iterator.hpp include/boost/numeric/odeint/iterator/detail/ode_iterator_base.hpp include/boost/numeric/odeint/iterator/impl/adaptive_iterator_impl.hpp include/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp include/boost/numeric/odeint/iterator/impl/n_step_iterator_impl.hpp include/boost/numeric/odeint/iterator/impl/times_iterator_impl.hpp include/boost/numeric/odeint/iterator/integrate/detail/functors.hpp include/boost/numeric/odeint/iterator/integrate/detail/integrate_adaptive.hpp include/boost/numeric/odeint/iterator/integrate/detail/integrate_const.hpp include/boost/numeric/odeint/iterator/integrate/detail/integrate_n_steps.hpp include/boost/numeric/odeint/iterator/integrate/detail/integrate_times.hpp include/boost/numeric/odeint/iterator/integrate/integrate.hpp include/boost/numeric/odeint/iterator/integrate/integrate_adaptive.hpp include/boost/numeric/odeint/iterator/integrate/integrate_const.hpp include/boost/numeric/odeint/iterator/integrate/integrate_n_steps.hpp include/boost/numeric/odeint/iterator/integrate/integrate_times.hpp include/boost/numeric/odeint/iterator/integrate/null_observer.hpp include/boost/numeric/odeint/iterator/integrate/observer_collection.hpp include/boost/numeric/odeint/iterator/n_step_iterator.hpp include/boost/numeric/odeint/iterator/n_step_time_iterator.hpp include/boost/numeric/odeint/iterator/times_iterator.hpp include/boost/numeric/odeint/iterator/times_time_iterator.hpp include/boost/numeric/odeint/stepper/adams_bashforth.hpp include/boost/numeric/odeint/stepper/adams_bashforth_moulton.hpp include/boost/numeric/odeint/stepper/adams_moulton.hpp include/boost/numeric/odeint/stepper/base/algebra_stepper_base.hpp include/boost/numeric/odeint/stepper/base/explicit_error_stepper_base.hpp include/boost/numeric/odeint/stepper/base/explicit_error_stepper_fsal_base.hpp include/boost/numeric/odeint/stepper/base/explicit_stepper_base.hpp include/boost/numeric/odeint/stepper/base/symplectic_rkn_stepper_base.hpp include/boost/numeric/odeint/stepper/bulirsch_stoer.hpp include/boost/numeric/odeint/stepper/bulirsch_stoer_dense_out.hpp include/boost/numeric/odeint/stepper/controlled_runge_kutta.hpp include/boost/numeric/odeint/stepper/controlled_step_result.hpp include/boost/numeric/odeint/stepper/dense_output_runge_kutta.hpp include/boost/numeric/odeint/stepper/detail/adams_bashforth_call_algebra.hpp include/boost/numeric/odeint/stepper/detail/adams_bashforth_coefficients.hpp include/boost/numeric/odeint/stepper/detail/adams_moulton_call_algebra.hpp include/boost/numeric/odeint/stepper/detail/adams_moulton_coefficients.hpp include/boost/numeric/odeint/stepper/detail/generic_rk_algorithm.hpp include/boost/numeric/odeint/stepper/detail/generic_rk_call_algebra.hpp include/boost/numeric/odeint/stepper/detail/generic_rk_operations.hpp include/boost/numeric/odeint/stepper/detail/rotating_buffer.hpp include/boost/numeric/odeint/stepper/euler.hpp include/boost/numeric/odeint/stepper/explicit_error_generic_rk.hpp include/boost/numeric/odeint/stepper/explicit_generic_rk.hpp include/boost/numeric/odeint/stepper/extrapolation_stepper.hpp include/boost/numeric/odeint/stepper/generation.hpp include/boost/numeric/odeint/stepper/generation/generation_controlled_runge_kutta.hpp include/boost/numeric/odeint/stepper/generation/generation_dense_output_runge_kutta.hpp include/boost/numeric/odeint/stepper/generation/generation_rosenbrock4.hpp include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54.hpp include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_cash_karp54_classic.hpp include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_dopri5.hpp include/boost/numeric/odeint/stepper/generation/generation_runge_kutta_fehlberg78.hpp include/boost/numeric/odeint/stepper/generation/make_controlled.hpp include/boost/numeric/odeint/stepper/generation/make_dense_output.hpp include/boost/numeric/odeint/stepper/implicit_euler.hpp include/boost/numeric/odeint/stepper/modified_midpoint.hpp include/boost/numeric/odeint/stepper/rosenbrock4.hpp include/boost/numeric/odeint/stepper/rosenbrock4_controller.hpp include/boost/numeric/odeint/stepper/rosenbrock4_dense_output.hpp include/boost/numeric/odeint/stepper/runge_kutta4.hpp include/boost/numeric/odeint/stepper/runge_kutta4_classic.hpp include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54.hpp include/boost/numeric/odeint/stepper/runge_kutta_cash_karp54_classic.hpp include/boost/numeric/odeint/stepper/runge_kutta_dopri5.hpp include/boost/numeric/odeint/stepper/runge_kutta_fehlberg78.hpp include/boost/numeric/odeint/stepper/stepper_categories.hpp include/boost/numeric/odeint/stepper/symplectic_euler.hpp include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_m4_mclachlan.hpp include/boost/numeric/odeint/stepper/symplectic_rkn_sb3a_mclachlan.hpp include/boost/numeric/odeint/stepper/velocity_verlet.hpp include/boost/numeric/odeint/util/bind.hpp include/boost/numeric/odeint/util/copy.hpp include/boost/numeric/odeint/util/detail/is_range.hpp include/boost/numeric/odeint/util/detail/less_with_sign.hpp include/boost/numeric/odeint/util/is_pair.hpp include/boost/numeric/odeint/util/is_resizeable.hpp include/boost/numeric/odeint/util/multi_array_adaption.hpp include/boost/numeric/odeint/util/n_ary_helper.hpp include/boost/numeric/odeint/util/odeint_error.hpp include/boost/numeric/odeint/util/resize.hpp include/boost/numeric/odeint/util/resizer.hpp include/boost/numeric/odeint/util/same_instance.hpp include/boost/numeric/odeint/util/same_size.hpp include/boost/numeric/odeint/util/split.hpp include/boost/numeric/odeint/util/split_adaptor.hpp include/boost/numeric/odeint/util/state_wrapper.hpp include/boost/numeric/odeint/util/stepper_traits.hpp include/boost/numeric/odeint/util/ublas_wrapper.hpp include/boost/numeric/odeint/util/unit_helper.hpp include/boost/numeric/odeint/util/unwrap_reference.hpp include/boost/numeric/odeint/version.hpp include/boost/numeric/ublas/assignment.hpp include/boost/numeric/ublas/banded.hpp include/boost/numeric/ublas/blas.hpp include/boost/numeric/ublas/detail/concepts.hpp include/boost/numeric/ublas/detail/config.hpp include/boost/numeric/ublas/detail/definitions.hpp include/boost/numeric/ublas/detail/documentation.hpp include/boost/numeric/ublas/detail/duff.hpp include/boost/numeric/ublas/detail/iterator.hpp include/boost/numeric/ublas/detail/matrix_assign.hpp include/boost/numeric/ublas/detail/raw.hpp include/boost/numeric/ublas/detail/returntype_deduction.hpp include/boost/numeric/ublas/detail/temporary.hpp include/boost/numeric/ublas/detail/vector_assign.hpp include/boost/numeric/ublas/doxydoc.hpp include/boost/numeric/ublas/exception.hpp include/boost/numeric/ublas/experimental/sparse_view.hpp include/boost/numeric/ublas/expression_types.hpp include/boost/numeric/ublas/functional.hpp include/boost/numeric/ublas/fwd.hpp include/boost/numeric/ublas/hermitian.hpp include/boost/numeric/ublas/io.hpp include/boost/numeric/ublas/lu.hpp include/boost/numeric/ublas/matrix.hpp include/boost/numeric/ublas/matrix_expression.hpp include/boost/numeric/ublas/matrix_proxy.hpp include/boost/numeric/ublas/matrix_sparse.hpp include/boost/numeric/ublas/matrix_vector.hpp include/boost/numeric/ublas/operation.hpp include/boost/numeric/ublas/operation/begin.hpp include/boost/numeric/ublas/operation/c_array.hpp include/boost/numeric/ublas/operation/end.hpp include/boost/numeric/ublas/operation/num_columns.hpp include/boost/numeric/ublas/operation/num_rows.hpp include/boost/numeric/ublas/operation/size.hpp include/boost/numeric/ublas/operation_blocked.hpp include/boost/numeric/ublas/operation_sparse.hpp include/boost/numeric/ublas/operations.hpp include/boost/numeric/ublas/storage.hpp include/boost/numeric/ublas/storage_sparse.hpp include/boost/numeric/ublas/symmetric.hpp include/boost/numeric/ublas/tags.hpp include/boost/numeric/ublas/traits.hpp include/boost/numeric/ublas/traits/c_array.hpp include/boost/numeric/ublas/traits/const_iterator_type.hpp include/boost/numeric/ublas/traits/iterator_type.hpp include/boost/numeric/ublas/triangular.hpp include/boost/numeric/ublas/vector.hpp include/boost/numeric/ublas/vector_expression.hpp include/boost/numeric/ublas/vector_of_vector.hpp include/boost/numeric/ublas/vector_proxy.hpp include/boost/numeric/ublas/vector_sparse.hpp include/boost/operators.hpp include/boost/operators_v1.hpp include/boost/optional.hpp include/boost/optional/bad_optional_access.hpp include/boost/optional/detail/old_optional_implementation.hpp include/boost/optional/detail/optional_aligned_storage.hpp include/boost/optional/detail/optional_config.hpp include/boost/optional/detail/optional_factory_support.hpp include/boost/optional/detail/optional_reference_spec.hpp include/boost/optional/detail/optional_relops.hpp include/boost/optional/detail/optional_swap.hpp include/boost/optional/optional.hpp include/boost/optional/optional_fwd.hpp include/boost/optional/optional_io.hpp include/boost/parameter.hpp include/boost/parameter/aux_/arg_list.hpp include/boost/parameter/aux_/cast.hpp include/boost/parameter/aux_/default.hpp include/boost/parameter/aux_/is_maybe.hpp include/boost/parameter/aux_/maybe.hpp include/boost/parameter/aux_/overloads.hpp include/boost/parameter/aux_/parameter_requirements.hpp include/boost/parameter/aux_/parenthesized_type.hpp include/boost/parameter/aux_/preprocessor/flatten.hpp include/boost/parameter/aux_/preprocessor/for_each.hpp include/boost/parameter/aux_/python/invoker.hpp include/boost/parameter/aux_/python/invoker_iterate.hpp include/boost/parameter/aux_/result_of0.hpp include/boost/parameter/aux_/set.hpp include/boost/parameter/aux_/tag.hpp include/boost/parameter/aux_/tagged_argument.hpp include/boost/parameter/aux_/template_keyword.hpp include/boost/parameter/aux_/unwrap_cv_reference.hpp include/boost/parameter/aux_/void.hpp include/boost/parameter/aux_/yesno.hpp include/boost/parameter/binding.hpp include/boost/parameter/config.hpp include/boost/parameter/keyword.hpp include/boost/parameter/macros.hpp include/boost/parameter/match.hpp include/boost/parameter/name.hpp include/boost/parameter/parameters.hpp include/boost/parameter/preprocessor.hpp include/boost/parameter/python.hpp include/boost/parameter/value_type.hpp include/boost/pending/bucket_sorter.hpp include/boost/pending/container_traits.hpp include/boost/pending/detail/disjoint_sets.hpp include/boost/pending/detail/int_iterator.hpp include/boost/pending/detail/property.hpp include/boost/pending/disjoint_sets.hpp include/boost/pending/fenced_priority_queue.hpp include/boost/pending/fibonacci_heap.hpp include/boost/pending/indirect_cmp.hpp include/boost/pending/integer_log2.hpp include/boost/pending/is_heap.hpp include/boost/pending/iterator_adaptors.hpp include/boost/pending/iterator_tests.hpp include/boost/pending/lowest_bit.hpp include/boost/pending/mutable_heap.hpp include/boost/pending/mutable_queue.hpp include/boost/pending/property.hpp include/boost/pending/property_serialize.hpp include/boost/pending/queue.hpp include/boost/pending/relaxed_heap.hpp include/boost/pending/stringtok.hpp include/boost/phoenix.hpp include/boost/phoenix/bind.hpp include/boost/phoenix/bind/bind_function.hpp include/boost/phoenix/bind/bind_function_object.hpp include/boost/phoenix/bind/bind_member_function.hpp include/boost/phoenix/bind/bind_member_variable.hpp include/boost/phoenix/bind/detail/cpp03/bind_function.hpp include/boost/phoenix/bind/detail/cpp03/bind_function_object.hpp include/boost/phoenix/bind/detail/cpp03/bind_member_function.hpp include/boost/phoenix/bind/detail/cpp03/function_ptr.hpp include/boost/phoenix/bind/detail/cpp03/member_function_ptr.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_10.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_20.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_30.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_40.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_50.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_10.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_20.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_30.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_40.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_function_object_50.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_10.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_20.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_30.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_40.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/bind_member_function_50.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_10.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_20.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_30.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_40.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/function_ptr_50.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_10.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_20.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_30.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_40.hpp include/boost/phoenix/bind/detail/cpp03/preprocessed/member_function_ptr_50.hpp include/boost/phoenix/bind/detail/member_variable.hpp include/boost/phoenix/config.hpp include/boost/phoenix/core.hpp include/boost/phoenix/core/actor.hpp include/boost/phoenix/core/argument.hpp include/boost/phoenix/core/arity.hpp include/boost/phoenix/core/as_actor.hpp include/boost/phoenix/core/call.hpp include/boost/phoenix/core/debug.hpp include/boost/phoenix/core/detail/argument.hpp include/boost/phoenix/core/detail/cpp03/actor_operator.hpp include/boost/phoenix/core/detail/cpp03/actor_result_of.hpp include/boost/phoenix/core/detail/cpp03/assign.hpp include/boost/phoenix/core/detail/cpp03/call.hpp include/boost/phoenix/core/detail/cpp03/expression.hpp include/boost/phoenix/core/detail/cpp03/function_equal.hpp include/boost/phoenix/core/detail/cpp03/function_eval.hpp include/boost/phoenix/core/detail/cpp03/function_eval_expr.hpp include/boost/phoenix/core/detail/cpp03/phx2_result.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_operator_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/actor_result_of_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/assign.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/assign_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/assign_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/assign_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/assign_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/assign_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/call.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/call_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/call_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/call_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/call_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/call_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/expression.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/expression_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/expression_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/expression_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/expression_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/expression_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_equal_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/function_eval_expr_50.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_10.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_20.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_30.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_40.hpp include/boost/phoenix/core/detail/cpp03/preprocessed/phx2_result_50.hpp include/boost/phoenix/core/detail/expression.hpp include/boost/phoenix/core/detail/function_eval.hpp include/boost/phoenix/core/detail/index_sequence.hpp include/boost/phoenix/core/detail/phx2_result.hpp include/boost/phoenix/core/domain.hpp include/boost/phoenix/core/environment.hpp include/boost/phoenix/core/expression.hpp include/boost/phoenix/core/function_equal.hpp include/boost/phoenix/core/is_actor.hpp include/boost/phoenix/core/is_nullary.hpp include/boost/phoenix/core/is_value.hpp include/boost/phoenix/core/limits.hpp include/boost/phoenix/core/meta_grammar.hpp include/boost/phoenix/core/nothing.hpp include/boost/phoenix/core/reference.hpp include/boost/phoenix/core/terminal.hpp include/boost/phoenix/core/terminal_fwd.hpp include/boost/phoenix/core/v2_eval.hpp include/boost/phoenix/core/value.hpp include/boost/phoenix/core/visit_each.hpp include/boost/phoenix/function.hpp include/boost/phoenix/function/adapt_callable.hpp include/boost/phoenix/function/adapt_function.hpp include/boost/phoenix/function/detail/cpp03/function_operator.hpp include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator.hpp include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_10.hpp include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_20.hpp include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_30.hpp include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_40.hpp include/boost/phoenix/function/detail/cpp03/preprocessed/function_operator_50.hpp include/boost/phoenix/function/function.hpp include/boost/phoenix/function/lazy_list.hpp include/boost/phoenix/function/lazy_operator.hpp include/boost/phoenix/function/lazy_prelude.hpp include/boost/phoenix/function/lazy_reuse.hpp include/boost/phoenix/function/lazy_signature.hpp include/boost/phoenix/function/lazy_smart.hpp include/boost/phoenix/fusion.hpp include/boost/phoenix/fusion/at.hpp include/boost/phoenix/object.hpp include/boost/phoenix/object/const_cast.hpp include/boost/phoenix/object/construct.hpp include/boost/phoenix/object/delete.hpp include/boost/phoenix/object/detail/cpp03/construct.hpp include/boost/phoenix/object/detail/cpp03/construct_eval.hpp include/boost/phoenix/object/detail/cpp03/construct_expr.hpp include/boost/phoenix/object/detail/cpp03/new.hpp include/boost/phoenix/object/detail/cpp03/new_eval.hpp include/boost/phoenix/object/detail/cpp03/new_expr.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_10.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_20.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_30.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_40.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_50.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_10.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_20.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_30.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_40.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_eval_50.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_10.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_20.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_30.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_40.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/construct_expr_50.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_10.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_20.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_30.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_40.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_50.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_10.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_20.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_30.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_40.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_eval_50.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_10.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_20.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_30.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_40.hpp include/boost/phoenix/object/detail/cpp03/preprocessed/new_expr_50.hpp include/boost/phoenix/object/detail/target.hpp include/boost/phoenix/object/dynamic_cast.hpp include/boost/phoenix/object/new.hpp include/boost/phoenix/object/reinterpret_cast.hpp include/boost/phoenix/object/static_cast.hpp include/boost/phoenix/operator.hpp include/boost/phoenix/operator/arithmetic.hpp include/boost/phoenix/operator/bitwise.hpp include/boost/phoenix/operator/comparison.hpp include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval.hpp include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_eval_result_of.hpp include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_expr.hpp include/boost/phoenix/operator/detail/cpp03/mem_fun_ptr_gen.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_10.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_20.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_30.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_40.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_50.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_eval_result_of.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_10.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_20.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_30.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_40.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_expr_50.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_10.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_20.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_30.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_40.hpp include/boost/phoenix/operator/detail/cpp03/preprocessed/mem_fun_ptr_gen_50.hpp include/boost/phoenix/operator/detail/define_operator.hpp include/boost/phoenix/operator/detail/undef_operator.hpp include/boost/phoenix/operator/if_else.hpp include/boost/phoenix/operator/io.hpp include/boost/phoenix/operator/logical.hpp include/boost/phoenix/operator/member.hpp include/boost/phoenix/operator/self.hpp include/boost/phoenix/phoenix.hpp include/boost/phoenix/scope.hpp include/boost/phoenix/scope/detail/cpp03/dynamic.hpp include/boost/phoenix/scope/detail/cpp03/lambda.hpp include/boost/phoenix/scope/detail/cpp03/local_gen.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_10.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_20.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_30.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_40.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/dynamic_50.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_10.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_20.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_30.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_40.hpp include/boost/phoenix/scope/detail/cpp03/preprocessed/lambda_50.hpp include/boost/phoenix/scope/detail/local_gen.hpp include/boost/phoenix/scope/detail/local_variable.hpp include/boost/phoenix/scope/dynamic.hpp include/boost/phoenix/scope/lambda.hpp include/boost/phoenix/scope/let.hpp include/boost/phoenix/scope/local_variable.hpp include/boost/phoenix/scope/scoped_environment.hpp include/boost/phoenix/scope/this.hpp include/boost/phoenix/statement.hpp include/boost/phoenix/statement/detail/catch_push_back.hpp include/boost/phoenix/statement/detail/preprocessed/catch_push_back.hpp include/boost/phoenix/statement/detail/preprocessed/catch_push_back_10.hpp include/boost/phoenix/statement/detail/preprocessed/catch_push_back_20.hpp include/boost/phoenix/statement/detail/preprocessed/catch_push_back_30.hpp include/boost/phoenix/statement/detail/preprocessed/catch_push_back_40.hpp include/boost/phoenix/statement/detail/preprocessed/catch_push_back_50.hpp include/boost/phoenix/statement/detail/preprocessed/switch.hpp include/boost/phoenix/statement/detail/preprocessed/switch_10.hpp include/boost/phoenix/statement/detail/preprocessed/switch_20.hpp include/boost/phoenix/statement/detail/preprocessed/switch_30.hpp include/boost/phoenix/statement/detail/preprocessed/switch_40.hpp include/boost/phoenix/statement/detail/preprocessed/switch_50.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_eval.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_10.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_20.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_30.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_40.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_eval_50.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_expression.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_10.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_20.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_30.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_40.hpp include/boost/phoenix/statement/detail/preprocessed/try_catch_expression_50.hpp include/boost/phoenix/statement/detail/switch.hpp include/boost/phoenix/statement/detail/try_catch_eval.hpp include/boost/phoenix/statement/detail/try_catch_expression.hpp include/boost/phoenix/statement/do_while.hpp include/boost/phoenix/statement/for.hpp include/boost/phoenix/statement/if.hpp include/boost/phoenix/statement/sequence.hpp include/boost/phoenix/statement/switch.hpp include/boost/phoenix/statement/throw.hpp include/boost/phoenix/statement/try_catch.hpp include/boost/phoenix/statement/while.hpp include/boost/phoenix/stl.hpp include/boost/phoenix/stl/algorithm.hpp include/boost/phoenix/stl/algorithm/detail/begin.hpp include/boost/phoenix/stl/algorithm/detail/decay_array.hpp include/boost/phoenix/stl/algorithm/detail/end.hpp include/boost/phoenix/stl/algorithm/detail/has_equal_range.hpp include/boost/phoenix/stl/algorithm/detail/has_find.hpp include/boost/phoenix/stl/algorithm/detail/has_lower_bound.hpp include/boost/phoenix/stl/algorithm/detail/has_remove.hpp include/boost/phoenix/stl/algorithm/detail/has_remove_if.hpp include/boost/phoenix/stl/algorithm/detail/has_reverse.hpp include/boost/phoenix/stl/algorithm/detail/has_sort.hpp include/boost/phoenix/stl/algorithm/detail/has_unique.hpp include/boost/phoenix/stl/algorithm/detail/has_upper_bound.hpp include/boost/phoenix/stl/algorithm/detail/is_std_hash_map.hpp include/boost/phoenix/stl/algorithm/detail/is_std_hash_set.hpp include/boost/phoenix/stl/algorithm/detail/is_std_list.hpp include/boost/phoenix/stl/algorithm/detail/is_std_map.hpp include/boost/phoenix/stl/algorithm/detail/is_std_set.hpp include/boost/phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp include/boost/phoenix/stl/algorithm/detail/std_hash_map_fwd.hpp include/boost/phoenix/stl/algorithm/detail/std_hash_set_fwd.hpp include/boost/phoenix/stl/algorithm/detail/std_unordered_set_or_map_fwd.hpp include/boost/phoenix/stl/algorithm/iteration.hpp include/boost/phoenix/stl/algorithm/querying.hpp include/boost/phoenix/stl/algorithm/transformation.hpp include/boost/phoenix/stl/cmath.hpp include/boost/phoenix/stl/container.hpp include/boost/phoenix/stl/container/container.hpp include/boost/phoenix/stl/container/detail/container.hpp include/boost/phoenix/support/detail/iterate.hpp include/boost/phoenix/support/detail/iterate_define.hpp include/boost/phoenix/support/detail/iterate_undef.hpp include/boost/phoenix/support/iterate.hpp include/boost/phoenix/support/preprocessed/vector.hpp include/boost/phoenix/support/preprocessed/vector_10.hpp include/boost/phoenix/support/preprocessed/vector_20.hpp include/boost/phoenix/support/preprocessed/vector_30.hpp include/boost/phoenix/support/preprocessed/vector_40.hpp include/boost/phoenix/support/preprocessed/vector_50.hpp include/boost/phoenix/support/preprocessor/round.hpp include/boost/phoenix/support/vector.hpp include/boost/phoenix/version.hpp include/boost/pointee.hpp include/boost/pointer_cast.hpp include/boost/pointer_to_other.hpp include/boost/polygon/detail/boolean_op.hpp include/boost/polygon/detail/boolean_op_45.hpp include/boost/polygon/detail/iterator_compact_to_points.hpp include/boost/polygon/detail/iterator_geometry_to_set.hpp include/boost/polygon/detail/iterator_points_to_compact.hpp include/boost/polygon/detail/max_cover.hpp include/boost/polygon/detail/minkowski.hpp include/boost/polygon/detail/polygon_45_formation.hpp include/boost/polygon/detail/polygon_45_set_view.hpp include/boost/polygon/detail/polygon_45_touch.hpp include/boost/polygon/detail/polygon_90_set_view.hpp include/boost/polygon/detail/polygon_90_touch.hpp include/boost/polygon/detail/polygon_arbitrary_formation.hpp include/boost/polygon/detail/polygon_formation.hpp include/boost/polygon/detail/polygon_set_view.hpp include/boost/polygon/detail/polygon_simplify.hpp include/boost/polygon/detail/polygon_sort_adaptor.hpp include/boost/polygon/detail/property_merge.hpp include/boost/polygon/detail/property_merge_45.hpp include/boost/polygon/detail/rectangle_formation.hpp include/boost/polygon/detail/scan_arbitrary.hpp include/boost/polygon/detail/voronoi_ctypes.hpp include/boost/polygon/detail/voronoi_predicates.hpp include/boost/polygon/detail/voronoi_robust_fpt.hpp include/boost/polygon/detail/voronoi_structures.hpp include/boost/polygon/gmp_override.hpp include/boost/polygon/gtl.hpp include/boost/polygon/interval_concept.hpp include/boost/polygon/interval_data.hpp include/boost/polygon/interval_traits.hpp include/boost/polygon/isotropy.hpp include/boost/polygon/point_concept.hpp include/boost/polygon/point_data.hpp include/boost/polygon/point_traits.hpp include/boost/polygon/polygon.hpp include/boost/polygon/polygon_45_data.hpp include/boost/polygon/polygon_45_set_concept.hpp include/boost/polygon/polygon_45_set_data.hpp include/boost/polygon/polygon_45_set_traits.hpp include/boost/polygon/polygon_45_with_holes_data.hpp include/boost/polygon/polygon_90_data.hpp include/boost/polygon/polygon_90_set_concept.hpp include/boost/polygon/polygon_90_set_data.hpp include/boost/polygon/polygon_90_set_traits.hpp include/boost/polygon/polygon_90_with_holes_data.hpp include/boost/polygon/polygon_data.hpp include/boost/polygon/polygon_set_concept.hpp include/boost/polygon/polygon_set_data.hpp include/boost/polygon/polygon_set_traits.hpp include/boost/polygon/polygon_traits.hpp include/boost/polygon/polygon_with_holes_data.hpp include/boost/polygon/rectangle_concept.hpp include/boost/polygon/rectangle_data.hpp include/boost/polygon/rectangle_traits.hpp include/boost/polygon/segment_concept.hpp include/boost/polygon/segment_data.hpp include/boost/polygon/segment_traits.hpp include/boost/polygon/segment_utils.hpp include/boost/polygon/transform.hpp include/boost/polygon/voronoi.hpp include/boost/polygon/voronoi_builder.hpp include/boost/polygon/voronoi_diagram.hpp include/boost/polygon/voronoi_geometry_type.hpp include/boost/polymorphic_cast.hpp include/boost/polymorphic_pointer_cast.hpp include/boost/pool/detail/guard.hpp include/boost/pool/detail/mutex.hpp include/boost/pool/detail/pool_construct.ipp include/boost/pool/detail/pool_construct_simple.ipp include/boost/pool/object_pool.hpp include/boost/pool/pool.hpp include/boost/pool/pool_alloc.hpp include/boost/pool/poolfwd.hpp include/boost/pool/simple_segregated_storage.hpp include/boost/pool/singleton_pool.hpp include/boost/predef.h include/boost/predef/architecture.h include/boost/predef/architecture/alpha.h include/boost/predef/architecture/arm.h include/boost/predef/architecture/blackfin.h include/boost/predef/architecture/convex.h include/boost/predef/architecture/ia64.h include/boost/predef/architecture/m68k.h include/boost/predef/architecture/mips.h include/boost/predef/architecture/parisc.h include/boost/predef/architecture/ppc.h include/boost/predef/architecture/pyramid.h include/boost/predef/architecture/rs6k.h include/boost/predef/architecture/sparc.h include/boost/predef/architecture/superh.h include/boost/predef/architecture/sys370.h include/boost/predef/architecture/sys390.h include/boost/predef/architecture/x86.h include/boost/predef/architecture/x86/32.h include/boost/predef/architecture/x86/64.h include/boost/predef/architecture/z.h include/boost/predef/compiler.h include/boost/predef/compiler/borland.h include/boost/predef/compiler/clang.h include/boost/predef/compiler/comeau.h include/boost/predef/compiler/compaq.h include/boost/predef/compiler/diab.h include/boost/predef/compiler/digitalmars.h include/boost/predef/compiler/dignus.h include/boost/predef/compiler/edg.h include/boost/predef/compiler/ekopath.h include/boost/predef/compiler/gcc.h include/boost/predef/compiler/gcc_xml.h include/boost/predef/compiler/greenhills.h include/boost/predef/compiler/hp_acc.h include/boost/predef/compiler/iar.h include/boost/predef/compiler/ibm.h include/boost/predef/compiler/intel.h include/boost/predef/compiler/kai.h include/boost/predef/compiler/llvm.h include/boost/predef/compiler/metaware.h include/boost/predef/compiler/metrowerks.h include/boost/predef/compiler/microtec.h include/boost/predef/compiler/mpw.h include/boost/predef/compiler/palm.h include/boost/predef/compiler/pgi.h include/boost/predef/compiler/sgi_mipspro.h include/boost/predef/compiler/sunpro.h include/boost/predef/compiler/tendra.h include/boost/predef/compiler/visualc.h include/boost/predef/compiler/watcom.h include/boost/predef/detail/_cassert.h include/boost/predef/detail/_exception.h include/boost/predef/detail/comp_detected.h include/boost/predef/detail/endian_compat.h include/boost/predef/detail/os_detected.h include/boost/predef/detail/platform_detected.h include/boost/predef/detail/test.h include/boost/predef/detail/test_def.h include/boost/predef/hardware.h include/boost/predef/hardware/simd.h include/boost/predef/hardware/simd/arm.h include/boost/predef/hardware/simd/arm/versions.h include/boost/predef/hardware/simd/ppc.h include/boost/predef/hardware/simd/ppc/versions.h include/boost/predef/hardware/simd/x86.h include/boost/predef/hardware/simd/x86/versions.h include/boost/predef/hardware/simd/x86_amd.h include/boost/predef/hardware/simd/x86_amd/versions.h include/boost/predef/language.h include/boost/predef/language/objc.h include/boost/predef/language/stdc.h include/boost/predef/language/stdcpp.h include/boost/predef/library.h include/boost/predef/library/c.h include/boost/predef/library/c/_prefix.h include/boost/predef/library/c/gnu.h include/boost/predef/library/c/uc.h include/boost/predef/library/c/vms.h include/boost/predef/library/c/zos.h include/boost/predef/library/std.h include/boost/predef/library/std/_prefix.h include/boost/predef/library/std/cxx.h include/boost/predef/library/std/dinkumware.h include/boost/predef/library/std/libcomo.h include/boost/predef/library/std/modena.h include/boost/predef/library/std/msl.h include/boost/predef/library/std/roguewave.h include/boost/predef/library/std/sgi.h include/boost/predef/library/std/stdcpp3.h include/boost/predef/library/std/stlport.h include/boost/predef/library/std/vacpp.h include/boost/predef/make.h include/boost/predef/os.h include/boost/predef/os/aix.h include/boost/predef/os/amigaos.h include/boost/predef/os/android.h include/boost/predef/os/beos.h include/boost/predef/os/bsd.h include/boost/predef/os/bsd/bsdi.h include/boost/predef/os/bsd/dragonfly.h include/boost/predef/os/bsd/free.h include/boost/predef/os/bsd/net.h include/boost/predef/os/bsd/open.h include/boost/predef/os/cygwin.h include/boost/predef/os/haiku.h include/boost/predef/os/hpux.h include/boost/predef/os/ios.h include/boost/predef/os/irix.h include/boost/predef/os/linux.h include/boost/predef/os/macos.h include/boost/predef/os/os400.h include/boost/predef/os/qnxnto.h include/boost/predef/os/solaris.h include/boost/predef/os/unix.h include/boost/predef/os/vms.h include/boost/predef/os/windows.h include/boost/predef/other.h include/boost/predef/other/endian.h include/boost/predef/platform.h include/boost/predef/platform/mingw.h include/boost/predef/platform/windows_desktop.h include/boost/predef/platform/windows_phone.h include/boost/predef/platform/windows_runtime.h include/boost/predef/platform/windows_store.h include/boost/predef/version.h include/boost/predef/version_number.h include/boost/preprocessor.hpp include/boost/preprocessor/arithmetic.hpp include/boost/preprocessor/arithmetic/add.hpp include/boost/preprocessor/arithmetic/dec.hpp include/boost/preprocessor/arithmetic/detail/div_base.hpp include/boost/preprocessor/arithmetic/div.hpp include/boost/preprocessor/arithmetic/inc.hpp include/boost/preprocessor/arithmetic/mod.hpp include/boost/preprocessor/arithmetic/mul.hpp include/boost/preprocessor/arithmetic/sub.hpp include/boost/preprocessor/array.hpp include/boost/preprocessor/array/data.hpp include/boost/preprocessor/array/detail/get_data.hpp include/boost/preprocessor/array/elem.hpp include/boost/preprocessor/array/enum.hpp include/boost/preprocessor/array/insert.hpp include/boost/preprocessor/array/pop_back.hpp include/boost/preprocessor/array/pop_front.hpp include/boost/preprocessor/array/push_back.hpp include/boost/preprocessor/array/push_front.hpp include/boost/preprocessor/array/remove.hpp include/boost/preprocessor/array/replace.hpp include/boost/preprocessor/array/reverse.hpp include/boost/preprocessor/array/size.hpp include/boost/preprocessor/array/to_list.hpp include/boost/preprocessor/array/to_seq.hpp include/boost/preprocessor/array/to_tuple.hpp include/boost/preprocessor/assert_msg.hpp include/boost/preprocessor/cat.hpp include/boost/preprocessor/comma.hpp include/boost/preprocessor/comma_if.hpp include/boost/preprocessor/comparison.hpp include/boost/preprocessor/comparison/equal.hpp include/boost/preprocessor/comparison/greater.hpp include/boost/preprocessor/comparison/greater_equal.hpp include/boost/preprocessor/comparison/less.hpp include/boost/preprocessor/comparison/less_equal.hpp include/boost/preprocessor/comparison/not_equal.hpp include/boost/preprocessor/config/config.hpp include/boost/preprocessor/config/limits.hpp include/boost/preprocessor/control.hpp include/boost/preprocessor/control/deduce_d.hpp include/boost/preprocessor/control/detail/dmc/while.hpp include/boost/preprocessor/control/detail/edg/while.hpp include/boost/preprocessor/control/detail/msvc/while.hpp include/boost/preprocessor/control/detail/while.hpp include/boost/preprocessor/control/expr_if.hpp include/boost/preprocessor/control/expr_iif.hpp include/boost/preprocessor/control/if.hpp include/boost/preprocessor/control/iif.hpp include/boost/preprocessor/control/while.hpp include/boost/preprocessor/debug.hpp include/boost/preprocessor/debug/assert.hpp include/boost/preprocessor/debug/error.hpp include/boost/preprocessor/debug/line.hpp include/boost/preprocessor/dec.hpp include/boost/preprocessor/detail/auto_rec.hpp include/boost/preprocessor/detail/check.hpp include/boost/preprocessor/detail/dmc/auto_rec.hpp include/boost/preprocessor/detail/is_binary.hpp include/boost/preprocessor/detail/is_nullary.hpp include/boost/preprocessor/detail/is_unary.hpp include/boost/preprocessor/detail/null.hpp include/boost/preprocessor/detail/split.hpp include/boost/preprocessor/empty.hpp include/boost/preprocessor/enum.hpp include/boost/preprocessor/enum_params.hpp include/boost/preprocessor/enum_params_with_a_default.hpp include/boost/preprocessor/enum_params_with_defaults.hpp include/boost/preprocessor/enum_shifted.hpp include/boost/preprocessor/enum_shifted_params.hpp include/boost/preprocessor/expand.hpp include/boost/preprocessor/expr_if.hpp include/boost/preprocessor/facilities.hpp include/boost/preprocessor/facilities/apply.hpp include/boost/preprocessor/facilities/detail/is_empty.hpp include/boost/preprocessor/facilities/empty.hpp include/boost/preprocessor/facilities/expand.hpp include/boost/preprocessor/facilities/identity.hpp include/boost/preprocessor/facilities/intercept.hpp include/boost/preprocessor/facilities/is_1.hpp include/boost/preprocessor/facilities/is_empty.hpp include/boost/preprocessor/facilities/is_empty_or_1.hpp include/boost/preprocessor/facilities/is_empty_variadic.hpp include/boost/preprocessor/facilities/overload.hpp include/boost/preprocessor/for.hpp include/boost/preprocessor/identity.hpp include/boost/preprocessor/if.hpp include/boost/preprocessor/inc.hpp include/boost/preprocessor/iterate.hpp include/boost/preprocessor/iteration.hpp include/boost/preprocessor/iteration/detail/bounds/lower1.hpp include/boost/preprocessor/iteration/detail/bounds/lower2.hpp include/boost/preprocessor/iteration/detail/bounds/lower3.hpp include/boost/preprocessor/iteration/detail/bounds/lower4.hpp include/boost/preprocessor/iteration/detail/bounds/lower5.hpp include/boost/preprocessor/iteration/detail/bounds/upper1.hpp include/boost/preprocessor/iteration/detail/bounds/upper2.hpp include/boost/preprocessor/iteration/detail/bounds/upper3.hpp include/boost/preprocessor/iteration/detail/bounds/upper4.hpp include/boost/preprocessor/iteration/detail/bounds/upper5.hpp include/boost/preprocessor/iteration/detail/finish.hpp include/boost/preprocessor/iteration/detail/iter/forward1.hpp include/boost/preprocessor/iteration/detail/iter/forward2.hpp include/boost/preprocessor/iteration/detail/iter/forward3.hpp include/boost/preprocessor/iteration/detail/iter/forward4.hpp include/boost/preprocessor/iteration/detail/iter/forward5.hpp include/boost/preprocessor/iteration/detail/iter/reverse1.hpp include/boost/preprocessor/iteration/detail/iter/reverse2.hpp include/boost/preprocessor/iteration/detail/iter/reverse3.hpp include/boost/preprocessor/iteration/detail/iter/reverse4.hpp include/boost/preprocessor/iteration/detail/iter/reverse5.hpp include/boost/preprocessor/iteration/detail/local.hpp include/boost/preprocessor/iteration/detail/rlocal.hpp include/boost/preprocessor/iteration/detail/self.hpp include/boost/preprocessor/iteration/detail/start.hpp include/boost/preprocessor/iteration/iterate.hpp include/boost/preprocessor/iteration/local.hpp include/boost/preprocessor/iteration/self.hpp include/boost/preprocessor/library.hpp include/boost/preprocessor/limits.hpp include/boost/preprocessor/list.hpp include/boost/preprocessor/list/adt.hpp include/boost/preprocessor/list/append.hpp include/boost/preprocessor/list/at.hpp include/boost/preprocessor/list/cat.hpp include/boost/preprocessor/list/detail/dmc/fold_left.hpp include/boost/preprocessor/list/detail/edg/fold_left.hpp include/boost/preprocessor/list/detail/edg/fold_right.hpp include/boost/preprocessor/list/detail/fold_left.hpp include/boost/preprocessor/list/detail/fold_right.hpp include/boost/preprocessor/list/enum.hpp include/boost/preprocessor/list/filter.hpp include/boost/preprocessor/list/first_n.hpp include/boost/preprocessor/list/fold_left.hpp include/boost/preprocessor/list/fold_right.hpp include/boost/preprocessor/list/for_each.hpp include/boost/preprocessor/list/for_each_i.hpp include/boost/preprocessor/list/for_each_product.hpp include/boost/preprocessor/list/rest_n.hpp include/boost/preprocessor/list/reverse.hpp include/boost/preprocessor/list/size.hpp include/boost/preprocessor/list/to_array.hpp include/boost/preprocessor/list/to_seq.hpp include/boost/preprocessor/list/to_tuple.hpp include/boost/preprocessor/list/transform.hpp include/boost/preprocessor/logical.hpp include/boost/preprocessor/logical/and.hpp include/boost/preprocessor/logical/bitand.hpp include/boost/preprocessor/logical/bitnor.hpp include/boost/preprocessor/logical/bitor.hpp include/boost/preprocessor/logical/bitxor.hpp include/boost/preprocessor/logical/bool.hpp include/boost/preprocessor/logical/compl.hpp include/boost/preprocessor/logical/nor.hpp include/boost/preprocessor/logical/not.hpp include/boost/preprocessor/logical/or.hpp include/boost/preprocessor/logical/xor.hpp include/boost/preprocessor/max.hpp include/boost/preprocessor/min.hpp include/boost/preprocessor/punctuation.hpp include/boost/preprocessor/punctuation/comma.hpp include/boost/preprocessor/punctuation/comma_if.hpp include/boost/preprocessor/punctuation/detail/is_begin_parens.hpp include/boost/preprocessor/punctuation/is_begin_parens.hpp include/boost/preprocessor/punctuation/paren.hpp include/boost/preprocessor/punctuation/paren_if.hpp include/boost/preprocessor/punctuation/remove_parens.hpp include/boost/preprocessor/repeat.hpp include/boost/preprocessor/repeat_2nd.hpp include/boost/preprocessor/repeat_3rd.hpp include/boost/preprocessor/repeat_from_to.hpp include/boost/preprocessor/repeat_from_to_2nd.hpp include/boost/preprocessor/repeat_from_to_3rd.hpp include/boost/preprocessor/repetition.hpp include/boost/preprocessor/repetition/deduce_r.hpp include/boost/preprocessor/repetition/deduce_z.hpp include/boost/preprocessor/repetition/detail/dmc/for.hpp include/boost/preprocessor/repetition/detail/edg/for.hpp include/boost/preprocessor/repetition/detail/for.hpp include/boost/preprocessor/repetition/detail/msvc/for.hpp include/boost/preprocessor/repetition/enum.hpp include/boost/preprocessor/repetition/enum_binary_params.hpp include/boost/preprocessor/repetition/enum_params.hpp include/boost/preprocessor/repetition/enum_params_with_a_default.hpp include/boost/preprocessor/repetition/enum_params_with_defaults.hpp include/boost/preprocessor/repetition/enum_shifted.hpp include/boost/preprocessor/repetition/enum_shifted_binary_params.hpp include/boost/preprocessor/repetition/enum_shifted_params.hpp include/boost/preprocessor/repetition/enum_trailing.hpp include/boost/preprocessor/repetition/enum_trailing_binary_params.hpp include/boost/preprocessor/repetition/enum_trailing_params.hpp include/boost/preprocessor/repetition/for.hpp include/boost/preprocessor/repetition/repeat.hpp include/boost/preprocessor/repetition/repeat_from_to.hpp include/boost/preprocessor/selection.hpp include/boost/preprocessor/selection/max.hpp include/boost/preprocessor/selection/min.hpp include/boost/preprocessor/seq.hpp include/boost/preprocessor/seq/cat.hpp include/boost/preprocessor/seq/detail/binary_transform.hpp include/boost/preprocessor/seq/detail/is_empty.hpp include/boost/preprocessor/seq/detail/split.hpp include/boost/preprocessor/seq/detail/to_list_msvc.hpp include/boost/preprocessor/seq/elem.hpp include/boost/preprocessor/seq/enum.hpp include/boost/preprocessor/seq/filter.hpp include/boost/preprocessor/seq/first_n.hpp include/boost/preprocessor/seq/fold_left.hpp include/boost/preprocessor/seq/fold_right.hpp include/boost/preprocessor/seq/for_each.hpp include/boost/preprocessor/seq/for_each_i.hpp include/boost/preprocessor/seq/for_each_product.hpp include/boost/preprocessor/seq/insert.hpp include/boost/preprocessor/seq/pop_back.hpp include/boost/preprocessor/seq/pop_front.hpp include/boost/preprocessor/seq/push_back.hpp include/boost/preprocessor/seq/push_front.hpp include/boost/preprocessor/seq/remove.hpp include/boost/preprocessor/seq/replace.hpp include/boost/preprocessor/seq/rest_n.hpp include/boost/preprocessor/seq/reverse.hpp include/boost/preprocessor/seq/seq.hpp include/boost/preprocessor/seq/size.hpp include/boost/preprocessor/seq/subseq.hpp include/boost/preprocessor/seq/to_array.hpp include/boost/preprocessor/seq/to_list.hpp include/boost/preprocessor/seq/to_tuple.hpp include/boost/preprocessor/seq/transform.hpp include/boost/preprocessor/seq/variadic_seq_to_seq.hpp include/boost/preprocessor/slot.hpp include/boost/preprocessor/slot/counter.hpp include/boost/preprocessor/slot/detail/counter.hpp include/boost/preprocessor/slot/detail/def.hpp include/boost/preprocessor/slot/detail/shared.hpp include/boost/preprocessor/slot/detail/slot1.hpp include/boost/preprocessor/slot/detail/slot2.hpp include/boost/preprocessor/slot/detail/slot3.hpp include/boost/preprocessor/slot/detail/slot4.hpp include/boost/preprocessor/slot/detail/slot5.hpp include/boost/preprocessor/slot/slot.hpp include/boost/preprocessor/stringize.hpp include/boost/preprocessor/tuple.hpp include/boost/preprocessor/tuple/detail/is_single_return.hpp include/boost/preprocessor/tuple/eat.hpp include/boost/preprocessor/tuple/elem.hpp include/boost/preprocessor/tuple/enum.hpp include/boost/preprocessor/tuple/insert.hpp include/boost/preprocessor/tuple/pop_back.hpp include/boost/preprocessor/tuple/pop_front.hpp include/boost/preprocessor/tuple/push_back.hpp include/boost/preprocessor/tuple/push_front.hpp include/boost/preprocessor/tuple/rem.hpp include/boost/preprocessor/tuple/remove.hpp include/boost/preprocessor/tuple/replace.hpp include/boost/preprocessor/tuple/reverse.hpp include/boost/preprocessor/tuple/size.hpp include/boost/preprocessor/tuple/to_array.hpp include/boost/preprocessor/tuple/to_list.hpp include/boost/preprocessor/tuple/to_seq.hpp include/boost/preprocessor/variadic.hpp include/boost/preprocessor/variadic/detail/is_single_return.hpp include/boost/preprocessor/variadic/elem.hpp include/boost/preprocessor/variadic/size.hpp include/boost/preprocessor/variadic/to_array.hpp include/boost/preprocessor/variadic/to_list.hpp include/boost/preprocessor/variadic/to_seq.hpp include/boost/preprocessor/variadic/to_tuple.hpp include/boost/preprocessor/while.hpp include/boost/preprocessor/wstringize.hpp include/boost/process.hpp include/boost/process/args.hpp include/boost/process/async.hpp include/boost/process/async_pipe.hpp include/boost/process/async_system.hpp include/boost/process/child.hpp include/boost/process/cmd.hpp include/boost/process/detail/async_handler.hpp include/boost/process/detail/basic_cmd.hpp include/boost/process/detail/child_decl.hpp include/boost/process/detail/config.hpp include/boost/process/detail/execute_impl.hpp include/boost/process/detail/handler.hpp include/boost/process/detail/handler_base.hpp include/boost/process/detail/on_exit.hpp include/boost/process/detail/posix/asio_fwd.hpp include/boost/process/detail/posix/async_handler.hpp include/boost/process/detail/posix/async_in.hpp include/boost/process/detail/posix/async_out.hpp include/boost/process/detail/posix/async_pipe.hpp include/boost/process/detail/posix/basic_cmd.hpp include/boost/process/detail/posix/basic_pipe.hpp include/boost/process/detail/posix/child_handle.hpp include/boost/process/detail/posix/close_in.hpp include/boost/process/detail/posix/close_out.hpp include/boost/process/detail/posix/cmd.hpp include/boost/process/detail/posix/compare_handles.hpp include/boost/process/detail/posix/env_init.hpp include/boost/process/detail/posix/environment.hpp include/boost/process/detail/posix/exe.hpp include/boost/process/detail/posix/executor.hpp include/boost/process/detail/posix/fd.hpp include/boost/process/detail/posix/file_descriptor.hpp include/boost/process/detail/posix/file_in.hpp include/boost/process/detail/posix/file_out.hpp include/boost/process/detail/posix/group_handle.hpp include/boost/process/detail/posix/group_ref.hpp include/boost/process/detail/posix/handler.hpp include/boost/process/detail/posix/io_service_ref.hpp include/boost/process/detail/posix/is_running.hpp include/boost/process/detail/posix/null_in.hpp include/boost/process/detail/posix/null_out.hpp include/boost/process/detail/posix/on_exit.hpp include/boost/process/detail/posix/pipe_in.hpp include/boost/process/detail/posix/pipe_out.hpp include/boost/process/detail/posix/search_path.hpp include/boost/process/detail/posix/shell_path.hpp include/boost/process/detail/posix/signal.hpp include/boost/process/detail/posix/start_dir.hpp include/boost/process/detail/posix/terminate.hpp include/boost/process/detail/posix/use_vfork.hpp include/boost/process/detail/posix/wait_for_exit.hpp include/boost/process/detail/posix/wait_group.hpp include/boost/process/detail/throw_on_error.hpp include/boost/process/detail/traits.hpp include/boost/process/detail/traits/async.hpp include/boost/process/detail/traits/cmd_or_exe.hpp include/boost/process/detail/traits/decl.hpp include/boost/process/detail/traits/env.hpp include/boost/process/detail/traits/error.hpp include/boost/process/detail/traits/group.hpp include/boost/process/detail/traits/wchar_t.hpp include/boost/process/detail/windows/asio_fwd.hpp include/boost/process/detail/windows/async_handler.hpp include/boost/process/detail/windows/async_in.hpp include/boost/process/detail/windows/async_out.hpp include/boost/process/detail/windows/async_pipe.hpp include/boost/process/detail/windows/basic_cmd.hpp include/boost/process/detail/windows/basic_pipe.hpp include/boost/process/detail/windows/child_handle.hpp include/boost/process/detail/windows/close_in.hpp include/boost/process/detail/windows/close_out.hpp include/boost/process/detail/windows/cmd.hpp include/boost/process/detail/windows/compare_handles.hpp include/boost/process/detail/windows/env_init.hpp include/boost/process/detail/windows/environment.hpp include/boost/process/detail/windows/executor.hpp include/boost/process/detail/windows/file_descriptor.hpp include/boost/process/detail/windows/file_in.hpp include/boost/process/detail/windows/file_out.hpp include/boost/process/detail/windows/group_handle.hpp include/boost/process/detail/windows/group_ref.hpp include/boost/process/detail/windows/handler.hpp include/boost/process/detail/windows/io_service_ref.hpp include/boost/process/detail/windows/is_running.hpp include/boost/process/detail/windows/job_workaround.hpp include/boost/process/detail/windows/locale.hpp include/boost/process/detail/windows/null_in.hpp include/boost/process/detail/windows/null_out.hpp include/boost/process/detail/windows/on_exit.hpp include/boost/process/detail/windows/pipe_in.hpp include/boost/process/detail/windows/pipe_out.hpp include/boost/process/detail/windows/search_path.hpp include/boost/process/detail/windows/shell_path.hpp include/boost/process/detail/windows/show_window.hpp include/boost/process/detail/windows/start_dir.hpp include/boost/process/detail/windows/terminate.hpp include/boost/process/detail/windows/wait_for_exit.hpp include/boost/process/detail/windows/wait_group.hpp include/boost/process/env.hpp include/boost/process/environment.hpp include/boost/process/error.hpp include/boost/process/exception.hpp include/boost/process/exe.hpp include/boost/process/extend.hpp include/boost/process/group.hpp include/boost/process/io.hpp include/boost/process/locale.hpp include/boost/process/pipe.hpp include/boost/process/posix.hpp include/boost/process/search_path.hpp include/boost/process/shell.hpp include/boost/process/spawn.hpp include/boost/process/start_dir.hpp include/boost/process/system.hpp include/boost/process/windows.hpp include/boost/program_options.hpp include/boost/program_options/cmdline.hpp include/boost/program_options/config.hpp include/boost/program_options/detail/cmdline.hpp include/boost/program_options/detail/config_file.hpp include/boost/program_options/detail/convert.hpp include/boost/program_options/detail/parsers.hpp include/boost/program_options/detail/utf8_codecvt_facet.hpp include/boost/program_options/detail/value_semantic.hpp include/boost/program_options/environment_iterator.hpp include/boost/program_options/eof_iterator.hpp include/boost/program_options/errors.hpp include/boost/program_options/option.hpp include/boost/program_options/options_description.hpp include/boost/program_options/parsers.hpp include/boost/program_options/positional_options.hpp include/boost/program_options/value_semantic.hpp include/boost/program_options/variables_map.hpp include/boost/program_options/version.hpp include/boost/progress.hpp include/boost/property_map/compose_property_map.hpp include/boost/property_map/dynamic_property_map.hpp include/boost/property_map/function_property_map.hpp include/boost/property_map/parallel/basic_reduce.hpp include/boost/property_map/parallel/caching_property_map.hpp include/boost/property_map/parallel/detail/untracked_pair.hpp include/boost/property_map/parallel/distributed_property_map.hpp include/boost/property_map/parallel/global_index_map.hpp include/boost/property_map/parallel/impl/distributed_property_map.ipp include/boost/property_map/parallel/local_property_map.hpp include/boost/property_map/parallel/parallel_property_maps.hpp include/boost/property_map/parallel/process_group.hpp include/boost/property_map/parallel/simple_trigger.hpp include/boost/property_map/parallel/unsafe_serialize.hpp include/boost/property_map/parallel/vector_property_map.hpp include/boost/property_map/property_map.hpp include/boost/property_map/property_map_iterator.hpp include/boost/property_map/shared_array_property_map.hpp include/boost/property_map/transform_value_property_map.hpp include/boost/property_map/vector_property_map.hpp include/boost/property_tree/detail/exception_implementation.hpp include/boost/property_tree/detail/file_parser_error.hpp include/boost/property_tree/detail/info_parser_error.hpp include/boost/property_tree/detail/info_parser_read.hpp include/boost/property_tree/detail/info_parser_utils.hpp include/boost/property_tree/detail/info_parser_write.hpp include/boost/property_tree/detail/info_parser_writer_settings.hpp include/boost/property_tree/detail/ptree_implementation.hpp include/boost/property_tree/detail/ptree_utils.hpp include/boost/property_tree/detail/rapidxml.hpp include/boost/property_tree/detail/xml_parser_error.hpp include/boost/property_tree/detail/xml_parser_flags.hpp include/boost/property_tree/detail/xml_parser_read_rapidxml.hpp include/boost/property_tree/detail/xml_parser_utils.hpp include/boost/property_tree/detail/xml_parser_write.hpp include/boost/property_tree/detail/xml_parser_writer_settings.hpp include/boost/property_tree/exceptions.hpp include/boost/property_tree/id_translator.hpp include/boost/property_tree/info_parser.hpp include/boost/property_tree/ini_parser.hpp include/boost/property_tree/json_parser.hpp include/boost/property_tree/json_parser/detail/narrow_encoding.hpp include/boost/property_tree/json_parser/detail/parser.hpp include/boost/property_tree/json_parser/detail/read.hpp include/boost/property_tree/json_parser/detail/standard_callbacks.hpp include/boost/property_tree/json_parser/detail/wide_encoding.hpp include/boost/property_tree/json_parser/detail/write.hpp include/boost/property_tree/json_parser/error.hpp include/boost/property_tree/ptree.hpp include/boost/property_tree/ptree_fwd.hpp include/boost/property_tree/ptree_serialization.hpp include/boost/property_tree/stream_translator.hpp include/boost/property_tree/string_path.hpp include/boost/property_tree/xml_parser.hpp include/boost/proto/args.hpp include/boost/proto/context.hpp include/boost/proto/context/callable.hpp include/boost/proto/context/default.hpp include/boost/proto/context/detail/callable_eval.hpp include/boost/proto/context/detail/default_eval.hpp include/boost/proto/context/detail/null_eval.hpp include/boost/proto/context/detail/preprocessed/callable_eval.hpp include/boost/proto/context/detail/preprocessed/default_eval.hpp include/boost/proto/context/detail/preprocessed/null_eval.hpp include/boost/proto/context/null.hpp include/boost/proto/core.hpp include/boost/proto/debug.hpp include/boost/proto/deep_copy.hpp include/boost/proto/detail/and_n.hpp include/boost/proto/detail/any.hpp include/boost/proto/detail/args.hpp include/boost/proto/detail/as_expr.hpp include/boost/proto/detail/as_lvalue.hpp include/boost/proto/detail/basic_expr.hpp include/boost/proto/detail/class_member_traits.hpp include/boost/proto/detail/decltype.hpp include/boost/proto/detail/deduce_domain.hpp include/boost/proto/detail/deduce_domain_n.hpp include/boost/proto/detail/deep_copy.hpp include/boost/proto/detail/deprecated.hpp include/boost/proto/detail/dont_care.hpp include/boost/proto/detail/expr.hpp include/boost/proto/detail/expr_funop.hpp include/boost/proto/detail/extends_funop.hpp include/boost/proto/detail/extends_funop_const.hpp include/boost/proto/detail/funop.hpp include/boost/proto/detail/generate_by_value.hpp include/boost/proto/detail/ignore_unused.hpp include/boost/proto/detail/is_noncopyable.hpp include/boost/proto/detail/lambda_matches.hpp include/boost/proto/detail/local.hpp include/boost/proto/detail/make_expr.hpp include/boost/proto/detail/make_expr_.hpp include/boost/proto/detail/make_expr_funop.hpp include/boost/proto/detail/matches_.hpp include/boost/proto/detail/memfun_funop.hpp include/boost/proto/detail/or_n.hpp include/boost/proto/detail/poly_function.hpp include/boost/proto/detail/poly_function_funop.hpp include/boost/proto/detail/poly_function_traits.hpp include/boost/proto/detail/preprocessed/and_n.hpp include/boost/proto/detail/preprocessed/args.hpp include/boost/proto/detail/preprocessed/basic_expr.hpp include/boost/proto/detail/preprocessed/class_member_traits.hpp include/boost/proto/detail/preprocessed/deduce_domain_n.hpp include/boost/proto/detail/preprocessed/deep_copy.hpp include/boost/proto/detail/preprocessed/expr.hpp include/boost/proto/detail/preprocessed/expr_variadic.hpp include/boost/proto/detail/preprocessed/extends_funop.hpp include/boost/proto/detail/preprocessed/extends_funop_const.hpp include/boost/proto/detail/preprocessed/funop.hpp include/boost/proto/detail/preprocessed/generate_by_value.hpp include/boost/proto/detail/preprocessed/lambda_matches.hpp include/boost/proto/detail/preprocessed/make_expr.hpp include/boost/proto/detail/preprocessed/make_expr_.hpp include/boost/proto/detail/preprocessed/make_expr_funop.hpp include/boost/proto/detail/preprocessed/matches_.hpp include/boost/proto/detail/preprocessed/memfun_funop.hpp include/boost/proto/detail/preprocessed/or_n.hpp include/boost/proto/detail/preprocessed/poly_function_funop.hpp include/boost/proto/detail/preprocessed/poly_function_traits.hpp include/boost/proto/detail/preprocessed/template_arity_helper.hpp include/boost/proto/detail/preprocessed/traits.hpp include/boost/proto/detail/preprocessed/unpack_expr_.hpp include/boost/proto/detail/preprocessed/vararg_matches_impl.hpp include/boost/proto/detail/remove_typename.hpp include/boost/proto/detail/static_const.hpp include/boost/proto/detail/template_arity.hpp include/boost/proto/detail/template_arity_helper.hpp include/boost/proto/detail/traits.hpp include/boost/proto/detail/unpack_expr_.hpp include/boost/proto/detail/vararg_matches_impl.hpp include/boost/proto/domain.hpp include/boost/proto/eval.hpp include/boost/proto/expr.hpp include/boost/proto/extends.hpp include/boost/proto/functional.hpp include/boost/proto/functional/fusion.hpp include/boost/proto/functional/fusion/at.hpp include/boost/proto/functional/fusion/pop_back.hpp include/boost/proto/functional/fusion/pop_front.hpp include/boost/proto/functional/fusion/push_back.hpp include/boost/proto/functional/fusion/push_front.hpp include/boost/proto/functional/fusion/reverse.hpp include/boost/proto/functional/range.hpp include/boost/proto/functional/range/begin.hpp include/boost/proto/functional/range/empty.hpp include/boost/proto/functional/range/end.hpp include/boost/proto/functional/range/rbegin.hpp include/boost/proto/functional/range/rend.hpp include/boost/proto/functional/range/size.hpp include/boost/proto/functional/std.hpp include/boost/proto/functional/std/iterator.hpp include/boost/proto/functional/std/utility.hpp include/boost/proto/fusion.hpp include/boost/proto/generate.hpp include/boost/proto/literal.hpp include/boost/proto/make_expr.hpp include/boost/proto/matches.hpp include/boost/proto/operators.hpp include/boost/proto/proto.hpp include/boost/proto/proto_fwd.hpp include/boost/proto/proto_typeof.hpp include/boost/proto/repeat.hpp include/boost/proto/tags.hpp include/boost/proto/traits.hpp include/boost/proto/transform.hpp include/boost/proto/transform/arg.hpp include/boost/proto/transform/call.hpp include/boost/proto/transform/default.hpp include/boost/proto/transform/detail/call.hpp include/boost/proto/transform/detail/construct_funop.hpp include/boost/proto/transform/detail/construct_pod_funop.hpp include/boost/proto/transform/detail/default_function_impl.hpp include/boost/proto/transform/detail/expand_pack.hpp include/boost/proto/transform/detail/fold_impl.hpp include/boost/proto/transform/detail/lazy.hpp include/boost/proto/transform/detail/make.hpp include/boost/proto/transform/detail/make_gcc_workaround.hpp include/boost/proto/transform/detail/pack.hpp include/boost/proto/transform/detail/pack_impl.hpp include/boost/proto/transform/detail/pass_through_impl.hpp include/boost/proto/transform/detail/preprocessed/call.hpp include/boost/proto/transform/detail/preprocessed/construct_funop.hpp include/boost/proto/transform/detail/preprocessed/construct_pod_funop.hpp include/boost/proto/transform/detail/preprocessed/default_function_impl.hpp include/boost/proto/transform/detail/preprocessed/expand_pack.hpp include/boost/proto/transform/detail/preprocessed/fold_impl.hpp include/boost/proto/transform/detail/preprocessed/lazy.hpp include/boost/proto/transform/detail/preprocessed/make.hpp include/boost/proto/transform/detail/preprocessed/make_gcc_workaround.hpp include/boost/proto/transform/detail/preprocessed/pack_impl.hpp include/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp include/boost/proto/transform/detail/preprocessed/when.hpp include/boost/proto/transform/detail/when.hpp include/boost/proto/transform/env.hpp include/boost/proto/transform/fold.hpp include/boost/proto/transform/fold_tree.hpp include/boost/proto/transform/impl.hpp include/boost/proto/transform/integral_c.hpp include/boost/proto/transform/lazy.hpp include/boost/proto/transform/make.hpp include/boost/proto/transform/pass_through.hpp include/boost/proto/transform/when.hpp include/boost/ptr_container/clone_allocator.hpp include/boost/ptr_container/detail/associative_ptr_container.hpp include/boost/ptr_container/detail/default_deleter.hpp include/boost/ptr_container/detail/is_convertible.hpp include/boost/ptr_container/detail/map_iterator.hpp include/boost/ptr_container/detail/meta_functions.hpp include/boost/ptr_container/detail/move.hpp include/boost/ptr_container/detail/reversible_ptr_container.hpp include/boost/ptr_container/detail/scoped_deleter.hpp include/boost/ptr_container/detail/serialize_ptr_map_adapter.hpp include/boost/ptr_container/detail/serialize_reversible_cont.hpp include/boost/ptr_container/detail/serialize_xml_names.hpp include/boost/ptr_container/detail/static_move_ptr.hpp include/boost/ptr_container/detail/throw_exception.hpp include/boost/ptr_container/detail/void_ptr_iterator.hpp include/boost/ptr_container/exception.hpp include/boost/ptr_container/indirect_fun.hpp include/boost/ptr_container/nullable.hpp include/boost/ptr_container/ptr_array.hpp include/boost/ptr_container/ptr_circular_buffer.hpp include/boost/ptr_container/ptr_container.hpp include/boost/ptr_container/ptr_deque.hpp include/boost/ptr_container/ptr_inserter.hpp include/boost/ptr_container/ptr_list.hpp include/boost/ptr_container/ptr_map.hpp include/boost/ptr_container/ptr_map_adapter.hpp include/boost/ptr_container/ptr_sequence_adapter.hpp include/boost/ptr_container/ptr_set.hpp include/boost/ptr_container/ptr_set_adapter.hpp include/boost/ptr_container/ptr_unordered_map.hpp include/boost/ptr_container/ptr_unordered_set.hpp include/boost/ptr_container/ptr_vector.hpp include/boost/ptr_container/serialize_ptr_array.hpp include/boost/ptr_container/serialize_ptr_circular_buffer.hpp include/boost/ptr_container/serialize_ptr_container.hpp include/boost/ptr_container/serialize_ptr_deque.hpp include/boost/ptr_container/serialize_ptr_list.hpp include/boost/ptr_container/serialize_ptr_map.hpp include/boost/ptr_container/serialize_ptr_set.hpp include/boost/ptr_container/serialize_ptr_unordered_map.hpp include/boost/ptr_container/serialize_ptr_unordered_set.hpp include/boost/ptr_container/serialize_ptr_vector.hpp include/boost/python.hpp include/boost/python/arg_from_python.hpp include/boost/python/args.hpp include/boost/python/args_fwd.hpp include/boost/python/back_reference.hpp include/boost/python/base_type_traits.hpp include/boost/python/bases.hpp include/boost/python/borrowed.hpp include/boost/python/call.hpp include/boost/python/call_method.hpp include/boost/python/cast.hpp include/boost/python/class.hpp include/boost/python/class_fwd.hpp include/boost/python/converter/arg_from_python.hpp include/boost/python/converter/arg_to_python.hpp include/boost/python/converter/arg_to_python_base.hpp include/boost/python/converter/as_to_python_function.hpp include/boost/python/converter/builtin_converters.hpp include/boost/python/converter/constructor_function.hpp include/boost/python/converter/context_result_converter.hpp include/boost/python/converter/convertible_function.hpp include/boost/python/converter/from_python.hpp include/boost/python/converter/implicit.hpp include/boost/python/converter/obj_mgr_arg_from_python.hpp include/boost/python/converter/object_manager.hpp include/boost/python/converter/pointer_type_id.hpp include/boost/python/converter/pyobject_traits.hpp include/boost/python/converter/pyobject_type.hpp include/boost/python/converter/pytype_function.hpp include/boost/python/converter/pytype_object_mgr_traits.hpp include/boost/python/converter/registered.hpp include/boost/python/converter/registered_pointee.hpp include/boost/python/converter/registrations.hpp include/boost/python/converter/registry.hpp include/boost/python/converter/return_from_python.hpp include/boost/python/converter/rvalue_from_python_data.hpp include/boost/python/converter/shared_ptr_deleter.hpp include/boost/python/converter/shared_ptr_from_python.hpp include/boost/python/converter/shared_ptr_to_python.hpp include/boost/python/converter/to_python_function_type.hpp include/boost/python/copy_const_reference.hpp include/boost/python/copy_non_const_reference.hpp include/boost/python/data_members.hpp include/boost/python/def.hpp include/boost/python/def_visitor.hpp include/boost/python/default_call_policies.hpp include/boost/python/detail/aix_init_module.hpp include/boost/python/detail/api_placeholder.hpp include/boost/python/detail/borrowed_ptr.hpp include/boost/python/detail/caller.hpp include/boost/python/detail/config.hpp include/boost/python/detail/construct.hpp include/boost/python/detail/convertible.hpp include/boost/python/detail/copy_ctor_mutates_rhs.hpp include/boost/python/detail/cv_category.hpp include/boost/python/detail/dealloc.hpp include/boost/python/detail/decorated_type_id.hpp include/boost/python/detail/decref_guard.hpp include/boost/python/detail/def_helper.hpp include/boost/python/detail/def_helper_fwd.hpp include/boost/python/detail/defaults_def.hpp include/boost/python/detail/defaults_gen.hpp include/boost/python/detail/dependent.hpp include/boost/python/detail/destroy.hpp include/boost/python/detail/enable_if.hpp include/boost/python/detail/exception_handler.hpp include/boost/python/detail/force_instantiate.hpp include/boost/python/detail/if_else.hpp include/boost/python/detail/indirect_traits.hpp include/boost/python/detail/invoke.hpp include/boost/python/detail/is_auto_ptr.hpp include/boost/python/detail/is_shared_ptr.hpp include/boost/python/detail/is_wrapper.hpp include/boost/python/detail/is_xxx.hpp include/boost/python/detail/make_keyword_range_fn.hpp include/boost/python/detail/make_tuple.hpp include/boost/python/detail/map_entry.hpp include/boost/python/detail/mpl_lambda.hpp include/boost/python/detail/msvc_typeinfo.hpp include/boost/python/detail/none.hpp include/boost/python/detail/not_specified.hpp include/boost/python/detail/nullary_function_adaptor.hpp include/boost/python/detail/operator_id.hpp include/boost/python/detail/overloads_fwd.hpp include/boost/python/detail/pointee.hpp include/boost/python/detail/prefix.hpp include/boost/python/detail/preprocessor.hpp include/boost/python/detail/python22_fixed.h include/boost/python/detail/python_type.hpp include/boost/python/detail/raw_pyobject.hpp include/boost/python/detail/referent_storage.hpp include/boost/python/detail/result.hpp include/boost/python/detail/scope.hpp include/boost/python/detail/sfinae.hpp include/boost/python/detail/signature.hpp include/boost/python/detail/string_literal.hpp include/boost/python/detail/target.hpp include/boost/python/detail/translate_exception.hpp include/boost/python/detail/type_list.hpp include/boost/python/detail/type_list_impl.hpp include/boost/python/detail/unwind_type.hpp include/boost/python/detail/unwrap_type_id.hpp include/boost/python/detail/unwrap_wrapper.hpp include/boost/python/detail/value_arg.hpp include/boost/python/detail/value_is_shared_ptr.hpp include/boost/python/detail/value_is_xxx.hpp include/boost/python/detail/void_ptr.hpp include/boost/python/detail/void_return.hpp include/boost/python/detail/wrap_python.hpp include/boost/python/detail/wrapper_base.hpp include/boost/python/dict.hpp include/boost/python/docstring_options.hpp include/boost/python/enum.hpp include/boost/python/errors.hpp include/boost/python/exception_translator.hpp include/boost/python/exec.hpp include/boost/python/extract.hpp include/boost/python/handle.hpp include/boost/python/handle_fwd.hpp include/boost/python/has_back_reference.hpp include/boost/python/implicit.hpp include/boost/python/import.hpp include/boost/python/init.hpp include/boost/python/instance_holder.hpp include/boost/python/iterator.hpp include/boost/python/list.hpp include/boost/python/long.hpp include/boost/python/lvalue_from_pytype.hpp include/boost/python/make_constructor.hpp include/boost/python/make_function.hpp include/boost/python/manage_new_object.hpp include/boost/python/module.hpp include/boost/python/module_init.hpp include/boost/python/numeric.hpp include/boost/python/numpy.hpp include/boost/python/numpy/config.hpp include/boost/python/numpy/dtype.hpp include/boost/python/numpy/internal.hpp include/boost/python/numpy/invoke_matching.hpp include/boost/python/numpy/matrix.hpp include/boost/python/numpy/ndarray.hpp include/boost/python/numpy/numpy_object_mgr_traits.hpp include/boost/python/numpy/scalars.hpp include/boost/python/numpy/ufunc.hpp include/boost/python/object.hpp include/boost/python/object/add_to_namespace.hpp include/boost/python/object/class.hpp include/boost/python/object/class_detail.hpp include/boost/python/object/class_metadata.hpp include/boost/python/object/class_wrapper.hpp include/boost/python/object/enum_base.hpp include/boost/python/object/find_instance.hpp include/boost/python/object/forward.hpp include/boost/python/object/function.hpp include/boost/python/object/function_doc_signature.hpp include/boost/python/object/function_handle.hpp include/boost/python/object/function_object.hpp include/boost/python/object/inheritance.hpp include/boost/python/object/inheritance_query.hpp include/boost/python/object/instance.hpp include/boost/python/object/iterator.hpp include/boost/python/object/iterator_core.hpp include/boost/python/object/life_support.hpp include/boost/python/object/make_holder.hpp include/boost/python/object/make_instance.hpp include/boost/python/object/make_ptr_instance.hpp include/boost/python/object/pickle_support.hpp include/boost/python/object/pointer_holder.hpp include/boost/python/object/py_function.hpp include/boost/python/object/stl_iterator_core.hpp include/boost/python/object/value_holder.hpp include/boost/python/object/value_holder_fwd.hpp include/boost/python/object_attributes.hpp include/boost/python/object_call.hpp include/boost/python/object_core.hpp include/boost/python/object_fwd.hpp include/boost/python/object_items.hpp include/boost/python/object_operators.hpp include/boost/python/object_protocol.hpp include/boost/python/object_protocol_core.hpp include/boost/python/object_slices.hpp include/boost/python/opaque_pointer_converter.hpp include/boost/python/operators.hpp include/boost/python/other.hpp include/boost/python/overloads.hpp include/boost/python/override.hpp include/boost/python/pointee.hpp include/boost/python/proxy.hpp include/boost/python/ptr.hpp include/boost/python/pure_virtual.hpp include/boost/python/raw_function.hpp include/boost/python/refcount.hpp include/boost/python/reference_existing_object.hpp include/boost/python/register_ptr_to_python.hpp include/boost/python/return_arg.hpp include/boost/python/return_by_value.hpp include/boost/python/return_internal_reference.hpp include/boost/python/return_opaque_pointer.hpp include/boost/python/return_value_policy.hpp include/boost/python/scope.hpp include/boost/python/self.hpp include/boost/python/signature.hpp include/boost/python/slice.hpp include/boost/python/slice_nil.hpp include/boost/python/ssize_t.hpp include/boost/python/stl_iterator.hpp include/boost/python/str.hpp include/boost/python/suite/indexing/container_utils.hpp include/boost/python/suite/indexing/detail/indexing_suite_detail.hpp include/boost/python/suite/indexing/indexing_suite.hpp include/boost/python/suite/indexing/map_indexing_suite.hpp include/boost/python/suite/indexing/vector_indexing_suite.hpp include/boost/python/tag.hpp include/boost/python/to_python_converter.hpp include/boost/python/to_python_indirect.hpp include/boost/python/to_python_value.hpp include/boost/python/tuple.hpp include/boost/python/type_id.hpp include/boost/python/with_custodian_and_ward.hpp include/boost/python/wrapper.hpp include/boost/qvm/all.hpp include/boost/qvm/assert.hpp include/boost/qvm/deduce_mat.hpp include/boost/qvm/deduce_quat.hpp include/boost/qvm/deduce_scalar.hpp include/boost/qvm/deduce_vec.hpp include/boost/qvm/detail/cofactor_impl.hpp include/boost/qvm/detail/determinant_impl.hpp include/boost/qvm/detail/remove_const.hpp include/boost/qvm/detail/swizzle_traits.hpp include/boost/qvm/detail/transp_impl.hpp include/boost/qvm/enable_if.hpp include/boost/qvm/error.hpp include/boost/qvm/gen/mat_operations2.hpp include/boost/qvm/gen/mat_operations3.hpp include/boost/qvm/gen/mat_operations4.hpp include/boost/qvm/gen/swizzle2.hpp include/boost/qvm/gen/swizzle3.hpp include/boost/qvm/gen/swizzle4.hpp include/boost/qvm/gen/vec_mat_operations2.hpp include/boost/qvm/gen/vec_mat_operations3.hpp include/boost/qvm/gen/vec_mat_operations4.hpp include/boost/qvm/gen/vec_operations2.hpp include/boost/qvm/gen/vec_operations3.hpp include/boost/qvm/gen/vec_operations4.hpp include/boost/qvm/inline.hpp include/boost/qvm/map.hpp include/boost/qvm/map_mat_mat.hpp include/boost/qvm/map_mat_vec.hpp include/boost/qvm/map_vec_mat.hpp include/boost/qvm/mat.hpp include/boost/qvm/mat_access.hpp include/boost/qvm/mat_operations.hpp include/boost/qvm/mat_operations2.hpp include/boost/qvm/mat_operations3.hpp include/boost/qvm/mat_operations4.hpp include/boost/qvm/mat_traits.hpp include/boost/qvm/mat_traits_array.hpp include/boost/qvm/mat_traits_defaults.hpp include/boost/qvm/math.hpp include/boost/qvm/operations.hpp include/boost/qvm/quat.hpp include/boost/qvm/quat_access.hpp include/boost/qvm/quat_operations.hpp include/boost/qvm/quat_traits.hpp include/boost/qvm/quat_traits_array.hpp include/boost/qvm/quat_traits_defaults.hpp include/boost/qvm/quat_vec_operations.hpp include/boost/qvm/scalar_traits.hpp include/boost/qvm/static_assert.hpp include/boost/qvm/swizzle.hpp include/boost/qvm/swizzle2.hpp include/boost/qvm/swizzle3.hpp include/boost/qvm/swizzle4.hpp include/boost/qvm/throw_exception.hpp include/boost/qvm/to_string.hpp include/boost/qvm/vec.hpp include/boost/qvm/vec_access.hpp include/boost/qvm/vec_mat_operations.hpp include/boost/qvm/vec_mat_operations2.hpp include/boost/qvm/vec_mat_operations3.hpp include/boost/qvm/vec_mat_operations4.hpp include/boost/qvm/vec_operations.hpp include/boost/qvm/vec_operations2.hpp include/boost/qvm/vec_operations3.hpp include/boost/qvm/vec_operations4.hpp include/boost/qvm/vec_traits.hpp include/boost/qvm/vec_traits_array.hpp include/boost/qvm/vec_traits_defaults.hpp include/boost/random.hpp include/boost/random/additive_combine.hpp include/boost/random/bernoulli_distribution.hpp include/boost/random/beta_distribution.hpp include/boost/random/binomial_distribution.hpp include/boost/random/cauchy_distribution.hpp include/boost/random/chi_squared_distribution.hpp include/boost/random/detail/auto_link.hpp include/boost/random/detail/config.hpp include/boost/random/detail/const_mod.hpp include/boost/random/detail/disable_warnings.hpp include/boost/random/detail/enable_warnings.hpp include/boost/random/detail/generator_bits.hpp include/boost/random/detail/generator_seed_seq.hpp include/boost/random/detail/int_float_pair.hpp include/boost/random/detail/integer_log2.hpp include/boost/random/detail/iterator_mixin.hpp include/boost/random/detail/large_arithmetic.hpp include/boost/random/detail/operators.hpp include/boost/random/detail/polynomial.hpp include/boost/random/detail/ptr_helper.hpp include/boost/random/detail/seed.hpp include/boost/random/detail/seed_impl.hpp include/boost/random/detail/signed_unsigned_tools.hpp include/boost/random/detail/uniform_int_float.hpp include/boost/random/detail/vector_io.hpp include/boost/random/discard_block.hpp include/boost/random/discrete_distribution.hpp include/boost/random/exponential_distribution.hpp include/boost/random/extreme_value_distribution.hpp include/boost/random/fisher_f_distribution.hpp include/boost/random/gamma_distribution.hpp include/boost/random/generate_canonical.hpp include/boost/random/geometric_distribution.hpp include/boost/random/hyperexponential_distribution.hpp include/boost/random/independent_bits.hpp include/boost/random/inversive_congruential.hpp include/boost/random/lagged_fibonacci.hpp include/boost/random/laplace_distribution.hpp include/boost/random/linear_congruential.hpp include/boost/random/linear_feedback_shift.hpp include/boost/random/lognormal_distribution.hpp include/boost/random/mersenne_twister.hpp include/boost/random/negative_binomial_distribution.hpp include/boost/random/non_central_chi_squared_distribution.hpp include/boost/random/normal_distribution.hpp include/boost/random/piecewise_constant_distribution.hpp include/boost/random/piecewise_linear_distribution.hpp include/boost/random/poisson_distribution.hpp include/boost/random/random_device.hpp include/boost/random/random_number_generator.hpp include/boost/random/ranlux.hpp include/boost/random/seed_seq.hpp include/boost/random/shuffle_order.hpp include/boost/random/shuffle_output.hpp include/boost/random/student_t_distribution.hpp include/boost/random/subtract_with_carry.hpp include/boost/random/taus88.hpp include/boost/random/traits.hpp include/boost/random/triangle_distribution.hpp include/boost/random/uniform_01.hpp include/boost/random/uniform_int.hpp include/boost/random/uniform_int_distribution.hpp include/boost/random/uniform_on_sphere.hpp include/boost/random/uniform_real.hpp include/boost/random/uniform_real_distribution.hpp include/boost/random/uniform_smallint.hpp include/boost/random/variate_generator.hpp include/boost/random/weibull_distribution.hpp include/boost/random/xor_combine.hpp include/boost/range.hpp include/boost/range/adaptor/adjacent_filtered.hpp include/boost/range/adaptor/argument_fwd.hpp include/boost/range/adaptor/copied.hpp include/boost/range/adaptor/define_adaptor.hpp include/boost/range/adaptor/filtered.hpp include/boost/range/adaptor/formatted.hpp include/boost/range/adaptor/indexed.hpp include/boost/range/adaptor/indirected.hpp include/boost/range/adaptor/map.hpp include/boost/range/adaptor/replaced.hpp include/boost/range/adaptor/replaced_if.hpp include/boost/range/adaptor/reversed.hpp include/boost/range/adaptor/sliced.hpp include/boost/range/adaptor/strided.hpp include/boost/range/adaptor/tokenized.hpp include/boost/range/adaptor/transformed.hpp include/boost/range/adaptor/type_erased.hpp include/boost/range/adaptor/uniqued.hpp include/boost/range/adaptors.hpp include/boost/range/algorithm.hpp include/boost/range/algorithm/adjacent_find.hpp include/boost/range/algorithm/binary_search.hpp include/boost/range/algorithm/copy.hpp include/boost/range/algorithm/copy_backward.hpp include/boost/range/algorithm/count.hpp include/boost/range/algorithm/count_if.hpp include/boost/range/algorithm/equal.hpp include/boost/range/algorithm/equal_range.hpp include/boost/range/algorithm/fill.hpp include/boost/range/algorithm/fill_n.hpp include/boost/range/algorithm/find.hpp include/boost/range/algorithm/find_end.hpp include/boost/range/algorithm/find_first_of.hpp include/boost/range/algorithm/find_if.hpp include/boost/range/algorithm/for_each.hpp include/boost/range/algorithm/generate.hpp include/boost/range/algorithm/heap_algorithm.hpp include/boost/range/algorithm/inplace_merge.hpp include/boost/range/algorithm/lexicographical_compare.hpp include/boost/range/algorithm/lower_bound.hpp include/boost/range/algorithm/max_element.hpp include/boost/range/algorithm/merge.hpp include/boost/range/algorithm/min_element.hpp include/boost/range/algorithm/mismatch.hpp include/boost/range/algorithm/nth_element.hpp include/boost/range/algorithm/partial_sort.hpp include/boost/range/algorithm/partial_sort_copy.hpp include/boost/range/algorithm/partition.hpp include/boost/range/algorithm/permutation.hpp include/boost/range/algorithm/random_shuffle.hpp include/boost/range/algorithm/remove.hpp include/boost/range/algorithm/remove_copy.hpp include/boost/range/algorithm/remove_copy_if.hpp include/boost/range/algorithm/remove_if.hpp include/boost/range/algorithm/replace.hpp include/boost/range/algorithm/replace_copy.hpp include/boost/range/algorithm/replace_copy_if.hpp include/boost/range/algorithm/replace_if.hpp include/boost/range/algorithm/reverse.hpp include/boost/range/algorithm/reverse_copy.hpp include/boost/range/algorithm/rotate.hpp include/boost/range/algorithm/rotate_copy.hpp include/boost/range/algorithm/search.hpp include/boost/range/algorithm/search_n.hpp include/boost/range/algorithm/set_algorithm.hpp include/boost/range/algorithm/sort.hpp include/boost/range/algorithm/stable_partition.hpp include/boost/range/algorithm/stable_sort.hpp include/boost/range/algorithm/swap_ranges.hpp include/boost/range/algorithm/transform.hpp include/boost/range/algorithm/unique.hpp include/boost/range/algorithm/unique_copy.hpp include/boost/range/algorithm/upper_bound.hpp include/boost/range/algorithm_ext.hpp include/boost/range/algorithm_ext/copy_n.hpp include/boost/range/algorithm_ext/erase.hpp include/boost/range/algorithm_ext/for_each.hpp include/boost/range/algorithm_ext/insert.hpp include/boost/range/algorithm_ext/iota.hpp include/boost/range/algorithm_ext/is_sorted.hpp include/boost/range/algorithm_ext/overwrite.hpp include/boost/range/algorithm_ext/push_back.hpp include/boost/range/algorithm_ext/push_front.hpp include/boost/range/any_range.hpp include/boost/range/as_array.hpp include/boost/range/as_literal.hpp include/boost/range/atl.hpp include/boost/range/begin.hpp include/boost/range/category.hpp include/boost/range/combine.hpp include/boost/range/concepts.hpp include/boost/range/config.hpp include/boost/range/const_iterator.hpp include/boost/range/const_reverse_iterator.hpp include/boost/range/counting_range.hpp include/boost/range/detail/any_iterator.hpp include/boost/range/detail/any_iterator_buffer.hpp include/boost/range/detail/any_iterator_interface.hpp include/boost/range/detail/any_iterator_wrapper.hpp include/boost/range/detail/as_literal.hpp include/boost/range/detail/begin.hpp include/boost/range/detail/collection_traits.hpp include/boost/range/detail/collection_traits_detail.hpp include/boost/range/detail/combine_cxx03.hpp include/boost/range/detail/combine_cxx11.hpp include/boost/range/detail/combine_no_rvalue.hpp include/boost/range/detail/combine_rvalue.hpp include/boost/range/detail/common.hpp include/boost/range/detail/default_constructible_unary_fn.hpp include/boost/range/detail/demote_iterator_traversal_tag.hpp include/boost/range/detail/detail_str.hpp include/boost/range/detail/difference_type.hpp include/boost/range/detail/empty.hpp include/boost/range/detail/end.hpp include/boost/range/detail/extract_optional_type.hpp include/boost/range/detail/has_member_size.hpp include/boost/range/detail/implementation_help.hpp include/boost/range/detail/join_iterator.hpp include/boost/range/detail/microsoft.hpp include/boost/range/detail/misc_concept.hpp include/boost/range/detail/msvc_has_iterator_workaround.hpp include/boost/range/detail/range_return.hpp include/boost/range/detail/remove_extent.hpp include/boost/range/detail/safe_bool.hpp include/boost/range/detail/sfinae.hpp include/boost/range/detail/size_type.hpp include/boost/range/detail/sizer.hpp include/boost/range/detail/str_types.hpp include/boost/range/detail/value_type.hpp include/boost/range/difference_type.hpp include/boost/range/distance.hpp include/boost/range/empty.hpp include/boost/range/end.hpp include/boost/range/functions.hpp include/boost/range/has_range_iterator.hpp include/boost/range/irange.hpp include/boost/range/istream_range.hpp include/boost/range/iterator.hpp include/boost/range/iterator_range.hpp include/boost/range/iterator_range_core.hpp include/boost/range/iterator_range_hash.hpp include/boost/range/iterator_range_io.hpp include/boost/range/join.hpp include/boost/range/metafunctions.hpp include/boost/range/mfc.hpp include/boost/range/mfc_map.hpp include/boost/range/mutable_iterator.hpp include/boost/range/numeric.hpp include/boost/range/pointer.hpp include/boost/range/range_fwd.hpp include/boost/range/rbegin.hpp include/boost/range/reference.hpp include/boost/range/rend.hpp include/boost/range/result_iterator.hpp include/boost/range/reverse_iterator.hpp include/boost/range/reverse_result_iterator.hpp include/boost/range/size.hpp include/boost/range/size_type.hpp include/boost/range/sub_range.hpp include/boost/range/traversal.hpp include/boost/range/value_type.hpp include/boost/ratio.hpp include/boost/ratio/config.hpp include/boost/ratio/detail/mpl/abs.hpp include/boost/ratio/detail/mpl/gcd.hpp include/boost/ratio/detail/mpl/lcm.hpp include/boost/ratio/detail/mpl/sign.hpp include/boost/ratio/detail/overflow_helpers.hpp include/boost/ratio/detail/ratio_io.hpp include/boost/ratio/include.hpp include/boost/ratio/mpl/abs.hpp include/boost/ratio/mpl/arithmetic.hpp include/boost/ratio/mpl/comparison.hpp include/boost/ratio/mpl/divides.hpp include/boost/ratio/mpl/equal_to.hpp include/boost/ratio/mpl/gcd.hpp include/boost/ratio/mpl/greater.hpp include/boost/ratio/mpl/greater_equal.hpp include/boost/ratio/mpl/lcm.hpp include/boost/ratio/mpl/less.hpp include/boost/ratio/mpl/less_equal.hpp include/boost/ratio/mpl/minus.hpp include/boost/ratio/mpl/negate.hpp include/boost/ratio/mpl/not_equal_to.hpp include/boost/ratio/mpl/numeric_cast.hpp include/boost/ratio/mpl/plus.hpp include/boost/ratio/mpl/rational_c_tag.hpp include/boost/ratio/mpl/rational_constant.hpp include/boost/ratio/mpl/sign.hpp include/boost/ratio/mpl/times.hpp include/boost/ratio/ratio.hpp include/boost/ratio/ratio_fwd.hpp include/boost/ratio/ratio_io.hpp include/boost/rational.hpp include/boost/ref.hpp include/boost/regex.h include/boost/regex.hpp include/boost/regex/concepts.hpp include/boost/regex/config.hpp include/boost/regex/config/borland.hpp include/boost/regex/config/cwchar.hpp include/boost/regex/icu.hpp include/boost/regex/mfc.hpp include/boost/regex/pattern_except.hpp include/boost/regex/pending/object_cache.hpp include/boost/regex/pending/static_mutex.hpp include/boost/regex/pending/unicode_iterator.hpp include/boost/regex/regex_traits.hpp include/boost/regex/user.hpp include/boost/regex/v4/basic_regex.hpp include/boost/regex/v4/basic_regex_creator.hpp include/boost/regex/v4/basic_regex_parser.hpp include/boost/regex/v4/c_regex_traits.hpp include/boost/regex/v4/char_regex_traits.hpp include/boost/regex/v4/cpp_regex_traits.hpp include/boost/regex/v4/cregex.hpp include/boost/regex/v4/error_type.hpp include/boost/regex/v4/fileiter.hpp include/boost/regex/v4/instances.hpp include/boost/regex/v4/iterator_category.hpp include/boost/regex/v4/iterator_traits.hpp include/boost/regex/v4/match_flags.hpp include/boost/regex/v4/match_results.hpp include/boost/regex/v4/mem_block_cache.hpp include/boost/regex/v4/perl_matcher.hpp include/boost/regex/v4/perl_matcher_common.hpp include/boost/regex/v4/perl_matcher_non_recursive.hpp include/boost/regex/v4/perl_matcher_recursive.hpp include/boost/regex/v4/primary_transform.hpp include/boost/regex/v4/protected_call.hpp include/boost/regex/v4/regbase.hpp include/boost/regex/v4/regex.hpp include/boost/regex/v4/regex_format.hpp include/boost/regex/v4/regex_fwd.hpp include/boost/regex/v4/regex_grep.hpp include/boost/regex/v4/regex_iterator.hpp include/boost/regex/v4/regex_match.hpp include/boost/regex/v4/regex_merge.hpp include/boost/regex/v4/regex_raw_buffer.hpp include/boost/regex/v4/regex_replace.hpp include/boost/regex/v4/regex_search.hpp include/boost/regex/v4/regex_split.hpp include/boost/regex/v4/regex_token_iterator.hpp include/boost/regex/v4/regex_traits.hpp include/boost/regex/v4/regex_traits_defaults.hpp include/boost/regex/v4/regex_workaround.hpp include/boost/regex/v4/states.hpp include/boost/regex/v4/sub_match.hpp include/boost/regex/v4/syntax_type.hpp include/boost/regex/v4/u32regex_iterator.hpp include/boost/regex/v4/u32regex_token_iterator.hpp include/boost/regex/v4/w32_regex_traits.hpp include/boost/regex_fwd.hpp include/boost/scope_exit.hpp include/boost/scoped_array.hpp include/boost/scoped_ptr.hpp include/boost/serialization/access.hpp include/boost/serialization/archive_input_unordered_map.hpp include/boost/serialization/archive_input_unordered_set.hpp include/boost/serialization/array.hpp include/boost/serialization/array_optimization.hpp include/boost/serialization/array_wrapper.hpp include/boost/serialization/assume_abstract.hpp include/boost/serialization/base_object.hpp include/boost/serialization/binary_object.hpp include/boost/serialization/bitset.hpp include/boost/serialization/boost_array.hpp include/boost/serialization/boost_unordered_map.hpp include/boost/serialization/boost_unordered_set.hpp include/boost/serialization/collection_size_type.hpp include/boost/serialization/collection_traits.hpp include/boost/serialization/collections_load_imp.hpp include/boost/serialization/collections_save_imp.hpp include/boost/serialization/complex.hpp include/boost/serialization/config.hpp include/boost/serialization/deque.hpp include/boost/serialization/detail/is_default_constructible.hpp include/boost/serialization/detail/shared_count_132.hpp include/boost/serialization/detail/shared_ptr_132.hpp include/boost/serialization/detail/shared_ptr_nmt_132.hpp include/boost/serialization/detail/stack_constructor.hpp include/boost/serialization/ephemeral.hpp include/boost/serialization/export.hpp include/boost/serialization/extended_type_info.hpp include/boost/serialization/extended_type_info_no_rtti.hpp include/boost/serialization/extended_type_info_typeid.hpp include/boost/serialization/factory.hpp include/boost/serialization/force_include.hpp include/boost/serialization/forward_list.hpp include/boost/serialization/hash_collections_load_imp.hpp include/boost/serialization/hash_collections_save_imp.hpp include/boost/serialization/hash_map.hpp include/boost/serialization/hash_set.hpp include/boost/serialization/is_bitwise_serializable.hpp include/boost/serialization/item_version_type.hpp include/boost/serialization/level.hpp include/boost/serialization/level_enum.hpp include/boost/serialization/list.hpp include/boost/serialization/map.hpp include/boost/serialization/nvp.hpp include/boost/serialization/optional.hpp include/boost/serialization/priority_queue.hpp include/boost/serialization/queue.hpp include/boost/serialization/scoped_ptr.hpp include/boost/serialization/serialization.hpp include/boost/serialization/set.hpp include/boost/serialization/shared_ptr.hpp include/boost/serialization/shared_ptr_132.hpp include/boost/serialization/shared_ptr_helper.hpp include/boost/serialization/singleton.hpp include/boost/serialization/slist.hpp include/boost/serialization/smart_cast.hpp include/boost/serialization/split_free.hpp include/boost/serialization/split_member.hpp include/boost/serialization/stack.hpp include/boost/serialization/state_saver.hpp include/boost/serialization/static_warning.hpp include/boost/serialization/string.hpp include/boost/serialization/strong_typedef.hpp include/boost/serialization/throw_exception.hpp include/boost/serialization/tracking.hpp include/boost/serialization/tracking_enum.hpp include/boost/serialization/traits.hpp include/boost/serialization/type_info_implementation.hpp include/boost/serialization/unique_ptr.hpp include/boost/serialization/unordered_collections_load_imp.hpp include/boost/serialization/unordered_collections_save_imp.hpp include/boost/serialization/unordered_map.hpp include/boost/serialization/unordered_set.hpp include/boost/serialization/utility.hpp include/boost/serialization/valarray.hpp include/boost/serialization/variant.hpp include/boost/serialization/vector.hpp include/boost/serialization/vector_135.hpp include/boost/serialization/version.hpp include/boost/serialization/void_cast.hpp include/boost/serialization/void_cast_fwd.hpp include/boost/serialization/weak_ptr.hpp include/boost/serialization/wrapper.hpp include/boost/shared_array.hpp include/boost/shared_container_iterator.hpp include/boost/shared_ptr.hpp include/boost/signal.hpp include/boost/signals.hpp include/boost/signals/connection.hpp include/boost/signals/detail/config.hpp include/boost/signals/detail/named_slot_map.hpp include/boost/signals/detail/signal_base.hpp include/boost/signals/detail/signals_common.hpp include/boost/signals/detail/slot_call_iterator.hpp include/boost/signals/signal0.hpp include/boost/signals/signal1.hpp include/boost/signals/signal10.hpp include/boost/signals/signal2.hpp include/boost/signals/signal3.hpp include/boost/signals/signal4.hpp include/boost/signals/signal5.hpp include/boost/signals/signal6.hpp include/boost/signals/signal7.hpp include/boost/signals/signal8.hpp include/boost/signals/signal9.hpp include/boost/signals/signal_template.hpp include/boost/signals/slot.hpp include/boost/signals/trackable.hpp include/boost/signals2.hpp include/boost/signals2/connection.hpp include/boost/signals2/deconstruct.hpp include/boost/signals2/deconstruct_ptr.hpp include/boost/signals2/detail/auto_buffer.hpp include/boost/signals2/detail/foreign_ptr.hpp include/boost/signals2/detail/lwm_nop.hpp include/boost/signals2/detail/lwm_pthreads.hpp include/boost/signals2/detail/lwm_win32_cs.hpp include/boost/signals2/detail/null_output_iterator.hpp include/boost/signals2/detail/preprocessed_arg_type.hpp include/boost/signals2/detail/preprocessed_arg_type_template.hpp include/boost/signals2/detail/replace_slot_function.hpp include/boost/signals2/detail/result_type_wrapper.hpp include/boost/signals2/detail/signal_template.hpp include/boost/signals2/detail/signals_common.hpp include/boost/signals2/detail/signals_common_macros.hpp include/boost/signals2/detail/slot_call_iterator.hpp include/boost/signals2/detail/slot_groups.hpp include/boost/signals2/detail/slot_template.hpp include/boost/signals2/detail/tracked_objects_visitor.hpp include/boost/signals2/detail/unique_lock.hpp include/boost/signals2/detail/variadic_arg_type.hpp include/boost/signals2/detail/variadic_slot_invoker.hpp include/boost/signals2/dummy_mutex.hpp include/boost/signals2/expired_slot.hpp include/boost/signals2/last_value.hpp include/boost/signals2/mutex.hpp include/boost/signals2/optional_last_value.hpp include/boost/signals2/postconstructible.hpp include/boost/signals2/predestructible.hpp include/boost/signals2/preprocessed_signal.hpp include/boost/signals2/preprocessed_slot.hpp include/boost/signals2/shared_connection_block.hpp include/boost/signals2/signal.hpp include/boost/signals2/signal_base.hpp include/boost/signals2/signal_type.hpp include/boost/signals2/slot.hpp include/boost/signals2/slot_base.hpp include/boost/signals2/trackable.hpp include/boost/signals2/variadic_signal.hpp include/boost/signals2/variadic_slot.hpp include/boost/smart_ptr.hpp include/boost/smart_ptr/allocate_shared_array.hpp include/boost/smart_ptr/bad_weak_ptr.hpp include/boost/smart_ptr/detail/atomic_count.hpp include/boost/smart_ptr/detail/atomic_count_gcc.hpp include/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp include/boost/smart_ptr/detail/atomic_count_nt.hpp include/boost/smart_ptr/detail/atomic_count_pt.hpp include/boost/smart_ptr/detail/atomic_count_solaris.hpp include/boost/smart_ptr/detail/atomic_count_spin.hpp include/boost/smart_ptr/detail/atomic_count_std_atomic.hpp include/boost/smart_ptr/detail/atomic_count_sync.hpp include/boost/smart_ptr/detail/atomic_count_win32.hpp include/boost/smart_ptr/detail/lightweight_mutex.hpp include/boost/smart_ptr/detail/lwm_nop.hpp include/boost/smart_ptr/detail/lwm_pthreads.hpp include/boost/smart_ptr/detail/lwm_win32_cs.hpp include/boost/smart_ptr/detail/operator_bool.hpp include/boost/smart_ptr/detail/quick_allocator.hpp include/boost/smart_ptr/detail/shared_count.hpp include/boost/smart_ptr/detail/sp_convertible.hpp include/boost/smart_ptr/detail/sp_counted_base.hpp include/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp include/boost/smart_ptr/detail/sp_counted_base_aix.hpp include/boost/smart_ptr/detail/sp_counted_base_clang.hpp include/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp include/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp include/boost/smart_ptr/detail/sp_counted_base_nt.hpp include/boost/smart_ptr/detail/sp_counted_base_pt.hpp include/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp include/boost/smart_ptr/detail/sp_counted_base_solaris.hpp include/boost/smart_ptr/detail/sp_counted_base_spin.hpp include/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp include/boost/smart_ptr/detail/sp_counted_base_sync.hpp include/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp include/boost/smart_ptr/detail/sp_counted_base_w32.hpp include/boost/smart_ptr/detail/sp_counted_impl.hpp include/boost/smart_ptr/detail/sp_disable_deprecated.hpp include/boost/smart_ptr/detail/sp_forward.hpp include/boost/smart_ptr/detail/sp_has_sync.hpp include/boost/smart_ptr/detail/sp_interlocked.hpp include/boost/smart_ptr/detail/sp_noexcept.hpp include/boost/smart_ptr/detail/sp_nullptr_t.hpp include/boost/smart_ptr/detail/spinlock.hpp include/boost/smart_ptr/detail/spinlock_gcc_arm.hpp include/boost/smart_ptr/detail/spinlock_nt.hpp include/boost/smart_ptr/detail/spinlock_pool.hpp include/boost/smart_ptr/detail/spinlock_pt.hpp include/boost/smart_ptr/detail/spinlock_std_atomic.hpp include/boost/smart_ptr/detail/spinlock_sync.hpp include/boost/smart_ptr/detail/spinlock_w32.hpp include/boost/smart_ptr/detail/yield_k.hpp include/boost/smart_ptr/enable_shared_from_raw.hpp include/boost/smart_ptr/enable_shared_from_this.hpp include/boost/smart_ptr/intrusive_ptr.hpp include/boost/smart_ptr/intrusive_ref_counter.hpp include/boost/smart_ptr/make_shared.hpp include/boost/smart_ptr/make_shared_array.hpp include/boost/smart_ptr/make_shared_object.hpp include/boost/smart_ptr/make_unique.hpp include/boost/smart_ptr/owner_less.hpp include/boost/smart_ptr/scoped_array.hpp include/boost/smart_ptr/scoped_ptr.hpp include/boost/smart_ptr/shared_array.hpp include/boost/smart_ptr/shared_ptr.hpp include/boost/smart_ptr/weak_ptr.hpp include/boost/sort/sort.hpp include/boost/sort/spreadsort/detail/constants.hpp include/boost/sort/spreadsort/detail/float_sort.hpp include/boost/sort/spreadsort/detail/integer_sort.hpp include/boost/sort/spreadsort/detail/spreadsort_common.hpp include/boost/sort/spreadsort/detail/string_sort.hpp include/boost/sort/spreadsort/float_sort.hpp include/boost/sort/spreadsort/integer_sort.hpp include/boost/sort/spreadsort/spreadsort.hpp include/boost/sort/spreadsort/string_sort.hpp include/boost/spirit.hpp include/boost/spirit/home/classic.hpp include/boost/spirit/home/classic/actor.hpp include/boost/spirit/home/classic/actor/assign_actor.hpp include/boost/spirit/home/classic/actor/assign_key_actor.hpp include/boost/spirit/home/classic/actor/clear_actor.hpp include/boost/spirit/home/classic/actor/decrement_actor.hpp include/boost/spirit/home/classic/actor/erase_actor.hpp include/boost/spirit/home/classic/actor/increment_actor.hpp include/boost/spirit/home/classic/actor/insert_at_actor.hpp include/boost/spirit/home/classic/actor/insert_key_actor.hpp include/boost/spirit/home/classic/actor/push_back_actor.hpp include/boost/spirit/home/classic/actor/push_front_actor.hpp include/boost/spirit/home/classic/actor/ref_actor.hpp include/boost/spirit/home/classic/actor/ref_const_ref_actor.hpp include/boost/spirit/home/classic/actor/ref_const_ref_const_ref_a.hpp include/boost/spirit/home/classic/actor/ref_const_ref_value_actor.hpp include/boost/spirit/home/classic/actor/ref_value_actor.hpp include/boost/spirit/home/classic/actor/swap_actor.hpp include/boost/spirit/home/classic/actor/typeof.hpp include/boost/spirit/home/classic/attribute.hpp include/boost/spirit/home/classic/attribute/closure.hpp include/boost/spirit/home/classic/attribute/closure_context.hpp include/boost/spirit/home/classic/attribute/closure_fwd.hpp include/boost/spirit/home/classic/attribute/parametric.hpp include/boost/spirit/home/classic/attribute/typeof.hpp include/boost/spirit/home/classic/core.hpp include/boost/spirit/home/classic/core/assert.hpp include/boost/spirit/home/classic/core/composite/actions.hpp include/boost/spirit/home/classic/core/composite/alternative.hpp include/boost/spirit/home/classic/core/composite/composite.hpp include/boost/spirit/home/classic/core/composite/difference.hpp include/boost/spirit/home/classic/core/composite/directives.hpp include/boost/spirit/home/classic/core/composite/epsilon.hpp include/boost/spirit/home/classic/core/composite/exclusive_or.hpp include/boost/spirit/home/classic/core/composite/impl/alternative.ipp include/boost/spirit/home/classic/core/composite/impl/difference.ipp include/boost/spirit/home/classic/core/composite/impl/directives.ipp include/boost/spirit/home/classic/core/composite/impl/exclusive_or.ipp include/boost/spirit/home/classic/core/composite/impl/intersection.ipp include/boost/spirit/home/classic/core/composite/impl/kleene_star.ipp include/boost/spirit/home/classic/core/composite/impl/list.ipp include/boost/spirit/home/classic/core/composite/impl/optional.ipp include/boost/spirit/home/classic/core/composite/impl/positive.ipp include/boost/spirit/home/classic/core/composite/impl/sequence.ipp include/boost/spirit/home/classic/core/composite/impl/sequential_and.ipp include/boost/spirit/home/classic/core/composite/impl/sequential_or.ipp include/boost/spirit/home/classic/core/composite/intersection.hpp include/boost/spirit/home/classic/core/composite/kleene_star.hpp include/boost/spirit/home/classic/core/composite/list.hpp include/boost/spirit/home/classic/core/composite/no_actions.hpp include/boost/spirit/home/classic/core/composite/operators.hpp include/boost/spirit/home/classic/core/composite/optional.hpp include/boost/spirit/home/classic/core/composite/positive.hpp include/boost/spirit/home/classic/core/composite/sequence.hpp include/boost/spirit/home/classic/core/composite/sequential_and.hpp include/boost/spirit/home/classic/core/composite/sequential_or.hpp include/boost/spirit/home/classic/core/config.hpp include/boost/spirit/home/classic/core/impl/match.ipp include/boost/spirit/home/classic/core/impl/match_attr_traits.ipp include/boost/spirit/home/classic/core/impl/parser.ipp include/boost/spirit/home/classic/core/match.hpp include/boost/spirit/home/classic/core/nil.hpp include/boost/spirit/home/classic/core/non_terminal/grammar.hpp include/boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp include/boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp include/boost/spirit/home/classic/core/non_terminal/impl/rule.ipp include/boost/spirit/home/classic/core/non_terminal/impl/static.hpp include/boost/spirit/home/classic/core/non_terminal/impl/subrule.ipp include/boost/spirit/home/classic/core/non_terminal/parser_context.hpp include/boost/spirit/home/classic/core/non_terminal/parser_id.hpp include/boost/spirit/home/classic/core/non_terminal/rule.hpp include/boost/spirit/home/classic/core/non_terminal/subrule.hpp include/boost/spirit/home/classic/core/non_terminal/subrule_fwd.hpp include/boost/spirit/home/classic/core/parser.hpp include/boost/spirit/home/classic/core/primitives/impl/numerics.ipp include/boost/spirit/home/classic/core/primitives/impl/primitives.ipp include/boost/spirit/home/classic/core/primitives/numerics.hpp include/boost/spirit/home/classic/core/primitives/numerics_fwd.hpp include/boost/spirit/home/classic/core/primitives/primitives.hpp include/boost/spirit/home/classic/core/safe_bool.hpp include/boost/spirit/home/classic/core/scanner/impl/skipper.ipp include/boost/spirit/home/classic/core/scanner/scanner.hpp include/boost/spirit/home/classic/core/scanner/scanner_fwd.hpp include/boost/spirit/home/classic/core/scanner/skipper.hpp include/boost/spirit/home/classic/core/scanner/skipper_fwd.hpp include/boost/spirit/home/classic/core/typeof.hpp include/boost/spirit/home/classic/debug.hpp include/boost/spirit/home/classic/debug/debug_node.hpp include/boost/spirit/home/classic/debug/impl/parser_names.ipp include/boost/spirit/home/classic/debug/minimal.hpp include/boost/spirit/home/classic/debug/parser_names.hpp include/boost/spirit/home/classic/debug/typeof.hpp include/boost/spirit/home/classic/dynamic.hpp include/boost/spirit/home/classic/dynamic/for.hpp include/boost/spirit/home/classic/dynamic/if.hpp include/boost/spirit/home/classic/dynamic/impl/conditions.ipp include/boost/spirit/home/classic/dynamic/impl/select.ipp include/boost/spirit/home/classic/dynamic/impl/switch.ipp include/boost/spirit/home/classic/dynamic/lazy.hpp include/boost/spirit/home/classic/dynamic/rule_alias.hpp include/boost/spirit/home/classic/dynamic/select.hpp include/boost/spirit/home/classic/dynamic/stored_rule.hpp include/boost/spirit/home/classic/dynamic/stored_rule_fwd.hpp include/boost/spirit/home/classic/dynamic/switch.hpp include/boost/spirit/home/classic/dynamic/typeof.hpp include/boost/spirit/home/classic/dynamic/while.hpp include/boost/spirit/home/classic/error_handling.hpp include/boost/spirit/home/classic/error_handling/exceptions.hpp include/boost/spirit/home/classic/error_handling/exceptions_fwd.hpp include/boost/spirit/home/classic/error_handling/impl/exceptions.ipp include/boost/spirit/home/classic/error_handling/typeof.hpp include/boost/spirit/home/classic/iterator.hpp include/boost/spirit/home/classic/iterator/file_iterator.hpp include/boost/spirit/home/classic/iterator/file_iterator_fwd.hpp include/boost/spirit/home/classic/iterator/fixed_size_queue.hpp include/boost/spirit/home/classic/iterator/impl/file_iterator.ipp include/boost/spirit/home/classic/iterator/impl/position_iterator.ipp include/boost/spirit/home/classic/iterator/multi_pass.hpp include/boost/spirit/home/classic/iterator/multi_pass_fwd.hpp include/boost/spirit/home/classic/iterator/position_iterator.hpp include/boost/spirit/home/classic/iterator/position_iterator_fwd.hpp include/boost/spirit/home/classic/iterator/typeof.hpp include/boost/spirit/home/classic/meta.hpp include/boost/spirit/home/classic/meta/as_parser.hpp include/boost/spirit/home/classic/meta/fundamental.hpp include/boost/spirit/home/classic/meta/impl/fundamental.ipp include/boost/spirit/home/classic/meta/impl/parser_traits.ipp include/boost/spirit/home/classic/meta/impl/refactoring.ipp include/boost/spirit/home/classic/meta/impl/traverse.ipp include/boost/spirit/home/classic/meta/parser_traits.hpp include/boost/spirit/home/classic/meta/refactoring.hpp include/boost/spirit/home/classic/meta/traverse.hpp include/boost/spirit/home/classic/namespace.hpp include/boost/spirit/home/classic/phoenix.hpp include/boost/spirit/home/classic/phoenix/actor.hpp include/boost/spirit/home/classic/phoenix/binders.hpp include/boost/spirit/home/classic/phoenix/casts.hpp include/boost/spirit/home/classic/phoenix/closures.hpp include/boost/spirit/home/classic/phoenix/composite.hpp include/boost/spirit/home/classic/phoenix/functions.hpp include/boost/spirit/home/classic/phoenix/new.hpp include/boost/spirit/home/classic/phoenix/operators.hpp include/boost/spirit/home/classic/phoenix/primitives.hpp include/boost/spirit/home/classic/phoenix/special_ops.hpp include/boost/spirit/home/classic/phoenix/statements.hpp include/boost/spirit/home/classic/phoenix/tuple_helpers.hpp include/boost/spirit/home/classic/phoenix/tuples.hpp include/boost/spirit/home/classic/symbols.hpp include/boost/spirit/home/classic/symbols/impl/symbols.ipp include/boost/spirit/home/classic/symbols/impl/tst.ipp include/boost/spirit/home/classic/symbols/symbols.hpp include/boost/spirit/home/classic/symbols/symbols_fwd.hpp include/boost/spirit/home/classic/symbols/typeof.hpp include/boost/spirit/home/classic/tree/ast.hpp include/boost/spirit/home/classic/tree/ast_fwd.hpp include/boost/spirit/home/classic/tree/common.hpp include/boost/spirit/home/classic/tree/common_fwd.hpp include/boost/spirit/home/classic/tree/impl/parse_tree_utils.ipp include/boost/spirit/home/classic/tree/impl/tree_to_xml.ipp include/boost/spirit/home/classic/tree/parse_tree.hpp include/boost/spirit/home/classic/tree/parse_tree_fwd.hpp include/boost/spirit/home/classic/tree/parse_tree_utils.hpp include/boost/spirit/home/classic/tree/tree_to_xml.hpp include/boost/spirit/home/classic/tree/typeof.hpp include/boost/spirit/home/classic/utility.hpp include/boost/spirit/home/classic/utility/chset.hpp include/boost/spirit/home/classic/utility/chset_operators.hpp include/boost/spirit/home/classic/utility/confix.hpp include/boost/spirit/home/classic/utility/confix_fwd.hpp include/boost/spirit/home/classic/utility/distinct.hpp include/boost/spirit/home/classic/utility/distinct_fwd.hpp include/boost/spirit/home/classic/utility/escape_char.hpp include/boost/spirit/home/classic/utility/escape_char_fwd.hpp include/boost/spirit/home/classic/utility/flush_multi_pass.hpp include/boost/spirit/home/classic/utility/functor_parser.hpp include/boost/spirit/home/classic/utility/grammar_def.hpp include/boost/spirit/home/classic/utility/grammar_def_fwd.hpp include/boost/spirit/home/classic/utility/impl/chset.ipp include/boost/spirit/home/classic/utility/impl/chset/basic_chset.hpp include/boost/spirit/home/classic/utility/impl/chset/basic_chset.ipp include/boost/spirit/home/classic/utility/impl/chset/range_run.hpp include/boost/spirit/home/classic/utility/impl/chset/range_run.ipp include/boost/spirit/home/classic/utility/impl/chset_operators.ipp include/boost/spirit/home/classic/utility/impl/confix.ipp include/boost/spirit/home/classic/utility/impl/escape_char.ipp include/boost/spirit/home/classic/utility/impl/lists.ipp include/boost/spirit/home/classic/utility/impl/regex.ipp include/boost/spirit/home/classic/utility/lists.hpp include/boost/spirit/home/classic/utility/lists_fwd.hpp include/boost/spirit/home/classic/utility/loops.hpp include/boost/spirit/home/classic/utility/regex.hpp include/boost/spirit/home/classic/utility/rule_parser.hpp include/boost/spirit/home/classic/utility/scoped_lock.hpp include/boost/spirit/home/classic/utility/typeof.hpp include/boost/spirit/home/classic/version.hpp include/boost/spirit/home/karma.hpp include/boost/spirit/home/karma/action.hpp include/boost/spirit/home/karma/action/action.hpp include/boost/spirit/home/karma/auto.hpp include/boost/spirit/home/karma/auto/auto.hpp include/boost/spirit/home/karma/auto/create_generator.hpp include/boost/spirit/home/karma/auto/meta_create.hpp include/boost/spirit/home/karma/auxiliary.hpp include/boost/spirit/home/karma/auxiliary/attr_cast.hpp include/boost/spirit/home/karma/auxiliary/eol.hpp include/boost/spirit/home/karma/auxiliary/eps.hpp include/boost/spirit/home/karma/auxiliary/lazy.hpp include/boost/spirit/home/karma/binary.hpp include/boost/spirit/home/karma/binary/binary.hpp include/boost/spirit/home/karma/binary/padding.hpp include/boost/spirit/home/karma/char.hpp include/boost/spirit/home/karma/char/char.hpp include/boost/spirit/home/karma/char/char_class.hpp include/boost/spirit/home/karma/char/char_generator.hpp include/boost/spirit/home/karma/delimit_flag.hpp include/boost/spirit/home/karma/delimit_out.hpp include/boost/spirit/home/karma/detail/alternative_function.hpp include/boost/spirit/home/karma/detail/as.hpp include/boost/spirit/home/karma/detail/attributes.hpp include/boost/spirit/home/karma/detail/default_width.hpp include/boost/spirit/home/karma/detail/enable_lit.hpp include/boost/spirit/home/karma/detail/extract_from.hpp include/boost/spirit/home/karma/detail/fail_function.hpp include/boost/spirit/home/karma/detail/generate.hpp include/boost/spirit/home/karma/detail/generate_auto.hpp include/boost/spirit/home/karma/detail/generate_to.hpp include/boost/spirit/home/karma/detail/get_casetag.hpp include/boost/spirit/home/karma/detail/get_stricttag.hpp include/boost/spirit/home/karma/detail/indirect_iterator.hpp include/boost/spirit/home/karma/detail/output_iterator.hpp include/boost/spirit/home/karma/detail/pass_container.hpp include/boost/spirit/home/karma/detail/string_compare.hpp include/boost/spirit/home/karma/detail/string_generate.hpp include/boost/spirit/home/karma/detail/unused_delimiter.hpp include/boost/spirit/home/karma/directive.hpp include/boost/spirit/home/karma/directive/as.hpp include/boost/spirit/home/karma/directive/buffer.hpp include/boost/spirit/home/karma/directive/center_alignment.hpp include/boost/spirit/home/karma/directive/columns.hpp include/boost/spirit/home/karma/directive/delimit.hpp include/boost/spirit/home/karma/directive/duplicate.hpp include/boost/spirit/home/karma/directive/encoding.hpp include/boost/spirit/home/karma/directive/left_alignment.hpp include/boost/spirit/home/karma/directive/maxwidth.hpp include/boost/spirit/home/karma/directive/no_delimit.hpp include/boost/spirit/home/karma/directive/omit.hpp include/boost/spirit/home/karma/directive/repeat.hpp include/boost/spirit/home/karma/directive/right_alignment.hpp include/boost/spirit/home/karma/directive/strict_relaxed.hpp include/boost/spirit/home/karma/directive/upper_lower_case.hpp include/boost/spirit/home/karma/directive/verbatim.hpp include/boost/spirit/home/karma/domain.hpp include/boost/spirit/home/karma/format.hpp include/boost/spirit/home/karma/format_auto.hpp include/boost/spirit/home/karma/generate.hpp include/boost/spirit/home/karma/generate_attr.hpp include/boost/spirit/home/karma/generator.hpp include/boost/spirit/home/karma/meta_compiler.hpp include/boost/spirit/home/karma/nonterminal.hpp include/boost/spirit/home/karma/nonterminal/debug_handler.hpp include/boost/spirit/home/karma/nonterminal/debug_handler_state.hpp include/boost/spirit/home/karma/nonterminal/detail/fcall.hpp include/boost/spirit/home/karma/nonterminal/detail/generator_binder.hpp include/boost/spirit/home/karma/nonterminal/detail/parameterized.hpp include/boost/spirit/home/karma/nonterminal/grammar.hpp include/boost/spirit/home/karma/nonterminal/nonterminal_fwd.hpp include/boost/spirit/home/karma/nonterminal/rule.hpp include/boost/spirit/home/karma/nonterminal/simple_trace.hpp include/boost/spirit/home/karma/numeric.hpp include/boost/spirit/home/karma/numeric/bool.hpp include/boost/spirit/home/karma/numeric/bool_policies.hpp include/boost/spirit/home/karma/numeric/detail/bool_utils.hpp include/boost/spirit/home/karma/numeric/detail/numeric_utils.hpp include/boost/spirit/home/karma/numeric/detail/real_utils.hpp include/boost/spirit/home/karma/numeric/int.hpp include/boost/spirit/home/karma/numeric/real.hpp include/boost/spirit/home/karma/numeric/real_policies.hpp include/boost/spirit/home/karma/numeric/uint.hpp include/boost/spirit/home/karma/operator.hpp include/boost/spirit/home/karma/operator/alternative.hpp include/boost/spirit/home/karma/operator/and_predicate.hpp include/boost/spirit/home/karma/operator/kleene.hpp include/boost/spirit/home/karma/operator/list.hpp include/boost/spirit/home/karma/operator/not_predicate.hpp include/boost/spirit/home/karma/operator/optional.hpp include/boost/spirit/home/karma/operator/plus.hpp include/boost/spirit/home/karma/operator/sequence.hpp include/boost/spirit/home/karma/phoenix_attributes.hpp include/boost/spirit/home/karma/reference.hpp include/boost/spirit/home/karma/stream.hpp include/boost/spirit/home/karma/stream/detail/format_manip.hpp include/boost/spirit/home/karma/stream/detail/format_manip_auto.hpp include/boost/spirit/home/karma/stream/detail/iterator_sink.hpp include/boost/spirit/home/karma/stream/format_manip.hpp include/boost/spirit/home/karma/stream/format_manip_attr.hpp include/boost/spirit/home/karma/stream/ostream_iterator.hpp include/boost/spirit/home/karma/stream/stream.hpp include/boost/spirit/home/karma/string.hpp include/boost/spirit/home/karma/string/lit.hpp include/boost/spirit/home/karma/string/symbols.hpp include/boost/spirit/home/karma/what.hpp include/boost/spirit/home/lex.hpp include/boost/spirit/home/lex/argument.hpp include/boost/spirit/home/lex/argument_phoenix.hpp include/boost/spirit/home/lex/detail/sequence_function.hpp include/boost/spirit/home/lex/domain.hpp include/boost/spirit/home/lex/lexer.hpp include/boost/spirit/home/lex/lexer/action.hpp include/boost/spirit/home/lex/lexer/char_token_def.hpp include/boost/spirit/home/lex/lexer/lexer.hpp include/boost/spirit/home/lex/lexer/lexertl/functor.hpp include/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp include/boost/spirit/home/lex/lexer/lexertl/generate_static.hpp include/boost/spirit/home/lex/lexer/lexertl/iterator.hpp include/boost/spirit/home/lex/lexer/lexertl/iterator_tokenizer.hpp include/boost/spirit/home/lex/lexer/lexertl/lexer.hpp include/boost/spirit/home/lex/lexer/lexertl/position_token.hpp include/boost/spirit/home/lex/lexer/lexertl/semantic_action_data.hpp include/boost/spirit/home/lex/lexer/lexertl/static_functor_data.hpp include/boost/spirit/home/lex/lexer/lexertl/static_lexer.hpp include/boost/spirit/home/lex/lexer/lexertl/static_version.hpp include/boost/spirit/home/lex/lexer/lexertl/token.hpp include/boost/spirit/home/lex/lexer/lexertl/wrap_action.hpp include/boost/spirit/home/lex/lexer/pass_flags.hpp include/boost/spirit/home/lex/lexer/sequence.hpp include/boost/spirit/home/lex/lexer/string_token_def.hpp include/boost/spirit/home/lex/lexer/support_functions.hpp include/boost/spirit/home/lex/lexer/support_functions_expression.hpp include/boost/spirit/home/lex/lexer/terminals.hpp include/boost/spirit/home/lex/lexer/token_def.hpp include/boost/spirit/home/lex/lexer_lexertl.hpp include/boost/spirit/home/lex/lexer_static_lexertl.hpp include/boost/spirit/home/lex/lexer_type.hpp include/boost/spirit/home/lex/meta_compiler.hpp include/boost/spirit/home/lex/primitives.hpp include/boost/spirit/home/lex/qi.hpp include/boost/spirit/home/lex/qi/in_state.hpp include/boost/spirit/home/lex/qi/plain_raw_token.hpp include/boost/spirit/home/lex/qi/plain_token.hpp include/boost/spirit/home/lex/qi/plain_tokenid.hpp include/boost/spirit/home/lex/qi/plain_tokenid_mask.hpp include/boost/spirit/home/lex/qi/state_switcher.hpp include/boost/spirit/home/lex/reference.hpp include/boost/spirit/home/lex/tokenize_and_parse.hpp include/boost/spirit/home/lex/tokenize_and_parse_attr.hpp include/boost/spirit/home/qi.hpp include/boost/spirit/home/qi/action.hpp include/boost/spirit/home/qi/action/action.hpp include/boost/spirit/home/qi/auto.hpp include/boost/spirit/home/qi/auto/auto.hpp include/boost/spirit/home/qi/auto/create_parser.hpp include/boost/spirit/home/qi/auto/meta_create.hpp include/boost/spirit/home/qi/auxiliary.hpp include/boost/spirit/home/qi/auxiliary/attr.hpp include/boost/spirit/home/qi/auxiliary/attr_cast.hpp include/boost/spirit/home/qi/auxiliary/eoi.hpp include/boost/spirit/home/qi/auxiliary/eol.hpp include/boost/spirit/home/qi/auxiliary/eps.hpp include/boost/spirit/home/qi/auxiliary/lazy.hpp include/boost/spirit/home/qi/binary.hpp include/boost/spirit/home/qi/binary/binary.hpp include/boost/spirit/home/qi/char.hpp include/boost/spirit/home/qi/char/char.hpp include/boost/spirit/home/qi/char/char_class.hpp include/boost/spirit/home/qi/char/char_parser.hpp include/boost/spirit/home/qi/copy.hpp include/boost/spirit/home/qi/detail/alternative_function.hpp include/boost/spirit/home/qi/detail/assign_to.hpp include/boost/spirit/home/qi/detail/attributes.hpp include/boost/spirit/home/qi/detail/construct.hpp include/boost/spirit/home/qi/detail/enable_lit.hpp include/boost/spirit/home/qi/detail/expect_function.hpp include/boost/spirit/home/qi/detail/fail_function.hpp include/boost/spirit/home/qi/detail/parse.hpp include/boost/spirit/home/qi/detail/parse_auto.hpp include/boost/spirit/home/qi/detail/pass_container.hpp include/boost/spirit/home/qi/detail/pass_function.hpp include/boost/spirit/home/qi/detail/permute_function.hpp include/boost/spirit/home/qi/detail/string_parse.hpp include/boost/spirit/home/qi/detail/unused_skipper.hpp include/boost/spirit/home/qi/directive.hpp include/boost/spirit/home/qi/directive/as.hpp include/boost/spirit/home/qi/directive/encoding.hpp include/boost/spirit/home/qi/directive/hold.hpp include/boost/spirit/home/qi/directive/lexeme.hpp include/boost/spirit/home/qi/directive/matches.hpp include/boost/spirit/home/qi/directive/no_case.hpp include/boost/spirit/home/qi/directive/no_skip.hpp include/boost/spirit/home/qi/directive/omit.hpp include/boost/spirit/home/qi/directive/raw.hpp include/boost/spirit/home/qi/directive/repeat.hpp include/boost/spirit/home/qi/directive/skip.hpp include/boost/spirit/home/qi/domain.hpp include/boost/spirit/home/qi/match.hpp include/boost/spirit/home/qi/match_auto.hpp include/boost/spirit/home/qi/meta_compiler.hpp include/boost/spirit/home/qi/nonterminal.hpp include/boost/spirit/home/qi/nonterminal/debug_handler.hpp include/boost/spirit/home/qi/nonterminal/debug_handler_state.hpp include/boost/spirit/home/qi/nonterminal/detail/fcall.hpp include/boost/spirit/home/qi/nonterminal/detail/parameterized.hpp include/boost/spirit/home/qi/nonterminal/detail/parser_binder.hpp include/boost/spirit/home/qi/nonterminal/error_handler.hpp include/boost/spirit/home/qi/nonterminal/grammar.hpp include/boost/spirit/home/qi/nonterminal/nonterminal_fwd.hpp include/boost/spirit/home/qi/nonterminal/rule.hpp include/boost/spirit/home/qi/nonterminal/simple_trace.hpp include/boost/spirit/home/qi/nonterminal/success_handler.hpp include/boost/spirit/home/qi/numeric.hpp include/boost/spirit/home/qi/numeric/bool.hpp include/boost/spirit/home/qi/numeric/bool_policies.hpp include/boost/spirit/home/qi/numeric/detail/numeric_utils.hpp include/boost/spirit/home/qi/numeric/detail/real_impl.hpp include/boost/spirit/home/qi/numeric/int.hpp include/boost/spirit/home/qi/numeric/numeric_utils.hpp include/boost/spirit/home/qi/numeric/real.hpp include/boost/spirit/home/qi/numeric/real_policies.hpp include/boost/spirit/home/qi/numeric/uint.hpp include/boost/spirit/home/qi/operator.hpp include/boost/spirit/home/qi/operator/alternative.hpp include/boost/spirit/home/qi/operator/and_predicate.hpp include/boost/spirit/home/qi/operator/difference.hpp include/boost/spirit/home/qi/operator/expect.hpp include/boost/spirit/home/qi/operator/kleene.hpp include/boost/spirit/home/qi/operator/list.hpp include/boost/spirit/home/qi/operator/not_predicate.hpp include/boost/spirit/home/qi/operator/optional.hpp include/boost/spirit/home/qi/operator/permutation.hpp include/boost/spirit/home/qi/operator/plus.hpp include/boost/spirit/home/qi/operator/sequence.hpp include/boost/spirit/home/qi/operator/sequence_base.hpp include/boost/spirit/home/qi/operator/sequential_or.hpp include/boost/spirit/home/qi/parse.hpp include/boost/spirit/home/qi/parse_attr.hpp include/boost/spirit/home/qi/parser.hpp include/boost/spirit/home/qi/reference.hpp include/boost/spirit/home/qi/skip_flag.hpp include/boost/spirit/home/qi/skip_over.hpp include/boost/spirit/home/qi/stream.hpp include/boost/spirit/home/qi/stream/detail/iterator_source.hpp include/boost/spirit/home/qi/stream/detail/match_manip.hpp include/boost/spirit/home/qi/stream/detail/match_manip_auto.hpp include/boost/spirit/home/qi/stream/match_manip.hpp include/boost/spirit/home/qi/stream/match_manip_attr.hpp include/boost/spirit/home/qi/stream/stream.hpp include/boost/spirit/home/qi/string.hpp include/boost/spirit/home/qi/string/detail/tst.hpp include/boost/spirit/home/qi/string/lit.hpp include/boost/spirit/home/qi/string/symbols.hpp include/boost/spirit/home/qi/string/tst.hpp include/boost/spirit/home/qi/string/tst_map.hpp include/boost/spirit/home/qi/what.hpp include/boost/spirit/home/support.hpp include/boost/spirit/home/support/action_dispatch.hpp include/boost/spirit/home/support/adapt_adt_attributes.hpp include/boost/spirit/home/support/algorithm/any.hpp include/boost/spirit/home/support/algorithm/any_if.hpp include/boost/spirit/home/support/algorithm/any_if_ns.hpp include/boost/spirit/home/support/algorithm/any_ns.hpp include/boost/spirit/home/support/argument.hpp include/boost/spirit/home/support/argument_expression.hpp include/boost/spirit/home/support/assert_msg.hpp include/boost/spirit/home/support/attributes.hpp include/boost/spirit/home/support/attributes_fwd.hpp include/boost/spirit/home/support/auto.hpp include/boost/spirit/home/support/auto/meta_create.hpp include/boost/spirit/home/support/auxiliary/attr_cast.hpp include/boost/spirit/home/support/char_class.hpp include/boost/spirit/home/support/char_encoding/ascii.hpp include/boost/spirit/home/support/char_encoding/iso8859_1.hpp include/boost/spirit/home/support/char_encoding/standard.hpp include/boost/spirit/home/support/char_encoding/standard_wide.hpp include/boost/spirit/home/support/char_encoding/unicode.hpp include/boost/spirit/home/support/char_encoding/unicode/category_table.hpp include/boost/spirit/home/support/char_encoding/unicode/lowercase_table.hpp include/boost/spirit/home/support/char_encoding/unicode/query.hpp include/boost/spirit/home/support/char_encoding/unicode/script_table.hpp include/boost/spirit/home/support/char_encoding/unicode/uppercase_table.hpp include/boost/spirit/home/support/char_set/basic_chset.hpp include/boost/spirit/home/support/char_set/range.hpp include/boost/spirit/home/support/char_set/range_functions.hpp include/boost/spirit/home/support/char_set/range_run.hpp include/boost/spirit/home/support/char_set/range_run_impl.hpp include/boost/spirit/home/support/common_terminals.hpp include/boost/spirit/home/support/container.hpp include/boost/spirit/home/support/context.hpp include/boost/spirit/home/support/detail/as_variant.hpp include/boost/spirit/home/support/detail/endian.hpp include/boost/spirit/home/support/detail/endian/cover_operators.hpp include/boost/spirit/home/support/detail/endian/endian.hpp include/boost/spirit/home/support/detail/get_encoding.hpp include/boost/spirit/home/support/detail/hold_any.hpp include/boost/spirit/home/support/detail/is_spirit_tag.hpp include/boost/spirit/home/support/detail/lexer/char_traits.hpp include/boost/spirit/home/support/detail/lexer/consts.hpp include/boost/spirit/home/support/detail/lexer/containers/ptr_list.hpp include/boost/spirit/home/support/detail/lexer/containers/ptr_vector.hpp include/boost/spirit/home/support/detail/lexer/conversion/char_state_machine.hpp include/boost/spirit/home/support/detail/lexer/debug.hpp include/boost/spirit/home/support/detail/lexer/file_input.hpp include/boost/spirit/home/support/detail/lexer/generate_cpp.hpp include/boost/spirit/home/support/detail/lexer/generate_re2c.hpp include/boost/spirit/home/support/detail/lexer/generator.hpp include/boost/spirit/home/support/detail/lexer/input.hpp include/boost/spirit/home/support/detail/lexer/internals.hpp include/boost/spirit/home/support/detail/lexer/parser/parser.hpp include/boost/spirit/home/support/detail/lexer/parser/tokeniser/num_token.hpp include/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser.hpp include/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_helper.hpp include/boost/spirit/home/support/detail/lexer/parser/tokeniser/re_tokeniser_state.hpp include/boost/spirit/home/support/detail/lexer/parser/tree/end_node.hpp include/boost/spirit/home/support/detail/lexer/parser/tree/iteration_node.hpp include/boost/spirit/home/support/detail/lexer/parser/tree/leaf_node.hpp include/boost/spirit/home/support/detail/lexer/parser/tree/node.hpp include/boost/spirit/home/support/detail/lexer/parser/tree/selection_node.hpp include/boost/spirit/home/support/detail/lexer/parser/tree/sequence_node.hpp include/boost/spirit/home/support/detail/lexer/partition/charset.hpp include/boost/spirit/home/support/detail/lexer/partition/equivset.hpp include/boost/spirit/home/support/detail/lexer/rules.hpp include/boost/spirit/home/support/detail/lexer/runtime_error.hpp include/boost/spirit/home/support/detail/lexer/serialise.hpp include/boost/spirit/home/support/detail/lexer/size_t.hpp include/boost/spirit/home/support/detail/lexer/state_machine.hpp include/boost/spirit/home/support/detail/lexer/string_token.hpp include/boost/spirit/home/support/detail/make_cons.hpp include/boost/spirit/home/support/detail/make_vector.hpp include/boost/spirit/home/support/detail/math/detail/fp_traits.hpp include/boost/spirit/home/support/detail/math/fpclassify.hpp include/boost/spirit/home/support/detail/math/signbit.hpp include/boost/spirit/home/support/detail/pow10.hpp include/boost/spirit/home/support/detail/scoped_enum_emulation.hpp include/boost/spirit/home/support/detail/sign.hpp include/boost/spirit/home/support/detail/what_function.hpp include/boost/spirit/home/support/extended_variant.hpp include/boost/spirit/home/support/handles_container.hpp include/boost/spirit/home/support/has_semantic_action.hpp include/boost/spirit/home/support/info.hpp include/boost/spirit/home/support/iterators/detail/buf_id_check_policy.hpp include/boost/spirit/home/support/iterators/detail/buffering_input_iterator_policy.hpp include/boost/spirit/home/support/iterators/detail/combine_policies.hpp include/boost/spirit/home/support/iterators/detail/first_owner_policy.hpp include/boost/spirit/home/support/iterators/detail/fixed_size_queue.hpp include/boost/spirit/home/support/iterators/detail/fixed_size_queue_policy.hpp include/boost/spirit/home/support/iterators/detail/functor_input_policy.hpp include/boost/spirit/home/support/iterators/detail/input_iterator_policy.hpp include/boost/spirit/home/support/iterators/detail/istream_policy.hpp include/boost/spirit/home/support/iterators/detail/lex_input_policy.hpp include/boost/spirit/home/support/iterators/detail/multi_pass.hpp include/boost/spirit/home/support/iterators/detail/no_check_policy.hpp include/boost/spirit/home/support/iterators/detail/ref_counted_policy.hpp include/boost/spirit/home/support/iterators/detail/split_functor_input_policy.hpp include/boost/spirit/home/support/iterators/detail/split_std_deque_policy.hpp include/boost/spirit/home/support/iterators/istream_iterator.hpp include/boost/spirit/home/support/iterators/line_pos_iterator.hpp include/boost/spirit/home/support/iterators/look_ahead.hpp include/boost/spirit/home/support/iterators/multi_pass.hpp include/boost/spirit/home/support/iterators/multi_pass_fwd.hpp include/boost/spirit/home/support/iterators/ostream_iterator.hpp include/boost/spirit/home/support/lazy.hpp include/boost/spirit/home/support/limits.hpp include/boost/spirit/home/support/make_component.hpp include/boost/spirit/home/support/meta_compiler.hpp include/boost/spirit/home/support/modify.hpp include/boost/spirit/home/support/multi_pass.hpp include/boost/spirit/home/support/multi_pass_wrapper.hpp include/boost/spirit/home/support/nonterminal/expand_arg.hpp include/boost/spirit/home/support/nonterminal/extract_param.hpp include/boost/spirit/home/support/nonterminal/locals.hpp include/boost/spirit/home/support/numeric_traits.hpp include/boost/spirit/home/support/sequence_base_id.hpp include/boost/spirit/home/support/string_traits.hpp include/boost/spirit/home/support/terminal.hpp include/boost/spirit/home/support/terminal_expression.hpp include/boost/spirit/home/support/unused.hpp include/boost/spirit/home/support/utf8.hpp include/boost/spirit/home/support/utree.hpp include/boost/spirit/home/support/utree/detail/utree_detail1.hpp include/boost/spirit/home/support/utree/detail/utree_detail2.hpp include/boost/spirit/home/support/utree/operators.hpp include/boost/spirit/home/support/utree/utree.hpp include/boost/spirit/home/support/utree/utree_traits.hpp include/boost/spirit/home/support/utree/utree_traits_fwd.hpp include/boost/spirit/home/x3.hpp include/boost/spirit/home/x3/auxiliary.hpp include/boost/spirit/home/x3/auxiliary/any_parser.hpp include/boost/spirit/home/x3/auxiliary/attr.hpp include/boost/spirit/home/x3/auxiliary/eoi.hpp include/boost/spirit/home/x3/auxiliary/eol.hpp include/boost/spirit/home/x3/auxiliary/eps.hpp include/boost/spirit/home/x3/auxiliary/guard.hpp include/boost/spirit/home/x3/binary.hpp include/boost/spirit/home/x3/binary/binary.hpp include/boost/spirit/home/x3/char.hpp include/boost/spirit/home/x3/char/any_char.hpp include/boost/spirit/home/x3/char/char.hpp include/boost/spirit/home/x3/char/char_class.hpp include/boost/spirit/home/x3/char/char_class_tags.hpp include/boost/spirit/home/x3/char/char_parser.hpp include/boost/spirit/home/x3/char/char_set.hpp include/boost/spirit/home/x3/char/detail/cast_char.hpp include/boost/spirit/home/x3/char/literal_char.hpp include/boost/spirit/home/x3/char/negated_char_parser.hpp include/boost/spirit/home/x3/char/unicode.hpp include/boost/spirit/home/x3/core.hpp include/boost/spirit/home/x3/core/action.hpp include/boost/spirit/home/x3/core/call.hpp include/boost/spirit/home/x3/core/detail/parse_into_container.hpp include/boost/spirit/home/x3/core/parse.hpp include/boost/spirit/home/x3/core/parser.hpp include/boost/spirit/home/x3/core/proxy.hpp include/boost/spirit/home/x3/core/skip_over.hpp include/boost/spirit/home/x3/directive.hpp include/boost/spirit/home/x3/directive/confix.hpp include/boost/spirit/home/x3/directive/expect.hpp include/boost/spirit/home/x3/directive/lexeme.hpp include/boost/spirit/home/x3/directive/matches.hpp include/boost/spirit/home/x3/directive/no_case.hpp include/boost/spirit/home/x3/directive/no_skip.hpp include/boost/spirit/home/x3/directive/omit.hpp include/boost/spirit/home/x3/directive/raw.hpp include/boost/spirit/home/x3/directive/repeat.hpp include/boost/spirit/home/x3/directive/seek.hpp include/boost/spirit/home/x3/directive/skip.hpp include/boost/spirit/home/x3/directive/with.hpp include/boost/spirit/home/x3/nonterminal.hpp include/boost/spirit/home/x3/nonterminal/debug_handler_state.hpp include/boost/spirit/home/x3/nonterminal/detail/rule.hpp include/boost/spirit/home/x3/nonterminal/detail/transform_attribute.hpp include/boost/spirit/home/x3/nonterminal/rule.hpp include/boost/spirit/home/x3/nonterminal/simple_trace.hpp include/boost/spirit/home/x3/numeric.hpp include/boost/spirit/home/x3/numeric/bool.hpp include/boost/spirit/home/x3/numeric/bool_policies.hpp include/boost/spirit/home/x3/numeric/int.hpp include/boost/spirit/home/x3/numeric/real.hpp include/boost/spirit/home/x3/numeric/real_policies.hpp include/boost/spirit/home/x3/numeric/uint.hpp include/boost/spirit/home/x3/operator.hpp include/boost/spirit/home/x3/operator/alternative.hpp include/boost/spirit/home/x3/operator/and_predicate.hpp include/boost/spirit/home/x3/operator/detail/alternative.hpp include/boost/spirit/home/x3/operator/detail/sequence.hpp include/boost/spirit/home/x3/operator/difference.hpp include/boost/spirit/home/x3/operator/kleene.hpp include/boost/spirit/home/x3/operator/list.hpp include/boost/spirit/home/x3/operator/not_predicate.hpp include/boost/spirit/home/x3/operator/optional.hpp include/boost/spirit/home/x3/operator/plus.hpp include/boost/spirit/home/x3/operator/sequence.hpp include/boost/spirit/home/x3/string.hpp include/boost/spirit/home/x3/string/detail/no_case_string_parse.hpp include/boost/spirit/home/x3/string/detail/string_parse.hpp include/boost/spirit/home/x3/string/detail/tst.hpp include/boost/spirit/home/x3/string/literal_string.hpp include/boost/spirit/home/x3/string/symbols.hpp include/boost/spirit/home/x3/string/tst.hpp include/boost/spirit/home/x3/string/tst_map.hpp include/boost/spirit/home/x3/support/ast/position_tagged.hpp include/boost/spirit/home/x3/support/ast/variant.hpp include/boost/spirit/home/x3/support/context.hpp include/boost/spirit/home/x3/support/no_case.hpp include/boost/spirit/home/x3/support/numeric_utils/detail/extract_int.hpp include/boost/spirit/home/x3/support/numeric_utils/extract_int.hpp include/boost/spirit/home/x3/support/numeric_utils/extract_real.hpp include/boost/spirit/home/x3/support/numeric_utils/pow10.hpp include/boost/spirit/home/x3/support/numeric_utils/sign.hpp include/boost/spirit/home/x3/support/subcontext.hpp include/boost/spirit/home/x3/support/traits/attribute_category.hpp include/boost/spirit/home/x3/support/traits/attribute_of.hpp include/boost/spirit/home/x3/support/traits/attribute_type.hpp include/boost/spirit/home/x3/support/traits/container_traits.hpp include/boost/spirit/home/x3/support/traits/handles_container.hpp include/boost/spirit/home/x3/support/traits/has_attribute.hpp include/boost/spirit/home/x3/support/traits/is_parser.hpp include/boost/spirit/home/x3/support/traits/is_substitute.hpp include/boost/spirit/home/x3/support/traits/is_variant.hpp include/boost/spirit/home/x3/support/traits/make_attribute.hpp include/boost/spirit/home/x3/support/traits/move_to.hpp include/boost/spirit/home/x3/support/traits/numeric_traits.hpp include/boost/spirit/home/x3/support/traits/optional_traits.hpp include/boost/spirit/home/x3/support/traits/print_attribute.hpp include/boost/spirit/home/x3/support/traits/print_token.hpp include/boost/spirit/home/x3/support/traits/string_traits.hpp include/boost/spirit/home/x3/support/traits/transform_attribute.hpp include/boost/spirit/home/x3/support/traits/tuple_traits.hpp include/boost/spirit/home/x3/support/traits/value_traits.hpp include/boost/spirit/home/x3/support/traits/variant_find_substitute.hpp include/boost/spirit/home/x3/support/traits/variant_has_substitute.hpp include/boost/spirit/home/x3/support/unused.hpp include/boost/spirit/home/x3/support/utility/annotate_on_success.hpp include/boost/spirit/home/x3/support/utility/error_reporting.hpp include/boost/spirit/home/x3/support/utility/is_callable.hpp include/boost/spirit/home/x3/support/utility/lambda_visitor.hpp include/boost/spirit/home/x3/support/utility/sfinae.hpp include/boost/spirit/home/x3/support/utility/testing.hpp include/boost/spirit/home/x3/support/utility/unrefcv.hpp include/boost/spirit/home/x3/support/utility/utf8.hpp include/boost/spirit/home/x3/version.hpp include/boost/spirit/include/classic.hpp include/boost/spirit/include/classic_actions.hpp include/boost/spirit/include/classic_actor.hpp include/boost/spirit/include/classic_alternative.hpp include/boost/spirit/include/classic_as_parser.hpp include/boost/spirit/include/classic_assert.hpp include/boost/spirit/include/classic_assign_actor.hpp include/boost/spirit/include/classic_assign_key_actor.hpp include/boost/spirit/include/classic_ast.hpp include/boost/spirit/include/classic_ast_fwd.hpp include/boost/spirit/include/classic_attribute.hpp include/boost/spirit/include/classic_basic_chset.hpp include/boost/spirit/include/classic_chset.hpp include/boost/spirit/include/classic_chset_operators.hpp include/boost/spirit/include/classic_clear_actor.hpp include/boost/spirit/include/classic_closure.hpp include/boost/spirit/include/classic_closure_context.hpp include/boost/spirit/include/classic_closure_fwd.hpp include/boost/spirit/include/classic_common.hpp include/boost/spirit/include/classic_common_fwd.hpp include/boost/spirit/include/classic_composite.hpp include/boost/spirit/include/classic_config.hpp include/boost/spirit/include/classic_confix.hpp include/boost/spirit/include/classic_confix_fwd.hpp include/boost/spirit/include/classic_core.hpp include/boost/spirit/include/classic_debug.hpp include/boost/spirit/include/classic_debug_node.hpp include/boost/spirit/include/classic_decrement_actor.hpp include/boost/spirit/include/classic_difference.hpp include/boost/spirit/include/classic_directives.hpp include/boost/spirit/include/classic_distinct.hpp include/boost/spirit/include/classic_distinct_fwd.hpp include/boost/spirit/include/classic_dynamic.hpp include/boost/spirit/include/classic_epsilon.hpp include/boost/spirit/include/classic_erase_actor.hpp include/boost/spirit/include/classic_error_handling.hpp include/boost/spirit/include/classic_escape_char.hpp include/boost/spirit/include/classic_escape_char_fwd.hpp include/boost/spirit/include/classic_exceptions.hpp include/boost/spirit/include/classic_exceptions_fwd.hpp include/boost/spirit/include/classic_exclusive_or.hpp include/boost/spirit/include/classic_file_iterator.hpp include/boost/spirit/include/classic_file_iterator_fwd.hpp include/boost/spirit/include/classic_fixed_size_queue.hpp include/boost/spirit/include/classic_flush_multi_pass.hpp include/boost/spirit/include/classic_for.hpp include/boost/spirit/include/classic_functor_parser.hpp include/boost/spirit/include/classic_fundamental.hpp include/boost/spirit/include/classic_grammar.hpp include/boost/spirit/include/classic_grammar_def.hpp include/boost/spirit/include/classic_grammar_def_fwd.hpp include/boost/spirit/include/classic_if.hpp include/boost/spirit/include/classic_increment_actor.hpp include/boost/spirit/include/classic_insert_at_actor.hpp include/boost/spirit/include/classic_insert_key_actor.hpp include/boost/spirit/include/classic_intersection.hpp include/boost/spirit/include/classic_iterator.hpp include/boost/spirit/include/classic_kleene_star.hpp include/boost/spirit/include/classic_lazy.hpp include/boost/spirit/include/classic_list.hpp include/boost/spirit/include/classic_lists.hpp include/boost/spirit/include/classic_lists_fwd.hpp include/boost/spirit/include/classic_loops.hpp include/boost/spirit/include/classic_match.hpp include/boost/spirit/include/classic_meta.hpp include/boost/spirit/include/classic_minimal.hpp include/boost/spirit/include/classic_multi_pass.hpp include/boost/spirit/include/classic_multi_pass_fwd.hpp include/boost/spirit/include/classic_nil.hpp include/boost/spirit/include/classic_no_actions.hpp include/boost/spirit/include/classic_numerics.hpp include/boost/spirit/include/classic_numerics_fwd.hpp include/boost/spirit/include/classic_operators.hpp include/boost/spirit/include/classic_optional.hpp include/boost/spirit/include/classic_parametric.hpp include/boost/spirit/include/classic_parse_tree.hpp include/boost/spirit/include/classic_parse_tree_fwd.hpp include/boost/spirit/include/classic_parse_tree_utils.hpp include/boost/spirit/include/classic_parser.hpp include/boost/spirit/include/classic_parser_context.hpp include/boost/spirit/include/classic_parser_id.hpp include/boost/spirit/include/classic_parser_names.hpp include/boost/spirit/include/classic_parser_traits.hpp include/boost/spirit/include/classic_position_iterator.hpp include/boost/spirit/include/classic_position_iterator_fwd.hpp include/boost/spirit/include/classic_positive.hpp include/boost/spirit/include/classic_primitives.hpp include/boost/spirit/include/classic_push_back_actor.hpp include/boost/spirit/include/classic_push_front_actor.hpp include/boost/spirit/include/classic_range_run.hpp include/boost/spirit/include/classic_ref_actor.hpp include/boost/spirit/include/classic_ref_const_ref_actor.hpp include/boost/spirit/include/classic_ref_const_ref_const_ref_a.hpp include/boost/spirit/include/classic_ref_const_ref_value_actor.hpp include/boost/spirit/include/classic_ref_value_actor.hpp include/boost/spirit/include/classic_refactoring.hpp include/boost/spirit/include/classic_regex.hpp include/boost/spirit/include/classic_rule.hpp include/boost/spirit/include/classic_rule_alias.hpp include/boost/spirit/include/classic_rule_parser.hpp include/boost/spirit/include/classic_safe_bool.hpp include/boost/spirit/include/classic_scanner.hpp include/boost/spirit/include/classic_scanner_fwd.hpp include/boost/spirit/include/classic_scoped_lock.hpp include/boost/spirit/include/classic_select.hpp include/boost/spirit/include/classic_sequence.hpp include/boost/spirit/include/classic_sequential_and.hpp include/boost/spirit/include/classic_sequential_or.hpp include/boost/spirit/include/classic_skipper.hpp include/boost/spirit/include/classic_skipper_fwd.hpp include/boost/spirit/include/classic_spirit.hpp include/boost/spirit/include/classic_static.hpp include/boost/spirit/include/classic_stored_rule.hpp include/boost/spirit/include/classic_stored_rule_fwd.hpp include/boost/spirit/include/classic_subrule.hpp include/boost/spirit/include/classic_subrule_fwd.hpp include/boost/spirit/include/classic_swap_actor.hpp include/boost/spirit/include/classic_switch.hpp include/boost/spirit/include/classic_symbols.hpp include/boost/spirit/include/classic_symbols_fwd.hpp include/boost/spirit/include/classic_traverse.hpp include/boost/spirit/include/classic_tree_to_xml.hpp include/boost/spirit/include/classic_typeof.hpp include/boost/spirit/include/classic_utility.hpp include/boost/spirit/include/classic_version.hpp include/boost/spirit/include/classic_while.hpp include/boost/spirit/include/karma.hpp include/boost/spirit/include/karma_action.hpp include/boost/spirit/include/karma_alternative.hpp include/boost/spirit/include/karma_and_predicate.hpp include/boost/spirit/include/karma_as.hpp include/boost/spirit/include/karma_attr_cast.hpp include/boost/spirit/include/karma_auto.hpp include/boost/spirit/include/karma_auxiliary.hpp include/boost/spirit/include/karma_binary.hpp include/boost/spirit/include/karma_bool.hpp include/boost/spirit/include/karma_buffer.hpp include/boost/spirit/include/karma_center_alignment.hpp include/boost/spirit/include/karma_char.hpp include/boost/spirit/include/karma_char_.hpp include/boost/spirit/include/karma_char_class.hpp include/boost/spirit/include/karma_columns.hpp include/boost/spirit/include/karma_delimit.hpp include/boost/spirit/include/karma_directive.hpp include/boost/spirit/include/karma_domain.hpp include/boost/spirit/include/karma_duplicate.hpp include/boost/spirit/include/karma_eol.hpp include/boost/spirit/include/karma_eps.hpp include/boost/spirit/include/karma_format.hpp include/boost/spirit/include/karma_format_attr.hpp include/boost/spirit/include/karma_format_auto.hpp include/boost/spirit/include/karma_generate.hpp include/boost/spirit/include/karma_generate_attr.hpp include/boost/spirit/include/karma_generate_auto.hpp include/boost/spirit/include/karma_grammar.hpp include/boost/spirit/include/karma_int.hpp include/boost/spirit/include/karma_kleene.hpp include/boost/spirit/include/karma_lazy.hpp include/boost/spirit/include/karma_left_alignment.hpp include/boost/spirit/include/karma_list.hpp include/boost/spirit/include/karma_maxwidth.hpp include/boost/spirit/include/karma_no_delimit.hpp include/boost/spirit/include/karma_nonterminal.hpp include/boost/spirit/include/karma_not_predicate.hpp include/boost/spirit/include/karma_numeric.hpp include/boost/spirit/include/karma_omit.hpp include/boost/spirit/include/karma_operator.hpp include/boost/spirit/include/karma_optional.hpp include/boost/spirit/include/karma_phoenix_attributes.hpp include/boost/spirit/include/karma_plus.hpp include/boost/spirit/include/karma_real.hpp include/boost/spirit/include/karma_repeat.hpp include/boost/spirit/include/karma_right_alignment.hpp include/boost/spirit/include/karma_rule.hpp include/boost/spirit/include/karma_sequence.hpp include/boost/spirit/include/karma_stream.hpp include/boost/spirit/include/karma_strict_relaxed.hpp include/boost/spirit/include/karma_string.hpp include/boost/spirit/include/karma_symbols.hpp include/boost/spirit/include/karma_uint.hpp include/boost/spirit/include/karma_upper_lower_case.hpp include/boost/spirit/include/karma_verbatim.hpp include/boost/spirit/include/karma_what.hpp include/boost/spirit/include/lex.hpp include/boost/spirit/include/lex_char_token_def.hpp include/boost/spirit/include/lex_domain.hpp include/boost/spirit/include/lex_generate_static_lexertl.hpp include/boost/spirit/include/lex_lexer.hpp include/boost/spirit/include/lex_lexertl.hpp include/boost/spirit/include/lex_lexertl_position_token.hpp include/boost/spirit/include/lex_lexertl_token.hpp include/boost/spirit/include/lex_plain_token.hpp include/boost/spirit/include/lex_primitives.hpp include/boost/spirit/include/lex_static_lexertl.hpp include/boost/spirit/include/lex_tokenize_and_parse.hpp include/boost/spirit/include/lex_tokenize_and_parse_attr.hpp include/boost/spirit/include/phoenix.hpp include/boost/spirit/include/phoenix1.hpp include/boost/spirit/include/phoenix1_actor.hpp include/boost/spirit/include/phoenix1_binders.hpp include/boost/spirit/include/phoenix1_casts.hpp include/boost/spirit/include/phoenix1_closures.hpp include/boost/spirit/include/phoenix1_composite.hpp include/boost/spirit/include/phoenix1_functions.hpp include/boost/spirit/include/phoenix1_new.hpp include/boost/spirit/include/phoenix1_operators.hpp include/boost/spirit/include/phoenix1_primitives.hpp include/boost/spirit/include/phoenix1_special_ops.hpp include/boost/spirit/include/phoenix1_statements.hpp include/boost/spirit/include/phoenix1_tuple_helpers.hpp include/boost/spirit/include/phoenix1_tuples.hpp include/boost/spirit/include/phoenix_algorithm.hpp include/boost/spirit/include/phoenix_bind.hpp include/boost/spirit/include/phoenix_container.hpp include/boost/spirit/include/phoenix_core.hpp include/boost/spirit/include/phoenix_function.hpp include/boost/spirit/include/phoenix_fusion.hpp include/boost/spirit/include/phoenix_limits.hpp include/boost/spirit/include/phoenix_object.hpp include/boost/spirit/include/phoenix_operator.hpp include/boost/spirit/include/phoenix_scope.hpp include/boost/spirit/include/phoenix_statement.hpp include/boost/spirit/include/phoenix_stl.hpp include/boost/spirit/include/phoenix_version.hpp include/boost/spirit/include/qi.hpp include/boost/spirit/include/qi_action.hpp include/boost/spirit/include/qi_alternative.hpp include/boost/spirit/include/qi_and_predicate.hpp include/boost/spirit/include/qi_as.hpp include/boost/spirit/include/qi_as_string.hpp include/boost/spirit/include/qi_attr.hpp include/boost/spirit/include/qi_attr_cast.hpp include/boost/spirit/include/qi_auto.hpp include/boost/spirit/include/qi_auxiliary.hpp include/boost/spirit/include/qi_binary.hpp include/boost/spirit/include/qi_bool.hpp include/boost/spirit/include/qi_char.hpp include/boost/spirit/include/qi_char_.hpp include/boost/spirit/include/qi_char_class.hpp include/boost/spirit/include/qi_copy.hpp include/boost/spirit/include/qi_core.hpp include/boost/spirit/include/qi_difference.hpp include/boost/spirit/include/qi_directive.hpp include/boost/spirit/include/qi_domain.hpp include/boost/spirit/include/qi_eoi.hpp include/boost/spirit/include/qi_eol.hpp include/boost/spirit/include/qi_eps.hpp include/boost/spirit/include/qi_expect.hpp include/boost/spirit/include/qi_grammar.hpp include/boost/spirit/include/qi_hold.hpp include/boost/spirit/include/qi_int.hpp include/boost/spirit/include/qi_kleene.hpp include/boost/spirit/include/qi_lazy.hpp include/boost/spirit/include/qi_lexeme.hpp include/boost/spirit/include/qi_list.hpp include/boost/spirit/include/qi_lit.hpp include/boost/spirit/include/qi_match.hpp include/boost/spirit/include/qi_match_attr.hpp include/boost/spirit/include/qi_match_auto.hpp include/boost/spirit/include/qi_matches.hpp include/boost/spirit/include/qi_no_case.hpp include/boost/spirit/include/qi_no_skip.hpp include/boost/spirit/include/qi_nonterminal.hpp include/boost/spirit/include/qi_not_predicate.hpp include/boost/spirit/include/qi_numeric.hpp include/boost/spirit/include/qi_omit.hpp include/boost/spirit/include/qi_operator.hpp include/boost/spirit/include/qi_optional.hpp include/boost/spirit/include/qi_parse.hpp include/boost/spirit/include/qi_parse_attr.hpp include/boost/spirit/include/qi_parse_auto.hpp include/boost/spirit/include/qi_permutation.hpp include/boost/spirit/include/qi_plus.hpp include/boost/spirit/include/qi_raw.hpp include/boost/spirit/include/qi_real.hpp include/boost/spirit/include/qi_repeat.hpp include/boost/spirit/include/qi_rule.hpp include/boost/spirit/include/qi_sequence.hpp include/boost/spirit/include/qi_sequential_or.hpp include/boost/spirit/include/qi_skip.hpp include/boost/spirit/include/qi_stream.hpp include/boost/spirit/include/qi_string.hpp include/boost/spirit/include/qi_symbols.hpp include/boost/spirit/include/qi_uint.hpp include/boost/spirit/include/qi_what.hpp include/boost/spirit/include/support.hpp include/boost/spirit/include/support_adapt_adt_attributes.hpp include/boost/spirit/include/support_any.hpp include/boost/spirit/include/support_any_if.hpp include/boost/spirit/include/support_any_if_ns.hpp include/boost/spirit/include/support_any_ns.hpp include/boost/spirit/include/support_argument.hpp include/boost/spirit/include/support_ascii.hpp include/boost/spirit/include/support_attributes.hpp include/boost/spirit/include/support_attributes_fwd.hpp include/boost/spirit/include/support_auto.hpp include/boost/spirit/include/support_char_class.hpp include/boost/spirit/include/support_container.hpp include/boost/spirit/include/support_extended_variant.hpp include/boost/spirit/include/support_info.hpp include/boost/spirit/include/support_iso8859_1.hpp include/boost/spirit/include/support_istream_iterator.hpp include/boost/spirit/include/support_line_pos_iterator.hpp include/boost/spirit/include/support_locals.hpp include/boost/spirit/include/support_look_ahead.hpp include/boost/spirit/include/support_modify.hpp include/boost/spirit/include/support_multi_pass.hpp include/boost/spirit/include/support_multi_pass_fwd.hpp include/boost/spirit/include/support_ostream_iterator.hpp include/boost/spirit/include/support_standard.hpp include/boost/spirit/include/support_standard_wide.hpp include/boost/spirit/include/support_string_traits.hpp include/boost/spirit/include/support_unused.hpp include/boost/spirit/include/support_utree.hpp include/boost/spirit/include/version.hpp include/boost/spirit/repository/home/karma.hpp include/boost/spirit/repository/home/karma/directive.hpp include/boost/spirit/repository/home/karma/directive/confix.hpp include/boost/spirit/repository/home/karma/nonterminal.hpp include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp include/boost/spirit/repository/home/qi.hpp include/boost/spirit/repository/home/qi/directive.hpp include/boost/spirit/repository/home/qi/directive/confix.hpp include/boost/spirit/repository/home/qi/directive/distinct.hpp include/boost/spirit/repository/home/qi/directive/kwd.hpp include/boost/spirit/repository/home/qi/directive/seek.hpp include/boost/spirit/repository/home/qi/nonterminal.hpp include/boost/spirit/repository/home/qi/nonterminal/subrule.hpp include/boost/spirit/repository/home/qi/operator.hpp include/boost/spirit/repository/home/qi/operator/detail/keywords.hpp include/boost/spirit/repository/home/qi/operator/keywords.hpp include/boost/spirit/repository/home/qi/primitive.hpp include/boost/spirit/repository/home/qi/primitive/advance.hpp include/boost/spirit/repository/home/qi/primitive/flush_multi_pass.hpp include/boost/spirit/repository/home/qi/primitive/iter_pos.hpp include/boost/spirit/repository/home/support/confix.hpp include/boost/spirit/repository/home/support/distinct.hpp include/boost/spirit/repository/home/support/flush_multi_pass.hpp include/boost/spirit/repository/home/support/kwd.hpp include/boost/spirit/repository/home/support/seek.hpp include/boost/spirit/repository/home/support/subrule_context.hpp include/boost/spirit/repository/include/karma.hpp include/boost/spirit/repository/include/karma_confix.hpp include/boost/spirit/repository/include/karma_directive.hpp include/boost/spirit/repository/include/karma_nonterminal.hpp include/boost/spirit/repository/include/karma_subrule.hpp include/boost/spirit/repository/include/qi.hpp include/boost/spirit/repository/include/qi_advance.hpp include/boost/spirit/repository/include/qi_confix.hpp include/boost/spirit/repository/include/qi_directive.hpp include/boost/spirit/repository/include/qi_distinct.hpp include/boost/spirit/repository/include/qi_flush_multi_pass.hpp include/boost/spirit/repository/include/qi_iter_pos.hpp include/boost/spirit/repository/include/qi_keywords.hpp include/boost/spirit/repository/include/qi_kwd.hpp include/boost/spirit/repository/include/qi_nonterminal.hpp include/boost/spirit/repository/include/qi_primitive.hpp include/boost/spirit/repository/include/qi_seek.hpp include/boost/spirit/repository/include/qi_subrule.hpp include/boost/spirit/version.hpp include/boost/statechart/asynchronous_state_machine.hpp include/boost/statechart/custom_reaction.hpp include/boost/statechart/deep_history.hpp include/boost/statechart/deferral.hpp include/boost/statechart/detail/avoid_unused_warning.hpp include/boost/statechart/detail/constructor.hpp include/boost/statechart/detail/counted_base.hpp include/boost/statechart/detail/leaf_state.hpp include/boost/statechart/detail/memory.hpp include/boost/statechart/detail/node_state.hpp include/boost/statechart/detail/reaction_dispatcher.hpp include/boost/statechart/detail/rtti_policy.hpp include/boost/statechart/detail/state_base.hpp include/boost/statechart/event.hpp include/boost/statechart/event_base.hpp include/boost/statechart/event_processor.hpp include/boost/statechart/exception_translator.hpp include/boost/statechart/fifo_scheduler.hpp include/boost/statechart/fifo_worker.hpp include/boost/statechart/history.hpp include/boost/statechart/in_state_reaction.hpp include/boost/statechart/null_exception_translator.hpp include/boost/statechart/processor_container.hpp include/boost/statechart/result.hpp include/boost/statechart/shallow_history.hpp include/boost/statechart/simple_state.hpp include/boost/statechart/state.hpp include/boost/statechart/state_machine.hpp include/boost/statechart/termination.hpp include/boost/statechart/transition.hpp include/boost/static_assert.hpp include/boost/swap.hpp include/boost/system/api_config.hpp include/boost/system/config.hpp include/boost/system/cygwin_error.hpp include/boost/system/detail/error_code.ipp include/boost/system/detail/local_free_on_destruction.hpp include/boost/system/error_code.hpp include/boost/system/linux_error.hpp include/boost/system/system_error.hpp include/boost/system/windows_error.hpp include/boost/test/auto_unit_test.hpp include/boost/test/data/config.hpp include/boost/test/data/dataset.hpp include/boost/test/data/for_each_sample.hpp include/boost/test/data/generators.hpp include/boost/test/data/index_sequence.hpp include/boost/test/data/monomorphic.hpp include/boost/test/data/monomorphic/array.hpp include/boost/test/data/monomorphic/collection.hpp include/boost/test/data/monomorphic/fwd.hpp include/boost/test/data/monomorphic/generate.hpp include/boost/test/data/monomorphic/generators.hpp include/boost/test/data/monomorphic/generators/keywords.hpp include/boost/test/data/monomorphic/generators/random.hpp include/boost/test/data/monomorphic/generators/xrange.hpp include/boost/test/data/monomorphic/grid.hpp include/boost/test/data/monomorphic/initializer_list.hpp include/boost/test/data/monomorphic/join.hpp include/boost/test/data/monomorphic/sample_merge.hpp include/boost/test/data/monomorphic/singleton.hpp include/boost/test/data/monomorphic/zip.hpp include/boost/test/data/size.hpp include/boost/test/data/test_case.hpp include/boost/test/debug.hpp include/boost/test/debug_config.hpp include/boost/test/detail/config.hpp include/boost/test/detail/enable_warnings.hpp include/boost/test/detail/fwd_decl.hpp include/boost/test/detail/global_typedef.hpp include/boost/test/detail/log_level.hpp include/boost/test/detail/pp_variadic.hpp include/boost/test/detail/suppress_warnings.hpp include/boost/test/detail/throw_exception.hpp include/boost/test/detail/workaround.hpp include/boost/test/execution_monitor.hpp include/boost/test/floating_point_comparison.hpp include/boost/test/framework.hpp include/boost/test/impl/compiler_log_formatter.ipp include/boost/test/impl/cpp_main.ipp include/boost/test/impl/debug.ipp include/boost/test/impl/decorator.ipp include/boost/test/impl/execution_monitor.ipp include/boost/test/impl/framework.ipp include/boost/test/impl/junit_log_formatter.ipp include/boost/test/impl/plain_report_formatter.ipp include/boost/test/impl/progress_monitor.ipp include/boost/test/impl/results_collector.ipp include/boost/test/impl/results_reporter.ipp include/boost/test/impl/test_main.ipp include/boost/test/impl/test_tools.ipp include/boost/test/impl/test_tree.ipp include/boost/test/impl/unit_test_log.ipp include/boost/test/impl/unit_test_main.ipp include/boost/test/impl/unit_test_monitor.ipp include/boost/test/impl/unit_test_parameters.ipp include/boost/test/impl/xml_log_formatter.ipp include/boost/test/impl/xml_report_formatter.ipp include/boost/test/included/execution_monitor.hpp include/boost/test/included/prg_exec_monitor.hpp include/boost/test/included/test_exec_monitor.hpp include/boost/test/included/unit_test.hpp include/boost/test/included/unit_test_framework.hpp include/boost/test/minimal.hpp include/boost/test/output/compiler_log_formatter.hpp include/boost/test/output/junit_log_formatter.hpp include/boost/test/output/plain_report_formatter.hpp include/boost/test/output/xml_log_formatter.hpp include/boost/test/output/xml_report_formatter.hpp include/boost/test/output_test_stream.hpp include/boost/test/parameterized_test.hpp include/boost/test/predicate_result.hpp include/boost/test/prg_exec_monitor.hpp include/boost/test/progress_monitor.hpp include/boost/test/results_collector.hpp include/boost/test/results_reporter.hpp include/boost/test/test_case_template.hpp include/boost/test/test_exec_monitor.hpp include/boost/test/test_tools.hpp include/boost/test/tools/assertion.hpp include/boost/test/tools/assertion_result.hpp include/boost/test/tools/collection_comparison_op.hpp include/boost/test/tools/context.hpp include/boost/test/tools/cstring_comparison_op.hpp include/boost/test/tools/detail/bitwise_manip.hpp include/boost/test/tools/detail/expression_holder.hpp include/boost/test/tools/detail/fwd.hpp include/boost/test/tools/detail/indirections.hpp include/boost/test/tools/detail/it_pair.hpp include/boost/test/tools/detail/lexicographic_manip.hpp include/boost/test/tools/detail/per_element_manip.hpp include/boost/test/tools/detail/print_helper.hpp include/boost/test/tools/detail/tolerance_manip.hpp include/boost/test/tools/floating_point_comparison.hpp include/boost/test/tools/fpc_op.hpp include/boost/test/tools/fpc_tolerance.hpp include/boost/test/tools/interface.hpp include/boost/test/tools/old/impl.hpp include/boost/test/tools/old/interface.hpp include/boost/test/tools/output_test_stream.hpp include/boost/test/tree/auto_registration.hpp include/boost/test/tree/decorator.hpp include/boost/test/tree/fixture.hpp include/boost/test/tree/global_fixture.hpp include/boost/test/tree/observer.hpp include/boost/test/tree/test_case_counter.hpp include/boost/test/tree/test_case_template.hpp include/boost/test/tree/test_unit.hpp include/boost/test/tree/traverse.hpp include/boost/test/tree/visitor.hpp include/boost/test/unit_test.hpp include/boost/test/unit_test_log.hpp include/boost/test/unit_test_log_formatter.hpp include/boost/test/unit_test_monitor.hpp include/boost/test/unit_test_parameters.hpp include/boost/test/unit_test_suite.hpp include/boost/test/utils/algorithm.hpp include/boost/test/utils/assign_op.hpp include/boost/test/utils/basic_cstring/basic_cstring.hpp include/boost/test/utils/basic_cstring/basic_cstring_fwd.hpp include/boost/test/utils/basic_cstring/bcs_char_traits.hpp include/boost/test/utils/basic_cstring/compare.hpp include/boost/test/utils/basic_cstring/io.hpp include/boost/test/utils/class_properties.hpp include/boost/test/utils/custom_manip.hpp include/boost/test/utils/foreach.hpp include/boost/test/utils/is_cstring.hpp include/boost/test/utils/is_forward_iterable.hpp include/boost/test/utils/iterator/input_iterator_facade.hpp include/boost/test/utils/iterator/token_iterator.hpp include/boost/test/utils/lazy_ostream.hpp include/boost/test/utils/named_params.hpp include/boost/test/utils/nullstream.hpp include/boost/test/utils/rtti.hpp include/boost/test/utils/runtime/argument.hpp include/boost/test/utils/runtime/argument_factory.hpp include/boost/test/utils/runtime/cla/argv_traverser.hpp include/boost/test/utils/runtime/cla/parser.hpp include/boost/test/utils/runtime/env/fetch.hpp include/boost/test/utils/runtime/errors.hpp include/boost/test/utils/runtime/finalize.hpp include/boost/test/utils/runtime/fwd.hpp include/boost/test/utils/runtime/modifier.hpp include/boost/test/utils/runtime/parameter.hpp include/boost/test/utils/setcolor.hpp include/boost/test/utils/string_cast.hpp include/boost/test/utils/trivial_singleton.hpp include/boost/test/utils/wrap_stringstream.hpp include/boost/test/utils/xml_printer.hpp include/boost/thread.hpp include/boost/thread/barrier.hpp include/boost/thread/caller_context.hpp include/boost/thread/completion_latch.hpp include/boost/thread/concurrent_queues/deque_adaptor.hpp include/boost/thread/concurrent_queues/deque_base.hpp include/boost/thread/concurrent_queues/deque_views.hpp include/boost/thread/concurrent_queues/detail/sync_deque_base.hpp include/boost/thread/concurrent_queues/detail/sync_queue_base.hpp include/boost/thread/concurrent_queues/queue_adaptor.hpp include/boost/thread/concurrent_queues/queue_base.hpp include/boost/thread/concurrent_queues/queue_op_status.hpp include/boost/thread/concurrent_queues/queue_views.hpp include/boost/thread/concurrent_queues/sync_bounded_queue.hpp include/boost/thread/concurrent_queues/sync_deque.hpp include/boost/thread/concurrent_queues/sync_priority_queue.hpp include/boost/thread/concurrent_queues/sync_queue.hpp include/boost/thread/concurrent_queues/sync_timed_queue.hpp include/boost/thread/condition.hpp include/boost/thread/condition_variable.hpp include/boost/thread/csbl/deque.hpp include/boost/thread/csbl/devector.hpp include/boost/thread/csbl/functional.hpp include/boost/thread/csbl/list.hpp include/boost/thread/csbl/memory.hpp include/boost/thread/csbl/memory/allocator_arg.hpp include/boost/thread/csbl/memory/allocator_traits.hpp include/boost/thread/csbl/memory/config.hpp include/boost/thread/csbl/memory/default_delete.hpp include/boost/thread/csbl/memory/pointer_traits.hpp include/boost/thread/csbl/memory/scoped_allocator.hpp include/boost/thread/csbl/memory/shared_ptr.hpp include/boost/thread/csbl/memory/unique_ptr.hpp include/boost/thread/csbl/queue.hpp include/boost/thread/csbl/tuple.hpp include/boost/thread/csbl/vector.hpp include/boost/thread/cv_status.hpp include/boost/thread/detail/config.hpp include/boost/thread/detail/counter.hpp include/boost/thread/detail/delete.hpp include/boost/thread/detail/force_cast.hpp include/boost/thread/detail/function_wrapper.hpp include/boost/thread/detail/invoke.hpp include/boost/thread/detail/invoker.hpp include/boost/thread/detail/is_convertible.hpp include/boost/thread/detail/lockable_wrapper.hpp include/boost/thread/detail/log.hpp include/boost/thread/detail/make_tuple_indices.hpp include/boost/thread/detail/memory.hpp include/boost/thread/detail/move.hpp include/boost/thread/detail/nullary_function.hpp include/boost/thread/detail/platform.hpp include/boost/thread/detail/singleton.hpp include/boost/thread/detail/thread.hpp include/boost/thread/detail/thread_group.hpp include/boost/thread/detail/thread_heap_alloc.hpp include/boost/thread/detail/thread_interruption.hpp include/boost/thread/detail/tss_hooks.hpp include/boost/thread/detail/variadic_footer.hpp include/boost/thread/detail/variadic_header.hpp include/boost/thread/exceptional_ptr.hpp include/boost/thread/exceptions.hpp include/boost/thread/executor.hpp include/boost/thread/executors/basic_thread_pool.hpp include/boost/thread/executors/detail/priority_executor_base.hpp include/boost/thread/executors/detail/scheduled_executor_base.hpp include/boost/thread/executors/executor.hpp include/boost/thread/executors/executor_adaptor.hpp include/boost/thread/executors/generic_executor_ref.hpp include/boost/thread/executors/inline_executor.hpp include/boost/thread/executors/loop_executor.hpp include/boost/thread/executors/scheduled_thread_pool.hpp include/boost/thread/executors/scheduler.hpp include/boost/thread/executors/scheduling_adaptor.hpp include/boost/thread/executors/serial_executor.hpp include/boost/thread/executors/serial_executor_cont.hpp include/boost/thread/executors/thread_executor.hpp include/boost/thread/executors/work.hpp include/boost/thread/experimental/config/inline_namespace.hpp include/boost/thread/experimental/exception_list.hpp include/boost/thread/experimental/parallel/v1/exception_list.hpp include/boost/thread/experimental/parallel/v1/inline_namespace.hpp include/boost/thread/experimental/parallel/v2/inline_namespace.hpp include/boost/thread/experimental/parallel/v2/task_region.hpp include/boost/thread/experimental/task_region.hpp include/boost/thread/externally_locked.hpp include/boost/thread/externally_locked_stream.hpp include/boost/thread/future.hpp include/boost/thread/futures/future_error.hpp include/boost/thread/futures/future_error_code.hpp include/boost/thread/futures/future_status.hpp include/boost/thread/futures/is_future_type.hpp include/boost/thread/futures/launch.hpp include/boost/thread/futures/wait_for_all.hpp include/boost/thread/futures/wait_for_any.hpp include/boost/thread/is_locked_by_this_thread.hpp include/boost/thread/latch.hpp include/boost/thread/lock_algorithms.hpp include/boost/thread/lock_concepts.hpp include/boost/thread/lock_factories.hpp include/boost/thread/lock_guard.hpp include/boost/thread/lock_options.hpp include/boost/thread/lock_traits.hpp include/boost/thread/lock_types.hpp include/boost/thread/lockable_adapter.hpp include/boost/thread/lockable_concepts.hpp include/boost/thread/lockable_traits.hpp include/boost/thread/locks.hpp include/boost/thread/mutex.hpp include/boost/thread/null_mutex.hpp include/boost/thread/once.hpp include/boost/thread/ostream_buffer.hpp include/boost/thread/poly_lockable.hpp include/boost/thread/poly_lockable_adapter.hpp include/boost/thread/poly_shared_lockable.hpp include/boost/thread/poly_shared_lockable_adapter.hpp include/boost/thread/pthread/condition_variable.hpp include/boost/thread/pthread/condition_variable_fwd.hpp include/boost/thread/pthread/mutex.hpp include/boost/thread/pthread/once.hpp include/boost/thread/pthread/once_atomic.hpp include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp include/boost/thread/pthread/recursive_mutex.hpp include/boost/thread/pthread/shared_mutex.hpp include/boost/thread/pthread/shared_mutex_assert.hpp include/boost/thread/pthread/thread_data.hpp include/boost/thread/pthread/thread_heap_alloc.hpp include/boost/thread/pthread/timespec.hpp include/boost/thread/recursive_mutex.hpp include/boost/thread/reverse_lock.hpp include/boost/thread/scoped_thread.hpp include/boost/thread/shared_lock_guard.hpp include/boost/thread/shared_mutex.hpp include/boost/thread/strict_lock.hpp include/boost/thread/sync_bounded_queue.hpp include/boost/thread/sync_queue.hpp include/boost/thread/synchronized_value.hpp include/boost/thread/testable_mutex.hpp include/boost/thread/thread.hpp include/boost/thread/thread_functors.hpp include/boost/thread/thread_guard.hpp include/boost/thread/thread_only.hpp include/boost/thread/thread_pool.hpp include/boost/thread/thread_time.hpp include/boost/thread/tss.hpp include/boost/thread/user_scheduler.hpp include/boost/thread/v2/shared_mutex.hpp include/boost/thread/v2/thread.hpp include/boost/thread/win32/basic_recursive_mutex.hpp include/boost/thread/win32/basic_timed_mutex.hpp include/boost/thread/win32/condition_variable.hpp include/boost/thread/win32/interlocked_read.hpp include/boost/thread/win32/mfc_thread_init.hpp include/boost/thread/win32/mutex.hpp include/boost/thread/win32/once.hpp include/boost/thread/win32/recursive_mutex.hpp include/boost/thread/win32/shared_mutex.hpp include/boost/thread/win32/thread_data.hpp include/boost/thread/win32/thread_heap_alloc.hpp include/boost/thread/win32/thread_primitives.hpp include/boost/thread/with_lock_guard.hpp include/boost/thread/xtime.hpp include/boost/throw_exception.hpp include/boost/timer.hpp include/boost/timer/config.hpp include/boost/timer/timer.hpp include/boost/token_functions.hpp include/boost/token_iterator.hpp include/boost/tokenizer.hpp include/boost/tr1/array.hpp include/boost/tr1/cmath.hpp include/boost/tr1/complex.hpp include/boost/tr1/detail/config.hpp include/boost/tr1/detail/config_all.hpp include/boost/tr1/detail/functor2iterator.hpp include/boost/tr1/detail/math_overloads.hpp include/boost/tr1/functional.hpp include/boost/tr1/memory.hpp include/boost/tr1/random.hpp include/boost/tr1/regex.hpp include/boost/tr1/tr1/algorithm include/boost/tr1/tr1/array include/boost/tr1/tr1/bcc32/array.h include/boost/tr1/tr1/bcc32/random.h include/boost/tr1/tr1/bcc32/regex.h include/boost/tr1/tr1/bcc32/tuple.h include/boost/tr1/tr1/bcc32/type_tra.h include/boost/tr1/tr1/bcc32/unordere.h include/boost/tr1/tr1/bitset include/boost/tr1/tr1/cmath include/boost/tr1/tr1/complex include/boost/tr1/tr1/deque include/boost/tr1/tr1/exception include/boost/tr1/tr1/fstream include/boost/tr1/tr1/functional include/boost/tr1/tr1/iomanip include/boost/tr1/tr1/ios include/boost/tr1/tr1/iostream include/boost/tr1/tr1/istream include/boost/tr1/tr1/iterator include/boost/tr1/tr1/limits include/boost/tr1/tr1/list include/boost/tr1/tr1/locale include/boost/tr1/tr1/map include/boost/tr1/tr1/memory include/boost/tr1/tr1/new include/boost/tr1/tr1/numeric include/boost/tr1/tr1/ostream include/boost/tr1/tr1/queue include/boost/tr1/tr1/random include/boost/tr1/tr1/regex include/boost/tr1/tr1/set include/boost/tr1/tr1/sstream include/boost/tr1/tr1/stack include/boost/tr1/tr1/stdexcept include/boost/tr1/tr1/streambuf include/boost/tr1/tr1/string include/boost/tr1/tr1/strstream include/boost/tr1/tr1/sun/algorithm.SUNWCCh include/boost/tr1/tr1/sun/array.SUNWCCh include/boost/tr1/tr1/sun/bcc32.SUNWCCh include/boost/tr1/tr1/sun/bitset.SUNWCCh include/boost/tr1/tr1/sun/cmath.SUNWCCh include/boost/tr1/tr1/sun/complex.SUNWCCh include/boost/tr1/tr1/sun/deque.SUNWCCh include/boost/tr1/tr1/sun/exception.SUNWCCh include/boost/tr1/tr1/sun/fstream.SUNWCCh include/boost/tr1/tr1/sun/functional.SUNWCCh include/boost/tr1/tr1/sun/iomanip.SUNWCCh include/boost/tr1/tr1/sun/ios.SUNWCCh include/boost/tr1/tr1/sun/iostream.SUNWCCh include/boost/tr1/tr1/sun/istream.SUNWCCh include/boost/tr1/tr1/sun/iterator.SUNWCCh include/boost/tr1/tr1/sun/limits.SUNWCCh include/boost/tr1/tr1/sun/list.SUNWCCh include/boost/tr1/tr1/sun/locale.SUNWCCh include/boost/tr1/tr1/sun/map.SUNWCCh include/boost/tr1/tr1/sun/memory.SUNWCCh include/boost/tr1/tr1/sun/new.SUNWCCh include/boost/tr1/tr1/sun/numeric.SUNWCCh include/boost/tr1/tr1/sun/ostream.SUNWCCh include/boost/tr1/tr1/sun/queue.SUNWCCh include/boost/tr1/tr1/sun/random.SUNWCCh include/boost/tr1/tr1/sun/regex.SUNWCCh include/boost/tr1/tr1/sun/set.SUNWCCh include/boost/tr1/tr1/sun/sstream.SUNWCCh include/boost/tr1/tr1/sun/stack.SUNWCCh include/boost/tr1/tr1/sun/stdexcept.SUNWCCh include/boost/tr1/tr1/sun/streambuf.SUNWCCh include/boost/tr1/tr1/sun/string.SUNWCCh include/boost/tr1/tr1/sun/strstream.SUNWCCh include/boost/tr1/tr1/sun/sun.SUNWCCh include/boost/tr1/tr1/sun/tuple.SUNWCCh include/boost/tr1/tr1/sun/type_traits.SUNWCCh include/boost/tr1/tr1/sun/typeinfo.SUNWCCh include/boost/tr1/tr1/sun/unordered_map.SUNWCCh include/boost/tr1/tr1/sun/unordered_set.SUNWCCh include/boost/tr1/tr1/sun/utility.SUNWCCh include/boost/tr1/tr1/sun/valarray.SUNWCCh include/boost/tr1/tr1/sun/vector.SUNWCCh include/boost/tr1/tr1/tuple include/boost/tr1/tr1/type_traits include/boost/tr1/tr1/typeinfo include/boost/tr1/tr1/unordered_map include/boost/tr1/tr1/unordered_set include/boost/tr1/tr1/utility include/boost/tr1/tr1/valarray include/boost/tr1/tr1/vector include/boost/tr1/tuple.hpp include/boost/tr1/type_traits.hpp include/boost/tr1/unordered_map.hpp include/boost/tr1/unordered_set.hpp include/boost/tr1/utility.hpp include/boost/tti/detail/dcomp_mem_fun.hpp include/boost/tti/detail/ddata.hpp include/boost/tti/detail/ddeftype.hpp include/boost/tti/detail/dftclass.hpp include/boost/tti/detail/dfunction.hpp include/boost/tti/detail/dlambda.hpp include/boost/tti/detail/dmem_data.hpp include/boost/tti/detail/dmem_fun.hpp include/boost/tti/detail/dmem_type.hpp include/boost/tti/detail/dmetafunc.hpp include/boost/tti/detail/dnotype.hpp include/boost/tti/detail/dnullptr.hpp include/boost/tti/detail/dplaceholder.hpp include/boost/tti/detail/dptmf.hpp include/boost/tti/detail/dstatic_mem_data.hpp include/boost/tti/detail/dstatic_mem_fun.hpp include/boost/tti/detail/dtclass.hpp include/boost/tti/detail/dtemplate.hpp include/boost/tti/detail/dtemplate_params.hpp include/boost/tti/detail/dtfunction.hpp include/boost/tti/detail/dtype.hpp include/boost/tti/detail/dvm_template_params.hpp include/boost/tti/gen/has_data_gen.hpp include/boost/tti/gen/has_function_gen.hpp include/boost/tti/gen/has_member_data_gen.hpp include/boost/tti/gen/has_member_function_gen.hpp include/boost/tti/gen/has_static_member_data_gen.hpp include/boost/tti/gen/has_static_member_function_gen.hpp include/boost/tti/gen/has_template_gen.hpp include/boost/tti/gen/has_type_gen.hpp include/boost/tti/gen/member_type_gen.hpp include/boost/tti/gen/namespace_gen.hpp include/boost/tti/has_data.hpp include/boost/tti/has_function.hpp include/boost/tti/has_member_data.hpp include/boost/tti/has_member_function.hpp include/boost/tti/has_static_member_data.hpp include/boost/tti/has_static_member_function.hpp include/boost/tti/has_template.hpp include/boost/tti/has_type.hpp include/boost/tti/member_type.hpp include/boost/tti/tti.hpp include/boost/tuple/detail/tuple_basic.hpp include/boost/tuple/tuple.hpp include/boost/tuple/tuple_comparison.hpp include/boost/tuple/tuple_io.hpp include/boost/type.hpp include/boost/type_erasure/any.hpp include/boost/type_erasure/any_cast.hpp include/boost/type_erasure/binding.hpp include/boost/type_erasure/binding_of.hpp include/boost/type_erasure/builtin.hpp include/boost/type_erasure/call.hpp include/boost/type_erasure/callable.hpp include/boost/type_erasure/check_match.hpp include/boost/type_erasure/concept_interface.hpp include/boost/type_erasure/concept_of.hpp include/boost/type_erasure/config.hpp include/boost/type_erasure/constructible.hpp include/boost/type_erasure/deduced.hpp include/boost/type_erasure/derived.hpp include/boost/type_erasure/detail/access.hpp include/boost/type_erasure/detail/adapt_to_vtable.hpp include/boost/type_erasure/detail/any_base.hpp include/boost/type_erasure/detail/auto_link.hpp include/boost/type_erasure/detail/check_call.hpp include/boost/type_erasure/detail/check_map.hpp include/boost/type_erasure/detail/const.hpp include/boost/type_erasure/detail/construct.hpp include/boost/type_erasure/detail/dynamic_vtable.hpp include/boost/type_erasure/detail/extract_concept.hpp include/boost/type_erasure/detail/get_placeholders.hpp include/boost/type_erasure/detail/get_signature.hpp include/boost/type_erasure/detail/instantiate.hpp include/boost/type_erasure/detail/macro.hpp include/boost/type_erasure/detail/normalize.hpp include/boost/type_erasure/detail/normalize_deduced.hpp include/boost/type_erasure/detail/null.hpp include/boost/type_erasure/detail/rebind_placeholders.hpp include/boost/type_erasure/detail/storage.hpp include/boost/type_erasure/detail/vtable.hpp include/boost/type_erasure/dynamic_any_cast.hpp include/boost/type_erasure/dynamic_binding.hpp include/boost/type_erasure/exception.hpp include/boost/type_erasure/free.hpp include/boost/type_erasure/is_empty.hpp include/boost/type_erasure/is_placeholder.hpp include/boost/type_erasure/is_subconcept.hpp include/boost/type_erasure/iterator.hpp include/boost/type_erasure/member.hpp include/boost/type_erasure/operators.hpp include/boost/type_erasure/param.hpp include/boost/type_erasure/placeholder.hpp include/boost/type_erasure/placeholder_of.hpp include/boost/type_erasure/rebind_any.hpp include/boost/type_erasure/register_binding.hpp include/boost/type_erasure/relaxed.hpp include/boost/type_erasure/require_match.hpp include/boost/type_erasure/same_type.hpp include/boost/type_erasure/static_binding.hpp include/boost/type_erasure/tuple.hpp include/boost/type_erasure/typeid_of.hpp include/boost/type_index.hpp include/boost/type_index/ctti_type_index.hpp include/boost/type_index/detail/compile_time_type_info.hpp include/boost/type_index/detail/ctti_register_class.hpp include/boost/type_index/detail/stl_register_class.hpp include/boost/type_index/runtime_cast.hpp include/boost/type_index/runtime_cast/boost_shared_ptr_cast.hpp include/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp include/boost/type_index/runtime_cast/pointer_cast.hpp include/boost/type_index/runtime_cast/reference_cast.hpp include/boost/type_index/runtime_cast/register_runtime_class.hpp include/boost/type_index/runtime_cast/std_shared_ptr_cast.hpp include/boost/type_index/stl_type_index.hpp include/boost/type_index/type_index_facade.hpp include/boost/type_traits.hpp include/boost/type_traits/add_const.hpp include/boost/type_traits/add_cv.hpp include/boost/type_traits/add_lvalue_reference.hpp include/boost/type_traits/add_pointer.hpp include/boost/type_traits/add_reference.hpp include/boost/type_traits/add_rvalue_reference.hpp include/boost/type_traits/add_volatile.hpp include/boost/type_traits/aligned_storage.hpp include/boost/type_traits/alignment_of.hpp include/boost/type_traits/alignment_traits.hpp include/boost/type_traits/arithmetic_traits.hpp include/boost/type_traits/array_traits.hpp include/boost/type_traits/broken_compiler_spec.hpp include/boost/type_traits/common_type.hpp include/boost/type_traits/composite_traits.hpp include/boost/type_traits/conditional.hpp include/boost/type_traits/config.hpp include/boost/type_traits/conversion_traits.hpp include/boost/type_traits/copy_cv.hpp include/boost/type_traits/cv_traits.hpp include/boost/type_traits/decay.hpp include/boost/type_traits/declval.hpp include/boost/type_traits/detail/bool_trait_def.hpp include/boost/type_traits/detail/bool_trait_undef.hpp include/boost/type_traits/detail/common_arithmetic_type.hpp include/boost/type_traits/detail/common_type_impl.hpp include/boost/type_traits/detail/composite_member_pointer_type.hpp include/boost/type_traits/detail/composite_pointer_type.hpp include/boost/type_traits/detail/config.hpp include/boost/type_traits/detail/has_binary_operator.hpp include/boost/type_traits/detail/has_postfix_operator.hpp include/boost/type_traits/detail/has_prefix_operator.hpp include/boost/type_traits/detail/ice_and.hpp include/boost/type_traits/detail/ice_eq.hpp include/boost/type_traits/detail/ice_not.hpp include/boost/type_traits/detail/ice_or.hpp include/boost/type_traits/detail/is_function_ptr_helper.hpp include/boost/type_traits/detail/is_function_ptr_tester.hpp include/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp include/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp include/boost/type_traits/detail/mp_defer.hpp include/boost/type_traits/detail/template_arity_spec.hpp include/boost/type_traits/detail/yes_no_type.hpp include/boost/type_traits/extent.hpp include/boost/type_traits/floating_point_promotion.hpp include/boost/type_traits/function_traits.hpp include/boost/type_traits/has_bit_and.hpp include/boost/type_traits/has_bit_and_assign.hpp include/boost/type_traits/has_bit_or.hpp include/boost/type_traits/has_bit_or_assign.hpp include/boost/type_traits/has_bit_xor.hpp include/boost/type_traits/has_bit_xor_assign.hpp include/boost/type_traits/has_complement.hpp include/boost/type_traits/has_dereference.hpp include/boost/type_traits/has_divides.hpp include/boost/type_traits/has_divides_assign.hpp include/boost/type_traits/has_equal_to.hpp include/boost/type_traits/has_greater.hpp include/boost/type_traits/has_greater_equal.hpp include/boost/type_traits/has_left_shift.hpp include/boost/type_traits/has_left_shift_assign.hpp include/boost/type_traits/has_less.hpp include/boost/type_traits/has_less_equal.hpp include/boost/type_traits/has_logical_and.hpp include/boost/type_traits/has_logical_not.hpp include/boost/type_traits/has_logical_or.hpp include/boost/type_traits/has_minus.hpp include/boost/type_traits/has_minus_assign.hpp include/boost/type_traits/has_modulus.hpp include/boost/type_traits/has_modulus_assign.hpp include/boost/type_traits/has_multiplies.hpp include/boost/type_traits/has_multiplies_assign.hpp include/boost/type_traits/has_negate.hpp include/boost/type_traits/has_new_operator.hpp include/boost/type_traits/has_not_equal_to.hpp include/boost/type_traits/has_nothrow_assign.hpp include/boost/type_traits/has_nothrow_constructor.hpp include/boost/type_traits/has_nothrow_copy.hpp include/boost/type_traits/has_nothrow_destructor.hpp include/boost/type_traits/has_operator.hpp include/boost/type_traits/has_plus.hpp include/boost/type_traits/has_plus_assign.hpp include/boost/type_traits/has_post_decrement.hpp include/boost/type_traits/has_post_increment.hpp include/boost/type_traits/has_pre_decrement.hpp include/boost/type_traits/has_pre_increment.hpp include/boost/type_traits/has_right_shift.hpp include/boost/type_traits/has_right_shift_assign.hpp include/boost/type_traits/has_trivial_assign.hpp include/boost/type_traits/has_trivial_constructor.hpp include/boost/type_traits/has_trivial_copy.hpp include/boost/type_traits/has_trivial_destructor.hpp include/boost/type_traits/has_trivial_move_assign.hpp include/boost/type_traits/has_trivial_move_constructor.hpp include/boost/type_traits/has_unary_minus.hpp include/boost/type_traits/has_unary_plus.hpp include/boost/type_traits/has_virtual_destructor.hpp include/boost/type_traits/ice.hpp include/boost/type_traits/integral_constant.hpp include/boost/type_traits/integral_promotion.hpp include/boost/type_traits/intrinsics.hpp include/boost/type_traits/is_abstract.hpp include/boost/type_traits/is_arithmetic.hpp include/boost/type_traits/is_array.hpp include/boost/type_traits/is_assignable.hpp include/boost/type_traits/is_base_and_derived.hpp include/boost/type_traits/is_base_of.hpp include/boost/type_traits/is_base_of_tr1.hpp include/boost/type_traits/is_class.hpp include/boost/type_traits/is_complex.hpp include/boost/type_traits/is_compound.hpp include/boost/type_traits/is_const.hpp include/boost/type_traits/is_constructible.hpp include/boost/type_traits/is_convertible.hpp include/boost/type_traits/is_copy_assignable.hpp include/boost/type_traits/is_copy_constructible.hpp include/boost/type_traits/is_default_constructible.hpp include/boost/type_traits/is_destructible.hpp include/boost/type_traits/is_empty.hpp include/boost/type_traits/is_enum.hpp include/boost/type_traits/is_final.hpp include/boost/type_traits/is_float.hpp include/boost/type_traits/is_floating_point.hpp include/boost/type_traits/is_function.hpp include/boost/type_traits/is_fundamental.hpp include/boost/type_traits/is_integral.hpp include/boost/type_traits/is_lvalue_reference.hpp include/boost/type_traits/is_member_function_pointer.hpp include/boost/type_traits/is_member_object_pointer.hpp include/boost/type_traits/is_member_pointer.hpp include/boost/type_traits/is_nothrow_move_assignable.hpp include/boost/type_traits/is_nothrow_move_constructible.hpp include/boost/type_traits/is_object.hpp include/boost/type_traits/is_pod.hpp include/boost/type_traits/is_pointer.hpp include/boost/type_traits/is_polymorphic.hpp include/boost/type_traits/is_reference.hpp include/boost/type_traits/is_rvalue_reference.hpp include/boost/type_traits/is_same.hpp include/boost/type_traits/is_scalar.hpp include/boost/type_traits/is_signed.hpp include/boost/type_traits/is_stateless.hpp include/boost/type_traits/is_union.hpp include/boost/type_traits/is_unsigned.hpp include/boost/type_traits/is_virtual_base_of.hpp include/boost/type_traits/is_void.hpp include/boost/type_traits/is_volatile.hpp include/boost/type_traits/make_signed.hpp include/boost/type_traits/make_unsigned.hpp include/boost/type_traits/make_void.hpp include/boost/type_traits/object_traits.hpp include/boost/type_traits/promote.hpp include/boost/type_traits/rank.hpp include/boost/type_traits/reference_traits.hpp include/boost/type_traits/remove_all_extents.hpp include/boost/type_traits/remove_bounds.hpp include/boost/type_traits/remove_const.hpp include/boost/type_traits/remove_cv.hpp include/boost/type_traits/remove_extent.hpp include/boost/type_traits/remove_pointer.hpp include/boost/type_traits/remove_reference.hpp include/boost/type_traits/remove_volatile.hpp include/boost/type_traits/same_traits.hpp include/boost/type_traits/transform_traits.hpp include/boost/type_traits/type_identity.hpp include/boost/type_traits/type_with_alignment.hpp include/boost/typeof/dmc/typeof_impl.hpp include/boost/typeof/encode_decode.hpp include/boost/typeof/encode_decode_params.hpp include/boost/typeof/incr_registration_group.hpp include/boost/typeof/int_encoding.hpp include/boost/typeof/integral_template_param.hpp include/boost/typeof/message.hpp include/boost/typeof/modifiers.hpp include/boost/typeof/msvc/typeof_impl.hpp include/boost/typeof/native.hpp include/boost/typeof/pointers_data_members.hpp include/boost/typeof/register_functions.hpp include/boost/typeof/register_functions_iterate.hpp include/boost/typeof/register_fundamental.hpp include/boost/typeof/register_mem_functions.hpp include/boost/typeof/std/bitset.hpp include/boost/typeof/std/complex.hpp include/boost/typeof/std/deque.hpp include/boost/typeof/std/fstream.hpp include/boost/typeof/std/functional.hpp include/boost/typeof/std/iostream.hpp include/boost/typeof/std/istream.hpp include/boost/typeof/std/iterator.hpp include/boost/typeof/std/list.hpp include/boost/typeof/std/locale.hpp include/boost/typeof/std/map.hpp include/boost/typeof/std/memory.hpp include/boost/typeof/std/ostream.hpp include/boost/typeof/std/queue.hpp include/boost/typeof/std/set.hpp include/boost/typeof/std/sstream.hpp include/boost/typeof/std/stack.hpp include/boost/typeof/std/streambuf.hpp include/boost/typeof/std/string.hpp include/boost/typeof/std/utility.hpp include/boost/typeof/std/valarray.hpp include/boost/typeof/std/vector.hpp include/boost/typeof/template_encoding.hpp include/boost/typeof/template_template_param.hpp include/boost/typeof/type_encoding.hpp include/boost/typeof/type_template_param.hpp include/boost/typeof/typeof.hpp include/boost/typeof/typeof_impl.hpp include/boost/typeof/unsupported.hpp include/boost/typeof/vector.hpp include/boost/typeof/vector100.hpp include/boost/typeof/vector150.hpp include/boost/typeof/vector200.hpp include/boost/typeof/vector50.hpp include/boost/units/absolute.hpp include/boost/units/base_dimension.hpp include/boost/units/base_unit.hpp include/boost/units/base_units/angle/arcminute.hpp include/boost/units/base_units/angle/arcsecond.hpp include/boost/units/base_units/angle/degree.hpp include/boost/units/base_units/angle/gradian.hpp include/boost/units/base_units/angle/radian.hpp include/boost/units/base_units/angle/revolution.hpp include/boost/units/base_units/angle/steradian.hpp include/boost/units/base_units/astronomical/astronomical_unit.hpp include/boost/units/base_units/astronomical/light_day.hpp include/boost/units/base_units/astronomical/light_hour.hpp include/boost/units/base_units/astronomical/light_minute.hpp include/boost/units/base_units/astronomical/light_second.hpp include/boost/units/base_units/astronomical/light_year.hpp include/boost/units/base_units/astronomical/parsec.hpp include/boost/units/base_units/cgs/biot.hpp include/boost/units/base_units/cgs/centimeter.hpp include/boost/units/base_units/cgs/gram.hpp include/boost/units/base_units/imperial/conversions.hpp include/boost/units/base_units/imperial/drachm.hpp include/boost/units/base_units/imperial/fluid_ounce.hpp include/boost/units/base_units/imperial/foot.hpp include/boost/units/base_units/imperial/furlong.hpp include/boost/units/base_units/imperial/gallon.hpp include/boost/units/base_units/imperial/gill.hpp include/boost/units/base_units/imperial/grain.hpp include/boost/units/base_units/imperial/hundredweight.hpp include/boost/units/base_units/imperial/inch.hpp include/boost/units/base_units/imperial/league.hpp include/boost/units/base_units/imperial/mile.hpp include/boost/units/base_units/imperial/ounce.hpp include/boost/units/base_units/imperial/pint.hpp include/boost/units/base_units/imperial/pound.hpp include/boost/units/base_units/imperial/quart.hpp include/boost/units/base_units/imperial/quarter.hpp include/boost/units/base_units/imperial/stone.hpp include/boost/units/base_units/imperial/thou.hpp include/boost/units/base_units/imperial/ton.hpp include/boost/units/base_units/imperial/yard.hpp include/boost/units/base_units/information/bit.hpp include/boost/units/base_units/information/byte.hpp include/boost/units/base_units/information/hartley.hpp include/boost/units/base_units/information/nat.hpp include/boost/units/base_units/information/shannon.hpp include/boost/units/base_units/metric/angstrom.hpp include/boost/units/base_units/metric/are.hpp include/boost/units/base_units/metric/atmosphere.hpp include/boost/units/base_units/metric/bar.hpp include/boost/units/base_units/metric/barn.hpp include/boost/units/base_units/metric/day.hpp include/boost/units/base_units/metric/fermi.hpp include/boost/units/base_units/metric/hectare.hpp include/boost/units/base_units/metric/hour.hpp include/boost/units/base_units/metric/knot.hpp include/boost/units/base_units/metric/liter.hpp include/boost/units/base_units/metric/micron.hpp include/boost/units/base_units/metric/minute.hpp include/boost/units/base_units/metric/mmHg.hpp include/boost/units/base_units/metric/nautical_mile.hpp include/boost/units/base_units/metric/ton.hpp include/boost/units/base_units/metric/torr.hpp include/boost/units/base_units/metric/year.hpp include/boost/units/base_units/si/ampere.hpp include/boost/units/base_units/si/candela.hpp include/boost/units/base_units/si/kelvin.hpp include/boost/units/base_units/si/kilogram.hpp include/boost/units/base_units/si/meter.hpp include/boost/units/base_units/si/mole.hpp include/boost/units/base_units/si/second.hpp include/boost/units/base_units/temperature/celsius.hpp include/boost/units/base_units/temperature/conversions.hpp include/boost/units/base_units/temperature/fahrenheit.hpp include/boost/units/base_units/us/cup.hpp include/boost/units/base_units/us/dram.hpp include/boost/units/base_units/us/fluid_dram.hpp include/boost/units/base_units/us/fluid_ounce.hpp include/boost/units/base_units/us/foot.hpp include/boost/units/base_units/us/gallon.hpp include/boost/units/base_units/us/gill.hpp include/boost/units/base_units/us/grain.hpp include/boost/units/base_units/us/hundredweight.hpp include/boost/units/base_units/us/inch.hpp include/boost/units/base_units/us/mil.hpp include/boost/units/base_units/us/mile.hpp include/boost/units/base_units/us/minim.hpp include/boost/units/base_units/us/ounce.hpp include/boost/units/base_units/us/pint.hpp include/boost/units/base_units/us/pound.hpp include/boost/units/base_units/us/pound_force.hpp include/boost/units/base_units/us/quart.hpp include/boost/units/base_units/us/tablespoon.hpp include/boost/units/base_units/us/teaspoon.hpp include/boost/units/base_units/us/ton.hpp include/boost/units/base_units/us/yard.hpp include/boost/units/cmath.hpp include/boost/units/config.hpp include/boost/units/conversion.hpp include/boost/units/derived_dimension.hpp include/boost/units/detail/absolute_impl.hpp include/boost/units/detail/cmath_impl.hpp include/boost/units/detail/conversion_impl.hpp include/boost/units/detail/dim_impl.hpp include/boost/units/detail/dimension_impl.hpp include/boost/units/detail/dimension_list.hpp include/boost/units/detail/dimensionless_unit.hpp include/boost/units/detail/heterogeneous_conversion.hpp include/boost/units/detail/linear_algebra.hpp include/boost/units/detail/one.hpp include/boost/units/detail/ordinal.hpp include/boost/units/detail/prevent_redefinition.hpp include/boost/units/detail/push_front_if.hpp include/boost/units/detail/push_front_or_add.hpp include/boost/units/detail/sort.hpp include/boost/units/detail/static_rational_power.hpp include/boost/units/detail/unscale.hpp include/boost/units/detail/utility.hpp include/boost/units/dim.hpp include/boost/units/dimension.hpp include/boost/units/dimensionless_quantity.hpp include/boost/units/dimensionless_type.hpp include/boost/units/dimensionless_unit.hpp include/boost/units/get_dimension.hpp include/boost/units/get_system.hpp include/boost/units/heterogeneous_system.hpp include/boost/units/homogeneous_system.hpp include/boost/units/io.hpp include/boost/units/is_dim.hpp include/boost/units/is_dimension_list.hpp include/boost/units/is_dimensionless.hpp include/boost/units/is_dimensionless_quantity.hpp include/boost/units/is_dimensionless_unit.hpp include/boost/units/is_quantity.hpp include/boost/units/is_quantity_of_dimension.hpp include/boost/units/is_quantity_of_system.hpp include/boost/units/is_unit.hpp include/boost/units/is_unit_of_dimension.hpp include/boost/units/is_unit_of_system.hpp include/boost/units/lambda.hpp include/boost/units/limits.hpp include/boost/units/make_scaled_unit.hpp include/boost/units/make_system.hpp include/boost/units/operators.hpp include/boost/units/physical_dimensions.hpp include/boost/units/physical_dimensions/absorbed_dose.hpp include/boost/units/physical_dimensions/acceleration.hpp include/boost/units/physical_dimensions/action.hpp include/boost/units/physical_dimensions/activity.hpp include/boost/units/physical_dimensions/amount.hpp include/boost/units/physical_dimensions/angular_acceleration.hpp include/boost/units/physical_dimensions/angular_momentum.hpp include/boost/units/physical_dimensions/angular_velocity.hpp include/boost/units/physical_dimensions/area.hpp include/boost/units/physical_dimensions/capacitance.hpp include/boost/units/physical_dimensions/conductance.hpp include/boost/units/physical_dimensions/conductivity.hpp include/boost/units/physical_dimensions/current.hpp include/boost/units/physical_dimensions/dose_equivalent.hpp include/boost/units/physical_dimensions/dynamic_viscosity.hpp include/boost/units/physical_dimensions/electric_charge.hpp include/boost/units/physical_dimensions/electric_potential.hpp include/boost/units/physical_dimensions/energy.hpp include/boost/units/physical_dimensions/energy_density.hpp include/boost/units/physical_dimensions/force.hpp include/boost/units/physical_dimensions/frequency.hpp include/boost/units/physical_dimensions/heat_capacity.hpp include/boost/units/physical_dimensions/illuminance.hpp include/boost/units/physical_dimensions/impedance.hpp include/boost/units/physical_dimensions/inductance.hpp include/boost/units/physical_dimensions/information.hpp include/boost/units/physical_dimensions/kinematic_viscosity.hpp include/boost/units/physical_dimensions/length.hpp include/boost/units/physical_dimensions/luminance.hpp include/boost/units/physical_dimensions/luminous_flux.hpp include/boost/units/physical_dimensions/luminous_intensity.hpp include/boost/units/physical_dimensions/magnetic_field_intensity.hpp include/boost/units/physical_dimensions/magnetic_flux.hpp include/boost/units/physical_dimensions/magnetic_flux_density.hpp include/boost/units/physical_dimensions/mass.hpp include/boost/units/physical_dimensions/mass_density.hpp include/boost/units/physical_dimensions/molar_energy.hpp include/boost/units/physical_dimensions/molar_heat_capacity.hpp include/boost/units/physical_dimensions/moment_of_inertia.hpp include/boost/units/physical_dimensions/momentum.hpp include/boost/units/physical_dimensions/permeability.hpp include/boost/units/physical_dimensions/permittivity.hpp include/boost/units/physical_dimensions/plane_angle.hpp include/boost/units/physical_dimensions/power.hpp include/boost/units/physical_dimensions/pressure.hpp include/boost/units/physical_dimensions/reluctance.hpp include/boost/units/physical_dimensions/resistance.hpp include/boost/units/physical_dimensions/resistivity.hpp include/boost/units/physical_dimensions/solid_angle.hpp include/boost/units/physical_dimensions/specific_energy.hpp include/boost/units/physical_dimensions/specific_heat_capacity.hpp include/boost/units/physical_dimensions/specific_volume.hpp include/boost/units/physical_dimensions/stress.hpp include/boost/units/physical_dimensions/surface_density.hpp include/boost/units/physical_dimensions/surface_tension.hpp include/boost/units/physical_dimensions/temperature.hpp include/boost/units/physical_dimensions/thermal_conductivity.hpp include/boost/units/physical_dimensions/time.hpp include/boost/units/physical_dimensions/torque.hpp include/boost/units/physical_dimensions/velocity.hpp include/boost/units/physical_dimensions/volume.hpp include/boost/units/physical_dimensions/wavenumber.hpp include/boost/units/pow.hpp include/boost/units/quantity.hpp include/boost/units/reduce_unit.hpp include/boost/units/scale.hpp include/boost/units/scaled_base_unit.hpp include/boost/units/static_constant.hpp include/boost/units/static_rational.hpp include/boost/units/systems/abstract.hpp include/boost/units/systems/angle/degrees.hpp include/boost/units/systems/angle/gradians.hpp include/boost/units/systems/angle/revolutions.hpp include/boost/units/systems/cgs.hpp include/boost/units/systems/cgs/acceleration.hpp include/boost/units/systems/cgs/area.hpp include/boost/units/systems/cgs/base.hpp include/boost/units/systems/cgs/current.hpp include/boost/units/systems/cgs/dimensionless.hpp include/boost/units/systems/cgs/dynamic_viscosity.hpp include/boost/units/systems/cgs/energy.hpp include/boost/units/systems/cgs/force.hpp include/boost/units/systems/cgs/frequency.hpp include/boost/units/systems/cgs/io.hpp include/boost/units/systems/cgs/kinematic_viscosity.hpp include/boost/units/systems/cgs/length.hpp include/boost/units/systems/cgs/mass.hpp include/boost/units/systems/cgs/mass_density.hpp include/boost/units/systems/cgs/momentum.hpp include/boost/units/systems/cgs/power.hpp include/boost/units/systems/cgs/pressure.hpp include/boost/units/systems/cgs/time.hpp include/boost/units/systems/cgs/velocity.hpp include/boost/units/systems/cgs/volume.hpp include/boost/units/systems/cgs/wavenumber.hpp include/boost/units/systems/detail/constants.hpp include/boost/units/systems/information.hpp include/boost/units/systems/information/bit.hpp include/boost/units/systems/information/byte.hpp include/boost/units/systems/information/hartley.hpp include/boost/units/systems/information/nat.hpp include/boost/units/systems/information/prefixes.hpp include/boost/units/systems/information/shannon.hpp include/boost/units/systems/si.hpp include/boost/units/systems/si/absorbed_dose.hpp include/boost/units/systems/si/acceleration.hpp include/boost/units/systems/si/action.hpp include/boost/units/systems/si/activity.hpp include/boost/units/systems/si/amount.hpp include/boost/units/systems/si/angular_acceleration.hpp include/boost/units/systems/si/angular_momentum.hpp include/boost/units/systems/si/angular_velocity.hpp include/boost/units/systems/si/area.hpp include/boost/units/systems/si/base.hpp include/boost/units/systems/si/capacitance.hpp include/boost/units/systems/si/catalytic_activity.hpp include/boost/units/systems/si/codata/alpha_constants.hpp include/boost/units/systems/si/codata/atomic-nuclear_constants.hpp include/boost/units/systems/si/codata/deuteron_constants.hpp include/boost/units/systems/si/codata/electromagnetic_constants.hpp include/boost/units/systems/si/codata/electron_constants.hpp include/boost/units/systems/si/codata/helion_constants.hpp include/boost/units/systems/si/codata/muon_constants.hpp include/boost/units/systems/si/codata/neutron_constants.hpp include/boost/units/systems/si/codata/physico-chemical_constants.hpp include/boost/units/systems/si/codata/proton_constants.hpp include/boost/units/systems/si/codata/tau_constants.hpp include/boost/units/systems/si/codata/triton_constants.hpp include/boost/units/systems/si/codata/typedefs.hpp include/boost/units/systems/si/codata/universal_constants.hpp include/boost/units/systems/si/codata_constants.hpp include/boost/units/systems/si/conductance.hpp include/boost/units/systems/si/conductivity.hpp include/boost/units/systems/si/current.hpp include/boost/units/systems/si/dimensionless.hpp include/boost/units/systems/si/dose_equivalent.hpp include/boost/units/systems/si/dynamic_viscosity.hpp include/boost/units/systems/si/electric_charge.hpp include/boost/units/systems/si/electric_potential.hpp include/boost/units/systems/si/energy.hpp include/boost/units/systems/si/force.hpp include/boost/units/systems/si/frequency.hpp include/boost/units/systems/si/illuminance.hpp include/boost/units/systems/si/impedance.hpp include/boost/units/systems/si/inductance.hpp include/boost/units/systems/si/io.hpp include/boost/units/systems/si/kinematic_viscosity.hpp include/boost/units/systems/si/length.hpp include/boost/units/systems/si/luminous_flux.hpp include/boost/units/systems/si/luminous_intensity.hpp include/boost/units/systems/si/magnetic_field_intensity.hpp include/boost/units/systems/si/magnetic_flux.hpp include/boost/units/systems/si/magnetic_flux_density.hpp include/boost/units/systems/si/mass.hpp include/boost/units/systems/si/mass_density.hpp include/boost/units/systems/si/moment_of_inertia.hpp include/boost/units/systems/si/momentum.hpp include/boost/units/systems/si/permeability.hpp include/boost/units/systems/si/permittivity.hpp include/boost/units/systems/si/plane_angle.hpp include/boost/units/systems/si/power.hpp include/boost/units/systems/si/prefixes.hpp include/boost/units/systems/si/pressure.hpp include/boost/units/systems/si/reluctance.hpp include/boost/units/systems/si/resistance.hpp include/boost/units/systems/si/resistivity.hpp include/boost/units/systems/si/solid_angle.hpp include/boost/units/systems/si/surface_density.hpp include/boost/units/systems/si/surface_tension.hpp include/boost/units/systems/si/temperature.hpp include/boost/units/systems/si/time.hpp include/boost/units/systems/si/torque.hpp include/boost/units/systems/si/velocity.hpp include/boost/units/systems/si/volume.hpp include/boost/units/systems/si/wavenumber.hpp include/boost/units/systems/temperature/celsius.hpp include/boost/units/systems/temperature/fahrenheit.hpp include/boost/units/unit.hpp include/boost/units/units_fwd.hpp include/boost/unordered/detail/fwd.hpp include/boost/unordered/detail/implementation.hpp include/boost/unordered/detail/map.hpp include/boost/unordered/detail/set.hpp include/boost/unordered/unordered_map.hpp include/boost/unordered/unordered_map_fwd.hpp include/boost/unordered/unordered_set.hpp include/boost/unordered/unordered_set_fwd.hpp include/boost/unordered_map.hpp include/boost/unordered_set.hpp include/boost/utility.hpp include/boost/utility/addressof.hpp include/boost/utility/base_from_member.hpp include/boost/utility/binary.hpp include/boost/utility/compare_pointees.hpp include/boost/utility/declval.hpp include/boost/utility/detail/in_place_factory_prefix.hpp include/boost/utility/detail/in_place_factory_suffix.hpp include/boost/utility/detail/result_of_iterate.hpp include/boost/utility/empty_deleter.hpp include/boost/utility/enable_if.hpp include/boost/utility/explicit_operator_bool.hpp include/boost/utility/identity_type.hpp include/boost/utility/in_place_factory.hpp include/boost/utility/result_of.hpp include/boost/utility/string_ref.hpp include/boost/utility/string_ref_fwd.hpp include/boost/utility/string_view.hpp include/boost/utility/string_view_fwd.hpp include/boost/utility/swap.hpp include/boost/utility/typed_in_place_factory.hpp include/boost/utility/value_init.hpp include/boost/uuid/detail/config.hpp include/boost/uuid/detail/uuid_generic.hpp include/boost/uuid/detail/uuid_x86.hpp include/boost/uuid/name_generator.hpp include/boost/uuid/nil_generator.hpp include/boost/uuid/random_generator.hpp include/boost/uuid/seed_rng.hpp include/boost/uuid/sha1.hpp include/boost/uuid/string_generator.hpp include/boost/uuid/uuid.hpp include/boost/uuid/uuid_generators.hpp include/boost/uuid/uuid_io.hpp include/boost/uuid/uuid_serialize.hpp include/boost/variant.hpp include/boost/variant/apply_visitor.hpp include/boost/variant/bad_visit.hpp include/boost/variant/detail/apply_visitor_binary.hpp include/boost/variant/detail/apply_visitor_delayed.hpp include/boost/variant/detail/apply_visitor_unary.hpp include/boost/variant/detail/backup_holder.hpp include/boost/variant/detail/cast_storage.hpp include/boost/variant/detail/config.hpp include/boost/variant/detail/element_index.hpp include/boost/variant/detail/enable_recursive.hpp include/boost/variant/detail/enable_recursive_fwd.hpp include/boost/variant/detail/forced_return.hpp include/boost/variant/detail/generic_result_type.hpp include/boost/variant/detail/has_result_type.hpp include/boost/variant/detail/hash_variant.hpp include/boost/variant/detail/initializer.hpp include/boost/variant/detail/make_variant_list.hpp include/boost/variant/detail/move.hpp include/boost/variant/detail/multivisitors_cpp11_based.hpp include/boost/variant/detail/multivisitors_cpp14_based.hpp include/boost/variant/detail/multivisitors_preprocessor_based.hpp include/boost/variant/detail/over_sequence.hpp include/boost/variant/detail/substitute.hpp include/boost/variant/detail/substitute_fwd.hpp include/boost/variant/detail/variant_io.hpp include/boost/variant/detail/visitation_impl.hpp include/boost/variant/get.hpp include/boost/variant/multivisitors.hpp include/boost/variant/polymorphic_get.hpp include/boost/variant/recursive_variant.hpp include/boost/variant/recursive_wrapper.hpp include/boost/variant/recursive_wrapper_fwd.hpp include/boost/variant/static_visitor.hpp include/boost/variant/variant.hpp include/boost/variant/variant_fwd.hpp include/boost/variant/visitor_ptr.hpp include/boost/version.hpp include/boost/visit_each.hpp include/boost/vmd/array.hpp include/boost/vmd/array/to_seq.hpp include/boost/vmd/array/to_tuple.hpp include/boost/vmd/assert.hpp include/boost/vmd/assert_is_array.hpp include/boost/vmd/assert_is_empty.hpp include/boost/vmd/assert_is_identifier.hpp include/boost/vmd/assert_is_list.hpp include/boost/vmd/assert_is_number.hpp include/boost/vmd/assert_is_seq.hpp include/boost/vmd/assert_is_tuple.hpp include/boost/vmd/assert_is_type.hpp include/boost/vmd/detail/adjust_tuple_type.hpp include/boost/vmd/detail/array.hpp include/boost/vmd/detail/assert.hpp include/boost/vmd/detail/data_equal.hpp include/boost/vmd/detail/data_equal_common.hpp include/boost/vmd/detail/empty_result.hpp include/boost/vmd/detail/equal.hpp include/boost/vmd/detail/equal_common.hpp include/boost/vmd/detail/equal_type.hpp include/boost/vmd/detail/identifier.hpp include/boost/vmd/detail/identifier_concat.hpp include/boost/vmd/detail/identifier_type.hpp include/boost/vmd/detail/idprefix.hpp include/boost/vmd/detail/is_array.hpp include/boost/vmd/detail/is_array_common.hpp include/boost/vmd/detail/is_empty.hpp include/boost/vmd/detail/is_empty_array.hpp include/boost/vmd/detail/is_empty_tuple.hpp include/boost/vmd/detail/is_entire.hpp include/boost/vmd/detail/is_identifier.hpp include/boost/vmd/detail/is_list.hpp include/boost/vmd/detail/is_number.hpp include/boost/vmd/detail/is_seq.hpp include/boost/vmd/detail/is_tuple.hpp include/boost/vmd/detail/is_type.hpp include/boost/vmd/detail/is_type_type.hpp include/boost/vmd/detail/list.hpp include/boost/vmd/detail/match_identifier.hpp include/boost/vmd/detail/match_identifier_common.hpp include/boost/vmd/detail/match_single_identifier.hpp include/boost/vmd/detail/modifiers.hpp include/boost/vmd/detail/mods.hpp include/boost/vmd/detail/nil_registration.hpp include/boost/vmd/detail/not_empty.hpp include/boost/vmd/detail/number_registration.hpp include/boost/vmd/detail/only_after.hpp include/boost/vmd/detail/parens.hpp include/boost/vmd/detail/parens_common.hpp include/boost/vmd/detail/parens_split.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_1.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_10.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_11.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_12.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_13.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_14.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_15.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_16.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_2.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_3.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_4.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_5.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_6.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_7.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_8.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_9.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_headers.hpp include/boost/vmd/detail/recurse/data_equal/data_equal_specific.hpp include/boost/vmd/detail/recurse/equal/equal_1.hpp include/boost/vmd/detail/recurse/equal/equal_10.hpp include/boost/vmd/detail/recurse/equal/equal_11.hpp include/boost/vmd/detail/recurse/equal/equal_12.hpp include/boost/vmd/detail/recurse/equal/equal_13.hpp include/boost/vmd/detail/recurse/equal/equal_14.hpp include/boost/vmd/detail/recurse/equal/equal_15.hpp include/boost/vmd/detail/recurse/equal/equal_16.hpp include/boost/vmd/detail/recurse/equal/equal_2.hpp include/boost/vmd/detail/recurse/equal/equal_3.hpp include/boost/vmd/detail/recurse/equal/equal_4.hpp include/boost/vmd/detail/recurse/equal/equal_5.hpp include/boost/vmd/detail/recurse/equal/equal_6.hpp include/boost/vmd/detail/recurse/equal/equal_7.hpp include/boost/vmd/detail/recurse/equal/equal_8.hpp include/boost/vmd/detail/recurse/equal/equal_9.hpp include/boost/vmd/detail/recurse/equal/equal_headers.hpp include/boost/vmd/detail/seq.hpp include/boost/vmd/detail/sequence_arity.hpp include/boost/vmd/detail/sequence_common.hpp include/boost/vmd/detail/sequence_elem.hpp include/boost/vmd/detail/sequence_enum.hpp include/boost/vmd/detail/sequence_size.hpp include/boost/vmd/detail/sequence_to_array.hpp include/boost/vmd/detail/sequence_to_list.hpp include/boost/vmd/detail/sequence_to_seq.hpp include/boost/vmd/detail/sequence_to_tuple.hpp include/boost/vmd/detail/sequence_type.hpp include/boost/vmd/detail/setup.hpp include/boost/vmd/detail/tuple.hpp include/boost/vmd/detail/type_registration.hpp include/boost/vmd/detail/variadic_pop_front.hpp include/boost/vmd/elem.hpp include/boost/vmd/empty.hpp include/boost/vmd/enum.hpp include/boost/vmd/equal.hpp include/boost/vmd/get_type.hpp include/boost/vmd/identity.hpp include/boost/vmd/is_array.hpp include/boost/vmd/is_empty.hpp include/boost/vmd/is_empty_array.hpp include/boost/vmd/is_empty_list.hpp include/boost/vmd/is_identifier.hpp include/boost/vmd/is_list.hpp include/boost/vmd/is_multi.hpp include/boost/vmd/is_number.hpp include/boost/vmd/is_parens_empty.hpp include/boost/vmd/is_seq.hpp include/boost/vmd/is_tuple.hpp include/boost/vmd/is_type.hpp include/boost/vmd/is_unary.hpp include/boost/vmd/list.hpp include/boost/vmd/list/to_seq.hpp include/boost/vmd/list/to_tuple.hpp include/boost/vmd/not_equal.hpp include/boost/vmd/seq.hpp include/boost/vmd/seq/is_vmd_seq.hpp include/boost/vmd/seq/pop_back.hpp include/boost/vmd/seq/pop_front.hpp include/boost/vmd/seq/push_back.hpp include/boost/vmd/seq/push_front.hpp include/boost/vmd/seq/remove.hpp include/boost/vmd/seq/size.hpp include/boost/vmd/seq/to_array.hpp include/boost/vmd/seq/to_list.hpp include/boost/vmd/seq/to_tuple.hpp include/boost/vmd/size.hpp include/boost/vmd/to_array.hpp include/boost/vmd/to_list.hpp include/boost/vmd/to_seq.hpp include/boost/vmd/to_tuple.hpp include/boost/vmd/tuple.hpp include/boost/vmd/tuple/is_vmd_tuple.hpp include/boost/vmd/tuple/pop_back.hpp include/boost/vmd/tuple/pop_front.hpp include/boost/vmd/tuple/push_back.hpp include/boost/vmd/tuple/push_front.hpp include/boost/vmd/tuple/remove.hpp include/boost/vmd/tuple/size.hpp include/boost/vmd/tuple/to_array.hpp include/boost/vmd/tuple/to_list.hpp include/boost/vmd/tuple/to_seq.hpp include/boost/vmd/vmd.hpp include/boost/wave.hpp include/boost/wave/cpp_context.hpp include/boost/wave/cpp_exceptions.hpp include/boost/wave/cpp_iteration_context.hpp include/boost/wave/cpp_throw.hpp include/boost/wave/cpplexer/convert_trigraphs.hpp include/boost/wave/cpplexer/cpp_lex_interface.hpp include/boost/wave/cpplexer/cpp_lex_interface_generator.hpp include/boost/wave/cpplexer/cpp_lex_iterator.hpp include/boost/wave/cpplexer/cpp_lex_token.hpp include/boost/wave/cpplexer/cpplexer_exceptions.hpp include/boost/wave/cpplexer/detect_include_guards.hpp include/boost/wave/cpplexer/re2clex/aq.hpp include/boost/wave/cpplexer/re2clex/cpp_re.hpp include/boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp include/boost/wave/cpplexer/re2clex/scanner.hpp include/boost/wave/cpplexer/token_cache.hpp include/boost/wave/cpplexer/validate_universal_char.hpp include/boost/wave/grammars/cpp_chlit_grammar.hpp include/boost/wave/grammars/cpp_defined_grammar.hpp include/boost/wave/grammars/cpp_defined_grammar_gen.hpp include/boost/wave/grammars/cpp_expression_grammar.hpp include/boost/wave/grammars/cpp_expression_grammar_gen.hpp include/boost/wave/grammars/cpp_expression_value.hpp include/boost/wave/grammars/cpp_grammar.hpp include/boost/wave/grammars/cpp_grammar_gen.hpp include/boost/wave/grammars/cpp_intlit_grammar.hpp include/boost/wave/grammars/cpp_literal_grammar_gen.hpp include/boost/wave/grammars/cpp_predef_macros_gen.hpp include/boost/wave/grammars/cpp_predef_macros_grammar.hpp include/boost/wave/grammars/cpp_value_error.hpp include/boost/wave/language_support.hpp include/boost/wave/preprocessing_hooks.hpp include/boost/wave/token_ids.hpp include/boost/wave/util/cpp_ifblock.hpp include/boost/wave/util/cpp_include_paths.hpp include/boost/wave/util/cpp_iterator.hpp include/boost/wave/util/cpp_macromap.hpp include/boost/wave/util/cpp_macromap_predef.hpp include/boost/wave/util/cpp_macromap_utils.hpp include/boost/wave/util/file_position.hpp include/boost/wave/util/filesystem_compatibility.hpp include/boost/wave/util/flex_string.hpp include/boost/wave/util/functor_input.hpp include/boost/wave/util/insert_whitespace_detection.hpp include/boost/wave/util/interpret_pragma.hpp include/boost/wave/util/iteration_context.hpp include/boost/wave/util/macro_definition.hpp include/boost/wave/util/macro_helpers.hpp include/boost/wave/util/pattern_parser.hpp include/boost/wave/util/symbol_table.hpp include/boost/wave/util/time_conversion_helper.hpp include/boost/wave/util/transform_iterator.hpp include/boost/wave/util/unput_queue_iterator.hpp include/boost/wave/wave_config.hpp include/boost/wave/wave_config_constant.hpp include/boost/wave/wave_version.hpp include/boost/wave/whitespace_handling.hpp include/boost/weak_ptr.hpp include/boost/xpressive/basic_regex.hpp include/boost/xpressive/detail/core/access.hpp include/boost/xpressive/detail/core/action.hpp include/boost/xpressive/detail/core/adaptor.hpp include/boost/xpressive/detail/core/finder.hpp include/boost/xpressive/detail/core/flow_control.hpp include/boost/xpressive/detail/core/icase.hpp include/boost/xpressive/detail/core/linker.hpp include/boost/xpressive/detail/core/list.hpp include/boost/xpressive/detail/core/matcher/action_matcher.hpp include/boost/xpressive/detail/core/matcher/alternate_end_matcher.hpp include/boost/xpressive/detail/core/matcher/alternate_matcher.hpp include/boost/xpressive/detail/core/matcher/any_matcher.hpp include/boost/xpressive/detail/core/matcher/assert_bol_matcher.hpp include/boost/xpressive/detail/core/matcher/assert_bos_matcher.hpp include/boost/xpressive/detail/core/matcher/assert_eol_matcher.hpp include/boost/xpressive/detail/core/matcher/assert_eos_matcher.hpp include/boost/xpressive/detail/core/matcher/assert_line_base.hpp include/boost/xpressive/detail/core/matcher/assert_word_matcher.hpp include/boost/xpressive/detail/core/matcher/attr_begin_matcher.hpp include/boost/xpressive/detail/core/matcher/attr_end_matcher.hpp include/boost/xpressive/detail/core/matcher/attr_matcher.hpp include/boost/xpressive/detail/core/matcher/charset_matcher.hpp include/boost/xpressive/detail/core/matcher/end_matcher.hpp include/boost/xpressive/detail/core/matcher/epsilon_matcher.hpp include/boost/xpressive/detail/core/matcher/keeper_matcher.hpp include/boost/xpressive/detail/core/matcher/literal_matcher.hpp include/boost/xpressive/detail/core/matcher/logical_newline_matcher.hpp include/boost/xpressive/detail/core/matcher/lookahead_matcher.hpp include/boost/xpressive/detail/core/matcher/lookbehind_matcher.hpp include/boost/xpressive/detail/core/matcher/mark_begin_matcher.hpp include/boost/xpressive/detail/core/matcher/mark_end_matcher.hpp include/boost/xpressive/detail/core/matcher/mark_matcher.hpp include/boost/xpressive/detail/core/matcher/optional_matcher.hpp include/boost/xpressive/detail/core/matcher/posix_charset_matcher.hpp include/boost/xpressive/detail/core/matcher/predicate_matcher.hpp include/boost/xpressive/detail/core/matcher/range_matcher.hpp include/boost/xpressive/detail/core/matcher/regex_byref_matcher.hpp include/boost/xpressive/detail/core/matcher/regex_matcher.hpp include/boost/xpressive/detail/core/matcher/repeat_begin_matcher.hpp include/boost/xpressive/detail/core/matcher/repeat_end_matcher.hpp include/boost/xpressive/detail/core/matcher/set_matcher.hpp include/boost/xpressive/detail/core/matcher/simple_repeat_matcher.hpp include/boost/xpressive/detail/core/matcher/string_matcher.hpp include/boost/xpressive/detail/core/matcher/true_matcher.hpp include/boost/xpressive/detail/core/matchers.hpp include/boost/xpressive/detail/core/optimize.hpp include/boost/xpressive/detail/core/peeker.hpp include/boost/xpressive/detail/core/quant_style.hpp include/boost/xpressive/detail/core/regex_domain.hpp include/boost/xpressive/detail/core/regex_impl.hpp include/boost/xpressive/detail/core/results_cache.hpp include/boost/xpressive/detail/core/state.hpp include/boost/xpressive/detail/core/sub_match_impl.hpp include/boost/xpressive/detail/core/sub_match_vector.hpp include/boost/xpressive/detail/detail_fwd.hpp include/boost/xpressive/detail/dynamic/dynamic.hpp include/boost/xpressive/detail/dynamic/matchable.hpp include/boost/xpressive/detail/dynamic/parse_charset.hpp include/boost/xpressive/detail/dynamic/parser.hpp include/boost/xpressive/detail/dynamic/parser_enum.hpp include/boost/xpressive/detail/dynamic/parser_traits.hpp include/boost/xpressive/detail/dynamic/sequence.hpp include/boost/xpressive/detail/static/compile.hpp include/boost/xpressive/detail/static/grammar.hpp include/boost/xpressive/detail/static/is_pure.hpp include/boost/xpressive/detail/static/modifier.hpp include/boost/xpressive/detail/static/placeholders.hpp include/boost/xpressive/detail/static/static.hpp include/boost/xpressive/detail/static/transforms/as_action.hpp include/boost/xpressive/detail/static/transforms/as_alternate.hpp include/boost/xpressive/detail/static/transforms/as_independent.hpp include/boost/xpressive/detail/static/transforms/as_inverse.hpp include/boost/xpressive/detail/static/transforms/as_marker.hpp include/boost/xpressive/detail/static/transforms/as_matcher.hpp include/boost/xpressive/detail/static/transforms/as_modifier.hpp include/boost/xpressive/detail/static/transforms/as_quantifier.hpp include/boost/xpressive/detail/static/transforms/as_sequence.hpp include/boost/xpressive/detail/static/transforms/as_set.hpp include/boost/xpressive/detail/static/transmogrify.hpp include/boost/xpressive/detail/static/type_traits.hpp include/boost/xpressive/detail/static/visitor.hpp include/boost/xpressive/detail/static/width_of.hpp include/boost/xpressive/detail/utility/algorithm.hpp include/boost/xpressive/detail/utility/any.hpp include/boost/xpressive/detail/utility/boyer_moore.hpp include/boost/xpressive/detail/utility/chset/basic_chset.hpp include/boost/xpressive/detail/utility/chset/basic_chset.ipp include/boost/xpressive/detail/utility/chset/chset.hpp include/boost/xpressive/detail/utility/chset/range_run.hpp include/boost/xpressive/detail/utility/chset/range_run.ipp include/boost/xpressive/detail/utility/cons.hpp include/boost/xpressive/detail/utility/counted_base.hpp include/boost/xpressive/detail/utility/dont_care.hpp include/boost/xpressive/detail/utility/hash_peek_bitset.hpp include/boost/xpressive/detail/utility/ignore_unused.hpp include/boost/xpressive/detail/utility/literals.hpp include/boost/xpressive/detail/utility/never_true.hpp include/boost/xpressive/detail/utility/save_restore.hpp include/boost/xpressive/detail/utility/sequence_stack.hpp include/boost/xpressive/detail/utility/symbols.hpp include/boost/xpressive/detail/utility/tracking_ptr.hpp include/boost/xpressive/detail/utility/traits_utils.hpp include/boost/xpressive/detail/utility/width.hpp include/boost/xpressive/match_results.hpp include/boost/xpressive/regex_actions.hpp include/boost/xpressive/regex_algorithms.hpp include/boost/xpressive/regex_compiler.hpp include/boost/xpressive/regex_constants.hpp include/boost/xpressive/regex_error.hpp include/boost/xpressive/regex_iterator.hpp include/boost/xpressive/regex_primitives.hpp include/boost/xpressive/regex_token_iterator.hpp include/boost/xpressive/regex_traits.hpp include/boost/xpressive/sub_match.hpp include/boost/xpressive/traits/c_regex_traits.hpp include/boost/xpressive/traits/cpp_regex_traits.hpp include/boost/xpressive/traits/detail/c_ctype.hpp include/boost/xpressive/traits/null_regex_traits.hpp include/boost/xpressive/xpressive.hpp include/boost/xpressive/xpressive_dynamic.hpp include/boost/xpressive/xpressive_fwd.hpp include/boost/xpressive/xpressive_static.hpp include/boost/xpressive/xpressive_typeof.hpp lib/libboost_atomic.a lib/libboost_atomic.so lib/libboost_atomic.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_chrono.a lib/libboost_chrono.so lib/libboost_chrono.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_container.a lib/libboost_container.so lib/libboost_container.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_context.a lib/libboost_context.so lib/libboost_context.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_coroutine.a lib/libboost_coroutine.so lib/libboost_coroutine.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_exception.a +%%FIBER%%lib/libboost_fiber.a +%%FIBER%%lib/libboost_fiber.so +%%FIBER%%lib/libboost_fiber.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_filesystem.a lib/libboost_filesystem.so lib/libboost_filesystem.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_graph.a lib/libboost_graph.so lib/libboost_graph.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_iostreams.a lib/libboost_iostreams.so lib/libboost_iostreams.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_locale.a lib/libboost_locale.so lib/libboost_locale.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_log.a lib/libboost_log.so lib/libboost_log.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_log_setup.a lib/libboost_log_setup.so lib/libboost_log_setup.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_c99.a lib/libboost_math_c99.so lib/libboost_math_c99.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_c99f.a lib/libboost_math_c99f.so lib/libboost_math_c99f.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_c99l.a lib/libboost_math_c99l.so lib/libboost_math_c99l.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_tr1.a lib/libboost_math_tr1.so lib/libboost_math_tr1.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_tr1f.a lib/libboost_math_tr1f.so lib/libboost_math_tr1f.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_math_tr1l.a lib/libboost_math_tr1l.so lib/libboost_math_tr1l.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_prg_exec_monitor.a lib/libboost_prg_exec_monitor.so lib/libboost_prg_exec_monitor.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_program_options.a lib/libboost_program_options.so lib/libboost_program_options.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_random.a lib/libboost_random.so lib/libboost_random.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_regex.a lib/libboost_regex.so lib/libboost_regex.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_serialization.a lib/libboost_serialization.so lib/libboost_serialization.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_signals.a lib/libboost_signals.so lib/libboost_signals.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_system.a lib/libboost_system.so lib/libboost_system.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_test_exec_monitor.a lib/libboost_thread.a lib/libboost_thread.so lib/libboost_thread.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_timer.a lib/libboost_timer.so lib/libboost_timer.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_type_erasure.a lib/libboost_type_erasure.so lib/libboost_type_erasure.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_unit_test_framework.a lib/libboost_unit_test_framework.so lib/libboost_unit_test_framework.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_wave.a lib/libboost_wave.so lib/libboost_wave.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_wserialization.a lib/libboost_wserialization.so lib/libboost_wserialization.so.%%BOOST_SHARED_LIB_VER%% Index: head/devel/boost_build/Makefile =================================================================== --- head/devel/boost_build/Makefile (revision 450556) +++ head/devel/boost_build/Makefile (revision 450557) @@ -1,52 +1,52 @@ # Created by: Bruce M. Simpson # $FreeBSD$ PORTNAME= boost_build PORTVERSION= 2.0.m12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/boost/boost-build/2.0-m12 DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION:S/.m/-m/} MAINTAINER= ports@FreeBSD.org COMMENT= Extensible cross-platform build tool suite LICENSE= BSL RUN_DEPENDS= ${LOCALBASE}/bin/bjam:devel/boost-jam USES= tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME:S/_/-/g} NO_BUILD= defined SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_FILES= share/doc/boost.png PORTDATA= * PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "build kernel options tools util" \ ${STAGEDIR}${DATADIR} "! -name *.orig") (cd ${WRKSRC} && ${INSTALL_DATA} boost-build.jam bootstrap.jam \ build-system.jam site-config.jam user-config.jam \ ${STAGEDIR}${DATADIR}) ${INSTALL_MAN} ${WRKSRC}/boost.png \ ${STAGEDIR}${PREFIX}/share/doc/boost.png (cd ${WRKSRC}/doc && ${RM} -r Jamfile.v2 project-root.jam \ html/userman_HTML.manifest src) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/devel/codeblocks/Makefile =================================================================== --- head/devel/codeblocks/Makefile (revision 450556) +++ head/devel/codeblocks/Makefile (revision 450557) @@ -1,47 +1,47 @@ # Created by: Matthias Sund # $FreeBSD$ PORTNAME= codeblocks PORTVERSION= 16.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Open source, cross-platform, free C/C++ IDE LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libhunspell-1.6.so:textproc/hunspell USES= autoreconf compiler desktop-file-utils fam:gamin localbase \ gettext-runtime libtool pathfix pkgconfig shared-mime-info USE_WX= 2.8 USE_GNOME= gtk20 cairo USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \ --disable-pch PKG_CONFIG_LIBDIR= ${LOCALBASE}/libdata/pkgconfig INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.release .include .if ${CHOSEN_COMPILER_TYPE} == clang USE_CXXSTD= c++11 . if ${COMPILER_VERSION} >= 35 CXXFLAGS+= -Wno-undefined-bool-conversion . endif .endif .include Index: head/devel/cpp-hocon/Makefile =================================================================== --- head/devel/cpp-hocon/Makefile (revision 450556) +++ head/devel/cpp-hocon/Makefile (revision 450557) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= cpp-hocon PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org COMMENT= C++ configuration library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleatherman_util.so:devel/leatherman USE_GITHUB= yes GH_ACCOUNT= puppetlabs PLIST_SUB+= PORTVERSION="${PORTVERSION}" CMAKE_ARGS+= -DBUILD_SHARED_LIBS=SHARED TEST_TARGET= test USES= cmake USE_LDCONFIG= yes .include Index: head/devel/cpp-netlib/Makefile =================================================================== --- head/devel/cpp-netlib/Makefile (revision 450556) +++ head/devel/cpp-netlib/Makefile (revision 450557) @@ -1,30 +1,30 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.12.0 DISTVERSIONSUFFIX= -final -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org COMMENT= Cross-platform, standards compliant networking library LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ asio>0:net/asio BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" USES= cmake:outsource USE_LDCONFIG= yes CFLAGS+= -fPIC CMAKE_ARGS+= -DCPP-NETLIB_BUILD_EXAMPLES=OFF \ -DCPP-NETLIB_BUILD_SHARED_LIBS=ON \ -DCPP-NETLIB_BUILD_TESTS=OFF USE_GITHUB= yes .include Index: head/devel/cpprestsdk/Makefile =================================================================== --- head/devel/cpprestsdk/Makefile (revision 450556) +++ head/devel/cpprestsdk/Makefile (revision 450557) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= cpprestsdk PORTVERSION= 2.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= projects@phess.net COMMENT= Microsoft C++ REST SDK LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../license.txt LIB_DEPENDS= libboost_system.so:devel/boost-libs BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" USE_GITHUB= yes GH_ACCOUNT= Microsoft USES= cmake ssl USE_LDCONFIG= yes WRKSRC_SUBDIR= Release .include Index: head/devel/eblob/Makefile =================================================================== --- head/devel/eblob/Makefile (revision 450556) +++ head/devel/eblob/Makefile (revision 450557) @@ -1,76 +1,76 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= eblob PORTVERSION= 0.18.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org COMMENT= Append-only low-level I/O library LICENSE= GPLv2 LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= zloidemon GH_TAGNAME= 0a75b89 USES= cmake USE_LDCONFIG= yes OPTIONS_DEFINE= ASSERT PYTHON SNAPPY EXAMPLES TESTS OPTIONS_DEFAULT=PYTHON SNAPPY TESTS TESTS_DESC= Build tests .include .if ${PORT_OPTIONS:MASSERT} CMAKE_ARGS+= -DWITH_ASSERTS=ON .else CMAKE_ARGS+= -DWITH_ASSERTS=OFF .endif .if ${PORT_OPTIONS:MPYTHON} LIB_DEPENDS+= libboost_python.so:devel/boost-python-libs USES+= python CMAKE_ARGS+= -DWITH_PYTHON=ON PLIST_SUB+= PYTHON="" PYTHON_VER=${PYTHON_VER} .else CMAKE_ARGS+= -DWITH_PYTHON=OFF PLIST_SUB+= PYTHON="@comment " .endif .if ${PORT_OPTIONS:MSNAPPY} LIB_DEPENDS+= libsnappy.so:archivers/snappy CMAKE_ARGS+= -DWITH_SNAPPY=ON .else CMAKE_ARGS+= -DWITH_SNAPPY=OFF .endif .if ${PORT_OPTIONS:MEXAMPLES} CMAKE_ARGS+= -DWITH_EXAMPLES=ON PLIST_SUB+= EXAMPLES="" .else CMAKE_ARGS+= -DWITH_EXAMPLES=OFF PLIST_SUB+= EXAMPLES="@comment " .endif .if ${PORT_OPTIONS:MTESTS} CMAKE_ARGS+= -DWITH_TESTS=ON .else CMAKE_ARGS+= -DWITH_TESTS=OFF .endif post-patch: .if ! ${PORT_OPTIONS:MPYTHON} @${REINPLACE_CMD} -e 's, python),),' ${WRKSRC}/CMakeLists.txt .else @${REINPLACE_CMD} -e 's,$$ENV{DESTDIR},${STAGEDIR},' \ ${WRKSRC}/bindings/python/python/CMakeLists.txt .endif @${REINPLACE_CMD} -e 's, -fstack-protector-all,,' \ ${WRKSRC}/CMakeLists.txt .include Index: head/devel/edb/Makefile =================================================================== --- head/devel/edb/Makefile (revision 450556) +++ head/devel/edb/Makefile (revision 450557) @@ -1,41 +1,41 @@ # $FreeBSD$ PORTNAME= edb PORTVERSION= 0.9.18 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://codef00.com/projects/ DISTNAME= debugger-${PORTVERSION} MAINTAINER= itechbear@gmail.com COMMENT= Cross-platform x86/x86-64 debugger based on Qt 4 LICENSE= GPLv2 LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= qmake tar:tgz USE_QT4= gui network xml moc_build rcc_build uic_build QMAKE_ARGS= DEFAULT_PLUGIN_PATH="${PREFIX}/libexec/${PORTNAME}" WRKSRC= ${WRKDIR}/debugger PORTDOCS= * ONLY_FOR_ARCHS= i386 amd64 STRIP_FILES= bin/${PORTNAME} libexec/${PORTNAME}/*.so OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/edb.desktop ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/src/images/edb48-logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/edb.png ${INSTALL_MAN} ${WRKSRC}/edb.1 ${STAGEDIR}${MANPREFIX}/man/man1/edb.1 (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} post-install-DOCS-on: (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include Index: head/devel/gearmand/Makefile =================================================================== --- head/devel/gearmand/Makefile (revision 450556) +++ head/devel/gearmand/Makefile (revision 450557) @@ -1,117 +1,117 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= gearmand PORTVERSION= 1.0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Gearman C Server and Library BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid CONFLICTS= p5-Gearman-Server-1.* gearmand-1.1.* USERS= gearmand GROUPS= gearmand BROKEN_sparc64= Does not build: cannot link with boost USE_PERL5= build GNU_CONFIGURE= yes USES= pathfix gmake perl5 python:build libtool USE_LDCONFIG= yes USE_RC_SUBR= gearmand SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} CONFIGURE_ARGS+=--with-lib-prefix=${LOCALBASE} --with-boost=${LOCALBASE} \ --localstatedir=/var/db/${PORTNAME} --enable-static CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo OPTIONS_DEFINE= DRIZZLE MEMCACHED PGSQL SQLITE MYSQL HIREDIS TOKYOCAB OPTIONS_DEFAULT=SQLITE DRIZZLE_DESC= Drizzle support for persistent queue MEMCACHED_DESC= memcached support for persistent queue MYSQL_DESC= MySQL support for persistent queue PGSQL_DESC= PostgreSQL support for persistent queue SQLITE_DESC= SQLite support for persistent queue HIREDIS_DESC= Hiredis support for persistent queue TOKYOCAB_DESC= Tokyo Cabinet support for persistent queue .include .if ${PORT_OPTIONS:MDRIZZLE} LIB_DEPENDS+= libdrizzle.so:databases/libdrizzle CONFIGURE_ARGS+= --enable-libdrizzle .else CONFIGURE_ARGS+= --disable-libdrizzle .endif .if ${PORT_OPTIONS:MMEMCACHED} LIB_DEPENDS+= libmemcached.so:databases/libmemcached BUILD_DEPENDS+= memcached>=0:databases/memcached CONFIGURE_ARGS+= --enable-libmemcached # This hack is required for the test programs invoked by configure, # in the event that libmemcached was compiled with SASL support. .if exists(${LOCALBASE}/lib/libsasl.so) LDFLAGS+= -L${LOCALBASE}/lib -lsasl CONFIGURE_ARGS+= --with-memcached-sasl=${LOCALBASE}/bin/memcached .elif exists(${LOCALBASE}/lib/libsasl2.a) LDFLAGS+= -L${LOCALBASE}/lib -lsasl2 CONFIGURE_ARGS+= --with-memcached-sasl=${LOCALBASE}/bin/memcached .else LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-memcached=${LOCALBASE}/bin/memcached .endif .else CONFIGURE_ARGS+= --disable-libmemcached .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=yes .else CONFIGURE_ARGS+= --with-mysql=no .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql CONFIGURE_ARGS+= --enable-libpq .else CONFIGURE_ARGS+= --disable-libpq .endif .if ${PORT_OPTIONS:MSQLITE} BUILD_DEPENDS+= sqlite3>=3.0.0:databases/sqlite3 LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} .else CONFIGURE_ARGS+= --without-sqlite3 .endif .if ${PORT_OPTIONS:MTOKYOCAB} LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet CONFIGURE_ARGS+= --enable-libtokyocabinet CONFIGURE_ENV+= LIBTOKYOCABINET_CPPFLAGS=-I${LOCALBASE}/include \ LIBTOKYOCABINET_LDFLAGS=-L${LOCALBASE}/lib .else CONFIGURE_ARGS+= --disable-libtokyocabinet .endif .if ${PORT_OPTIONS:MHIREDIS} LIB_DEPENDS+= libhiredis.so:databases/hiredis CONFIGURE_ARGS+= --enable-hires CONFIGURE_ENV+= LIBHIREDIS_CPPFLAGS=-I${LOCALBASE}/include/hiredis \ LIBHIREDIS_LDFLAGS=-L${LOCALBASE}/lib .else CONFIGURE_ARGS+= --disable-hires .endif .include Index: head/devel/gearmand-devel/Makefile =================================================================== --- head/devel/gearmand-devel/Makefile (revision 450556) +++ head/devel/gearmand-devel/Makefile (revision 450557) @@ -1,117 +1,117 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= gearmand PORTVERSION= 1.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ PKGNAMESUFFIX= -devel MAINTAINER= bdrewery@FreeBSD.org COMMENT= Gearman C Server and Library BUILD_DEPENDS= boost-libs>=0:devel/boost-libs \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx LIB_DEPENDS= libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid CONFLICTS= p5-Gearman-Server-1.* gearmand-1.0.* USERS= gearmand GROUPS= gearmand BROKEN_sparc64= Does not build: cannot link with boost USE_PERL5= build GNU_CONFIGURE= yes USES= pathfix perl5 gmake gperf libtool python:build USE_LDCONFIG= yes USE_RC_SUBR= gearmand SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} CONFIGURE_ARGS+=--with-lib-prefix=${LOCALBASE} --with-boost=${LOCALBASE} \ --localstatedir=/var/db/${PORTNAME} --enable-static LDFLAGS+= -lexecinfo OPTIONS_DEFINE= DRIZZLE MEMCACHED PGSQL SQLITE MYSQL HIREDIS TOKYOCAB OPTIONS_DEFAULT=SQLITE DRIZZLE_DESC= Drizzle support for persistent queue MEMCACHED_DESC= memcached support for persistent queue MYSQL_DESC= MySQL support for persistent queue PGSQL_DESC= PostgreSQL support for persistent queue SQLITE_DESC= SQLite support for persistent queue HIREDIS_DESC= Hiredis support for persistent queue TOKYOCAB_DESC= Tokyo Cabinet support for persistent queue .include .if ${PORT_OPTIONS:MDRIZZLE} LIB_DEPENDS+= libdrizzleso:databases/libdrizzle CONFIGURE_ARGS+= --enable-libdrizzle .else CONFIGURE_ARGS+= --disable-libdrizzle .endif .if ${PORT_OPTIONS:MMEMCACHED} LIB_DEPENDS+= libmemcached.so:databases/libmemcached BUILD_DEPENDS+= memcached>=0:databases/memcached CONFIGURE_ARGS+= --enable-libmemcached # This hack is required for the test programs invoked by configure, # in the event that libmemcached was compiled with SASL support. .if exists(${LOCALBASE}/lib/libsasl.so) LDFLAGS+= -L${LOCALBASE}/lib -lsasl CONFIGURE_ARGS+= --with-memcached-sasl=${LOCALBASE}/bin/memcached .elif exists(${LOCALBASE}/lib/libsasl2.a) LDFLAGS+= -L${LOCALBASE}/lib -lsasl2 CONFIGURE_ARGS+= --with-memcached-sasl=${LOCALBASE}/bin/memcached .else LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-memcached=${LOCALBASE}/bin/memcached .endif .else CONFIGURE_ARGS+= --disable-libmemcached .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=yes .else CONFIGURE_ARGS+= --with-mysql=no .endif .if ${PORT_OPTIONS:MPGSQL} USES+= pgsql CONFIGURE_ARGS+= --enable-libpq .else CONFIGURE_ARGS+= --disable-libpq .endif .if ${PORT_OPTIONS:MSQLITE} BUILD_DEPENDS+= sqlite3>=3.0.0:databases/sqlite3 LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE} .else CONFIGURE_ARGS+= --without-sqlite3 .endif .if ${PORT_OPTIONS:MTOKYOCAB} LIB_DEPENDS+= libtokyocabinet.so:databases/tokyocabinet CONFIGURE_ARGS+= --enable-libtokyocabinet CONFIGURE_ENV+= LIBTOKYOCABINET_CPPFLAGS=-I${LOCALBASE}/include \ LIBTOKYOCABINET_LDFLAGS=-L${LOCALBASE}/lib .else CONFIGURE_ARGS+= --disable-libtokyocabinet .endif .if ${PORT_OPTIONS:MHIREDIS} LIB_DEPENDS+= libhiredis.so:databases/hiredis CONFIGURE_ARGS+= --enable-hires CONFIGURE_ENV+= LIBHIREDIS_CPPFLAGS=-I${LOCALBASE}/include/hiredis \ LIBHIREDIS_LDFLAGS=-L${LOCALBASE}/lib .else CONFIGURE_ARGS+= --disable-hires .endif .include Index: head/devel/kdevplatform/Makefile =================================================================== --- head/devel/kdevplatform/Makefile (revision 450556) +++ head/devel/kdevplatform/Makefile (revision 450557) @@ -1,36 +1,36 @@ # Created by: Golyashov Sergei # $FreeBSD$ PORTNAME= kdevplatform PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION} DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Set of libraries for KDE IDE-like programs LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ libboost_thread.so:devel/boost-libs \ libqjson.so:devel/qjson USES= cmake:outsource compiler:c++11-lib grantlee:4 kde:4 shebangfix \ tar:xz USE_KDE= kate_run kdelibs automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build \ corelib designer_build gui webkit USE_LDCONFIG= yes SHEBANG_FILES= util/kdev_format_source util/kdevplatform_shell_environment.sh PLIST_SUB+= SHLIB_VER=8.0.0 \ SHLIB_SHVER=8 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CMAKE_OFF= -DBUILD_po:BOOL=Off .include Index: head/devel/leatherman/Makefile =================================================================== --- head/devel/leatherman/Makefile (revision 450556) +++ head/devel/leatherman/Makefile (revision 450557) @@ -1,29 +1,30 @@ # $FreeBSD$ PORTNAME= leatherman PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org COMMENT= Leatherman C++ Tool library LICENSE= APACHE20 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl BROKEN_armv6= fails to configure: CMake: execution of make failed BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" USE_GITHUB= yes GH_ACCOUNT= puppetlabs USES= cmake gettext USE_RUBY= yes CMAKE_ARGS= -DLEATHERMAN_SHARED:BOOL=ON USE_LDCONFIG= yes TEST_TARGET= test PLIST_SUB= PORTVERSION=${PORTVERSION} .include Index: head/devel/libarea/Makefile =================================================================== --- head/devel/libarea/Makefile (revision 450556) +++ head/devel/libarea/Makefile (revision 450557) @@ -1,24 +1,24 @@ # Created by: Pedro Giffuni # $FreeBSD$ PORTNAME= libarea PORTVERSION= 20160313 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel cad MAINTAINER= pfg@FreeBSD.org COMMENT= CAM-related software for profile and pocketing operations LICENSE= BSD3CLAUSE BUILD_DEPENDS= python-config:lang/python LIB_DEPENDS= libboost_python.so:devel/boost-python-libs USE_GITHUB= yes GH_ACCOUNT= Heeks GH_TAGNAME= f1986ac USES= cmake:outsource python USE_LDCONFIG= yes .include Index: head/devel/libclaw/Makefile =================================================================== --- head/devel/libclaw/Makefile (revision 450556) +++ head/devel/libclaw/Makefile (revision 450557) @@ -1,30 +1,30 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= libclaw PORTVERSION= 1.7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ Library Absolutely Wonderful LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= useless for anything apart from removed games/plee-the-bear EXPIRATION_DATE=2017-09-30 LIB_DEPENDS= libpng.so:graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs USES= cmake gettext jpeg CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake" USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e '/subdirs/ s|doc||' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/install.*COPYING/ d' ${WRKSRC}/CMakeLists.txt .include Index: head/devel/libcutl/Makefile =================================================================== --- head/devel/libcutl/Makefile (revision 450556) +++ head/devel/libcutl/Makefile (revision 450557) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= libcutl PORTVERSION= 1.10.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= rakuco@FreeBSD.org COMMENT= C++ utility library with generic and independent components LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 BROKEN_sparc64= Does not build: cannot configure with boost GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c++11-lib libtool # The checks for external boost and external expat are quite limited and do not # add the ${LOCALBASE} paths correctly (libboost.m4 uses wrong paths and # libexpat.m4 does nothing at all). CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-static \ --with-boost=${LOCALBASE} \ --with-external-boost \ --with-external-expat \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig .include Index: head/devel/libflatarray/Makefile =================================================================== --- head/devel/libflatarray/Makefile (revision 450556) +++ head/devel/libflatarray/Makefile (revision 450557) @@ -1,22 +1,22 @@ # Created by: Kurt Kanzenbach # $FreeBSD$ PORTNAME= libflatarray PORTVERSION= 0.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel science MASTER_SITES= http://www.libgeodecomp.org/archive/ MAINTAINER= kurt@kmk-computers.de COMMENT= Struct of arrays library with object oriented interface for C++ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= boost-libs>=1.48:devel/boost-libs USES= cmake:outsource compiler:c++11-lib CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE .include Index: head/devel/libftdi/Makefile =================================================================== --- head/devel/libftdi/Makefile (revision 450556) +++ head/devel/libftdi/Makefile (revision 450557) @@ -1,53 +1,53 @@ # $FreeBSD$ PORTNAME= libftdi PORTVERSION= 0.20 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB USES= cmake pkgconfig CMAKE_ARGS= -DDOCUMENTATION:BOOL=OFF -DEXAMPLES:BOOL=OFF USE_LDCONFIG= yes OPTIONS_DEFINE= BOOST PYTHON OPTIONS_DEFAULT=BOOST PYTHON OPTIONS_SUB= yes BOOST_DESC= C++ bindings (requires Boost) BOOST_LIB_DEPENDS= libboost_system.so:devel/boost-libs BOOST_CMAKE_BOOL= FTDIPP BOOST_CXXFLAGS= -I${LOCALBASE}/include PYTHON_DESC= Python bindings PYTHON_BUILD_DEPENDS= swig2.0:devel/swig20 PYTHON_CMAKE_BOOL= PYTHON_BINDINGS PYTHON_USES= python .include post-patch: @${REINPLACE_CMD} \ -e '/includedir/s|/$${PROJECT_NAME}||' \ -e '/SET.*LIB_SUFFIX/s/64/""/' \ -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} 's|SITEPACKAGE.*ABSOLUTE|SITEPACKAGE ${PYTHON_SITELIBDIR} ABSOLUTE|' \ ${WRKSRC}/bindings/CMakeLists.txt post-install: .if ${PORT_OPTIONS:MPYTHON} ${PYTHON_CMD} -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${PYTHON_CMD} -O -m compileall -d ${PYTHON_SITELIBDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_ftdi.so .endif .include Index: head/devel/libftdi1/Makefile =================================================================== --- head/devel/libftdi1/Makefile (revision 450556) +++ head/devel/libftdi1/Makefile (revision 450557) @@ -1,74 +1,75 @@ # $FreeBSD$ PORTNAME= libftdi1 PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ MAINTAINER= bsam@FreeBSD.org COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 LIB_DEPENDS= libconfuse.so:devel/libconfuse OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES OPTIONS_DEFAULT= PYTHON BOOST OPTIONS_SUB= yes BOOST_DESC= Build with boost PYTHON_DESC= Build Python bindings BROKEN_sparc64= Does not build: fails to link USES= cmake gettext-runtime pkgconfig tar:bzip2 USE_LDCONFIG= yes PORTDOCS= COPYING.LIB ChangeLog README .include .if ${PORT_OPTIONS:MDOCS} CMAKE_ARGS+= -DDOCUMENTATION:BOOL=true .else CMAKE_ARGS+= -DDOCUMENTATION:BOOL=false .endif .if ${PORT_OPTIONS:MEXAMPLES} CMAKE_ARGS+= -DEXAMPLES:BOOL=true .else CMAKE_ARGS+= -DEXAMPLES:BOOL=false .endif .if ${PORT_OPTIONS:MPYTHON} USES+= python:2 CMAKE_ARGS+= -DPYTHON_BINDINGS:BOOL=true BUILD_DEPENDS+= swig2.0:devel/swig20 .else CMAKE_ARGS+= -DPYTHON_BINDINGS:BOOL=false .endif .if ${PORT_OPTIONS:MBOOST} CMAKE_ARGS+= -DFTDIPP:BOOL=true LIB_DEPENDS+= libboost_system.so:devel/boost-libs .else CMAKE_ARGS+= -DFTDIPP:BOOL=false .endif post-install: .if ${PORT_OPTIONS:MEXAMPLES} .for fname in baud_test bitbang bitbang2 bitbang_cbus bitbang_ft2232 eeprom find_all serial_test simple stream_test ${INSTALL_PROGRAM} ${WRKSRC}/examples/${fname} ${STAGEDIR}${PREFIX}/bin/ftdi1_${fname}_example .endfor .if ${PORT_OPTIONS:MBOOST} .for fname in find_all_pp ${INSTALL_PROGRAM} ${WRKSRC}/examples/${fname} ${STAGEDIR}${PREFIX}/bin/ftdi1_${fname}_example .endfor .endif .endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/devel/libiqxmlrpc/Makefile =================================================================== --- head/devel/libiqxmlrpc/Makefile (revision 450556) +++ head/devel/libiqxmlrpc/Makefile (revision 450557) @@ -1,34 +1,34 @@ # Created by: Max Khon # $FreeBSD$ PORTNAME= libiqxmlrpc PORTVERSION= 0.13.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel net MASTER_SITES= SF MAINTAINER= fjoe@FreeBSD.org COMMENT= Free, object-oriented XML-RPC implementation written in C++ LICENSE= BSD2CLAUSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs OPTIONS_DEFINE= DOXYGEN OPTIONS_DEFAULT= DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CMAKE_OFF= -Dbuild_docs=off USE_GNOME= libxml2 USES= cmake tar:bzip2 ssl LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes PORTDOCS= * post-patch: ${REINPLACE_CMD} -e 's,lib/pkgconfig,libdata/pkgconfig,' ${WRKSRC}/libiqxmlrpc/CMakeLists.txt ${REINPLACE_CMD} -e 's,share/doc/libiqxmlrpc-$${Libiqxmlrpc_VERSION},${DOCSDIR_REL},' ${WRKSRC}/doc/CMakeLists.txt .include Index: head/devel/libkolab/Makefile =================================================================== --- head/devel/libkolab/Makefile (revision 450556) +++ head/devel/libkolab/Makefile (revision 450557) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= libkolab PORTVERSION= 0.6.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ MAINTAINER= kde@FreeBSD.org COMMENT= Advanced Kolab Object Handling Library # The code in kolabformatV2 is LGPL21, but we consider the library # itself to be LGPL3-licensed (and so are all the installed headers). LICENSE= LGPL3 PORTSCOUT= limit:^0\. LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libkolabxml.so:textproc/libkolabxml \ libxerces-c.so:textproc/xerces-c3 # TODO: Conditionally enable the bindings based on OPTIONs. CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ -DPHP_BINDINGS:BOOL=OFF \ -DPYTHON_BINDINGS:BOOL=OFF \ -DUSE_LIBCALENDARING:BOOL=OFF USES= cmake:outsource kde:4 USE_KDE= automoc4 kdelibs pimlibs USE_LDCONFIG= yes USE_QT4= corelib dbus gui network svg xml \ moc_build qmake_build rcc_build uic_build # Fix build of desktuils/kdepim4-runtime: CXXFLAGS+= -DMAKE_KOLAB_LIB PLIST_SUB= SHLIB_VER=${PORTVERSION} post-patch: # Remove utils, installs nothing, but fails without BUILD_TESTS ${REINPLACE_CMD} -e '/add_subdirectory(utils)/d' \ ${WRKSRC}/CMakeLists.txt .include Index: head/devel/liblas/Makefile =================================================================== --- head/devel/liblas/Makefile (revision 450556) +++ head/devel/liblas/Makefile (revision 450557) @@ -1,33 +1,33 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= liblas PORTVERSION= 1.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= wen@FreeBSD.org COMMENT= Library For Reading And Writing LAS-Format Data LICENSE= BSD2CLAUSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgeotiff.so:graphics/libgeotiff CONFLICTS= liblas12-1.2* PORTSCOUT= skipv:progress-20071229 USES= cmake compiler:c++11-lang libtool LDFLAGS+= -lpthread GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libLAS GH_PROJECT= ${GH_ACCOUNT} BROKEN_aarch64= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type BROKEN_armv6= fails to compile: file liblas/detail/endian.hpp needs to be set up for your CPU type BROKEN_powerpc64= fails to compile: undefined reference to boost::program_options::to_internal .include Index: head/devel/libopkele/Makefile =================================================================== --- head/devel/libopkele/Makefile (revision 450556) +++ head/devel/libopkele/Makefile (revision 450557) @@ -1,43 +1,43 @@ # Created by: Sutra Zhou # $FreeBSD$ PORTNAME= libopkele PORTVERSION= 2.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ MAINTAINER= zhoushuqun@gmail.com COMMENT= C++ implementation of an OpenID decentralized identity system BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre \ libexpat.so:textproc/expat2 \ libtidy.so:www/tidy-lib \ libxslt.so:textproc/libxslt BROKEN_powerpc64= fails to compile: iterator.h: error: invalid abstract return type USE_LDCONFIG= yes USES= libtool gmake pathfix pkgconfig compiler:c++11-lang ssl GNU_CONFIGURE= yes CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ OPENSSL_LIBS=-L${OPENSSLLIB} CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include # If we use the base OpenSSL either by default or # by design, we need to remove the openssl dependency # in pkgconfig/libopkele.pc. .if ${SSL_DEFAULT} == base post-patch: @ ${REINPLACE_CMD} -e "s|Requires: openssl|Requires:|" ${WRKSRC}/libopkele.pc.in .endif .include Index: head/devel/liborcus/Makefile =================================================================== --- head/devel/liborcus/Makefile (revision 450556) +++ head/devel/liborcus/Makefile (revision 450557) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= liborcus PORTVERSION= 0.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ MAINTAINER= office@FreeBSD.org COMMENT= Standalone file import filter library for spreadsheet documents LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds LIB_DEPENDS= libboost_system.so:devel/boost-libs BROKEN_powerpc64= fails to configure: checking for the Boost program_options library... no GNU_CONFIGURE= yes USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \ --with-boost="${LOCALBASE}" \ --with-boost-system=boost_system \ --disable-python CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/devel/log4cxx/Makefile =================================================================== --- head/devel/log4cxx/Makefile (revision 450556) +++ head/devel/log4cxx/Makefile (revision 450557) @@ -1,42 +1,42 @@ # Created by: Thaddeus Covert # $FreeBSD$ PORTNAME= log4cxx PORTVERSION= 0.10.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= APACHE/logging/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ port of the Log4j project LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libapr-1.so:devel/apr1 GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:env autoconf:env USES= pathfix libtool USE_LDCONFIG= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= BOOST DOXYGEN BOOST_BUILD_DEPENDS= ${LOCALBASE}/include/boost/regex.hpp:devel/boost-libs DOXYGEN_CONFIGURE_OFF= --disable-doxygen DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:devel/doxygen post-configure: @${REINPLACE_CMD} -e 's|-dpR|-pr|' \ -e '/^htmldest/ s|$$(pkgdatadir)|${DOCSDIR}|' \ ${WRKSRC}/src/site/doxy/Makefile post-install-DOXYGEN-on: @cd ${STAGEDIR}${PREFIX} && \ ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} .include Index: head/devel/love07/Makefile =================================================================== --- head/devel/love07/Makefile (revision 450556) +++ head/devel/love07/Makefile (revision 450557) @@ -1,58 +1,58 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= love PORTVERSION= 0.7.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ PKGNAMESUFFIX= 07 DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine LIB_DEPENDS= libIL.so:graphics/devil \ libmodplug.so:audio/libmodplug \ libmpg123.so:audio/mpg123 \ libvorbisfile.so:audio/libvorbis \ libphysfs.so:devel/physfs \ libfreetype.so:print/freetype2 \ libtiff.so:graphics/tiff \ libmng.so:graphics/libmng BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs PORTSCOUT= limit:^0\.7\. USES= gmake openal dos2unix lua:51 USE_SDL= sdl mixer USE_GL= gl glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ -I${LUA_INCDIR} `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \ --program-suffix=07 WRKSRC= ${WRKDIR}/love-HEAD DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love07 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}07 PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \ -e "s/lua5.1/lua-${LUA_VER}/g" \ ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/devel/love08/Makefile =================================================================== --- head/devel/love08/Makefile (revision 450556) +++ head/devel/love08/Makefile (revision 450557) @@ -1,56 +1,56 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= love PORTVERSION= 0.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ PKGNAMESUFFIX= 08 DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine LIB_DEPENDS= libIL.so:graphics/devil \ libmodplug.so:audio/libmodplug \ libmpg123.so:audio/mpg123 \ libvorbisfile.so:audio/libvorbis \ libphysfs.so:devel/physfs \ libfreetype.so:print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs PORTSCOUT= limit:^0\.8\. USES= gmake openal dos2unix lua:51 USE_SDL= sdl mixer USE_GL= gl glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ -I${LUA_INCDIR} `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \ --program-suffix=08 WRKSRC= ${WRKDIR}/love-${PORTVERSION} DOS2UNIX_FILES= src/modules/graphics/opengl/GLee.h PLIST_FILES= bin/love08 PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d; \ /test/ s|==|=|' \ -e "s/lua5.1/lua-${LUA_VER}/g" \ ${WRKSRC}/configure post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.md ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/devel/love5/Makefile =================================================================== --- head/devel/love5/Makefile (revision 450556) +++ head/devel/love5/Makefile (revision 450557) @@ -1,50 +1,50 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION} PKGNAMESUFFIX= 5 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open-source 2D game engine LIB_DEPENDS= libIL.so:graphics/devil \ libphysfs.so:devel/physfs \ libfreetype.so:print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs USES= tar:bzip2 gmake dos2unix lua:51 USE_SDL= sdl mixer USE_GL= gl glu GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ -I${LUA_INCDIR} `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \ --program-suffix=5 DOS2UNIX_FILES= src/system/love_system.cpp PLIST_FILES= bin/love5 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}5 PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|ILvoid|void|' ${WRKSRC}/src/opengl/Image.cpp \ ${WRKSRC}/src/opengl/love_opengl.cpp @${REINPLACE_CMD} -e '/^prefix=/ d; /^bindir=/ d; /^libdir=/ d' \ -e "s/lua5.1/lua-${LUA_VER}/g" \ ${WRKSRC}/configure post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in changes.txt readme.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/devel/luabind/Makefile =================================================================== --- head/devel/luabind/Makefile (revision 450556) +++ head/devel/luabind/Makefile (revision 450557) @@ -1,51 +1,51 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= luabind PORTVERSION= 0.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library that helps you create bindings between C++ and Lua LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_python.so:devel/boost-python-libs USES= lua:51 USE_LDCONFIG= yes CPPFLAGS+= -I.. -I${LUA_INCDIR} -I${LOCALBASE}/include LDFLAGS+= -L${LUA_LIBDIR} CXXFLAGS+= -fPIC PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete # If you manage to make boost_build build luabind with correct # includes/libraries/compiler/flags, please send a patch; # until then, custom build is used do-build: @cd ${WRKSRC}/src && ${ECHO_CMD} *.cpp | \ ${XARGS} -n1 -t ${_MAKE_JOBS:C/j/P/} \ ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c cd ${WRKSRC}/src && ${CXX} -shared ${LDFLAGS} -llua-${LUA_VER} -o libluabind.so *.o cd ${WRKSRC}/src && ${AR} -rcs libluabind.a *.o do-install: ${INSTALL_DATA} ${WRKSRC}/src/libluabind.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/src/libluabind.so ${STAGEDIR}${PREFIX}/lib @cd ${WRKSRC} && ${COPYTREE_SHARE} luabind ${STAGEDIR}${PREFIX}/include do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/devel/mongo-cxx-driver/Makefile =================================================================== --- head/devel/mongo-cxx-driver/Makefile (revision 450556) +++ head/devel/mongo-cxx-driver/Makefile (revision 450557) @@ -1,37 +1,37 @@ # Created by: Simun Mikecin # $FreeBSD$ PORTNAME= mongo-cxx-driver PORTVERSION= 1.1.2 DISTVERSIONPREFIX=legacy- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= numisemis@yahoo.com COMMENT= MongoDB Legacy C++ Driver LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/APACHE-2.0.txt LIB_DEPENDS= libboost_system.so:devel/boost-libs MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= SCRAM-SHA-1 OPTIONS_DEFAULT= SCRAM-SHA-1 SCRAM-SHA-1_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SCRAM-SHA-1_MAKE_ARGS= --use-sasl-client --ssl SCRAM-SHA-1_DESC= SCRAM-SHA-1 authentication mechanism support. USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-cxx-driver USES= scons MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ --cc=${CC} \ --cxx=${CXX} USE_LDCONFIG= yes .include Index: head/devel/monotone/Makefile =================================================================== --- head/devel/monotone/Makefile (revision 450556) +++ head/devel/monotone/Makefile (revision 450557) @@ -1,62 +1,62 @@ # Created by: Mark A. Wicks # $FreeBSD$ PORTNAME= monotone PORTVERSION= 1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ MAINTAINER= lapo@lapo.it COMMENT= Distributed version control system with digital signatures LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libpcre.so:devel/pcre \ libidn.so:dns/libidn \ libsqlite3.so:databases/sqlite3 \ libbotan-1.10.so:security/botan110 SUB_FILES= pkg-message USES= cpe gmake iconv localbase lua:51 makeinfo perl5 \ pkgconfig tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" INFO= monotone PORTDOCS= * OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls post-extract: @${RM} ${WRKSRC}/monotone.info* post-patch: @${REINPLACE_CMD} \ -e "s/REBUILD_NLS=true/REBUILD_NLS=false/g" \ -e "s/std::tr1::/std::/g" \ ${WRKSRC}/configure @${REINPLACE_CMD} \ -e "s/std::tr1::/std::/g" \ ${WRKSRC}/src/hash_map.hh post-patch-DOCS-off: @${REINPLACE_CMD} -Ee '/^install-(contrib|examples)-data:/{' -e 'n' -e 'd' -e '}' ${WRKSRC}/Makefile.in post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_mtn post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} NEWS UPGRADE ${STAGEDIR}${DOCSDIR} .include Index: head/devel/py-pyopencl/Makefile =================================================================== --- head/devel/py-pyopencl/Makefile (revision 450556) +++ head/devel/py-pyopencl/Makefile (revision 450557) @@ -1,44 +1,45 @@ # $FreeBSD$ PORTNAME= pyopencl PORTVERSION= 2017.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python wrapper for OpenCL LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi \ ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libOpenCL.so:devel/ocl-icd RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs \ ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi \ ${PYTHON_PKGNAMEPREFIX}decorator>=3.2.0:devel/py-decorator \ ${PYTHON_PKGNAMEPREFIX}mako>=0.3.6:textproc/py-mako \ ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}pytest>=2:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}pytools>=2017.2:devel/py-pytools \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six CONFIGURE_ARGS= BOOST_INC_DIR="${LOCALBASE}/include" \ BOOST_LIB_DIR="${LOCALBASE}/lib" \ BOOST_PYTHON_LIBNAME=boost_python \ CL_INC_DIR="${LOCALBASE}/include" \ CL_LIB_DIR="${LOCALBASE}/lib" \ USE_SHIPPED_BOOST=False USE_PYTHON= autoplist distutils USES= localbase python do-configure: @cd ${WRKSRC} && ${PYTHON_CMD} configure.py ${CONFIGURE_ARGS} post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/ -name '*.so' -exec ${STRIP_CMD} {} + .include Index: head/devel/rlvm/Makefile =================================================================== --- head/devel/rlvm/Makefile (revision 450556) +++ head/devel/rlvm/Makefile (revision 450557) @@ -1,97 +1,97 @@ # $FreeBSD$ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-67 DISTVERSIONSUFFIX= -g9350209 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org COMMENT= RealLive virtual machine clone LICENSE= GPLv2 GPLv3 MIT LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libboost_serialization.so:devel/boost-libs \ libguichan.so:devel/guichan RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu USE_GITHUB= yes GH_ACCOUNT= eglaysher USES= compiler:c++11-lib pkgconfig scons USE_GL= glew glu USE_GNOME= gtk20 USE_SDL= image mixer ttf EXCLUDE= GLEW SDL_image SDL_mixer SDL_ttf gmock gtest guichan \ luabind utf8cpp # leaving only pygame, xclannad, *.cpp EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude vendor/,} CFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 LDFLAGS+= -Wl,--as-needed # avoid overlinking (gtk deps) MAKE_ARGS= VERBOSE=1 INSTALLS_ICONS= yes PORTDOCS= AUTHORS.TXT NEWS.TXT README.md STATUS.TXT notes OPTIONS_DEFINE= DEBUG DOCS NLS TEST OPTIONS_DEFAULT=MONA OPTIONS_MULTI= JAPANESE_FONT OPTIONS_MULTI_JAPANESE_FONT=KOCHI MONA SAZANAMI OPTIONS_SUB= yes JAPANESE_FONT_DESC=msgothic.ttc alternatives with verified metrics (unless --font) KOCHI_DESC= kochi-gothic-subst.ttf from japanese/font-kochi KOCHI_RUN_DEPENDS=${LOCALBASE}/share/fonts/TTF/kochi-gothic-subst.ttf:japanese/font-kochi MONA_DESC= mona.ttf from japanese/font-mona-ttf MONA_RUN_DEPENDS=${LOCALBASE}/share/fonts/TTF/mona.ttf:japanese/font-mona-ttf SAZANAMI_DESC= sazanami-gothic.ttf from japanese/font-sazanami SAZANAMI_RUN_DEPENDS=${LOCALBASE}/share/fonts/TTF/sazanami-gothic.ttf:japanese/font-sazanami DEBUG_MAKE_ARGS_OFF=--release NLS_USES= gettext NLS_EXTRA_PATCHES_OFF=${FILESDIR}/extra-patch-disable-nls TEST_USES= lua:51 TEST_BUILD_DEPENDS=googletest>=1.7.0:devel/googletest \ googlemock>=1.7.0:devel/googlemock \ luabind>0:devel/luabind TEST_EXTRA_PATCHES_OFF=${FILESDIR}/extra-patch-disable-test post-patch: @${GREP} -Flr 'utf8cpp/' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ -i .bak.utf8cpp -e 's,utf8cpp/,,' @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/src/platforms/gtk/gtk_rlvm_instance.cc @${REINPLACE_CMD} -e 's,/usr/share,${LOCALBASE}/share,' \ -e 's,truetype/ttf-dejavu,dejavu,' \ -e 's,truetype/[^/"]*/,TTF/,' \ ${WRKSRC}/src/utilities/find_font_file.cc pre-install-TEST-on: (cd ${WRKSRC} && build/${PORTNAME}_unittests) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.6 \ ${STAGEDIR}${MAN6PREFIX}/man/man6 ${INSTALL_DATA} ${WRKSRC}/src/platforms/gtk/${PORTNAME}.desktop \ ${STAGEDIR}${DESKTOPDIR} @(cd ${WRKSRC}/resources && for f in */${PORTNAME}.png; do \ ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/$${f%/*}x$${f%/*}/apps; \ ${INSTALL_DATA} -v $$f \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/$${f%/*}x$${f%/*}/apps; \ done) post-install-NLS-on: (cd ${WRKSRC}/build/locale && ${COPYTREE_SHARE} \ . ${STAGEDIR}${PREFIX}/share/locale) post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDOCS:Nnotes}" ${STAGEDIR}${DOCSDIR}) (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \ notes ${STAGEDIR}${DOCSDIR}) .include Index: head/devel/sdts++/Makefile =================================================================== --- head/devel/sdts++/Makefile (revision 450556) +++ head/devel/sdts++/Makefile (revision 450557) @@ -1,30 +1,30 @@ # Created by: erik@habatech.no # $FreeBSD$ PORTNAME= sdts++ PORTVERSION= 1.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \ http://lychnobite.org/sdts/ MAINTAINER= ports@FreeBSD.org COMMENT= C++ library for SDTS related development LIB_DEPENDS= libboost_thread.so:devel/boost-libs DOS2UNIX_GLOB= *.cpp USES= autoreconf bison dos2unix gmake libtool makeinfo GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include INSTALL_TARGET= install-strip USE_LDCONFIG= yes INFO= sdts++ post-patch: .for f in AUTHORS ChangeLog NEWS README @${TOUCH} ${WRKSRC}/sysutils/${f} .endfor .include Index: head/devel/simgear/Makefile =================================================================== --- head/devel/simgear/Makefile (revision 450556) +++ head/devel/simgear/Makefile (revision 450557) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= simgear PORTVERSION= 2017.1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} MAINTAINER= martymac@FreeBSD.org COMMENT= Toolkit for 3D games and simulations LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libosg.so:graphics/osg USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut USES= alias cmake compiler:c++11-lib cpe jpeg openal:al,alut tar:bzip2 .include # Work around "'to_string' is not a member of 'std'" when building with Gcc < 6 .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 60 CFLAGS+= -D_GLIBCXX_USE_C99 .endif .include Index: head/devel/smack/Makefile =================================================================== --- head/devel/smack/Makefile (revision 450556) +++ head/devel/smack/Makefile (revision 450557) @@ -1,36 +1,36 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= smack PORTVERSION= 0.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= vg@FreeBSD.org COMMENT= Low-level I/O storage library which packs data LICENSE= GPLv2 LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \ libsnappy.so:archivers/snappy USE_GITHUB= yes GH_ACCOUNT= zloidemon GH_TAGNAME= 72c81bf USES= cmake USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES .include .if ${PORT_OPTIONS:MEXAMPLES} PLIST_SUB= EXAMPLES="" CMAKE_ARGS= -DENABLE_EXAMPLES=ON .else CMAKE_ARGS= -DENABLE_EXAMPLES=OFF PLIST_SUB= EXAMPLES="@comment " .endif .include Index: head/devel/srecord/Makefile =================================================================== --- head/devel/srecord/Makefile (revision 450556) +++ head/devel/srecord/Makefile (revision 450557) @@ -1,60 +1,60 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= srecord PORTVERSION= 1.64 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= brooks@FreeBSD.org COMMENT= Collection of powerful tools for manipulating EPROM load files LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt ALL_TARGET= all libdir/pkgconfig/srecord.pc USES= ghostscript groff libtool:build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib HEADER_DIRS= input \ input/file \ input/filter \ input/filter/checksum \ input/filter/interval \ input/filter/message \ input/generator \ memory \ memory/walker \ output \ output/file \ quit OPTIONS_DEFINE= DOCS pre-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${MKDIR} ${HEADER_DIRS:S,^,${STAGEDIR}${PREFIX}/include/${PORTNAME}/,} post-install: chmod 644 ${STAGEDIR}${PREFIX}/lib/libsrecord.so.0 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrecord.so.0 chmod 444 ${STAGEDIR}${PREFIX}/lib/libsrecord.so.0 ${INSTALL_DATA} ${WRKSRC}/libdir/pkgconfig/srecord.pc \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig test: @cd ${WRKSRC} && ${MAKE} sure build-plist: ${RM} ${PLIST} ${MAKE} makeplist | \ ${GREP} -v /you/have/to/check/what/makeplist/gives/you >> ${PLIST} .include Index: head/devel/subcommander2/Makefile =================================================================== --- head/devel/subcommander2/Makefile (revision 450556) +++ head/devel/subcommander2/Makefile (revision 450557) @@ -1,37 +1,37 @@ # Created by: Naram Qashat # $FreeBSD$ PORTNAME= subcommander PORTVERSION= 2.0.0.b5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION:R:S,.b,~b,}p${PORTVERSION:E}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Qt4 based multiplatform subversion client, diff & merge tool LICENSE= GPLv2 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libsvn_client-1.so:devel/subversion CONFLICTS= subcommander-1.* WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:S,.b,b,}p${PORTVERSION:E} USES= autoreconf gmake dos2unix ssl DOS2UNIX_GLOB= *.cpp *.h USE_QT4= corelib gui network qt3support moc_build rcc_build uic_build QT_NONSTANDARD= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include \ --with-subversion=${LOCALBASE} --with-qt=${PREFIX} \ --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config \ --with-openssl=${OPENSSLBASE} CPPFLAGS+= -I${QT_INCDIR} -I${LOCALBASE}/include LDFLAGS+= -L${QT_LIBDIR} -L${LOCALBASE}/lib .include Index: head/devel/synfig/Makefile =================================================================== --- head/devel/synfig/Makefile (revision 450556) +++ head/devel/synfig/Makefile (revision 450557) @@ -1,72 +1,72 @@ # Created by: Yinghong.Liu # $FreeBSD$ PORTNAME= synfig PORTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source MAINTAINER= woodsb02@FreeBSD.org COMMENT= Vector based 2D animation package LICENSE= GPLv2+ BUILD_DEPENDS= etl>=0.04.19_1:devel/etl LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libltdl.so:devel/libltdl \ libMagickWand-6.so:graphics/ImageMagick \ libIlmImf.so:graphics/OpenEXR \ libmlt.so:multimedia/mlt \ libmng.so:graphics/libmng \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libavcodec.so:multimedia/ffmpeg \ libdv.so:multimedia/libdv USES= compiler:c++11-lang iconv jpeg libtool pathfix pkgconfig USE_CXXSTD= c++11 USE_GNOME= cairo glibmm libxml++26 GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} INSTALL_TARGET= install-strip USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ '/optimization_flags/s|CXXFLAGS=|#CXXFLAGS=| ; \ /optimization_flags/s|CFLAGS=|#CFLAGS=| ; \ s|el_GR|el| ; \ s|ja_JP|ja| ; \ s|no_NO|no| ; \ s|pl_PL|pl| ; \ s|sk_SK|sk| ; \ s|sv_SE|sv|' \ ${WRKSRC}/configure post-build: # FIX LC_MESSAGES @${LN} -sf el_GR.gmo ${WRKSRC}/po/el.gmo @${LN} -sf ja_JP.gmo ${WRKSRC}/po/ja.gmo @${LN} -sf no_NO.gmo ${WRKSRC}/po/no.gmo @${LN} -sf pl_PL.gmo ${WRKSRC}/po/pl.gmo @${LN} -sf sk_SK.gmo ${WRKSRC}/po/sk.gmo @${LN} -sf sv_SE.gmo ${WRKSRC}/po/sv.gmo post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO (cd ${WRKSRC} && ${INSTALL_DATA} ${doc} ${STAGEDIR}${DOCSDIR}) .endfor .include Index: head/devel/thrift-cpp/Makefile =================================================================== --- head/devel/thrift-cpp/Makefile (revision 450556) +++ head/devel/thrift-cpp/Makefile (revision 450557) @@ -1,73 +1,73 @@ # Created by: Valery Komarov # $FreeBSD$ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} PKGNAMESUFFIX= -cpp DISTNAME= thrift-${PORTVERSION} MAINTAINER= komarov@valerka.net COMMENT= C++ interface to Thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libevent.so:devel/libevent DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo BROKEN_powerpc64= fails to compile: undefined reference to std::__throw_out_of_range_fmt USES= autoreconf pkgconfig gmake compiler:c++11-lang \ libtool pathfix ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes PLIST_SUB= PORTVERSION="${THRIFT_PORTVERSION}" OPTIONS_DEFINE= QT4 QT4_CONFIGURE_WITH= qt4 QT4_USE= QT4=network,moc_build,qmake_build,rcc_build,uic_build OPTIONS_SUB= yes CONFIGURE_ARGS+= \ --without-c_glib \ --with-cpp \ --without-csharp \ --without-erlang \ --without-haskell \ --without-java \ --without-perl \ --without-php \ --without-php_extension \ --without-python \ --without-ruby \ --without-go LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} .include .if ${COMPILER_TYPE} == clang USE_CXXSTD= c++11 .endif .if ${SSL_DEFAULT} == openssl-devel BROKEN= cannot find libcrypto .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so ${LN} -sf libthrift-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthrift.so.0 ${LN} -sf libthriftnb-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftnb.so.0 ${LN} -sf libthriftz-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftz.so.0 post-install-QT4-on: ${LN} -sf libthriftqt-${PORTVERSION}.so ${STAGEDIR}${PREFIX}/lib/libthriftqt.so.0 .include "../thrift/bsd.thrift.mk" .include Index: head/devel/uatraits/Makefile =================================================================== --- head/devel/uatraits/Makefile (revision 450556) +++ head/devel/uatraits/Makefile (revision 450557) @@ -1,29 +1,29 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= uatraits PORTVERSION= 20130430 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel www MASTER_SITES= http://people.freebsd.org/~demon/ MAINTAINER= demon@FreeBSD.org COMMENT= User-Agent detection library LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2 USES= autoreconf libtool pkgconfig python ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-boost-prefix=${LOCALBASE} \ --with-pcre-prefix=${LOCALBASE} \ --enable-python --disable-perl --disable-tests \ --disable-java --disable-nodejs CONFIGURE_ENV= crypto_CFLAGS="-I${OPENSSLINC}" \ crypto_LIBS="-L${OPENSSLLIB} -lcrypto" CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/devel/umbrello/Makefile =================================================================== --- head/devel/umbrello/Makefile (revision 450556) +++ head/devel/umbrello/Makefile (revision 450557) @@ -1,18 +1,18 @@ # $FreeBSD$ PORTNAME= umbrello PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= UML modeller for KDE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs automoc4 USE_GNOME= libxml2 libxslt USE_QT4= moc_build qmake_build rcc_build uic_build .include Index: head/devel/vera++/Makefile =================================================================== --- head/devel/vera++/Makefile (revision 450556) +++ head/devel/vera++/Makefile (revision 450557) @@ -1,51 +1,51 @@ # Created by: Cristiano Rolim Pereira # $FreeBSD$ PORTNAME= vera++ PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/verateam/vera/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}-doc${EXTRACT_SUFX} MAINTAINER= cristianorolim@outlook.com COMMENT= Tool for verification of C++ source code LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BUILD_DEPENDS= boost-libs>=0:devel/boost-libs USES= cmake:outsource tk CMAKE_ARGS+= -DTCL_INCLUDE_PATH=${TCL_INCLUDEDIR} \ -DTK_INCLUDE_PATH=${TK_INCLUDEDIR} \ -DVERA_USE_SYSTEM_BOOST:BOOL=ON PLIST_FILES= bin/vera++ man/man1/vera++.1.gz DATADIR= ${PREFIX}/lib/${PORTNAME} PORTDATA= * PORTDOCS= * OPTIONS_DEFINE= DOCS LUA PYTHON OPTIONS_DEFAULT= LUA PYTHON PYTHON_CMAKE_OFF= -DVERA_PYTHON:BOOL=OFF PYTHON_CMAKE_ON= -DVERA_PYTHON:BOOL=ON PYTHON_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs LUA_CMAKE_OFF= -DVERA_LUA:BOOL=OFF LUA_CMAKE_ON= -DVERA_LUA:BOOL=ON LUA_LIB_DEPENDS= libluabind.so:devel/luabind post-patch: @${REINPLACE_CMD} -e '/^add_subdirectory(doc/d' \ ${WRKSRC}/CMakeLists.txt post-install: ${INSTALL_MAN} ${WRKDIR}/vera++.1 ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/vera++.html ${STAGEDIR}${DOCSDIR} .include Index: head/devel/xmltooling/Makefile =================================================================== --- head/devel/xmltooling/Makefile (revision 450556) +++ head/devel/xmltooling/Makefile (revision 450557) @@ -1,36 +1,36 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= xmltooling PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.6.0/ MAINTAINER= girgen@FreeBSD.org COMMENT= Low level XML support for SAML LIB_DEPENDS= libcurl.so:ftp/curl \ liblog4shib.so:devel/log4shib \ libxerces-c.so.3:textproc/xerces-c3 \ libxml-security-c.so:security/apache-xml-security-c BUILD_DEPENDS= boost-libs>=0:devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc USES= gmake libtool pkgconfig tar:bzip2 ssl USE_LDCONFIG= yes PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in .include Index: head/devel/yaml-cpp/Makefile =================================================================== --- head/devel/yaml-cpp/Makefile (revision 450556) +++ head/devel/yaml-cpp/Makefile (revision 450557) @@ -1,26 +1,26 @@ # Created by: Tim Niemueller # $FreeBSD$ PORTNAME= yaml-cpp PORTVERSION= 0.5.3 DISTVERSIONPREFIX= release- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org COMMENT= YAML parser and emitter in C++ matching the YAML 1.2 spec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= jbeder USES= cmake USE_LDCONFIG= yes CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON -DYAML_CPP_BUILD_TOOLS=0 .include Index: head/dns/dnsdist/Makefile =================================================================== --- head/dns/dnsdist/Makefile (revision 450556) +++ head/dns/dnsdist/Makefile (revision 450557) @@ -1,51 +1,52 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= dnsdist DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm MAINTAINER= cpm@FreeBSD.org COMMENT= Highly DNS-, DoS- and abuse-aware loadbalancer LICENSE= GPLv2 UNLICENSE LICENSE_COMB= multi LICENSE_FILE_UNLICENSE= ${WRKSRC}/ext/incbin/UNLICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ libprotobuf.so:devel/protobuf \ libre2.so:devel/re2 \ libsodium.so:security/libsodium GNU_CONFIGURE= yes USES= bison compiler cpe gmake libedit libtool localbase lua:52 \ pkgconfig tar:bz2 CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ --enable-dnscrypt \ --enable-libsodium \ --enable-re2 INSTALL_TARGET= install-strip USERS= _dnsdist GROUPS= _dnsdist USE_RC_SUBR= dnsdist .include # Fix dnsdist binaries when building on FreeBSD 10.3 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000 BUILD_DEPENDS+= clang40:devel/llvm40 CC= clang40 CXX= clang++40 .endif post-install: ${INSTALL_DATA} ${FILESDIR}/dnsdist.conf.sample \ ${STAGEDIR}${PREFIX}/etc .include Index: head/dns/powerdns/Makefile =================================================================== --- head/dns/powerdns/Makefile (revision 450556) +++ head/dns/powerdns/Makefile (revision 450557) @@ -1,134 +1,134 @@ # $FreeBSD$ PORTNAME= powerdns PORTVERSION= 4.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS server with multiple backends including SQL LICENSE= GPLv2 BROKEN_powerpc64= Does not build: undefined reference to std::__throw_out_of_range_fmt BROKEN_sparc64= Does not compile: error: to_string is not a member of std LIB_DEPENDS= libboost_serialization.so:devel/boost-libs USES= compiler:c++11-lib cpe gmake libtool localbase:ldflags pathfix pkgconfig ssl \ tar:bzip2 USE_LDCONFIG= YES USE_SUBMAKE= YES GNU_CONFIGURE= YES INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-static \ --with-modules="" \ --with-dynmodules="pipe bind ${MODULES}" \ --docdir="${PREFIX}/share/doc/powerdns" \ --sysconfdir="${PREFIX}/etc/pdns" \ --with-boost="${LOCALBASE}" SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ CURDIR2="${.CURDIR}" \ MKDIR="${MKDIR}" \ DISTNAME="${DISTNAME}" \ POWERDNS_OPTIONS="${POWERDNS_OPTIONS}" SUB_FILES= pkg-message USE_RC_SUBR= pdns OPTIONS_DEFINE= GEOIP MYDNS MYSQL OPENDBX OPENLDAP OPTALGO PGSQL PROTOBUF REMOTE SQLITE3 TINYDNS TOOLS UNIXODBC OPTIONS_GROUP= EXPERIMENTAL REMOTEOPT OPTIONS_GROUP_EXPERIMENTAL= LUABACKEND OPTIONS_GROUP_REMOTEOPT= ZEROMQ OPTIONS_SINGLE= LUASG OPTIONS_SINGLE_LUASG= LUA LUAJIT ZEROMQ_IMPLIES= REMOTE OPTIONS_DEFAULT= LUA PGSQL OPTIONS_SUB= yes GEOIP_LIB_DEPENDS= libyaml-cpp.so:devel/yaml-cpp \ libGeoIP.so:net/GeoIP GEOIP_VARS= MODULES+=geoip LUA_CONFIGURE_WITH= lua LUA_USES= lua LUABACKEND_VARS= MODULES+=lua LUAJIT_CONFIGURE_WITH= luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit MYDNS_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYDNS_USES= mysql MYDNS_VARS= MODULES+=mydns MYSQL_CONFIGURE_ON= --with-mysql=${LOCALBASE} MYSQL_CONFIGURE_OFF= --without-mysql MYSQL_USES= mysql MYSQL_VARS= MODULES+=gmysql OPENDBX_LIB_DEPENDS= libopendbx.so:databases/opendbx OPENDBX_VARS= MODULES+=opendbx OPENLDAP_CXXFLAGS= -DLDAP_DEPRECATED=1 OPENLDAP_USE= OPENLDAP=YES OPENLDAP_VARS= MODULES+=ldap OPTALGO_CONFIGURE_ON= --enable-botan1.10 \ --enable-libsodium OPTALGO_LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ libsodium.so:security/libsodium PGSQL_CONFIGURE_ON= --with-pgsql=${LOCALBASE} PGSQL_CONFIGURE_OFF= --without-pgsql PGSQL_USES= pgsql PGSQL_VARS= MODULES+=gpgsql PROTOBUF_CONFIGURE_WITH= protobuf PROTOBUF_LIB_DEPENDS= libprotobuf.so:devel/protobuf REMOTE_VARS= MODULES+=remote SQLITE3_USES= sqlite:3 SQLITE3_VARS= MODULES+=gsqlite3 TINYDNS_CONFIGURE_ON= CDB_LIBS="-L${LOCALBASE}/lib -lcdb" CDB_CFLAGS="-I${LOCALBASE}/include" TINYDNS_LIB_DEPENDS= libcdb.so:databases/tinycdb TINYDNS_VARS= MODULES+=tinydns TOOLS_CONFIGURE_ENABLE= tools UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC UNIXODBC_VARS= MODULES+=godbc ZEROMQ_CONFIGURE_ARGS= --enable-remotebackend-zeromq ZEROMQ_LIB_DEPENDS= libzmq.so:net/libzmq4 GEOIP_DESC= GeoIP backend LUASG_DESC= Lua Engine LUABACKEND_DESC= Lua backend LUAJIT_DESC= Enable LuaJIT MYDNS_DESC= MyDNS backend MYSQL_DESC= MySQL backend OPENDBX_DESC= OpenDBX backend OPENLDAP_DESC= OpenLDAP backend OPTALGO_DESC= Enable optional algorithms (12 & 15) PGSQL_DESC= PostgreSQL backend PROTOBUF_DESC= Protobuf support REMOTE_DESC= Remote backend REMOTEOPT_DESC= Remote backend connectors SQLITE3_DESC= SQLite 3 backend TINYDNS_DESC= TinyDNS backend TOOLS_DESC= Build extra tools ZEROMQ_DESC= Enable ZeroMQ connector (Implies REMOTE enabled) post-install:: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${STAGEDIR}${LOCALBASE}/sbin/pdns_server --module-dir=${STAGEDIR}${LOCALBASE}/lib/pdns --launch="pipe bind ${MODULES}" --config > ${STAGEDIR}${EXAMPLESDIR}/pdns.conf @${REINPLACE_CMD} -e 's;${STAGEDIR};;' -i '' ${STAGEDIR}${EXAMPLESDIR}/pdns.conf .include Index: head/dns/powerdns-recursor/Makefile =================================================================== --- head/dns/powerdns-recursor/Makefile (revision 450556) +++ head/dns/powerdns-recursor/Makefile (revision 450557) @@ -1,58 +1,58 @@ # Created by: sten@blinkenlights.nl # $FreeBSD$ PORTNAME= recursor PORTVERSION= 4.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- DISTNAME= pdns-${PORTNAME}-${PORTVERSION} MAINTAINER= tremere@cainites.net COMMENT= Advanced DNS recursor LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libboost_context.so:devel/boost-libs BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string USES= compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2 GNU_CONFIGURE= YES CXXFLAGS+= -D_GLIBCXX_USE_C99 CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns CPE_VENDOR= powerdns USE_RC_SUBR= pdns-recursor OPTIONS_DEFINE= OPTALGO SETUID OPTIONS_DEFAULT= LUA SETUID OPTIONS_RADIO= LUA_RG OPTIONS_RADIO_LUA_RG= LUA LUAJIT LUAJIT_DESC= Enable LuaJIT LUA_RG_DESC= Lua Engine OPTALGO_DESC= Enable optional algorithms (12 & 15) SETUID_DESC= Run as pdns_recursor user LUA_CONFIGURE_WITH= lua LUA_USES= lua LUAJIT_CONFIGURE_WITH= luajit LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit OPTALGO_CONFIGURE_ON= --enable-botan1.10 \ --enable-libsodium OPTALGO_LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ libsodium.so:security/libsodium SETUID_VARS= USERS=pdns_recursor GROUPS=pdns SETUID_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-setuid SUB_FILES= pkg-message .include Index: head/editors/abiword/Makefile =================================================================== --- head/editors/abiword/Makefile (revision 450556) +++ head/editors/abiword/Makefile (revision 450557) @@ -1,176 +1,176 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= abiword PORTVERSION= 3.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org COMMENT= Open-source, cross-platform WYSIWYG word processor LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpopt.so:devel/popt \ libpng.so:graphics/png \ libwv.so:textproc/wv \ libfribidi.so:converters/fribidi \ libgoffice-0.10.so:devel/goffice010 RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu USES= desktop-file-utils gmake iconv jpeg libtool pathfix pkgconfig USE_GNOME= libxml2 gtk30 librsvg2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \ --enable-shared="yes" --enable-static="no" USE_LDCONFIG= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip PLIST_SUB+= ABIVERSION=3.0 OPTIONS_DEFINE= CLIPART DEBUG MATHVIEW NLS OTS PSION \ TEMPLATES WP OPTIONS_DEFAULT=CLIPART COLSERVICE COLSUGAR COLTCP SPELLCHECK TEMPLATES OPTIONS_SUB= yes OPTIONS_GROUP= DICT COLLAB OPTIONS_GROUP_DICT= GRAMMAR SPELLCHECK OPTIONS_GROUP_COLLAB= COLFAKE COLSERVICE COLSIP COLSUGAR COLTCP COLTELEPATHY COLXMPP CLIPART_DESC= Include clipart COLLAB_DESC= Collaboration backend COLFAKE_DESC= Fake collaboration for debugging purposes only COLSERVICE_DESC= Collaborate with AbiCollab.net webservice COLSIP_DESC= Collaborate with the SIP/SIMPLE backend COLSUGAR_DESC= Collaborate with the Sugar/OLPC environment COLTCP_DESC= Collaborate with direct TCP peer to peer connections COLTELEPATHY_DESC= Collaborate with the Telepathy backend (experimental) COLXMPP_DESC= Collaborate with the Jabber/XMPP backend DICT_DESC= Spelling and grammar checking GRAMMAR_DESC= Grammar checking plugin (requires SPELLCHECK option) MATHVIEW_DESC= MathML render plugin OTS_DESC= Text Summarizer plugin PSION_DESC= Psion 5(MX) files convertion plugin SPELLCHECK_DESC= Spell checking support TEMPLATES_DESC= Include additional templates WP_DESC= WordPerfect img/doc import/export plugin # check configure for ALL_PLUGINS for complete list ABIWORD_PLUGINS= garble loadbindings opml xslfo bmp iscii sdw babelfish \ paint command latex pdf wikipedia hrtext openxml \ goffice wmf kword mif wml s5 freetranslation gdict mht \ applix t602 docbook google eml hancom presentation \ clarisworks pdb urldict openwriter mswrite gimp \ passepartout eml # opendocument enabled by default, rsvg plugin isn't needed on unix. # Plugins we don't support: # gda CLIPART_CONFIGURE_ENABLE= clipart COLFAKE_CONFIGURE_ENABLE= collab-backend-fake COLSERVICE_CONFIGURE_ENABLE= collab-backend-service COLSERVICE_BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLSERVICE_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libgnutls.so:security/gnutls COLSERVICE_RUN_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLSIP_CONFIGURE_ENABLE= collab-backend-sip COLSUGAR_CONFIGURE_ENABLE= collab-backend-sugar COLSUGAR_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib COLTCP_CONFIGURE_ENABLE= collab-backend-tcp COLTCP_BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLTCP_RUN_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLTELEPATHY_CONFIGURE_ENABLE= collab-backend-telepathy COLTELEPATHY_LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib COLXMPP_CONFIGURE_ENABLE= collab-backend-xmpp COLXMPP_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth DEBUG_CONFIGURE_ENABLE= debug GRAMMAR_LIB_DEPENDS= liblink-grammar.so:textproc/link-grammar MATHVIEW_USES= bison MATHVIEW_LIB_DEPENDS= libmathview.so:x11-toolkits/gtkmathview NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OTS_LIB_DEPENDS= libots-1.so:textproc/ots PSION_LIB_DEPENDS= libpsiconv.so:converters/psiconv SPELLCHECK_LIB_DEPENDS= libenchant.so:textproc/enchant SPELLCHECK_CONFIGURE_ENABLE= spell TEMPLATES_CONFIGURE_ENABLE= templates WP_USE= gnome=libgsf WP_LIB_DEPENDS= libwpg-0.3.so:graphics/libwpg03 \ libwpd-0.10.so:textproc/libwpd010 \ libwps-0.4.so:textproc/libwps .include .if ${PORT_OPTIONS:MCOL*} PLIST_SUB+= COLLAB="" ABIWORD_PLUGINS+= collab .else PLIST_SUB+= COLLAB="@comment " .endif .if ${PORT_OPTIONS:MGRAMMAR} ABIWORD_PLUGINS+= grammar .endif .if ${PORT_OPTIONS:MMATHVIEW} ABIWORD_PLUGINS+= mathview .endif .if ${PORT_OPTIONS:MOTS} ABIWORD_PLUGINS+= ots .endif .if ${PORT_OPTIONS:MPSION} ABIWORD_PLUGINS+= psion .endif .if ${PORT_OPTIONS:MWP} ABIWORD_PLUGINS+= wpg wordperfect .endif post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/goffice-bits/goffice/app/goffice-app.h \ ${WRKSRC}/src/af/util/xp/ut_go_file.h # The following substitutions ensure that plugins are linked with libabiword # from the work or stage directory instead of a previously installed library. # In pseudo code: # s,PLUGIN_LIBS="$PLUGIN_LIBS -Lsrc -labiword", # PLUGIN_LIBS="src/libabiword.la $PLUGIN_LIBS", # s,foo_LIBS="$foo_LIBS $PLUGIN_LIBS", # foo_LIBS="$PLUGIN_LIBS $foo_LIBS", # The initial value of PLUGIN_LIBS may contain -L/usr/local/lib so it would # have to come after -Lsrc, but -Lsrc is not correct when libtool relinks # plugins during staging so use src/libabiword.la and let libtool figure out # what flags are needed. Secondly, switch around foo_LIBS and PLUGIN_LIBS # because foo_LIBS may contain -L/usr/local/lib. @${REINPLACE_CMD} \ -e "s,\$$PLUGIN_LIBS \"'-L\$${top_builddir}/src'\" -labiword-\$$ABIWORD_SERIES,\\\\\$${top_builddir}/src/libabiword-\$$ABIWORD_SERIES.la \$$PLUGIN_LIBS," \ -e "/_LIBS=/s,\"\\(.*\\)\"\\('\$${PLUGIN_LIBS}.*'\\),\\2\" \\1\"," \ -e 's|" == "|" = "|g' ${WRKSRC}/configure .include Index: head/editors/calligra/Makefile =================================================================== --- head/editors/calligra/Makefile (revision 450556) +++ head/editors/calligra/Makefile (revision 450557) @@ -1,75 +1,75 @@ # $FreeBSD$ # TODO (when these parts are available in KF5): # - add calendarcore to USE_KDE when KDE PIM is available # - add libOkular5Core.so:graphics/okular to LIB_DEPENDS # PORTNAME= calligra PORTVERSION= 3.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= KDE office suite LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libImath-2_2.so:graphics/ilmbase \ libKPropertyCore3.so:x11-toolkits/kproperty \ libKReport3.so:textproc/kreport \ libboost_thread.so:devel/boost-libs \ libetonyek-0.1.so:graphics/libetonyek01 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libKGantt.so:graphics/kdiagram \ libodfgen-0.1.so:textproc/libodfgen01 \ libopenjpeg.so:graphics/openjpeg15 \ libpng.so:graphics/png \ libpoppler-qt5.so:graphics/poppler-qt5 \ libpoppler.so:graphics/poppler \ libqca-qt5.so:devel/qca-qt5 \ librevenge-0.0.so:textproc/librevenge \ libtiff.so:graphics/tiff \ libvisio-0.1.so:textproc/libvisio01 \ libwpd-0.10.so:textproc/libwpd010 \ libwpg-0.3.so:graphics/libwpg03 \ libwps-0.3.so:textproc/libwps03 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ pstoedit:graphics/pstoedit RUN_DEPENDS= pstoedit:graphics/pstoedit USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils \ gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \ shared-mime-info sqlite tar:xz USE_KDE= activities archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ emoticons guiaddons i18n iconthemes init itemmodels itemviews \ jobwidgets js kcmutils kdelibs4support khtml kio \ kross notifications notifyconfig parts service solid sonnet \ texteditor textwidgets threadweaver unitconversion wallet \ widgetsaddons windowsystem xmlgui USE_QT5= buildtools_build core dbus gui network opengl \ phonon4 printsupport qmake_build qml \ quick script sql svg testlib webkit widgets x11extras xml USE_XORG= ice sm x11 xext USE_LDCONFIG= yes CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" # Requested by upstream, to not include unfinished modules CMAKE_ARGS+= -DRELEASE_BUILD:BOOL=TRUE # Performance increase according to README.PACKAGERS CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT" # Disable KDE Pim support CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi:BOOL=FALSE \ -DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=FALSE PLIST_SUB+= SHLIB_VER=15.0.0 .include Index: head/editors/jucipp/Makefile =================================================================== --- head/editors/jucipp/Makefile (revision 450556) +++ head/editors/jucipp/Makefile (revision 450557) @@ -1,38 +1,39 @@ # Created by: Mohammad S. Babaei # $FreeBSD$ PORTNAME= jucipp PORTVERSION= 1.2.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors MAINTAINER= info@babaei.net COMMENT= Lightweight C++-IDE with support for C++11, C++14 and C++17 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libaspell.so:textproc/aspell \ libboost_filesystem.so:devel/boost-libs \ libgit2.so:devel/libgit2 \ libclang.so:devel/llvm40 USE_GNOME= gdkpixbuf2 gtkmm30 gtksourceviewmm3 USES= cmake:outsource desktop-file-utils pkgconfig INSTALLS_ICONS= yes USE_GITHUB= yes GH_ACCOUNT= cppit GH_TUPLE= cppit:libclangmm:1ef0424:libclangmm/libclangmm \ eidheim:tiny-process-library:8025c45:tiny_process_library/tiny-process-library PLIST_FILES= bin/juci \ share/applications/juci.desktop \ share/icons/hicolor/scalable/apps/juci.svg post-patch: # Make sure that jucipp can find LLVM 4.0 @${REINPLACE_CMD} 's,[[:<:]]llvm39/\(.*\)[[:>:]],llvm40/\1,g' \ ${WRKSRC}/cmake_modules/FindLibClang.cmake .include Index: head/editors/libreoffice/Makefile =================================================================== --- head/editors/libreoffice/Makefile (revision 450556) +++ head/editors/libreoffice/Makefile (revision 450557) @@ -1,331 +1,331 @@ # $FreeBSD$ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext DISTFILES= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-help-${LOVERSION}${EXTRACT_SUFX} DIST_SUBDIR= libreoffice EXTRACT_ONLY:= ${DISTFILES} COMMENT= Full integrated office productivity suite CONFLICTS_BUILD= mdds0 BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ zip:archivers/zip \ ${LOCALBASE}/include/sqlext.h:databases/unixODBC \ dmake:devel/dmake \ ${LOCALBASE}/bin/gperf:devel/gperf \ ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds \ gpatch:devel/patch \ ucpp:devel/ucpp \ ${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \ vigra-config:graphics/vigra \ ${LOCALBASE}/include/glm/glm.hpp:math/glm \ bash:shells/bash \ gsed:textproc/gsed LIB_DEPENDS= libapr-1.so:devel/apr1 \ libboost_date_time.so:devel/boost-libs \ libicutu.so:devel/icu \ liblangtag.so:devel/liblangtag \ liborcus-0.12.so:devel/liborcus \ libcurl.so:ftp/curl \ libcairo.so:graphics/cairo \ libgraphite2.so:graphics/graphite2 \ liblcms2.so:graphics/lcms2 \ libcdr-0.1.so:graphics/libcdr01 \ libetonyek-0.1.so:graphics/libetonyek01 \ libfreehand-0.1.so:graphics/libfreehand \ libgltf-0.0.so:graphics/libgltf \ libwpg-0.3.so:graphics/libwpg03 \ libzmf-0.0.so:graphics/libzmf \ libGeneratedSaxParser.so:graphics/opencollada \ libpng.so:graphics/png \ libpoppler.so:graphics/poppler \ libCoinMP.so:math/coinmp \ liblpsolve55.so:math/lp_solve \ libcmis-0.5.so:net/libcmis \ libharfbuzz.so:print/harfbuzz \ libharfbuzz-icu.so:print/harfbuzz-icu \ libmspub-0.1.so:print/libmspub01 \ libpagemaker-0.0.so:print/libpagemaker \ libnss3.so:security/nss \ libclucene-core.so:textproc/clucene \ libexpat.so:textproc/expat2 \ libhunspell-1.6.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libabw-0.1.so:textproc/libabw \ libe-book-0.1.so:textproc/libe-book \ libexttextcat-2.0.so:textproc/libexttextcat \ libmwaw-0.3.so:textproc/libmwaw03 \ libodfgen-0.1.so:textproc/libodfgen01 \ librevenge-0.0.so:textproc/librevenge \ libstaroffice-0.0.so:textproc/libstaroffice \ libvisio-0.1.so:textproc/libvisio01 \ libwpd-0.10.so:textproc/libwpd010 \ libwps-0.4.so:textproc/libwps \ libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt \ libmythes-1.2.so:textproc/mythes \ librdf.so:textproc/redland \ libserf-1.so:www/serf RUN_DEPENDS= xdg-open:devel/xdg-utils \ ${LOCALBASE}/share/fonts/Caladea/Caladea-Bold.ttf:x11-fonts/crosextrafonts-caladea-ttf \ ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu \ ${LOCALBASE}/share/fonts/emojione-color-font-ttf/EmojiOneColor-SVGinOT.ttf:x11-fonts/emojione-color-font-ttf \ ${LOCALBASE}/share/fonts/GentiumBasic/GenBasI.ttf:x11-fonts/gentium-basic \ ${LOCALBASE}/share/fonts/Liberation/LiberationMono-Bold.ttf:x11-fonts/liberation-fonts-ttf \ ${LOCALBASE}/share/fonts/LinLibertineG/LinLibertine_DR_G.ttf:x11-fonts/linuxlibertine-g DISTFILES+= 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2:src \ 86b1daaa438f5a7bea9a52d7b9799ac0-xmlsec1-1.2.23.tar.gz:src \ cppunit-1.13.2.tar.gz:src .if defined(PRERELEASE) MASTER_SITES+= http://dev-builds.libreoffice.org/pre-releases/src/ .endif CONFLICTS_INSTALL= libreoffice4-4.* INSTALL_TARGET= distro-pack-install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSION} GNU_CONFIGURE= yes USE_GL= gl glew glu USE_OPENLDAP= yes USE_PERL5= build USE_QT4= # empty but required USE_XORG= xaw xrandr USES= autoreconf:build bison compiler:c++11-lib cpe gmake jpeg \ perl5 pkgconfig python shared-mime-info tar:xz WANT_GNOME= yes OPTIONS_DEFINE= CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \ TEST WEBDAV OPTIONS_DEFAULT= CUPS GTK2 MMEDIA GTK3_DESC= GTK+ 3 GUI toolkit support (experimental) JAVA_DESC= Add Java support (XML filters, macros) MMEDIA_DESC= Enable multimedia backend for impress PGSQL_DESC= Build with PostgreSQL-SDBC driver SDK_DESC= Build with SDK SYSTRAY_DESC= Enable systemtray quickstarter TEST_DESC= Run all regression tests WEBDAV_DESC= Enable webdav protocol CUPS_CONFIGURE_ENABLE= cups CUPS_LIB_DEPENDS= libcups.so:print/cups GNOME_CONFIGURE_ENABLE= dbus dconf GNOME_IMPLIES= GTK2 GNOME_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib GNOME_USE= GNOME=dconf GTK_USE_GNOME= gtk-update-icon-cache GTK_USES= desktop-file-utils GTK_VARS= POST_PLIST=add-plist-gnome GTK2_CONFIGURE_ENABLE= gtk GTK2_USE= GNOME=gtk20,${GTK_USE_GNOME} GTK2_USES= ${GTK_USES} GTK2_VARS= ${GTK_VARS} GTK3_CONFIGURE_ENABLE= gtk3 GTK3_USE= GNOME=gtk30,${GTK_USE_GNOME} GTK3_USES= ${GTK_USES} GTK3_VARS= ${GTK_VARS} JAVA_BUILD_DEPENDS= ant:devel/apache-ant \ ${JAVAJARDIR}/commons-codec.jar:java/jakarta-commons-codec \ ${JAVAJARDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ ${JAVAJARDIR}/commons-lang.jar:java/jakarta-commons-lang \ ${JAVAJARDIR}/commons-logging.jar:java/jakarta-commons-logging \ ${JAVAJARDIR}/junit.jar:java/junit \ ${JAVAJARDIR}/bsh.jar:lang/bsh JAVA_CATEGORIES= java JAVA_CONFIGURE_ON= --with-ant-home=${LOCALBASE}/share/java/apache-ant \ --with-beanshell-jar=${JAVAJARDIR}/bsh.jar \ --with-commons-codec-jar=${JAVAJARDIR}/commons-codec.jar \ --with-commons-httpclient-jar=${JAVAJARDIR}/commons-httpclient.jar \ --with-commons-lang-jar=${JAVAJARDIR}/commons-lang.jar \ --with-commons-logging-jar=${JAVAJARDIR}/commons-logging.jar \ --with-jdk-home="${JAVA_HOME}" \ --with-junit=${JAVAJARDIR}/junit.jar \ --with-hamcrest=${JAVAJARDIR}/hamcrest.jar \ --without-system-jfreereport JAVA_CONFIGURE_WITH= java # XXX jni.h from GNU classpath causes ABI conflicts. JAVA_CONFLICTS_BUILD= classpath-[0-9]* JAVA_DISTFILES= 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip:src \ 3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip:src \ 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip:src \ 39bb3fcea1514f1369fcfc87542390fd-sacjava-1.3.zip:src \ 3bdf40c0d199af31923e900d082ca2dd-libfonts-1.1.6.zip:src \ 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip:src \ 8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar:ext \ 8ce2fcd72becf06c41f7201d15373ed9-librepository-1.1.6.zip:src \ 97b2d4dba862397f446b217e2b623e71-libloader-1.1.6.zip:src \ a084cd548b586552cb7d3ee51f1af969-odfvalidator-1.1.8-incubating-SNAPSHOT-jar-with-dependencies.jar:ext \ ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip:src \ ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip:src \ d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip:src \ db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip:src \ eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip:src \ f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip:src JAVA_USE= JAVA=yes JAVA_VARS= JAVA_BUILD=yes KDE4_CONFIGURE_ENABLE= kde4 KDE4_CONFIGURE_ENV= KDE4DIR="${KDE_PREFIX}" \ QT4DIR="${PREFIX}" \ QT4INC="${QT_INCDIR}" \ QT4LIB="${QT_LIBDIR}" KDE4_USES= kde:4 KDE4_USE= KDE=kdelibs QT4=moc_build,qmake_build MMEDIA_CONFIGURE_ENABLE= gstreamer-1-0 MMEDIA_USE= GSTREAMER1=yes PGSQL_CONFIGURE_ENABLE= postgresql-sdbc PGSQL_CONFIGURE_WITH= gssapi krb5 PGSQL_USES= pgsql SDK_BUILD_DEPENDS= doxygen:devel/doxygen SDK_CONFIGURE_ENABLE= odk SDK_CONFIGURE_OFF= --without-doxygen SDK_CONFIGURE_ON= --with-doxygen=${LOCALBASE}/bin/doxygen SDK_DISTFILES= 185d60944ea767075d27247c3162b3bc-unowinreg.dll:ext SYSTRAY_CONFIGURE_ENABLE= systray TEST_ALL_TARGET_OFF= build-nocheck TEST_CONFIGURE_ENABLE= cve-tests WEBDAV_CONFIGURE_ENABLE= neon WEBDAV_LIB_DEPENDS= libneon.so:www/neon ACLOCAL_ARGS= -I "${WRKSRC}/m4" CPPFLAGS+= -isystem ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib COLLADA_MODS= COLLADABaseUtils COLLADAFramework \ COLLADASaxFrameworkLoader GeneratedSaxParser COLLADA_CFLAGS= ${COLLADA_MODS:S|^|-isystem ${LOCALBASE}/include/opencollada/|} COLLADA_LIBS= -L${LOCALBASE}/lib/opencollada \ ${COLLADA_MODS:S|^COLLADA|OpenCOLLADA|:S|^|-l|} CONFIGURE_ARGS= --disable-dependency-tracking \ --disable-epm \ --disable-fetch-external \ --disable-firebird-sdbc \ --disable-mergelibs \ --disable-online-update \ --enable-cairo-canvas \ --enable-graphite \ --enable-python=system \ --enable-release-build \ --exec-prefix=${PREFIX} \ --with-alloc=system \ --with-boost=${LOCALBASE} \ --with-build-version="FreeBSD ports ${PKGVERSION}" \ --with-external-dict-dir=${LOCALBASE}/share/hunspell \ --with-external-hyph-dir=${LOCALBASE}/share/hyphen \ --with-external-tar=${DISTDIR}/${DIST_SUBDIR} \ --with-external-thes-dir=${LOCALBASE}/share/mythes \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --with-os-version=${OSVERSION} \ --with-parallelism=${MAKE_JOBS_NUMBER} \ --with-system-curl \ --with-system-dicts \ --with-system-libs \ --with-system-libxml \ --with-system-opencollada \ --with-system-ucpp \ --with-system-zlib \ --with-vendor="FreeBSD ports" \ --without-fonts \ --without-myspell-dicts \ --without-system-cppunit CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \ GNUTAR="${TAR}" \ GPERF=${LOCALBASE}/bin/gperf \ ICU_CFLAGS="`icu-config --cflags`" \ ICU_LIBS="`icu-config --ldflags`" \ OPENCOLLADA_CFLAGS="${COLLADA_CFLAGS}" \ OPENCOLLADA_LIBS="${COLLADA_LIBS}" \ PYTHON_CFLAGS="`${PYTHON_VERSION}-config --cflags`" \ PYTHON_LIBS="`${PYTHON_VERSION}-config --libs`" MAKE_ARGS+= TMPDIR=${WRKDIR} MAKE_ENV+= CXXFLAGS_WARN="${CXXFLAGS_WARN}" MAKE_ENV+= GNUSED=${LOCALBASE}/bin/gsed MAKE_ENV+= DISPLAY= MAKE_ENV+= verbose=1 _MAKE_JOBS= # .include .if ${OPSYS} == FreeBSD .if ${COMPILER_FEATURES:Mlibstdc++} BROKEN= Build with system libstdc++ is unsupported .endif .if (${OSVERSION} >= 1200000 && ${OSVERSION} < 1200003) || \ (${OSVERSION} >= 1100500 && ${OSVERSION} < 1100501) || \ (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100122) || \ ${OSVERSION} < 1003506 EXTRA_PATCHES= ${PATCHDIR}/extrapatch-vcl_inc_unx_gtk_gtkinst.hxx \ ${PATCHDIR}/extrapatch-vcl_unx_gtk_gtkinst.cxx .endif .endif # FreeBSD .if ${COMPILER_TYPE} == "clang" CXXFLAGS_WARN= -Woverloaded-virtual -Wno-unused-parameter .if ${COMPILER_VERSION} >= 36 CXXFLAGS_WARN+= -Wno-unused-local-typedefs .endif .else CXXFLAGS_WARN= -Wshadow -Woverloaded-virtual .endif post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/shell/source/unix/exec/shellexec.cxx pre-configure: @${TOUCH} ${WRKSRC}/autogen.lastrun post-configure: @${TOUCH} ${WRKSRC}/src.downloaded post-install: @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s lib/libreoffice -type d -empty \ -exec ${ECHO_CMD} "@dir {}" \; >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s bin lib man -not -type d >> ${TMPPLIST} .for subdir in appdata application-registry applications bash-completion icons mime mime-info mimelnk @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s share/${subdir} -not -type d >> ${TMPPLIST} .endfor post-install-SDK-on: .for subdir in include share share/doc share/idl @cd ${STAGEDIR}${PREFIX} && \ ${FIND} -s ${subdir}/libreoffice -not -type d >> ${TMPPLIST} .endfor add-plist-gnome: .for subdir in gnome hicolor locolor @${ECHO_CMD} "@rmtry share/icons/${subdir}/icon-theme.cache" >> ${TMPPLIST} @${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} @${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} .endfor .include Index: head/editors/madedit/Makefile =================================================================== --- head/editors/madedit/Makefile (revision 450556) +++ head/editors/madedit/Makefile (revision 450557) @@ -1,25 +1,25 @@ # Created by: Xin LI # $FreeBSD$ PORTNAME= madedit PORTVERSION= 0.2.9 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open-source and cross-platform text/hex editor LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= gettext pkgconfig dos2unix desktop-file-utils USE_WX= 2.8+ USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} LIBS+= -L${LOCALBASE}/lib -lX11 .include Index: head/editors/openoffice-4/Makefile =================================================================== --- head/editors/openoffice-4/Makefile (revision 450556) +++ head/editors/openoffice-4/Makefile (revision 450557) @@ -1,466 +1,466 @@ # Created by: Martin Blapp # $FreeBSD$ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ LOCAL/truckman/openoffice:extsrc .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- .endif .if defined(LANG_SUFFIX) PKGNAMESUFFIX= -${LANG_SUFFIX} .endif DISTFILES= ${AOOSRC} unowinreg.dll:unoreg ${EXTSRC}:extsrc DIST_SUBDIR= openoffice EXTRACT_ONLY= ${AOOSRC} MAINTAINER= office@FreeBSD.org #de facto maintainer is truckman@FreeBSD.org #Frequent Patch submitters should (optionally) sign the Apache iCLA COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser LICENSE= APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL \ PSFL TWAIN W3C LICENSE_COMB= multi LICENSE_NAME_ADOBE= Adobe Systems Incorporated license LICENSE_NAME_ICU= ICU License LICENSE_NAME_TWAIN= TWAIN Working Group license LICENSE_NAME_W3C= W3C license LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE_ALv2 LICENSE_FILE_ADOBE= ${WRKSRC}/LICENSE_ADOBE LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE_BSD3CLAUSE LICENSE_FILE_BSD4CLAUSE= ${WRKSRC}/LICENSE_BSD4CLAUSE LICENSE_FILE_BSL= ${WRKSRC}/LICENSE_BSL LICENSE_FILE_ICU= ${WRKSRC}/LICENSE_ICU LICENSE_FILE_MIT= ${WRKSRC}/LICENSE_MIT LICENSE_FILE_MPL= ${WRKSRC}/LICENSE_MPL LICENSE_FILE_PSFL= ${WRKSRC}/LICENSE_PSFL LICENSE_FILE_TWAIN= ${WRKSRC}/LICENSE_TWAIN LICENSE_FILE_W3C= ${WRKSRC}/LICENSE_W3C LICENSE_PERMS_ADOBE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_ICU= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_TWAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_W3C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ ${LOCALBASE}/bin/unzip:archivers/unzip \ zip:archivers/zip \ ant:devel/apache-ant \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \ dmake:devel/dmake \ epm:devel/epm \ ${LOCALBASE}/bin/gperf:devel/gperf \ imake:devel/imake \ gpatch:devel/patch \ ${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \ ${LOCALBASE}/bin/vigra-config:graphics/vigra \ ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ ${JAVALIBDIR}/commons-lang.jar:java/jakarta-commons-lang \ ${JAVALIBDIR}/junit.jar:java/junit \ ${JAVALIBDIR}/bsh.jar:lang/bsh \ bash:shells/bash \ ${JAVALIBDIR}/lucene-core-3.6.2.jar:textproc/lucene \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-libwww>=0:www/p5-libwww \ p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https LIB_DEPENDS= \ libapr-1.so:devel/apr1 \ libnspr4.so:devel/nspr \ libcurl.so:ftp/curl \ libcairo.so:graphics/cairo \ libpng.so:graphics/png \ libgraphite.so:graphics/silgraphite \ libCoinMP.so:math/coinmp \ libfreetype.so:print/freetype2 \ libnss3.so:security/nss \ libexpat.so:textproc/expat2 \ libhunspell-1.6.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libtextcat.so:textproc/libtextcat \ libmythes-1.2.so:textproc/mythes \ librdf.so:textproc/redland \ libserf-1.so:www/serf \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ ${JAVALIBDIR}/bsh.jar:lang/bsh \ ${LOCALBASE}/share/fonts/Caladea/Caladea-Bold.ttf:x11-fonts/crosextrafonts-caladea-ttf \ ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \ ${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:x11-fonts/croscorefonts-fonts-ttf AOOVERSION1= 4 AOOVERSION2= 1 AOOVERSION3= 3 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO413m1\(Build:9783\) SVNREVISION= 1761381 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz AOOVERSION= ${AOOVERSION1}.${AOOVERSION2}.${AOOVERSION3} AOOXXX= ${AOOVERSION1}${AOOVERSION2}${AOOVERSION3} AOOSUFFIX= ${PORTVERSION} AOOSRC= apache-openoffice-${AOOVERSION}-r${SVNREVISION}-src${EXTRACT_SUFX} AOOUDIR= .openoffice.org\/${AOOVERSION1} INSTALLATION_BASEDIR?= openoffice-${AOOSUFFIX} PRINSTALLATION_BASEDIR= ${PREFIX}/${INSTALLATION_BASEDIR} OOPATH= ${PRINSTALLATION_BASEDIR}/openoffice${AOOVERSION1} XDGDIR= ${OOPATH}/share/xdg XDGREL= ../../${INSTALLATION_BASEDIR}/openoffice${AOOVERSION1}/share/xdg EXECBASE?= openoffice-${AOOSUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc64 USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 USE_JAVA= yes JAVA_BUILD= jdk JAVA_RUN= jdk JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ USE_PERL5= build USE_XORG= ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xinerama xrandr xrender xt USES= autoreconf:autoconf bison compiler:c++11-lib cpe \ desktop-file-utils \ gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ shared-mime-info ssl tar:bzip2 INSTALLS_ICONS= yes WITHOUT_CPU_CFLAGS= true CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache OPTIONS_DEFINE= CUPS GNOME GNOMEVFS MMEDIA SDK WIKI_PUBLISHER CCACHE OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA WIKI_PUBLISHER GNOME_DESC= GConf + screensaver presentation control via DBUS GNOMEVFS_DESC= GNOME Virtual File System MMEDIA_DESC= Multimedia backend for impress SDK_DESC= Build and install software development kit WIKI_PUBLISHER_DESC= Build and install Wiki Publisher extension CCACHE_DESC= Mimimize compile time of C/C++ programs CUPS_CONFIGURE_ENABLE= cups CUPS_LIB_DEPENDS= libcups.so:print/cups GNOME_CONFIGURE_ENABLE= dbus gconf lockdown GNOME_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib GNOME_USE= GNOME=gconf2 GNOMEVFS_CONFIGURE_ENABLE= gnome-vfs GNOMEVFS_CONFIGURE_OFF= --enable-gio GNOMEVFS_CONFIGURE_ON= --disable-gio GNOMEVFS_USE= GNOME=gnomevfs2 MMEDIA_CONFIGURE_ENABLE= gstreamer MMEDIA_LIB_DEPENDS= libgstreamer-0.10.so:multimedia/gstreamer MMEDIA_USE= GSTREAMER=yes SDK_CONFIGURE_ENABLE= odk WIKI_PUBLISHER_CONFIGURE_ENABLE= wiki-publisher WIKI_PUBLISHER_VARS= BUNDLED_EXTENSIONS+=swext/wiki-publisher.oxt # Don't run gnome-post-icons until after post-install generates the plist TARGET_ORDER_OVERRIDE= 710:gnome-post-icons .include .include <${FILESDIR}/Makefile.localized> .if ${COMPILER_TYPE} == clang CPPFLAGS+= -I${LOCALBASE}/include . if ${COMPILER_VERSION} >= 40 && ${ARCH} == amd64 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-align16 . endif .endif .if ${ARCH} == amd64 FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh PACKAGE_MIDDLE= ${PORTVERSION}_${OPSYS}_x86-64 .elif ${ARCH} == i386 FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh PACKAGE_MIDDLE= ${PORTVERSION}_${OPSYS}_x86 .elif ${ARCH} == powerpc64 FREEBSD_ENV_SET= FreeBSDPPC64Env.Set.sh PACKAGE_MIDDLE= ${PORTVERSION}_${OPSYS}_ppc64 .endif PACKAGE_PREFIX= Apache_OpenOffice LOCALIZED_LANG?= en-US .if ${PORT_OPTIONS:MCCACHE} || defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:devel/ccache CCACHE_PREFIX= ccache AOOCC= ${CCACHE_PREFIX} ${CC} AOOCXX= ${CCACHE_PREFIX} ${CXX} .else AOOCC= ${CC} AOOCXX= ${CXX} .endif CONFIGURE_ENV+= CC="${AOOCC}" CXX="${AOOCXX}" \ PATH=${WRKSRC}/solenv/bin:$$PATH GNU_CONFIGURE= yes WRKSUBDIR= ${WRKDIR}/aoo-${AOOVERSION} WRKSRC?= ${WRKSUBDIR}/main SUB_FILES= pkg-message SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} \ PRINSTALLATION_BASEDIR=${PRINSTALLATION_BASEDIR} CONFIGURE_ARGS+= \ --with-unix-wrapper=${EXECBASE} \ --with-alloc=system \ --with-system-apache-commons=yes \ --with-commons-codec-jar=${JAVALIBDIR}/commons-codec.jar \ --with-commons-lang-jar=${JAVALIBDIR}/commons-lang.jar \ --with-commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar \ --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar \ --with-system-apr \ --with-system-apr-util \ --with-system-beanshell \ --with-beanshell-jar=${JAVALIBDIR}/bsh.jar \ --with-system-boost \ --enable-category-b \ --with-system-cairo --enable-cairo \ --with-system-coinmp \ --with-system-curl \ --enable-crashdump \ --with-system-dicts \ --with-epm=${LOCALBASE}/bin/epm \ --with-system-expat \ --disable-fetch-external \ --without-fonts \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --with-gperf=${LOCALBASE}/bin/gperf \ --with-system-graphite \ --enable-gtk \ --with-system-hunspell \ --with-external-dict-dir=${LOCALBASE}/share/hunspell \ --with-system-hyphen \ --with-external-hyph-dir=${LOCALBASE}/share/hyphen \ --with-system-jpeg \ --with-junit=${JAVALIBDIR}/junit.jar \ --with-system-libtextcat \ --disable-kde \ --disable-kde4 \ --with-system-libxml \ --with-system-libxslt \ --with-system-lucene \ --with-lucene-core-jar=${JAVALIBDIR}/lucene-core-3.6.2.jar \ --with-lucene-analyzers-jar=${JAVALIBDIR}/lucene-analyzers-3.6.2.jar \ --with-system-mythes \ --with-external-thes-dir=${LOCALBASE}/share/mythes \ --with-system-nss \ --enable-opengl \ --with-system-openssl \ --with-package-format="archive" \ --with-system-python \ --with-system-redland \ --with-system-sane \ --with-system-serf \ --with-system-stdlibs \ --with-vendor="FreeBSD ports system" \ --with-build-version="PKGNAME: ${PKGNAME:S/,/@/g}" \ --enable-verbose \ --with-system-vigra \ --with-system-xrender \ --with-system-zlib .if defined (BUNDLED_EXTENSIONS) CONFIGURE_ARGS+= --with-bundled-prereg-extensions="${BUNDLED_EXTENSIONS}" .endif CREATE_TREE= ${WRKSRC}/sysui/desktop/share/create_tree.sh .include <${FILESDIR}/Makefile.knobs> pre-everything:: # really tweak, extremely useful when you build all localized language versions # needed after when you build with ALL_LOCALIZED_LANGS. .if defined(TWEAK_L10N) ${RM} ${WRKDIR}/.PLIST* ${RM} ${WRKDIR}/.install_done.* ${RM} ${WRKDIR}/.package_done.* ${RM} ${WRKDIR}/.extract_done.* ${RM} ${WRKDIR}/.patch_done.* ${RM} ${WRKDIR}/.configure_done.* ${RM} ${WRKDIR}/.build_done.* ${MKDIR} ${WRKDIR} ${TOUCH} ${EXTRACT_COOKIE} ${TOUCH} ${PATCH_COOKIE} ${TOUCH} ${CONFIGURE_COOKIE} ${TOUCH} ${BUILD_COOKIE} .endif post-extract: ${TAR} -C ${WRKSUBDIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EXTSRC} ${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ ${CP} ${FILESDIR}/freebsd-aoo-intro.png ${WRKSRC}/default_images/introabout/intro.png ${CP} ${FILESDIR}/freebsd-aoo-about.png ${WRKSRC}/default_images/introabout/about.png ${RM} -r ${WRKSRC}/l10n ${LN} -sf ${UNZIP_CMD} ${WRKSRC}/solenv/bin/unzip ${SED} -e '\|^For main/vcl/unx/generic/fontmanager/parseAFM|,/^__/p' \ -e '\|^For PostScript(R) AFM|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_ADOBE} ${SED} -e '\|^For main/unixODBC|,/^__/p' \ -e '\|^For main/connectivity|,/^__/p' \ -e '\|^For main/libtextcat/data|,/^__/p' \ -e '\|^For integration of HSQLDB|,/^__/p' \ -e '\|^For C preprocessor|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_BSD3CLAUSE} ${SED} -e '\|^For ICC |,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_BSD4CLAUSE} ${SED} -e '\|^For integration of the C++ Boost |,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_BSL} ${SED} -e '\|^For main/i18npool/source/breakiterator|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_ICU} ${SED} -e '\|^For Multi-Dimensional Data|,/^__/p' \ -e '\|^For XSLT MathML Library|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_MIT} ${SED} -e '\|^For XMLSec Library|,/^__/p' \ -e d ${WRKSRC}/LICENSE_category_b >> ${LICENSE_FILE_MIT} ${SED} -e '\|^For Graphite|,$$d' \ ${WRKSRC}/LICENSE_category_b > ${LICENSE_FILE_MPL} ${SED} -e '\|^For main/filter/source/config/tools/merge/pyAltFCFGMerge|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_PSFL} ${SED} -e '\|^For main/twain|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_TWAIN} ${SED} -e '\|^For main/MathMLDTD|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C} post-patch: ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \ ${WRKSRC}/sysui/desktop/productversion.mk ${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \ ${WRKSRC}/desktop/scripts/soffice.sh ${REINPLACE_CMD} -e '/^mkdir -p/,$$d' ${CREATE_TREE} .if ${COMPILER_TYPE} == gcc # g++49 -Os sometimes leaves inline class methods undefined, # affects fmgridif.cxx and ColumnControl.cxx # See: if [ ${CXX} = g++49 ]; then \ ${REINPLACE_CMD} -e "s/ := -Os/ := -Os -fno-devirtualize -fno-devirtualize-speculatively/" ${WRKSRC}/solenv/gbuild/platform/freebsd.mk; \ ${REINPLACE_CMD} -e "s/=-Os /=-Os -fno-devirtualize -fno-devirtualize-speculatively /" ${WRKSRC}/solenv/inc/unxfbsdi.mk; \ fi .elif ${ARCH} == i386 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 # autodoc and uno (bridgetest) core dump when built with with -Os # on i386, affects file.cxx and bridgetest.cxx (at least). # Using -O2 optimiztion works, and -Os is essentially -O2 with out # loop unrolling. # Changing optimization in just unxfbsdi.mk is sufficient to get # a successful build, but change it in both places to avoid the # possibility of obscure runtime problems, which is likely # since this seems to be a generic bug in code generation for # exception handling. # See: ${REINPLACE_CMD} -e "s/=-Os /=-O2 -fno-unroll-loops /" ${WRKSRC}/solenv/inc/unxfbsdi.mk ${REINPLACE_CMD} -e "s/ := -Os/ := -O2 -fno-unroll-loops/" ${WRKSRC}/solenv/gbuild/platform/freebsd.mk .endif do-build: ${PRINTF} "[repositories]\nmain=active\nextras=active\n" > ${WRKSUBDIR}/source_config cd ${WRKSRC} ; ./bootstrap # # numproc controls the number of parallel makes. # # dmproc is passed to dmake and controls parallelization at that # level. # # dmproc > numproc seems to give shorter build times than # numproc > dmproc. # # Select values for numproc and dmproc such that: # * numproc*dmproc >= MAKE_JOBS_NUMBER # * minimize numproc*dmproc-MAKE_JOBS_NUMBER # * dmproc >= numproc # * dmproc <= 2*numproc if MAKE_JOBS_NUMBER <= 3 # if [ ${MAKE_JOBS_NUMBER} -le 3 ] ; then \ numproc=1 ; dmproc=${MAKE_JOBS_NUMBER} ; \ else \ a=1 ; \ while [ $$(( 2 * $${a} * $${a} )) -lt ${MAKE_JOBS_NUMBER} ]; do \ a=$$(( $${a} + 1 )) ; \ done ; \ b=$$(( $${a} + 1 )) ; \ ad=$$(( ( ${MAKE_JOBS_NUMBER} + $${a} - 1 ) / $${a} )) ; \ ap=$$(( $${a} * $${ad} )) ; \ bd=$$(( ( ${MAKE_JOBS_NUMBER} + $${b} - 1 ) / $${b} )) ; \ bp=$$(( $${b} * $${bd} )) ; \ if [ $${ap} -le $${bp} ]; then \ numproc=$${a} ; dmproc=$${ad} ; \ else \ numproc=$${b} ; dmproc=$${bd} ; \ fi ; \ fi ; \ cd ${WRKSRC}/instsetoo_native ; \ . ../${FREEBSD_ENV_SET} ; \ build.pl --all -P$${numproc} -- -P$${dmproc} do-install: @${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR} \ ${STAGEDIR}${PREFIX}/share/mime/packages @cd ${WRKSRC}/instsetoo_native/unxfbsd*.pro/Apache_OpenOffice/archive/install/${LOCALIZED_LANG}/ ; \ for i in *.tar.?z ; do \ ${ECHO_CMD} "extracting $$i" ; \ ${TAR} -s '|./[^/]*/||' -xz -f $$i \ -C ${STAGEDIR}${PRINSTALLATION_BASEDIR} ; \ done ${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \; ${REINPLACE_CMD} \ -e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \ ${STAGEDIR}${OOPATH}/program/bootstraprc @${RM} ${STAGEDIR}${OOPATH}/program/bootstraprc.bak @${ECHO_CMD} "adding wrapper scripts"; @${CP} ${FILESDIR}/openoffice-wrapper ${WRKDIR}/ @${REINPLACE_CMD} -e 's#%%OOPATH%%#${OOPATH}#g' \ -e 's#%%EXECBASE%%#${EXECBASE}#g' \ ${WRKDIR}/openoffice-wrapper ${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \ ${STAGEDIR}${PREFIX}/bin/${EXECBASE} @cd ${STAGEDIR}${PREFIX}/bin; for i in printeradmin sbase scalc sdraw \ simpress smath spadmin swriter ; do \ ${LN} -f ${EXECBASE} ${EXECBASE}-$${i} ; \ done @${ECHO_CMD} "adding desktop support" @${LN} -sf ${XDGREL} ${STAGEDIR}${DESKTOPDIR}/${EXECBASE} @cd ${WRKSRC}/sysui/unxfbsd*.pro/misc/openoffice ; \ DESTDIR=${STAGEDIR} \ GNOMEDIR=${PREFIX} \ ICON_PREFIX=openoffice${AOOVERSION1} \ ICON_SOURCE_DIR=${WRKSRC}/sysui/desktop/icons \ ICON_THEMES="hicolor/??x??" \ KDEMAINDIR=${PREFIX} \ PREFIX=openoffice${AOOVERSION1} \ ${SH} ${CREATE_TREE} ; \ ${INSTALL_DATA} apacheopenoffice.xml \ ${STAGEDIR}/${PREFIX}/share/mime/packages do-install-SDK-on: ${TAR} -s '|./[^/]*/||' -xz -C ${STAGEDIR}${PRINSTALLATION_BASEDIR} \ -f ${WRKSRC}/instsetoo_native/unxfbsd*.pro/Apache_OpenOffice_SDK/archive/install/${LOCALIZED_LANG}/*.tar.gz @f=${STAGEDIR}${OOPATH}/sdk/bin/unoapploader ; \ ${CHMOD} 644 $${f} ; ${STRIP_CMD} $${f} ; ${CHMOD} 444 $${f} post-install: @${ECHO_CMD} "generating plist"; @cd ${STAGEDIR}${PREFIX} ; (\ ${FIND} -s bin -name "${EXECBASE}*" ; \ ${FIND} -s ${INSTALLATION_BASEDIR} share/applications \ share/application-registry share/icons \ share/mime-info share/mime share/mimelnk \! -type d ; \ ${FIND} ${INSTALLATION_BASEDIR} -type d -empty | ${SORT} -r | \ ${SED} -e 's/^/@dir /' ; \ ) >> ${TMPPLIST} .include <${FILESDIR}/Makefile.others> .include Index: head/editors/openoffice-devel/Makefile =================================================================== --- head/editors/openoffice-devel/Makefile (revision 450556) +++ head/editors/openoffice-devel/Makefile (revision 450557) @@ -1,484 +1,484 @@ # Created by: Martin Blapp # $FreeBSD$ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ LOCAL/truckman/openoffice:snap,extsrc .if defined(LANG_PKGNAME) PKGNAMEPREFIX= ${LANG_PKGNAME}- .endif .if defined(LANG_SUFFIX) PKGNAMESUFFIX= -${LANG_SUFFIX} .endif PKGNAMESUFFIX= -devel DISTFILES= ${AOOSRC}${AOODISTTAG} unowinreg.dll:unoreg ${EXTSRC}:extsrc DIST_SUBDIR= openoffice EXTRACT_ONLY= ${AOOSRC} MAINTAINER= office@FreeBSD.org #de facto maintainer is truckman@FreeBSD.org #Frequent Patch submitters should (optionally) sign the Apache iCLA COMMENT= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser (developer version) LICENSE= APACHE20 ADOBE BSD3CLAUSE BSD4CLAUSE BSL ICU MIT MPL \ PSFL TWAIN W3C LICENSE_COMB= multi LICENSE_NAME_ADOBE= Adobe Systems Incorporated license LICENSE_NAME_ICU= ICU License LICENSE_NAME_TWAIN= TWAIN Working Group license LICENSE_NAME_W3C= W3C license LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE_ALv2 LICENSE_FILE_ADOBE= ${WRKSRC}/LICENSE_ADOBE LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE_BSD3CLAUSE LICENSE_FILE_BSD4CLAUSE= ${WRKSRC}/LICENSE_BSD4CLAUSE LICENSE_FILE_BSL= ${WRKSRC}/LICENSE_BSL LICENSE_FILE_ICU= ${WRKSRC}/LICENSE_ICU LICENSE_FILE_MIT= ${WRKSRC}/LICENSE_MIT LICENSE_FILE_MPL= ${WRKSRC}/LICENSE_MPL LICENSE_FILE_PSFL= ${WRKSRC}/LICENSE_PSFL LICENSE_FILE_TWAIN= ${WRKSRC}/LICENSE_TWAIN LICENSE_FILE_W3C= ${WRKSRC}/LICENSE_W3C LICENSE_PERMS_ADOBE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_ICU= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_TWAIN= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_W3C= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= \ p5-Archive-Zip>=0:archivers/p5-Archive-Zip \ ${LOCALBASE}/bin/unzip:archivers/unzip \ zip:archivers/zip \ ant:devel/apache-ant \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \ dmake:devel/dmake \ epm:devel/epm \ ${LOCALBASE}/bin/gperf:devel/gperf \ imake:devel/imake \ gpatch:devel/patch \ ${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \ ${LOCALBASE}/bin/vigra-config:graphics/vigra \ ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ ${JAVALIBDIR}/commons-lang.jar:java/jakarta-commons-lang \ ${JAVALIBDIR}/junit.jar:java/junit \ ${JAVALIBDIR}/bsh.jar:lang/bsh \ bash:shells/bash \ ${JAVALIBDIR}/lucene-core-3.6.2.jar:textproc/lucene \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-libwww>=0:www/p5-libwww \ p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https LIB_DEPENDS= \ libapr-1.so:devel/apr1 \ libnspr4.so:devel/nspr \ libcurl.so:ftp/curl \ libcairo.so:graphics/cairo \ libpng.so:graphics/png \ libgraphite.so:graphics/silgraphite \ libCoinMP.so:math/coinmp \ libfreetype.so:print/freetype2 \ libnss3.so:security/nss \ libexpat.so:textproc/expat2 \ libhunspell-1.6.so:textproc/hunspell \ libhyphen.so:textproc/hyphen \ libtextcat.so:textproc/libtextcat \ libmythes-1.2.so:textproc/mythes \ librdf.so:textproc/redland \ libserf-1.so:www/serf \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ ${JAVALIBDIR}/commons-httpclient.jar:java/jakarta-commons-httpclient \ ${JAVALIBDIR}/bsh.jar:lang/bsh \ ${LOCALBASE}/share/fonts/Caladea/Caladea-Bold.ttf:x11-fonts/crosextrafonts-caladea-ttf \ ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \ ${LOCALBASE}/share/fonts/ChromeOS/Arimo-Bold.ttf:x11-fonts/croscorefonts-fonts-ttf AOOVERSION1= 4 AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9800\) SVNREVISION= 1780246 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz AOOVERSION= ${AOOVERSION1}.${AOOVERSION2}.${AOOVERSION3} AOOXXX= ${AOOVERSION1}${AOOVERSION2}${AOOVERSION3} .if defined(AOORC) AOOSUFFIX= ${AOOVERSION}-${AOORC} AOOSRC= apache-openoffice-${AOOVERSION}-r${SVNREVISION}-src${EXTRACT_SUFX} AOODISTTAG= TARTYPE= bzip2 .else AOOSUFFIX= ${PORTVERSION} AOOSRC= apache-openoffice-r${SVNREVISION}-src${EXTRACT_SUFX} AOODISTTAG= :snap TARTYPE= xz .endif AOOUDIR= .openoffice.org\/${AOOVERSION1} INSTALLATION_BASEDIR?= openoffice-${AOOSUFFIX} PRINSTALLATION_BASEDIR= ${PREFIX}/${INSTALLATION_BASEDIR} OOPATH= ${PRINSTALLATION_BASEDIR}/openoffice${AOOVERSION1} XDGDIR= ${OOPATH}/share/xdg XDGREL= ../../${INSTALLATION_BASEDIR}/openoffice${AOOVERSION1}/share/xdg EXECBASE?= openoffice-${AOOSUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc64 USE_GL= gl glu USE_GNOME= gtk20 libxslt libidl glib20 USE_JAVA= yes JAVA_BUILD= jdk JAVA_RUN= jdk JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ USE_PERL5= build USE_XORG= ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xinerama xrandr xrender xt USES= autoreconf:autoconf bison compiler:c++11-lib cpe \ desktop-file-utils \ gettext-runtime gmake iconv jpeg perl5 pkgconfig python \ shared-mime-info ssl tar:${TARTYPE} INSTALLS_ICONS= yes WITHOUT_CPU_CFLAGS= true CPE_PRODUCT= ${PORTNAME:S|apache-||} CPE_VENDOR= apache OPTIONS_DEFINE= CUPS GNOME GNOMEVFS MMEDIA MYSQL PDFIMPORT SDK WIKI_PUBLISHER CCACHE OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS MMEDIA PDFIMPORT WIKI_PUBLISHER GNOME_DESC= GConf + screensaver presentation control via DBUS GNOMEVFS_DESC= GNOME Virtual File System MMEDIA_DESC= Multimedia backend for impress MYSQL_DESCR= Build MySQL Connector extension PDFIMPORT_DESC= Build and install PDF import extension SDK_DESC= Build and install software development kit WIKI_PUBLISHER_DESC= Build and install Wiki Publisher extension CCACHE_DESC= Mimimize compile time of C/C++ programs CUPS_CONFIGURE_ENABLE= cups CUPS_LIB_DEPENDS= libcups.so:print/cups GNOME_CONFIGURE_ENABLE= dbus gconf lockdown GNOME_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib GNOME_USE= GNOME=gconf2 GNOMEVFS_CONFIGURE_ENABLE= gnome-vfs GNOMEVFS_CONFIGURE_OFF= --enable-gio GNOMEVFS_CONFIGURE_ON= --disable-gio GNOMEVFS_USE= GNOME=gnomevfs2 MMEDIA_CONFIGURE_ENABLE= gstreamer MMEDIA_LIB_DEPENDS= libgstreamer-0.10.so:multimedia/gstreamer MMEDIA_USE= GSTREAMER=yes MYSQL_CONFIGURE_ENABLE= mysql-connector MYSQL_CONFIGURE_WITH= system-mysql MYSQL_LIB_DEPENDS= libmysqlcppconn.so:databases/mysql-connector-c++ MYSQL_USES= mysql SDK_CONFIGURE_ENABLE= odk PDFIMPORT_CONFIGURE_ENABLE= pdfimport PDFIMPORT_CONFIGURE_WITH= system-poppler PDFIMPORT_LIB_DEPENDS= libpoppler.so:graphics/poppler WIKI_PUBLISHER_CONFIGURE_ENABLE= wiki-publisher # Don't run gnome-post-icons until after post-install generates the plist TARGET_ORDER_OVERRIDE= 710:gnome-post-icons .include .include <${FILESDIR}/Makefile.localized> .if ${COMPILER_TYPE} == clang CPPFLAGS+= -I${LOCALBASE}/include . if ${COMPILER_VERSION} >= 40 && ${ARCH} == amd64 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-align16 . endif .endif .if ${ARCH} == amd64 FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh PACKAGE_MIDDLE= ${PORTVERSION}_${OPSYS}_x86-64 .elif ${ARCH} == i386 FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh PACKAGE_MIDDLE= ${PORTVERSION}_${OPSYS}_x86 .elif ${ARCH} == powerpc64 FREEBSD_ENV_SET= FreeBSDPPC64Env.Set.sh PACKAGE_MIDDLE= ${PORTVERSION}_${OPSYS}_ppc64 .endif PACKAGE_PREFIX= Apache_OpenOffice LOCALIZED_LANG?= en-US .if ${PORT_OPTIONS:MCCACHE} || defined(WITH_CCACHE) BUILD_DEPENDS+= ccache:devel/ccache CCACHE_PREFIX= ccache AOOCC= ${CCACHE_PREFIX} ${CC} AOOCXX= ${CCACHE_PREFIX} ${CXX} .else AOOCC= ${CC} AOOCXX= ${CXX} .endif CONFIGURE_ENV+= CC="${AOOCC}" CXX="${AOOCXX}" \ PATH=${WRKSRC}/solenv/bin:$$PATH GNU_CONFIGURE= yes WRKSUBDIR= ${WRKDIR}/aoo-${AOOVERSION} WRKSRC?= ${WRKSUBDIR}/main SUB_FILES= pkg-message SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} \ PRINSTALLATION_BASEDIR=${PRINSTALLATION_BASEDIR} CONFIGURE_ARGS+= \ --with-unix-wrapper=${EXECBASE} \ --with-alloc=system \ --with-system-apache-commons=yes \ --with-commons-codec-jar=${JAVALIBDIR}/commons-codec.jar \ --with-commons-lang-jar=${JAVALIBDIR}/commons-lang.jar \ --with-commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar \ --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar \ --with-system-apr \ --with-system-apr-util \ --with-system-beanshell \ --with-beanshell-jar=${JAVALIBDIR}/bsh.jar \ --with-system-boost \ --enable-category-b \ --with-system-cairo --enable-cairo \ --with-system-coinmp \ --with-system-curl \ --enable-crashdump \ --with-system-dicts \ --with-epm=${LOCALBASE}/bin/epm \ --with-system-expat \ --disable-fetch-external \ --without-fonts \ --with-gnu-patch=${LOCALBASE}/bin/gpatch \ --with-gperf=${LOCALBASE}/bin/gperf \ --with-system-graphite \ --enable-gtk \ --with-system-hunspell \ --with-external-dict-dir=${LOCALBASE}/share/hunspell \ --with-system-hyphen \ --with-external-hyph-dir=${LOCALBASE}/share/hyphen \ --with-system-jpeg \ --with-junit=${JAVALIBDIR}/junit.jar \ --with-system-libtextcat \ --disable-kde \ --disable-kde4 \ --with-system-libxml \ --with-system-libxslt \ --with-system-lucene \ --with-lucene-core-jar=${JAVALIBDIR}/lucene-core-3.6.2.jar \ --with-lucene-analyzers-jar=${JAVALIBDIR}/lucene-analyzers-3.6.2.jar \ --with-system-mythes \ --with-external-thes-dir=${LOCALBASE}/share/mythes \ --with-system-nss \ --enable-opengl \ --with-system-openssl \ --with-package-format="archive" \ --with-system-python \ --with-system-redland \ --with-system-sane \ --with-system-serf \ --with-system-stdlibs \ --with-vendor="FreeBSD ports system" \ --with-build-version="PKGNAME: ${PKGNAME:S/,/@/g}" \ --enable-verbose \ --with-system-vigra \ --with-system-xrender \ --with-system-zlib CREATE_TREE= ${WRKSRC}/sysui/desktop/share/create_tree.sh .include <${FILESDIR}/Makefile.knobs> pre-everything:: # really tweak, extremely useful when you build all localized language versions # needed after when you build with ALL_LOCALIZED_LANGS. .if defined(TWEAK_L10N) ${RM} ${WRKDIR}/.PLIST* ${RM} ${WRKDIR}/.install_done.* ${RM} ${WRKDIR}/.package_done.* ${RM} ${WRKDIR}/.extract_done.* ${RM} ${WRKDIR}/.patch_done.* ${RM} ${WRKDIR}/.configure_done.* ${RM} ${WRKDIR}/.build_done.* ${MKDIR} ${WRKDIR} ${TOUCH} ${EXTRACT_COOKIE} ${TOUCH} ${PATCH_COOKIE} ${TOUCH} ${CONFIGURE_COOKIE} ${TOUCH} ${BUILD_COOKIE} .endif post-extract: ${TAR} -C ${WRKSUBDIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EXTSRC} ${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ ${CP} ${FILESDIR}/freebsd-aoo-intro-developer.png ${WRKSRC}/default_images/introabout/intro.png ${CP} ${FILESDIR}/freebsd-aoo-about-developer.png ${WRKSRC}/default_images/introabout/about.png ${RM} -r ${WRKSRC}/l10n ${LN} -sf ${UNZIP_CMD} ${WRKSRC}/solenv/bin/unzip ${SED} -e '\|^For main/vcl/unx/generic/fontmanager/parseAFM|,/^__/p' \ -e '\|^For PostScript(R) AFM|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_ADOBE} ${SED} -e '\|^For main/unixODBC|,/^__/p' \ -e '\|^For main/connectivity|,/^__/p' \ -e '\|^For main/libtextcat/data|,/^__/p' \ -e '\|^For integration of HSQLDB|,/^__/p' \ -e '\|^For C preprocessor|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_BSD3CLAUSE} ${SED} -e '\|^For ICC |,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_BSD4CLAUSE} ${SED} -e '\|^For integration of the C++ Boost |,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_BSL} ${SED} -e '\|^For main/i18npool/source/breakiterator|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_ICU} ${SED} -e '\|^For Multi-Dimensional Data|,/^__/p' \ -e '\|^For XSLT MathML Library|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_MIT} ${SED} -e '\|^For XMLSec Library|,/^__/p' \ -e d ${WRKSRC}/LICENSE_category_b >> ${LICENSE_FILE_MIT} ${SED} -e '\|^For Graphite|,$$d' \ ${WRKSRC}/LICENSE_category_b > ${LICENSE_FILE_MPL} ${SED} -e '\|^For main/filter/source/config/tools/merge/pyAltFCFGMerge|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_PSFL} ${SED} -e '\|^For main/twain|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_TWAIN} ${SED} -e '\|^For main/MathMLDTD|,/^__/p' \ -e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C} post-patch: ${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \ ${WRKSRC}/sysui/desktop/productversion.mk ${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \ ${WRKSRC}/desktop/scripts/soffice.sh ${REINPLACE_CMD} -e '/^mkdir -p/,$$d' ${CREATE_TREE} .if ${COMPILER_TYPE} == gcc # g++49 -Os sometimes leaves inline class methods undefined, # affects fmgridif.cxx and ColumnControl.cxx # See: if [ ${CXX} = g++49 ]; then \ ${REINPLACE_CMD} -e "s/ := -Os/ := -Os -fno-devirtualize -fno-devirtualize-speculatively/" ${WRKSRC}/solenv/gbuild/platform/freebsd.mk; \ ${REINPLACE_CMD} -e "s/=-Os /=-Os -fno-devirtualize -fno-devirtualize-speculatively /" ${WRKSRC}/solenv/inc/unxfbsdi.mk; \ fi .elif ${ARCH} == i386 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 # autodoc and uno (bridgetest) core dump when built with with -Os # on i386, affects file.cxx and bridgetest.cxx (at least). # Using -O2 optimiztion works, and -Os is essentially -O2 with out # loop unrolling. # Changing optimization in just unxfbsdi.mk is sufficient to get # a successful build, but change it in both places to avoid the # possibility of obscure runtime problems, which is likely # since this seems to be a generic bug in code generation for # exception handling. # See: ${REINPLACE_CMD} -e "s/=-Os /=-O2 -fno-unroll-loops /" ${WRKSRC}/solenv/inc/unxfbsdi.mk ${REINPLACE_CMD} -e "s/ := -Os/ := -O2 -fno-unroll-loops/" ${WRKSRC}/solenv/gbuild/platform/freebsd.mk .endif do-build: ${PRINTF} "[repositories]\nmain=active\nextras=active\n" > ${WRKSUBDIR}/source_config cd ${WRKSRC} ; ./bootstrap # # numproc controls the number of parallel makes. # # dmproc is passed to dmake and controls parallelization at that # level. # # dmproc > numproc seems to give shorter build times than # numproc > dmproc. # # Select values for numproc and dmproc such that: # * numproc*dmproc >= MAKE_JOBS_NUMBER # * minimize numproc*dmproc-MAKE_JOBS_NUMBER # * dmproc >= numproc # * dmproc <= 2*numproc if MAKE_JOBS_NUMBER <= 3 # if [ ${MAKE_JOBS_NUMBER} -le 3 ] ; then \ numproc=1 ; dmproc=${MAKE_JOBS_NUMBER} ; \ else \ a=1 ; \ while [ $$(( 2 * $${a} * $${a} )) -lt ${MAKE_JOBS_NUMBER} ]; do \ a=$$(( $${a} + 1 )) ; \ done ; \ b=$$(( $${a} + 1 )) ; \ ad=$$(( ( ${MAKE_JOBS_NUMBER} + $${a} - 1 ) / $${a} )) ; \ ap=$$(( $${a} * $${ad} )) ; \ bd=$$(( ( ${MAKE_JOBS_NUMBER} + $${b} - 1 ) / $${b} )) ; \ bp=$$(( $${b} * $${bd} )) ; \ if [ $${ap} -le $${bp} ]; then \ numproc=$${a} ; dmproc=$${ad} ; \ else \ numproc=$${b} ; dmproc=$${bd} ; \ fi ; \ fi ; \ cd ${WRKSRC}/instsetoo_native ; \ . ../${FREEBSD_ENV_SET} ; \ build.pl --all -P$${numproc} -- -P$${dmproc} do-install: @${MKDIR} ${STAGEDIR}${PRINSTALLATION_BASEDIR} \ ${STAGEDIR}${PREFIX}/share/mime/packages @cd ${WRKSRC}/instsetoo_native/unxfbsd*.pro/Apache_OpenOffice/archive/install/${LOCALIZED_LANG}/ ; \ for i in *.tar.?z ; do \ ${ECHO_CMD} "extracting $$i" ; \ ${TAR} -s '|./[^/]*/||' -xz -f $$i \ -C ${STAGEDIR}${PRINSTALLATION_BASEDIR} ; \ done ${FIND} ${STAGEDIR}${PRINSTALLATION_BASEDIR} -type d -exec ${CHMOD} 755 {} \; ${REINPLACE_CMD} \ -e '/^UserInstallation/s/=.*/=$$SYSUSERCONFIG\/${AOOUDIR}/' \ ${STAGEDIR}${OOPATH}/program/bootstraprc @${RM} ${STAGEDIR}${OOPATH}/program/bootstraprc.bak @${ECHO_CMD} "adding wrapper scripts"; @${CP} ${FILESDIR}/openoffice-wrapper ${WRKDIR}/ @${REINPLACE_CMD} -e 's#%%OOPATH%%#${OOPATH}#g' \ -e 's#%%EXECBASE%%#${EXECBASE}#g' \ ${WRKDIR}/openoffice-wrapper ${INSTALL_SCRIPT} ${WRKDIR}/openoffice-wrapper \ ${STAGEDIR}${PREFIX}/bin/${EXECBASE} @cd ${STAGEDIR}${PREFIX}/bin; for i in printeradmin sbase scalc sdraw \ simpress smath spadmin swriter ; do \ ${LN} -f ${EXECBASE} ${EXECBASE}-$${i} ; \ done @${ECHO_CMD} "adding desktop support" @${LN} -sf ${XDGREL} ${STAGEDIR}${DESKTOPDIR}/${EXECBASE} @cd ${WRKSRC}/sysui/unxfbsd*.pro/misc/openoffice ; \ DESTDIR=${STAGEDIR} \ GNOMEDIR=${PREFIX} \ ICON_PREFIX=openoffice${AOOVERSION1} \ ICON_SOURCE_DIR=${WRKSRC}/sysui/desktop/icons \ ICON_THEMES="hicolor/??x??" \ KDEMAINDIR=${PREFIX} \ PREFIX=openoffice${AOOVERSION1} \ ${SH} ${CREATE_TREE} ; \ ${INSTALL_DATA} apacheopenoffice.xml \ ${STAGEDIR}/${PREFIX}/share/mime/packages do-install-SDK-on: ${TAR} -s '|./[^/]*/||' -xz -C ${STAGEDIR}${PRINSTALLATION_BASEDIR} \ -f ${WRKSRC}/instsetoo_native/unxfbsd*.pro/Apache_OpenOffice_SDK/archive/install/${LOCALIZED_LANG}/*.tar.gz @f=${STAGEDIR}${OOPATH}/sdk/bin/unoapploader ; \ ${CHMOD} 644 $${f} ; ${STRIP_CMD} $${f} ; ${CHMOD} 444 $${f} post-install: @${ECHO_CMD} "generating plist"; @cd ${STAGEDIR}${PREFIX} ; (\ ${FIND} -s bin -name "${EXECBASE}*" ; \ ${FIND} -s ${INSTALLATION_BASEDIR} share/applications \ share/application-registry share/icons \ share/mime-info share/mime share/mimelnk \! -type d ; \ ${FIND} ${INSTALLATION_BASEDIR} -type d -empty | ${SORT} -r | \ ${SED} -e 's/^/@dir /' ; \ ) >> ${TMPPLIST} .include <${FILESDIR}/Makefile.others> .include Index: head/editors/pdfedit/Makefile =================================================================== --- head/editors/pdfedit/Makefile (revision 450556) +++ head/editors/pdfedit/Makefile (revision 450557) @@ -1,46 +1,46 @@ # Created by: alepulver # $FreeBSD$ PORTNAME= pdfedit PORTVERSION= 0.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= hrs@FreeBSD.org COMMENT= PDF document manipulating library LICENSE= GPLv2 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libpng16.so:graphics/png \ libt1.so:devel/t1lib USES= gmake perl5 tar:bzip2 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-root-dir=${STAGEDIR} \ --with-ft-library=${LOCALBASE}/lib \ --with-ft-includes=${LOCALBASE}/include \ --with-t1-library=${LOCALBASE}/lib \ --with-t1-includes=${LOCALBASE}/include \ --with-parallel-make=off \ --disable-gui \ --enable-pdfedit-core-dev \ --enable-tools INSTALL_TARGET= install install-tools PORTDOCS= Changelog README AUTHORS OPTIONS_DEFINE= DOCS BROKEN_sparc64= Fails to configure: error: Could not link against boost_program_options post-extract: ${INSTALL_DATA} ${WRKSRC}/doc/AUTHORS ${WRKSRC} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/editors/poedit/Makefile =================================================================== --- head/editors/poedit/Makefile (revision 450556) +++ head/editors/poedit/Makefile (revision 450557) @@ -1,45 +1,45 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ # $MCom: ports/editors/poedit/Makefile,v 1.2 2006/10/05 07:03:09 mezz Exp $ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Gettext catalogs (.po files) editor LICENSE= BSD2CLAUSE BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libgtkspell.so:textproc/gtkspell \ libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ liblucene++.so:textproc/luceneplusplus USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig USE_WX= 3.0 WX_CONF_ARGS= absolute WITH_BDB_HIGHEST= yes GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALLS_ICONS= yes CPPFLAGS+= -I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include ## -stdlib=libc++ LDFLAGS+= -lpthread -L${BDB_LIB_DIR} -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB=yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e \ 's/for version in .*;/for version in ${BDB_VER};/ ; \ s/-ldb-$$version/-l${BDB_LIB_NAME}/' ${WRKSRC}/configure .include Index: head/editors/xmlcopyeditor/Makefile =================================================================== --- head/editors/xmlcopyeditor/Makefile (revision 450556) +++ head/editors/xmlcopyeditor/Makefile (revision 450557) @@ -1,34 +1,34 @@ # Created by: José García Juanino # $FreeBSD$ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} MAINTAINER= jjuanino@gmail.com COMMENT= Fast validating XML editor LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \ libxslt.so:textproc/libxslt \ libaspell.so:textproc/aspell \ libpcre.so:devel/pcre \ libxml2.so:textproc/libxml2 \ libexpat.so:textproc/expat2 USE_WX= 2.8+ WX_COMPS= wx contrib WX_CONF_ARGS= absolute USES= dos2unix gettext gmake iconv libtool USE_GNOME= intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libxml2 LDFLAGS+= -lpthread -L${LOCALBASE}/lib ${ICONV_LIB} .include Index: head/emulators/citra/Makefile =================================================================== --- head/emulators/citra/Makefile (revision 450556) +++ head/emulators/citra/Makefile (revision 450557) @@ -1,72 +1,72 @@ # $FreeBSD$ PORTNAME= citra PORTVERSION= s20170809 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org COMMENT= Nintendo 3DS emulator/debugger LICENSE= BSD2CLAUSE BSD3CLAUSE BSL GPLv2+ LGPL21+ MIT UNLICENSE LICENSE_COMB= multi LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/externals/fmt/LICENSE.rst LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/externals/inih/inih/LICENSE.txt LICENSE_FILE_BSL= ${WRKSRC}/externals/catch/LICENSE.txt LICENSE_FILE_GPLv2+ = ${WRKSRC}/license.txt LICENSE_FILE_MIT= ${WRKSRC}/externals/enet/LICENSE LICENSE_FILE_LGPL21+ = ${_LICENSE_STORE}/LGPL21 # soundtouch BUILD_DEPENDS= boost-libs>=1.63:devel/boost-libs LIB_DEPENDS= libpng.so:graphics/png # backend_x64/hostloc.h:93:8: fatal error: no type named 'Reg64' in namespace 'Xbyak' ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= https://github.com/MerryMage/dynarmic/issues/35 USE_GITHUB= yes GH_ACCOUNT= citra-emu GH_TAGNAME= 3fd864d67 GH_TUPLE= citra-emu:ext-soundtouch:019d208:soundtouch/externals/soundtouch \ MerryMage:dynarmic:8f15e3f:dynarmic/externals/dynarmic \ fmtlib:fmt:3.0.0-187-gac5484c:fmt/externals/fmt \ herumi:xbyak:v5.40:xbyak/externals/xbyak \ lsalzman:enet:a84c120:enet/externals/enet \ neobrain:nihstro:7e24743:nihstro/externals/nihstro \ philsquared:Catch:v1.9.4:catch/externals/catch \ svn2github:inih:603729d:inih/externals/inih/inih \ weidai11:cryptopp:CRYPTOPP_5_6_5-610-g24bc2b8:cryptopp/externals/cryptopp/cryptopp USES= cmake:outsource compiler:c++14-lang iconv localbase:ldflags USE_SDL= sdl2 CMAKE_ARGS= -DENABLE_WEB_SERVICE=off # XXX unbundle curl-7.52.1 CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 OPTIONS_MULTI= GUI OPTIONS_MULTI_GUI= QT5 SDL OPTIONS_SLAVE?= SDL OPTIONS_EXCLUDE:= ${OPTIONS_MULTI_GUI} SDL_CMAKE_BOOL= ENABLE_SDL2 SDL_PLIST_FILES=bin/${PORTNAME} \ man/man6/${PORTNAME}.6.gz QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=qmake_build,buildtools_build,core,gui,opengl,widgets QT5_CMAKE_BOOL= ENABLE_QT QT5_PLIST_FILES=bin/${PORTNAME}-qt \ man/man6/${PORTNAME}-qt.6.gz \ share/applications/${PORTNAME}.desktop \ share/mime/packages/${PORTNAME}.xml \ share/pixmaps/${PORTNAME}.svg post-patch: @${REINPLACE_CMD} -e 's,share/man,man,' \ -e '/check_submodules_present()/d' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's/@GIT_BRANCH@/master/' \ -e 's/@GIT_DESC@/${GH_TAGNAME}/' \ ${WRKSRC}/src/common/scm_rev.cpp.in .include Index: head/emulators/citra-qt5/Makefile =================================================================== --- head/emulators/citra-qt5/Makefile (revision 450556) +++ head/emulators/citra-qt5/Makefile (revision 450557) @@ -1,10 +1,10 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra OPTIONS_SLAVE= QT5 .include "${MASTERDIR}/Makefile" Index: head/emulators/mupen64plus-video-glide64mk2/Makefile =================================================================== --- head/emulators/mupen64plus-video-glide64mk2/Makefile (revision 450556) +++ head/emulators/mupen64plus-video-glide64mk2/Makefile (revision 450557) @@ -1,22 +1,22 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ -PORTREVISION= 8 +PORTREVISION= 9 PKGNAMESUFFIX= -video-glide64mk2 COMMENT= Glide64mk2 video plugin for Mupen64Plus LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core \ libboost_thread.so:devel/boost-libs USE_GL= gl USE_SDL= sdl2 MASTERDIR= ${.CURDIR}/../mupen64plus-core OPTIONS_DEFINE= # CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib .include "${MASTERDIR}/Makefile" Index: head/finance/kmymoney-kde4/Makefile =================================================================== --- head/finance/kmymoney-kde4/Makefile (revision 450556) +++ head/finance/kmymoney-kde4/Makefile (revision 450557) @@ -1,65 +1,65 @@ # $FreeBSD$ PORTNAME= kmymoney PORTVERSION= 4.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src MAINTAINER= jhale@FreeBSD.org COMMENT= KDE4 personal finance manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_graph.so:devel/boost-libs \ libalkimia.so:finance/libalkimia \ libgmp.so:math/gmp \ libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error USES= cmake kde:4 pkgconfig shared-mime-info shebangfix tar:xz USE_QT4= corelib gui dbus declarative network phonon script sql svg xml \ qmake_build moc_build rcc_build uic_build USE_KDE= automoc4 kdelibs pimlibs soprano USE_LDCONFIG= yes SHEBANG_FILES= kmymoney/misc/financequote.pl OPTIONS_DEFINE= NLS CALENDAR KBANKING OFX QUOTES OPTIONS_DEFAULT= CALENDAR OPTIONS_SUB= yes NO_OPTIONS_SORT= yes NLS_USES= gettext NLS_CMAKE_ON= -DBUILD_po:BOOL=ON NLS_CMAKE_OFF= -DBUILD_po:BOOL=OFF CALENDAR_DESC= Enable Calendar plugin CALENDAR_LIB_DEPENDS= libical.so:devel/libical CALENDAR_CMAKE_ON= -DENABLE_LIBICAL:BOOL=ON CALENDAR_CMAKE_OFF= -DENABLE_LIBICAL:BOOL=OFF KBANKING_DESC= Enable KBanking plugin KBANKING_LIB_DEPENDS= libgwenhywfar.so:devel/gwenhywfar \ libgwengui-qt4.so:devel/gwenhywfar-qt4 \ libaqbanking.so:finance/aqbanking KBANKING_CMAKE_ON= -DENABLE_KBANKING:BOOL=ON KBANKING_CMAKE_OFF= -DENABLE_KBANKING:BOOL=OFF OFX_DESC= Enable OFX plugin OFX_LIB_DEPENDS= libofx.so:finance/libofx OFX_CMAKE_ON= -DENABLE_LIBOFX:BOOL=ON OFX_CMAKE_OFF= -DENABLE_LIBOFX:BOOL=OFF QUOTES_DESC= Enable online price quotes QUOTES_USES= perl5 QUOTES_USE= PERL5=run QUOTES_RUN_DEPENDS= p5-Date-Manip>=0:devel/p5-Date-Manip \ p5-Finance-Quote>=0:finance/p5-Finance-Quote \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-Writer>=0:textproc/p5-XML-Writer \ p5-libwww>=0:www/p5-libwww .include Index: head/finance/ledger/Makefile =================================================================== --- head/finance/ledger/Makefile (revision 450556) +++ head/finance/ledger/Makefile (revision 450557) @@ -1,31 +1,31 @@ # Created by: wcarey # $FreeBSD$ PORTNAME= ledger PORTVERSION= 3.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= finance MAINTAINER= woodycarey@hotmail.com COMMENT= John Wiegley's command line accounting program LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libboost_system.so:devel/boost-libs BROKEN_powerpc64= fails to link: ibledger.so.3: undefined reference to boost::match_results USE_GITHUB= yes USE_LDCONFIG= yes USES= cmake compiler:c++11-lib libedit CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ -DCMAKE_INCLUDE_PATH=${LOCALBASE}/include .include Index: head/finance/moneymanagerex/Makefile =================================================================== --- head/finance/moneymanagerex/Makefile (revision 450556) +++ head/finance/moneymanagerex/Makefile (revision 450557) @@ -1,74 +1,74 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= mmex PORTVERSION= 1.2.7 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= finance MASTER_SITES= https://github.com/vslavik/bakefile/releases/download/v0.2.9/:bakefile DISTFILES= bakefile-0.2.9${EXTRACT_SUFX}:bakefile MAINTAINER= ports@FreeBSD.org COMMENT= Free, open-source, easy-to-use personal finance software LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= moneymanagerex GH_PROJECT= moneymanagerex GH_TUPLE= Regaddi:Chart.js:f13f99b:chart_js/3rd/Chart.js \ FVANCOP:ChartNew.js:77e7f87:chartnew_js/3rd/ChartNew.js \ diepes:sorttable.js:3c63cb0:sorttable_js/3rd/sorttable.js \ utelle:wxsqlite3:v3.3.1:wxsqlite3/lib/wxsqlite3 \ moneymanagerex:database:5d7129f:database/database \ moneymanagerex:LuaGlue:c51d11a:luaglue/3rd/LuaGlue \ moneymanagerex:cajun:3684900:cajun/3rd/cajun \ moneymanagerex:html-template:cd434ee:html_template/3rd/cgitemplate \ moneymanagerex:csv-parser:ca3f0d7:csv_parser/3rd/csv-parser \ moneymanagerex:ctpp:20158e0:ctpp/3rd/ctpp \ moneymanagerex:mongoose:97583a6:mongoose/3rd/mongoose USES= autoreconf compiler:c++11-lib gettext gmake lua pkgconfig GNU_CONFIGURE= yes USE_WX= 3.0 WX_CONF_ARGS= absolute INSTALLS_ICONS= yes USE_CXXSTD= c++11 CPPFLAGS+= -I${LOCALBASE}/include \ -DHAVE_ACOSH \ -DHAVE_ASINH \ -DHAVE_ATANH \ -DHAVE_ISBLANK \ $$(pkg-config --cflags lua-${LUA_VER}) LDFLAGS+= -L${LOCALBASE}/lib $$(pkg-config --libs lua-${LUA_VER}) PORTDOCS= * OPTIONS_DEFINE= DOCS .include .if ${CHOSEN_COMPILER_TYPE} == "gcc" CXXFLAGS+= -D_GLIBCXX_USE_C99 BUILD_DEPENDS+= ${LOCALBASE}/include/boost/lexical_cast.hpp:devel/boost-libs .endif post-extract: @${MV} ${WRKDIR}/bakefile-0.2.9/autoconf/*.m4 ${WRKSRC}/m4 post-patch: @${REINPLACE_CMD} -e \ 's|\*.txt|contrib.txt version.txt| ; \ s|-I$$(srcdir)/lib/lua/src || ; \ s|$$(LIBPREFIX)lua$$(LIBEXT) || ; \ s|-llua || ; \ s|$$(datadir)/man|$$(prefix)/man| ; \ s|-ldl$$||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ '/^AC_INIT/s|1.2.3|${PORTVERSION}| ; \ s|\[noext\]|[]|' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e \ 's| -g0 -O2||' ${WRKSRC}/m4/wxpresets.m4 .include Index: head/games/alephone/Makefile =================================================================== --- head/games/alephone/Makefile (revision 450556) +++ head/games/alephone/Makefile (revision 450557) @@ -1,57 +1,57 @@ # Created by: Michael Alyn Miller # $FreeBSD$ PORTNAME= alephone PORTVERSION= 20150620 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/marathon/Aleph%20One/2015-06-20 DISTNAME= AlephOne-${PORTVERSION} MAINTAINER= fiziologus@gmail.com COMMENT= The open source version of Bungie's Marathon game BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs USES= gmake localbase pkgconfig tar:bzip2 USE_SDL= image net sdl ttf USE_GL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa PORTDOCS= * DATADIR= ${PREFIX}/share/AlephOne OPTIONS_DEFINE= MAD FFMPEG OGG SPEEX SMPEG ZZIP PNG CURL SNDFILE DOCS OPTIONS_DEFAULT=MAD FFMPEG OGG SPEEX SMPEG ZZIP PNG CURL SNDFILE FFMPEG_DESC= Use ffmpeg for film export and playback SMPEG_DESC= Use SMPEG for movie playback ZZIP_DESC= Enable zziplib support MAD_LIB_DEPENDS= libmad.so:audio/libmad MAD_CONFIGURE_WITH= mad FMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg FMPEG_CONFIGURE_WITH= ffmpeg OGG_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis OGG_CONFIGURE_WITH= vorbis SPEEX_LIB_DEPENDS= libspeex.so:audio/speex SPEEX_CONFIGURE_WITH= speex SMPEG_LIB_DEPENDS= libsmpeg.so:multimedia/smpeg SMPEG_CONFIGURE_WITH= smpeg ZZIP_LIB_DEPENDS= libzzip.so:devel/zziplib ZZIP_CONFIGURE_WITH= zzip PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_CONFIGURE_WITH= png CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_WITH= curl SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile SNDFILE_CONFIGURE_WITH= sndfile post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR} .include Index: head/games/allacrost/Makefile =================================================================== --- head/games/allacrost/Makefile (revision 450556) +++ head/games/allacrost/Makefile (revision 450557) @@ -1,68 +1,68 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= allacrost PORTVERSION= 1.0.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Single player 2D role-playing game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libboost_thread.so:devel/boost-libs GNU_CONFIGURE= yes USES= gettext gmake iconv jpeg lua:51 openal:al USE_SDL= sdl ttf net USE_GL= yes QT_NONSTANDARD= yes # used when EDITOR enabled CONFIGURE_ARGS= --datadir=${DATADIR} CPPFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= EDITOR DOCS OPTIONS_SUB= yes EDITOR_DESC= Enable editor EDITOR_USE= QT4=corelib,gui,moc_build,opengl,qt3support EDITOR_CONFIGURE_ON= --enable-editor=yes EDITOR_CONFIGURE_OFF= --enable-editor=no post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include/|-I${LOCALBASE}/include/|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|exit -1|exit 1|; /CXXFLAGS=/ d; \ s|-lSDL |`${SDL_CONFIG} --libs` |' ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^LIBS =/ s|$$| @INTLLIBS@|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^bindir = / s|games|bin|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/qt4_incdirs/ s|".*"|"${QT_INCDIR}"|; \ /qt4_libdirs/ s|".*"|"${QT_LIBDIR}"|; /test/ s|==|=| ; \ s/-llua /-llua-${LUA_VER} /g;' \ ${WRKSRC}/configure post-patch-EDITOR-on: @${REINPLACE_CMD} -e '/^INCLUDES = / s|=|= -I${QT_INCDIR}/QtGui \ -I${QT_INCDIR}/QtOpenGL -I${QT_INCDIR}/Qt3Support \ -I${QT_INCDIR}/QtCore -I${QT_INCDIR}|' \ ${WRKSRC}/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MANUAL ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/arx-libertatis/Makefile =================================================================== --- head/games/arx-libertatis/Makefile (revision 450556) +++ head/games/arx-libertatis/Makefile (revision 450557) @@ -1,48 +1,48 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= arx-libertatis PORTVERSION= 1.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://downloads.sourceforge.net/arx/ \ http://arx-libertatis.org/files/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform port of Arx Fatalis LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/ARX_PUBLIC_LICENSE.txt LIB_DEPENDS= libfreetype.so:print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/foreach.hpp:devel/boost-libs USES= cmake openal tar:xz USE_SDL= sdl USE_GL= gl glew CMAKE_ARGS= -DDATA_DIR=arx \ -DSTRICT_USE=ON SUB_FILES= pkg-message PORTDOCS= AUTHORS CHANGELOG README.md OPTIONS_DEFINE= CRASHREPORTER DOCS OPTIONS_SUB= yes CRASHREPORTER_DESC= Build crash reporter (requires Qt4) CRASHREPORTER_USE= QT4=corelib,gui,network \ QT4=rcc_build,moc_build,uic_build,qmake_build CRASHREPORTER_CMAKE_ON= -DBUILD_CRASHREPORTER=ON -DUSE_QT5=OFF CRASHREPORTER_CMAKE_OFF=-DBUILD_CRASHREPORTER=OFF post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/games/asc/Makefile =================================================================== --- head/games/asc/Makefile (revision 450556) +++ head/games/asc/Makefile (revision 450557) @@ -1,82 +1,82 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= asc PORTVERSION= 2.6.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \ http://www.asc-hq.org/music/:music DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Turn based, multiplayer strategic game with nice graphics LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:archivers/zip RUN_DEPENDS:= ${BUILD_DEPENDS} LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libboost_regex.so:devel/boost-libs \ libsigc-2.0.so:devel/libsigc++20 \ libexpat.so:textproc/expat2 \ libloki.so:devel/loki USES= compiler:c++11-lib gmake libtool lua perl5 pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_SDL= image mixer sound sdl USE_WX= 3.0 WX_CONF_ARGS= absolute USE_PERL5= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/asc \ bin/asc_demount \ bin/asc_mapedit \ bin/asc_mount \ bin/asc_weaponguide \ man/man6/asc.6.gz \ man/man6/asc_demount.6.gz \ man/man6/asc_mapedit.6.gz \ man/man6/asc_mount.6.gz \ man/man6/asc_weaponguide.6.gz \ share/appdata/asc.appdata.xml \ ${DATADIR}/asc2_dlg.zip \ ${DATADIR}/main.ascdat DESKTOP_ENTRIES="Advanced Strategic Command" "Turn based strategic game" "" \ "${PORTNAME}" "" "" OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files MUSIC_DISTFILES= ${ASC_MUSICS:S,$,:music,} MUSIC_PLIST_FILES= ${ASC_MUSICS:S,^,%%DATADIR%%/music/,} XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid XVID_CONFIGURE_ENV_OFF= ac_cv_lib_xvidcore_xvid_encore=no ASC_MUSICS= frontiers.ogg time_to_strike.ogg machine_wars.ogg post-extract-MUSIC-on: @(cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${ASC_MUSICS} \ ${WRKSRC}/data/music) post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ 's|/games/|/|g' @${REINPLACE_CMD} -e \ 's|/games/|/|g ; \ s|lua >= 5.1 |lua-${LUA_VER}|g ;\ /if test/s|==|=|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|? 0 :|? (void)0 :|' ${WRKSRC}/source/errors.h @${REINPLACE_CMD} -e \ 's|tAttackH|AttackH|' ${WRKSRC}/source/actions/vehicleattack.h .include Index: head/games/bastet/Makefile =================================================================== --- head/games/bastet/Makefile (revision 450556) +++ head/games/bastet/Makefile (revision 450557) @@ -1,34 +1,34 @@ # Created by: Michael Nottebrock # $FreeBSD$ PORTNAME= bastet PORTVERSION= 0.43 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://fph.altervista.org/prog/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses Tetris clone which is harder than every other Tetris LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= does not build LIB_DEPENDS= libboost_program_options.so:devel/boost-libs USES= gmake localbase:ldflags ncurses tar:tgz PLIST_FILES= bin/bastet man/man6/bastet.6.gz post-patch: @${REINPLACE_CMD} -e \ 's|^CXXFLAGS+=-D|CXXFLAGS+=$$(CPPFLAGS) -D| ; \ s|$$(CXX) -MM|$$(CXX) $$(CXXFLAGS) -MM| ; \ s| -ggdb | |' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bastet ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 .include Index: head/games/blobby/Makefile =================================================================== --- head/games/blobby/Makefile (revision 450556) +++ head/games/blobby/Makefile (revision 450557) @@ -1,51 +1,51 @@ # Created by: Ganael Laplanche # $FreeBSD$ PORTNAME= blobby PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/${PORTVERSION} DISTNAME= blobby2-linux-${PORTVERSION} MAINTAINER= martymac@FreeBSD.org COMMENT= Official continuation of the famous Blobby Volley 1.x game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libphysfs.so:devel/physfs BUILD_DEPENDS= zip:archivers/zip \ ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option "-std=c++11" NOT_FOR_ARCHS= aarch64 NOT_FOR_ARCHS_REASON= fails to compile: I can't tell what endian-ness to use for your architecture USES= cmake dos2unix localbase:ldflags pkgconfig DOS2UNIX_REGEX= .*\.(c|h|cpp) CMAKE_ARGS= -DDATADIR:PATH="${DATADIR}" WRKSRC= ${WRKDIR}/blobby-${PORTVERSION} USE_SDL= sdl2 USE_GL= gl PORTDOCS= AUTHORS ChangeLog README TODO DESKTOP_ENTRIES="Blobby Volley" \ "" \ "${DATADIR}/Icon.bmp" \ "${PORTNAME}" \ "Game;ArcadeGame;" \ "" OPTIONS_DEFINE= DOCS post-install: ${INSTALL_DATA} ${WRKSRC}/data/Icon.bmp ${STAGEDIR}${DATADIR}/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/games/burrtools/Makefile =================================================================== --- head/games/burrtools/Makefile (revision 450556) +++ head/games/burrtools/Makefile (revision 450557) @@ -1,66 +1,66 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= burrtools PORTVERSION= 0.6.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle solver LICENSE= GPLv2+ # COPYING is GPLv3 BUILD_DEPENDS= netpbm>0:graphics/netpbm LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpng.so:graphics/png \ libfltk.so:x11-toolkits/fltk USES= gmake localbase lua:51 USE_GL= gl glu GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_ICE_IceConnectionNumber="no" \ ac_cv_search_glutInit="none required" MAKE_ARGS= am_lua_liblua_a_OBJECTS='lua/luaclass.$$(OBJEXT)' LDFLAGS+= -Wl,--as-needed # fltk deps LIBS+= -llua-${LUA_VER} -lboost_system # _ZN5boost6system15system_categoryEv PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/burrTxt bin/burrTxt2 bin/burrGui \ share/pixmaps/burricons.png DESKTOP_ENTRIES="BurrGui" "" "burricons" "burrGui" "Game;LogicGame;" "" OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e '/GL_X_LIBS/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|g++ |$$(CXX) | ; \ s|-O2 |$$(CXXFLAGS) $$(LDFLAGS) |' ${WRKSRC}/src/Makefile.in post-build: (cd ${WRKSRC} && ${CAT} burricons.ico | winicontoppm -bestqual | \ pnmtopng -transparent=black > burricons.png) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt ${WRKSRC}/src/burrTxt2 \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/gui/burrGui ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/burricons.png ${STAGEDIR}${PREFIX}/share/pixmaps do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/games/easyrpg-player/Makefile =================================================================== --- head/games/easyrpg-player/Makefile (revision 450556) +++ head/games/easyrpg-player/Makefile (revision 450557) @@ -1,48 +1,48 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= easyrpg-player PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= RPG Maker 2000/2003 and EasyRPG games interpreter LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ liblcf.so:games/liblcf \ libharfbuzz.so:print/harfbuzz \ libmpg123.so:audio/mpg123 \ libvorbis.so:audio/libvorbis \ libsndfile.so:audio/libsndfile \ libxmp.so:audio/libxmp \ libspeexdsp.so:audio/speexdsp \ libopusfile.so:audio/opusfile BUILD_DEPENDS= asciidoc:textproc/asciidoc \ ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= EasyRPG GH_PROJECT= Player USES= autoreconf compiler:c++11-lib gmake libtool localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash-completion-dir=${PREFIX}/share/bash-completion/completions USE_XORG= pixman USE_SDL= sdl2 mixer2 PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/games/fishsupper/Makefile =================================================================== --- head/games/fishsupper/Makefile (revision 450556) +++ head/games/fishsupper/Makefile (revision 450557) @@ -1,45 +1,45 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= fishsupper PORTVERSION= 0.1.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF/${PORTNAME} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Guide a cat across a series of rivers, jumping from log to log LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs BROKEN_powerpc64= fails to compile: Log.h: expected initializer before '<' token GNU_CONFIGURE= yes USES= gmake localbase:ldflags USE_SDL= sdl image mixer USE_GL= gl PLIST_FILES= bin/${PORTNAME} PORTDOCS= * PORTDATA= * DESKTOP_ENTRIES="Fish Supper" \ "Guide a cat across a series of rivers, jumping from log to log" \ "${DATADIR}/images/fs_image_30.png" \ "fishsupper" \ "Game;ArcadeGame;" \ false OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|std::tr1::shared_ptr|std::shared_ptr|g' ${WRKSRC}/src/*.h ${WRKSRC}/src/*.cpp post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/games/flightgear/Makefile =================================================================== --- head/games/flightgear/Makefile (revision 450556) +++ head/games/flightgear/Makefile (revision 450557) @@ -1,65 +1,65 @@ # Created by: Brian Buchanan # $FreeBSD$ PORTNAME= flightgear PORTVERSION= 2017.1.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} MAINTAINER= martymac@FreeBSD.org COMMENT= The FlightGear flight simulator LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ libboost_thread.so:devel/boost-libs \ libfltk.so:x11-toolkits/fltk \ libfreetype.so:print/freetype2 \ libosg.so:graphics/osg \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ libcurl.so:ftp/curl \ libudev.so:devel/libudev-devd BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \ ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \ ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \ ${LOCALBASE}/share/flightgear/version:games/flightgear-data USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glew glu glut USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \ tar:bzip2 DOS2UNIX_REGEX= .*\.(c|h|cxx|cpp|hxx|hpp) CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON \ -DSYSTEM_SQLITE:BOOL=ON \ -DFG_DATA_DIR:PATH=${LOCALBASE}/share/${PORTNAME} \ -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DFGCOM_DATA_PATH:PATH=${DATADIR} LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DBUS QT5 OPTIONS_DEFAULT= DBUS QT5 DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_USES= pkgconfig DBUS_CMAKE_ON= -DUSE_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF QT5_CMAKE_ON= -DENABLE_QT:BOOL=ON QT5_CMAKE_OFF= -DENABLE_QT:BOOL=OFF QT5_USE= QT5=core,buildtools,gui,qmake,widgets .include # Chase devel/simgear compiler version .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 USE_GCC= yes CXXFLAGS+= -D_GLIBCXX_USE_C99 .endif post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/js_server/js_server \ ${STAGEDIR}${PREFIX}/bin .include Index: head/games/flyhard/Makefile =================================================================== --- head/games/flyhard/Makefile (revision 450556) +++ head/games/flyhard/Makefile (revision 450557) @@ -1,39 +1,39 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= flyhard PORTVERSION= 0.42 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://www.markboyd.me.uk/games/flyhard/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Game resembling Thrust, but with lots of shooting and puzzles LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h GNU_CONFIGURE= yes USES= gmake USE_SDL= sdl mixer CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} PORTDOCS= AUTHORS ChangeLog README PORTDATA= * OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/frogatto/Makefile =================================================================== --- head/games/frogatto/Makefile (revision 450556) +++ head/games/frogatto/Makefile (revision 450557) @@ -1,63 +1,63 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= frogatto PORTVERSION= 1.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MAINTAINER= fiziologus@gmail.com COMMENT= Old-school 2D classic adventure platformer game LICENSE= FROGATTO GPLv3 LICENSE_COMB= multi LICENSE_NAME_FROGATTO= Frogatto license LICENSE_FILE_FROGATTO= ${WRKSRC}/LICENSE LICENSE_FILE_GPLv3= ${WRKSRC}/src/LICENSE LICENSE_PERMS_FROGATTO= dist-mirror pkg-mirror auto-accept LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= frogatto USES= gmake pkgconfig ALL_TARGET= game server USE_GL= glew glu USE_SDL= sdl image mixer ttf PLIST_FILES= bin/${PORTNAME} bin/${PORTNAME}-server post-patch: @${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,%lu,%u,' ${WRKSRC}/src/server.cpp @${REINPLACE_CMD} -e 's,__linux__,__${OPSYS}__,' \ ${WRKSRC}/src/clipboard.cpp # Point to the right location where to look for resources on FreeBSD @${REINPLACE_CMD} -e 's,HAVE_CONFIG_H,__FreeBSD__,' \ -e 's,DATADIR,"${DATADIR}",' ${WRKSRC}/src/filesystem.cpp @${REINPLACE_CMD} -e 's,itor->second,"${DATADIR}/" + &,' \ ${WRKSRC}/src/sound.cpp @${REINPLACE_CMD} -e '/\/locale\//s,\.,${PREFIX}/share,' \ ${WRKSRC}/src/i18n.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/game ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/server \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-server cd ${WRKSRC}/modules/frogatto/locale && \ ${MV} hu_HU hu && ${MV} ms_MY ms cd ${WRKSRC}/modules/frogatto && ${COPYTREE_SHARE} \ locale ${STAGEDIR}${PREFIX}/share cd ${WRKSRC} && ${COPYTREE_SHARE} "data images music modules utils" \ ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${INSTALL_DATA} *.ttf *.cfg ${STAGEDIR}${DATADIR} # Dynamically generate part of the PLIST for NLS files and game resources # (really lots of them) @${FIND} ${STAGEDIR}${PREFIX}/share/locale -name ${PORTNAME}.mo | \ ${SED} 's,^${STAGEDIR}${PREFIX}/,,' | ${SORT} >> ${TMPPLIST} @${FIND} ${STAGEDIR}${DATADIR} -not -type d | \ ${SED} 's,^${STAGEDIR}${PREFIX}/,,' | ${SORT} >> ${TMPPLIST} .include Index: head/games/galaxyhack/Makefile =================================================================== --- head/games/galaxyhack/Makefile (revision 450556) +++ head/games/galaxyhack/Makefile (revision 450557) @@ -1,75 +1,75 @@ # Created by: Alejandro Pulver # $FreeBSD$ PORTNAME= galaxyhack PORTVERSION= 1.74 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/Fleet%20packages/020906:fleets DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= AI script based strategy game LICENSE= GPLv2 BUILD_DEPENDS= winicontoppm:graphics/netpbm LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libfreetype.so:print/freetype2 OPTIONS_DEFINE= FLEETS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS OPTIONS_SUB= yes FLEETS_DESC= Additional fleets WRKSRC= ${WRKDIR}/${PORTNAME}/src USES= dos2unix gmake tar:bzip2 USE_SDL= gfx image mixer sdl ALL_TARGET= ${PORTNAME} SUB_FILES= ${PORTNAME}-sh PLIST_FILES= bin/galaxyhack \ libexec/galaxyhack \ share/pixmaps/galaxyhack.png PORTDATA= * DESKTOP_ENTRIES="GalaxyHack" "" "${PREFIX}/share/pixmaps/galaxyhack.png" \ "${PORTNAME}" "" "" FLEETS_DISTFILES= gh_fleets_020906.zip:fleets FLEETS_EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip OPTIMIZED_CFLAGS_MAKE_ENV= OPTIMIZED_CFLAGS=YES .include post-extract: .if ${PORT_OPTIONS:MFLEETS} @${MKDIR} ${STAGEDIR}${DATADIR} @${UNZIP_CMD} -o ${DISTDIR}/${FLEETS_DISTFILES:S/:fleets//} \ -x "*/CVS/*" "*/.svn/*" -d ${STAGEDIR}${DATADIR} .endif post-build: @(winicontoppm ${WRKSRC}/../GalaxyHack.ico | pnmtopng \ > ${WRKDIR}/galaxyhack.png) do-install: (cd ${WRKDIR} && ${INSTALL_SCRIPT} ${PORTNAME}-sh \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}) (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ ${STAGEDIR}${PREFIX}/libexec) @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/.. && ${INSTALL_DATA} settings.dat \ ${STAGEDIR}${DATADIR}) .for d in fleets gamedata graphics music standardpictures @(cd ${WRKSRC}/.. && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps (cd ${WRKDIR} && ${INSTALL_DATA} galaxyhack.png \ ${STAGEDIR}/${PREFIX}/share/pixmaps) .include Index: head/games/glob2/Makefile =================================================================== --- head/games/glob2/Makefile (revision 450556) +++ head/games/glob2/Makefile (revision 450557) @@ -1,80 +1,80 @@ # Created by: thierry@pompo.net # $FreeBSD$ PORTNAME= glob2 PORTVERSION= 0.9.4.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= Globulation 2, free and innovative strategy game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libspeex.so:audio/speex \ libfribidi.so:converters/fribidi \ libboost_thread.so:devel/boost-libs \ libfreetype.so:print/freetype2 OPTIONS_DEFINE= DOCS PORTAUDIO USES= pkgconfig scons USE_SDL= image net sdl ttf USE_GL= gl glu MAKE_ARGS= CCFLAGS="${CFLAGS}" \ LINKFLAGS="${LDFLAGS}" \ BINDIR="${STAGEDIR}${PREFIX}/bin" \ INSTALLDIR="${STAGEDIR}${PREFIX}/share" \ DATADIR="${DATADIR}" INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include -Wno-return-type LDFLAGS+= -lpthread -L${LOCALBASE}/lib PORTDOCS= README SUB_FILES= pkg-message .include .if ${PORT_OPTIONS:MPORTAUDIO} LIB_DEPENDS+= libportaudio.so:audio/portaudio MAKE_ARGS+= --portaudio=true .else MAKE_ARGS+= --portaudio=false .endif pre-configure: ${REINPLACE_CMD} -e \ 's|"-g"|""|' \ ${WRKSRC}/SConstruct ${REINPLACE_CMD} -e \ '/^Icon/s|=.*|=${PORTNAME}|' \ ${WRKSRC}/data/${PORTNAME}.desktop ${REINPLACE_CMD} -e \ '/(PACKAGE_SOURCE_DIR)/s|^|//|' \ ${WRKSRC}/libgag/src/FileManager.cpp manual-regression-test: # Don't enable these tests on pointyhat, they take too long. .if defined(MAINTAINER_MODE) (cd ${WRKSRC}/src && ./glob2 -test-games) .else (cd ${WRKSRC}/src && ./glob2 -test-games-nox) .endif post-install: .for s in 16 24 32 48 64 128 ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps (cd ${WRKSRC}/data/icons && ${INSTALL_DATA} glob2-icon-${s}x${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/${PORTNAME}.png) .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/glob2 .include Index: head/games/lander/Makefile =================================================================== --- head/games/lander/Makefile (revision 450556) +++ head/games/lander/Makefile (revision 450557) @@ -1,48 +1,48 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= lander PORTVERSION= 0.6.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://www.nickg.me.uk/files/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lunar Lander clone LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png GNU_CONFIGURE= yes USES= gettext localbase pkgconfig USE_SDL= sdl image mixer USE_GL= gl glu CONFIGURE_ARGS= --with-boost="${LOCALBASE}" \ --with-boost-filesystem=boost_filesystem PORTDOCS= * PORTDATA= * DESKTOP_ENTRIES="Lunar Lander" \ "Lunar Lander clone" \ "${DATADIR}/images/ship.png" \ "lander" \ "Game;ArcadeGame;" \ false OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|-R$$found_dir||g' ${WRKSRC}/configure post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/mkhexgrid/Makefile =================================================================== --- head/games/mkhexgrid/Makefile (revision 450556) +++ head/games/mkhexgrid/Makefile (revision 450557) @@ -1,32 +1,32 @@ # Created by: aaron@FreeBSD.org # $FreeBSD$ PORTNAME= mkhexgrid PORTVERSION= 0.1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \ http://aaron.daltons.ca/freebsd/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Fully-configurable hex grid generator LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/lexical_cast.hpp:devel/boost-libs LIB_DEPENDS= libgd.so:graphics/gd USES= gmake PORTDOCS= mkhexgrid.html PLIST_FILES= bin/mkhexgrid OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mkhexgrid ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/mkhexgrid.html ${STAGEDIR}${DOCSDIR} .include Index: head/games/openclonk/Makefile =================================================================== --- head/games/openclonk/Makefile (revision 450556) +++ head/games/openclonk/Makefile (revision 450557) @@ -1,37 +1,37 @@ # Created by: Kevin Zheng # $FreeBSD$ PORTNAME= openclonk PORTVERSION= 7.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ MAINTAINER= kevinz5000@gmail.com COMMENT= Multiplayer action game involving small and nimble humanoids LICENSE= ISCL CC0-1.0 LICENSE_COMB= multi LICENSE_FILE_ISCL= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libogg.so:audio/libogg \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis BROKEN_powerpc64= fails to compile: C4Texture.cpp:260:13: error: 'stoul' is not a member of 'std' USES= compiler:c++14-lang cmake:noninja desktop-file-utils jpeg pkgconfig tar:bzip2 USE_GL= glew USE_GNOME= gtk30 USE_SDL= sdl mixer USE_XORG= x11 xpm INSTALLS_ICONS= yes post-patch: @${REINPLACE_CMD} -e 's|DESTINATION games|DESTINATION bin|' \ -e 's|share/games|share|' ${WRKSRC}/CMakeLists.txt .include Index: head/games/openlierox/Makefile =================================================================== --- head/games/openlierox/Makefile (revision 450556) +++ head/games/openlierox/Makefile (revision 450557) @@ -1,75 +1,75 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= openlierox DISTVERSION= 0.58_rc3 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} DISTNAME= OpenLieroX_${DISTVERSION}.src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Extremely addictive realtime worms shoot-em-up LIB_DEPENDS= libgd.so:graphics/gd \ libboost_signals.so:devel/boost-libs \ libcurl.so:ftp/curl USES= tar:bzip2 cmake openal:al,alut pkgconfig USE_SDL= sdl image USE_GNOME= libxml2 CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DHAWKNL_BUILTIN=YES \ -DLIBZIP_BUILTIN=YES \ -DBREAKPAD=NO \ -DSYSTEM_DATA_DIR="${DATADIR}" \ -DHASBFD=NO WRKSRC= ${WRKDIR}/OpenLieroX # 0.59 versions are unstable PORTSCOUT= skipv:0.59_beta1,0.59_beta2,0.59_beta3,0.59_beta4,0.59_beta5,0.59_beta6,0.59_beta7,0.59_beta8,0.59_beta9,0.59_beta10 PORTDOCS= * PORTDATA= * PLIST_FILES= bin/openlierox \ share/applications/openlierox-openlierox.desktop \ share/pixmaps/OpenLieroX.svg OPTIONS_DEFINE= DEDICATED_ONLY DOCS DEDICATED_ONLY_DESC=Build dedicated server only .include .if ${PORT_OPTIONS:MDEDICATED_ONLY} CMAKE_ARGS+= -DDEDICATED_ONLY=YES .else USE_XORG+= x11 USE_SDL+= mixer .endif post-patch: @${REINPLACE_CMD} -e 's|EXEC_PROGRAM.*OLXVER)|SET(OLXVER "${DISTVERSION}")|; \ s|/usr/local|${LOCALBASE}|' ${WRKSRC}/CMakeOlxCommon.cmake @${FIND} ${WRKSRC} \( -name "*.cpp" -o -name "*.h" -o -name "*.cc" \) -print0 | ${XARGS} -0 -n1 \ ${REINPLACE_CMD} -e '/include.*curl\/types.h/ d' # Convert the static_assert calls to regular, C++ ones. @${FIND} ${WRKSRC} \( -name "*.cpp" -o -name "*.h" -o -name "*.cc" \) -print0 | ${XARGS} -0 -n1 \ ${REINPLACE_CMD} -E -e 's/static_assert\((.+), (.+)\)/static_assert\(\1, "\2"\)/g' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/openlierox ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/share/openlierox-openlierox.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/share/OpenLieroX.svg \ ${STAGEDIR}${PREFIX}/share/pixmaps/ cd ${WRKSRC}/share/gamedir && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/openmw/Makefile =================================================================== --- head/games/openmw/Makefile (revision 450556) +++ head/games/openmw/Makefile (revision 450557) @@ -1,54 +1,54 @@ # Created by: Tobias Kortkamp # $FreeBSD$ PORTNAME= openmw PORTVERSION= 0.42.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= openmw- CATEGORIES= games MAINTAINER= tobik@FreeBSD.org COMMENT= Unofficial open source engine reimplementation of the game Morrowind LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/docs/license/GPL3.txt LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libBulletCollision.so:devel/bullet \ libboost_thread.so:devel/boost-libs \ libMyGUIEngine.so:x11-toolkits/mygui \ libosg.so:graphics/osg \ libunshield.so:archivers/unshield USE_GITHUB= yes GH_ACCOUNT= OpenMW USES= cmake:outsource compiler:c++14-lang openal pkgconfig USE_GL= gl USE_QT5= qmake_build buildtools_build core gui network opengl \ printsupport widgets USE_SDL= sdl2 USE_XORG= xt CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release \ -DDESIRED_QT_VERSION=5 \ -DBUILD_OPENMW=ON \ -DBUILD_BSATOOL=ON \ -DBUILD_ESMTOOL=ON \ -DBUILD_LAUNCHER=ON \ -DBUILD_MWINIIMPORTER=ON \ -DBUILD_ESSIMPORTER=ON \ -DBUILD_OPENCS=ON \ -DBUILD_WIZARD=ON \ -DBUILD_WITH_CODE_COVERAGE=OFF \ -DBUILD_UNITTEST=OFF \ -DBUILD_NIFTEST=OFF \ -DBUILD_MYGUI_PLUGIN=OFF \ -DMORROWIND_DATA_FILES="${DATADIR}/data" \ -DOPENMW_RESOURCE_FILES="${DATADIR}/resources" \ -DGLOBAL_DATA_PATH="${PREFIX}/share" post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/games/openyahtzee/Makefile =================================================================== --- head/games/openyahtzee/Makefile (revision 450556) +++ head/games/openyahtzee/Makefile (revision 450557) @@ -1,33 +1,33 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= openyahtzee PORTVERSION= 1.9.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} MAINTAINER= danilo@FreeBSD.org COMMENT= Full-featured classic dice game Yahtzee LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:devel/boost-libs USES= compiler:c++11-lib tar:bzip2 USE_WX= 2.8 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes CXXFLAGS+= -I${LOCALBASE}/include -std=c++11 LDFLAGS+= -L${LOCALBASE}/lib DESKTOP_ENTRIES="Open Yahtzee" "${COMMENT}" "${LOCALBASE}/share/pixmaps/openyahtzee.png" \ "${PORTNAME}" "Game;" false PLIST_FILES= bin/openyahtzee \ share/pixmaps/openyahtzee.png \ man/man6/openyahtzee.6.gz .include Index: head/games/pingus/Makefile =================================================================== --- head/games/pingus/Makefile (revision 450556) +++ head/games/pingus/Makefile (revision 450557) @@ -1,48 +1,48 @@ # Created by: Jose Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= pingus PORTVERSION= 0.7.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free Lemmings-like game LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libboost_signals.so:devel/boost-libs USES= compiler:c++11-lib iconv scons tar:bzip2 USE_GL= gl USE_SDL= sdl image mixer LIBS+= ${ICONV_LIB} MAKE_ARGS= LIBS="${LIBS}" PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png PORTDATA= * DESKTOP_ENTRIES="Pingus" \ "" \ "${PORTNAME}" \ "${PORTNAME}" \ "Game;LogicGame;" \ false post-patch: @${REINPLACE_CMD} -e '/g_path_manager.set_path("data")/ s|data|${DATADIR}|g' \ ${WRKSRC}/src/pingus/pingus_main.cpp @${REINPLACE_CMD} -e '/CheckLib.*iconv/ d' ${WRKSRC}/SConscript do-install: (cd ${WRKSRC}/data && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) ${INSTALL_PROGRAM} ${WRKSRC}/build/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/data/images/icons/pingus-icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Index: head/games/pokerth/Makefile =================================================================== --- head/games/pokerth/Makefile (revision 450556) +++ head/games/pokerth/Makefile (revision 450557) @@ -1,53 +1,53 @@ # Created by: Yinghong.Liu # $FreeBSD$ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= madpilot@FreeBSD.org COMMENT= Poker game written in C++/Qt4 LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libmikmod.so:audio/libmikmod \ libgnutls.so:security/gnutls \ libcurl.so:ftp/curl \ libgsasl.so:security/gsasl \ libtinyxml.so:textproc/tinyxml \ libprotobuf.so:devel/protobuf BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:irc/libircclient USES= iconv gmake qmake tar:bzip2 USE_QT4= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer QMAKE_SOURCE_PATH= pokerth.pro PORTDOCS= server_setup_howto.txt post-patch: @${REINPLACE_CMD} -E \ -e 's|/usr([a-z|/]*)|${LOCALBASE}/\1|g' \ -e 's|(-lcurl)|\1 ${ICONV_LIB}|g' \ -e 's|(-lcrypto) -liconv|\1 ${ICONV_LIB}|' \ -e 's:boost_([a-z]+)-[-|a-z|0-9|_]*:boost_\1:g' \ -e 's|LIB_DIRS =.*|LIB_DIRS = ${LOCALBASE}/lib|g' \ -e '/.*QMAKE_CXXFLAGS.*/d' \ ${WRKSRC}/*.pro @${FIND} ${WRKSRC} -name '*.cpp' -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e 's|[io]fstream|std::&|' post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pokerth ${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/server_setup_howto.txt ${STAGEDIR}${DOCSDIR} .include Index: head/games/py-fife/Makefile =================================================================== --- head/games/py-fife/Makefile (revision 450556) +++ head/games/py-fife/Makefile (revision 450557) @@ -1,71 +1,71 @@ # Created by: GreenDog # $FreeBSD$ PORTNAME= fife PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fiziologus@gmail.com COMMENT= Flexible Isometric Free Engine LICENSE= LGPL21 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libtinyxml.so:textproc/tinyxml \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png BROKEN_powerpc64= fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit USES= openal:al pkgconfig cmake:outsource USE_GL= gl USE_SDL= sdl2 ttf2 image2 USE_XORG= xcursor USE_GITHUB= yes GH_ACCOUNT= fifengine GH_PROJECT= fifengine OPTIONS_DEFINE= ZIP LOGGING OPTIONS_MULTI= GUISS COMP OPTIONS_SUB= yes OPTIONS_MULTI_GUISS= FIFECHAN CEGUI GUISS_DESC= GUI subsystem FIFECHAN_DESC= Fifechan GUI subsystem CEGUI_DESC= Crazy Eddi's GUI subsystem (must be build with OpenGL) ZIP_DESC= ZIP archive support LOGGING_DESC= Logging OPTIONS_MULTI_COMP= PYTHON LIBRARY COMP_DESC= Building components PYTHON_DESC= Build python extension module (need for unknown-horizons) LIBRARY_DESC= Build and install files for directly develop with C++ OPTIONS_DEFAULT= FIFECHAN ZIP LOGGING PYTHON FIFECHAN_CMAKE_BOOL= fifechan FIFECHAN_LIB_DEPENDS= libfifechan_sdl.so:devel/fifechan CEGUI_CMAKE_BOOL= cegui CEGUI_LIB_DEPENDS= libCEGUIBase-0.so:graphics/cegui CEGUI_USE= gl=glew ZIP_CMAKE_BOOL= zip LOGGING_CMAKE_BOOL= logging PYTHON_CMAKE_BOOL= build-python PYTHON_USES= python:2 PYTHON_BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:devel/swig30 LIBRARY_CMAKE_BOOL= build-library # For static library build # LIBRARY_CMAKE_ON= -Dbuild-library=ON -DBUILD_SHARED_LIBS=OFF # LIBRARY_CMAKE_OFF= -Dbuild-library=OFF .include Index: head/games/scummvm-tools/Makefile =================================================================== --- head/games/scummvm-tools/Makefile (revision 450556) +++ head/games/scummvm-tools/Makefile (revision 450557) @@ -1,61 +1,61 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= scummvm-tools DISTVERSION= 1.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Tools for use with the SCUMMVM game emulator LICENSE= GPLv2 RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS= lame:audio/lame \ flac:audio/flac \ oggenc:audio/vorbis-tools LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_TARGET= STRIP_FILES= construct_mohawk create_sjisfnt decine decompile degob \ dekyra deriven descumm desword2 extract_mohawk gob_loadcalc \ scummvm-tools-cli OPTIONS_DEFINE= WXGTK DOCS OPTIONS_DEFAULT= WXGTK .include .if ${PORT_OPTIONS:MWXGTK} USE_WX= 2.8 WX_COMP= wx:lib:build WX_CONFIG_ARGS= absolute GUI_BIN= tools_gui PLIST_SUB= WX="" STRIP_FILES+= scummvm-tools .else CONFIGURE_ARGS+= --disable-wxwidgets PLIST_SUB= WX="@comment " .endif pre-patch: @${REINPLACE_CMD} -e 's|wxgtk2-2.8-config|${WX_CONFIG:C/.*\///}|' \ ${WRKSRC}/configure pre-install: ${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/games/spring/Makefile =================================================================== --- head/games/spring/Makefile (revision 450556) +++ head/games/spring/Makefile (revision 450557) @@ -1,113 +1,113 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= spring PORTVERSION= 98.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \ http://springrts.com/dl/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Project aiming to create a new and versatile RTS Engine LICENSE= GPLv2 LIB_DEPENDS= libfreetype.so:print/freetype2 \ libboost_thread.so:devel/boost-libs \ libIL.so:graphics/devil \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis BUILD_DEPENDS= 7z:archivers/p7zip # XXX: it should be possible to build it on i386, investigate # (currently link fails on undefined reference to __sync_fetch_and_add_8) ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= relies on x86 floating-point math and amd64 atomic ops USE_SDL= sdl2 USE_GL= gl glu glew USE_XORG= x11 xcursor USE_LDCONFIG= yes DOS2UNIX_GLOB= *.h *.hpp *.cpp USES= cmake compiler:c++11-lib dos2unix openal:al tar:lzma USES+= desktop-file-utils shared-mime-info CMAKE_ARGS= -DDATADIR:STRING="share/${PORTNAME}" \ -DAI_TYPES:STRING="NATIVE" \ -DDOCDIR:STRING="share/doc/${PORTNAME}" \ -DCREATE_MAN_PAGES:BOOL=false \ -DUSE_TCMALLOC:BOOL=false \ -DUSE_LIBSQUISH:BOOL=false \ -DUNITSYNC_PYTHON_WRAPPER:BOOL=false WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} # Do not exctract bundled copies of header files for 3rd-party packages: EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude ${WRKSRC:T}/include # The check-target fails right now: https://springrts.com/mantis/view.php?id=4736 TEST_TARGET= check PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= MANPAGES PR_DOWNLOADER DOCS OPTIONS_DEFAULT=MANPAGES PR_DOWNLOADER OPTIONS_SUB= * HTMLDOCS_DESC= Build and install HTML documentation PR_DOWNLOADER_DESC= Map and game downloader MANPAGES_CMAKE_ON= -DCREATE_MAN_PAGES:BOOL=true -DMANDIR:STRING="man" MANPAGES_CMAKE_OFF= -DCREATE_MAN_PAGES:BOOL=false MANPAGES_BUILD_DEPENDS= 7z:archivers/p7zip \ asciidoc:textproc/asciidoc \ xsltproc:textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \ bash:shells/bash MANPAGES_DOCS_ON= -DUSERDOCS_PLAIN:BOOL=true MANPAGES_DOCS_OFF= -DUSERDOCS_PLAIN:BOOL=false CXXFLAGS+= -Wno-deprecated # Too much noise PR_DOWNLOADER_LIB_DEPENDS=libcurl.so:ftp/curl .include .if defined(WITH_SYNC_DEBUG) CFLAGS= # empty CXXFLAGS= # empty CMAKE_ARGS+= -DTRACE_SYNC=true -DSYNCDEBUG=true CMAKE_BUILD_TYPE=DEBUG2 .endif .if ! ${PORT_OPTIONS:MPR_DOWNLOADER} post-extract: @${RM} ${WRKSRC}/tools/pr-downloader/CMakeLists.txt .endif post-patch: @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|/etc/\(spring/datadir\)|${PREFIX}/\1|g' \ ${WRKSRC}/rts/System/FileSystem/DataDirLocater.cpp @${REINPLACE_CMD} -e 's|x1F3F|x0F3F|g' \ ${WRKSRC}/rts/System/Sync/FPUCheck.cpp @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/rts/build/cmake/*.cmake @${REINPLACE_CMD} -e 's|execinfo|/usr/lib/libexecinfo.so|' \ ${WRKSRC}/rts/CMakeLists.txt \ ${WRKSRC}/rts/builds/dedicated/CMakeLists.txt @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/rts/System/Platform/Misc.cpp @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}&|' \ ${WRKSRC}/doc/manpages/make_manpages.sh .if ! ${PORT_OPTIONS:MMANPAGES} @${REINPLACE_CMD} -e '/set(CREATE_MAN_PAGES)/ d' \ ${WRKSRC}/doc/CMakeLists.txt .endif pre-build: cd ${WRKSRC} && ${MAKE_CMD} generateVersionFiles .include Index: head/games/springlobby/Makefile =================================================================== --- head/games/springlobby/Makefile (revision 450556) +++ head/games/springlobby/Makefile (revision 450557) @@ -1,48 +1,48 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= springlobby PORTVERSION= 0.180 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform lobby client for the Spring RTS project LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= spring:games/spring LIB_DEPENDS= libcurl.so:ftp/curl \ libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lib pkgconfig tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DENABLE_DEBUG_REPORT=FALSE USE_WX= 2.8+ PORTDOCS= * OPTIONS_DEFINE= SOUND NLS NOTIFY DOCS OPTIONS_DEFAULT=SOUND NOTIFY OPTIONS_SUB= yes SOUND_DESC= Enable sound notifications NOTIFY_DESC= Enable libnotify support for popup status messages NLS_CMAKE_ON= -DOPTION_TRANSLATION_SUPPORT:BOOL=ON NLS_CMAKE_OFF= -DOPTION_TRANSLATION_SUPPORT:BOOL=OFF NLS_USES= gettext SOUND_CMAKE_ON= -DOPTION_SOUND:BOOL=ON SOUND_CMAKE_OFF= -DOPTION_SOUND:BOOL=OFF SOUND_LIB_DEPENDS= libalure.so:audio/alure SOUND_USES= openal:al NOTIFY_CMAKE_ON= -DOPTION_NOTIFY=ON NOTIFY_CMAKE_OFF= -DOPTION_NOTIFY=OFF NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify .include Index: head/games/stuntrally/Makefile =================================================================== --- head/games/stuntrally/Makefile (revision 450556) +++ head/games/stuntrally/Makefile (revision 450557) @@ -1,61 +1,64 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= stuntrally PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D racing game based on VDrift and OGRE with track editor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt + +BROKEN= fails to build against Boost with C++11 features, see bug 222189 LIB_DEPENDS= libboost_thread.so:devel/boost-libs USE_GITHUB= yes GH_TUPLE= stuntrally:tracks:${PORTVERSION}:tracks/data/tracks USES= cmake:outsource dos2unix pkgconfig DOS2UNIX_FILES= source/ogre/BaseApp_Create.cpp CMAKE_ARGS= -DSHARE_INSTALL="${DATADIR_REL}" \ -DBULLET_ROOT="${LOCALBASE}" PORTDOCS= Readme.txt PORTDATA= * OPTIONS_DEFINE= GAME EDITOR MASTER_SERVER DOCS OPTIONS_DEFAULT=GAME EDITOR OPTIONS_SUB= yes GAME_DESC= Build the game binary GAME_CMAKE_BOOL= BUILD_GAME GAME_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d \ libBulletDynamics.so:devel/bullet \ libMyGUIEngine.so:x11-toolkits/mygui \ libogg.so:audio/libogg \ libvorbisfile.so:audio/libvorbis \ libenet.so:net/enet GAME_BUILD_DEPENDS= ${LOCALBASE}/include/MYGUI/MyGUI_OgreTexture.h:x11-toolkits/mygui-ogre GAME_USE= SDL=sdl2 GAME_USES= openal EDITOR_DESC= Build the track editor EDITOR_CMAKE_BOOL= BUILD_EDITOR EDITOR_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d \ libBulletDynamics.so:devel/bullet \ libMyGUIEngine.so:x11-toolkits/mygui \ libogg.so:audio/libogg \ libvorbisfile.so:audio/libvorbis EDITOR_USE= SDL=sdl2 EDITOR_BUILD_DEPENDS= ${LOCALBASE}/include/MYGUI/MyGUI_OgreTexture.h:x11-toolkits/mygui-ogre MASTER_SERVER_CMAKE_BOOL= BUILD_MASTER_SERVER MASTER_SERVER_DESC= Build the master server MASTER_SERVER_LIB_DEPENDS= libenet.so:net/enet post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Readme.txt ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/supertux2/Makefile =================================================================== --- head/games/supertux2/Makefile (revision 450556) +++ head/games/supertux2/Makefile (revision 450557) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= supertux PORTVERSION= 0.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org COMMENT= Side-scroller game similar to Super Mario Brothers BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:devel/boost-libs LIB_DEPENDS= libphysfs.so:devel/physfs \ libcurl.so:ftp/curl \ libvorbis.so:audio/libvorbis BROKEN_FreeBSD_10= does not build on 10.x USE_SDL= sdl2 image2 USE_GL= glew USES= cmake:outsource compiler:c++11-lib dos2unix iconv \ openal:al pkgconfig tar:bzip2 # Unhide std::to_string() to fix build with GCC (see ports/193528 for details) CFLAGS+= -D_GLIBCXX_USE_C99 CMAKE_ARGS= -DINSTALL_SUBDIR_BIN=bin \ -DBUILD_SHARED_LIBS=off DOS2UNIX_FILES= external/squirrel/CMakeLists.txt DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e '/^Icon=/s,supertux.png,supertux2,' \ ${WRKSRC}/supertux2.desktop .include Index: head/games/traingame/Makefile =================================================================== --- head/games/traingame/Makefile (revision 450556) +++ head/games/traingame/Makefile (revision 450557) @@ -1,78 +1,78 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= traingame PORTVERSION= 0.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MAINTAINER= nemysis@FreeBSD.org COMMENT= Game about Trains LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libfreetype.so:print/freetype2 \ libxerces-c.so:textproc/xerces-c3 \ libboost_filesystem.so:devel/boost-libs BROKEN_powerpc64= fails to compile: Main.cpp.o: undefined reference to boost::program_options::arg USE_GITHUB= yes GH_ACCOUNT= nickg GH_TAGNAME= cb6513e USES= cmake compiler:c++11-lib dos2unix pkgconfig DOS2UNIX_GLOB= *.mtl *.obj USE_CXXSTD= c++11 USE_SDL= sdl image USE_GL= glew LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -Wno-return-type PORTDOCS= model_notes.txt models.gnuplot OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes ICON_SIZES= 22x22 32x32 48x48 64x64 72x72 96x96 128x128 192x192 SUB_FILES= ${PORTNAME} pkg-message post-patch: @${REINPLACE_CMD} -e 's|[io]fstream|std::&|g' \ ${WRKSRC}/src/*.cpp ${WRKSRC}/include/*.hpp do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-map.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-map .for d in buildings engines fonts images layouts maps schemas trees waggons @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor ${INSTALL_PROGRAM} ${WRKSRC}/bin/TrainGame ${STAGEDIR}${DATADIR}/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} post-install: @${ECHO_CMD} @${ECHO_CMD} =============================================================================== @${ECHO_CMD} @${ECHO_CMD} "These Maps you can use:" @${ECHO_CMD} @${LS} ${STAGEDIR}${DATADIR}/maps @${ECHO_CMD} @${ECHO_CMD} =============================================================================== .include Index: head/games/valyriatear/Makefile =================================================================== --- head/games/valyriatear/Makefile (revision 450556) +++ head/games/valyriatear/Makefile (revision 450557) @@ -1,60 +1,61 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= valyriatear PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Open Source J-RPG based on the Hero of Allacrost engine # Valyria Tear underwent a licensing audit. # The main game is GPLv2 but artwork/music/fonts are a variety of licenses: # GPLv2, GPLv3 (with font exception), OFL-1.1, CC0, CC-BY-3, and CC-BY-SA-3. LICENSE= GPLv2 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libvorbis.so:audio/libvorbis \ libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= Bertram25 GH_PROJECT= ValyriaTear GH_TAGNAME= ${PORTVERSION}-gcc5 # contains relevant tolua++ fixes USES= alias cmake gettext-tools iconv lua:51 openal CMAKE_ARGS= -DUSE_PCH_COMPILATION=OFF USE_SDL= sdl image ttf USE_GL= gl glu USE_XORG= x11 xext sm ice INSTALLS_ICONS= yes PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= EDITOR DOCS NLS OPTIONS_SUB= yes EDITOR_DESC= Compile the Qt editor along with the game EDITOR_CMAKE_BOOL= EDITOR_SUPPORT EDITOR_USE= QT4=corelib,gui,opengl,qmake_build,moc_build,uic_build,rcc_build EDITOR_DESKTOP_ENTRIES= \ "Valyria Tear Editor" \ "Map editor for Valyria Tear game" \ "valyriatear" \ "vt-editor" \ "Graphics;2DGraphics;" \ "" NLS_CMAKE_OFF= -DDISABLE_TRANSLATIONS:BOOL=OFF NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/CMake/Modules/*.cmake post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MANUAL ${STAGEDIR}${DOCSDIR}/ .include Index: head/games/vamos/Makefile =================================================================== --- head/games/vamos/Makefile (revision 450556) +++ head/games/vamos/Makefile (revision 450557) @@ -1,71 +1,71 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= vamos PORTVERSION= 0.7.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons MAINTAINER= ports@FreeBSD.org COMMENT= Automotive simulation framework LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libpng.so:graphics/png USES= libtool openal:al,alut pkgconfig USE_XORG= sm ice x11 xi xext xmu USE_GL= glut USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_lib_freeglut_glutGetModifiers=no \ --disable-unit-tests USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib INFO= vamos PORTDOCS= * OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128 DESKTOP_ENTRIES="Vamos" "" ${PORTNAME} \ "${PORTNAME}" "Game;ArcadeGame;" "" post-extract: @${CHMOD} ${BINMODE} ${WRKSRC}/config/install-sh post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ '/^AM_CXXFLAGS/s| -pedantic|| ; \ /^AM_CXXFLAGS/s| -O[[:alnum:]]|| ; \ /^AM_CXXFLAGS/s| -g|| ; \ /^AM_CXXFLAGS/s| -DBOOST_TEST_DYN_LINK|| ; \ /^AM_CXXFLAGS/s| -L/usr/lib/boost||' post-install: .for l in geometry media body track world ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvamos-${l}.so.0 .endfor .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS ChangeLog README TODO doc/matrixfaq.htm" \ ${STAGEDIR}${DOCSDIR} .include Index: head/games/vegastrike/Makefile =================================================================== --- head/games/vegastrike/Makefile (revision 450556) +++ head/games/vegastrike/Makefile (revision 450557) @@ -1,63 +1,63 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= vegastrike PORTVERSION= 0.5.1.r1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Open source 3D space simulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/vegastrike.ico:games/vegastrike-data LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libexpat.so:textproc/expat2 \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg USES= dos2unix gmake localbase:ldflags openal:al pkgconfig python \ tar:bzip2 GNU_CONFIGURE= yes USE_SDL= sdl USE_GL= glut USE_XORG= sm ice xi x11 xext xrender xinerama xi xrandr xcursor \ xcomposite xdamage xfixes USE_GNOME= gtk20 DOS2UNIX_GLOB= *.cpp *.h EXTRACT_AFTER_ARGS= --exclude boost # cegui and ffmpeg are not used yet CONFIGURE_ARGS= --disable-cegui --disable-ffmpeg \ --with-data-dir="${LOCALBASE}/share/${PORTNAME}" \ --with-boost=system \ --enable-flags="${CXXFLAGS}" BIN_FILES= bin/vegastrike bin/vssetup bin/vegaserver PLIST_FILES= ${BIN_FILES} PORTDOCS= README OPTIONS_DEFINE= MESHER MESHER_DESC= Enable mesher modelling tool MESHER_PLIST_FILES= bin/mesher MESHER_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d MESHER_CONFIGURE_ENABLE= ogre BROKEN_aarch64= Fails to compile: POSH cannot determine target CPU post-patch: @${REINPLACE_CMD} -E 's,/usr/(local|X11R6),${LOCALBASE},' \ ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${BIN_FILES:S|bin|${WRKSRC}|} \ ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/games/violetland/Makefile =================================================================== --- head/games/violetland/Makefile (revision 450556) +++ head/games/violetland/Makefile (revision 450557) @@ -1,44 +1,44 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= violetland PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Top-down survival shoot 'em up LICENSE= GPLv3 CC-BY-SA-3.0 LICENSE_COMB= multi #LICENSE_FILE_GPLv3= "${WRKSRC}/LICENSE (code)" # framework doesn't handle these properly #LICENSE_FILE_CC-BY-SA-3.0= "${WRKSRC}/LICENSE (content)" LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= ooxi GH_TUPLE= jarro2783:CMake-Gettext:6ee6405:cmakegettext/lib/CMake-Gettext USES= cmake gettext USE_SDL= sdl mixer image ttf USE_GL= gl glu CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" \ -DLOCALE_INSTALL_DIR="${PREFIX}/share/locale" PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/icon-light.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG.md README.md README_RU.TXT \ ${STAGEDIR}${DOCSDIR} .include Index: head/games/wesnoth/Makefile =================================================================== --- head/games/wesnoth/Makefile (revision 450556) +++ head/games/wesnoth/Makefile (revision 450557) @@ -1,98 +1,98 @@ # $FreeBSD$ PORTNAME= wesnoth PORTVERSION= 1.12.6 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ http://ports.toco-domains.de/ MAINTAINER= tz@FreeBSD.org COMMENT= Fantasy turn-based strategy game LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig BROKEN_powerpc64= fails to link: schema_validator.cpp: undefined reference to boost::match_results LDFLAGS+= -L${LOCALBASE}/lib -lboost_system PORTSCOUT= limitw:1,even USE_SDL= image mixer net ttf USE_LDCONFIG= yes USE_GNOME= pango USES= cmake cpe pkgconfig python:run shebangfix tar:bzip2 SHEBANG_FILES= data/tools/about_cfg_to_wiki \ data/tools/campaign2wiki.py \ data/tools/castle-cutter/mk-castle.sh \ data/tools/expand-terrain-macros.py \ data/tools/extractbindings data/tools/imgcheck \ data/tools/journeylifter data/tools/rmtrans/rmtrans.py \ data/tools/scoutDefault.py data/tools/terrain2wiki.py \ data/tools/trackplacer data/tools/unit_tree/TeamColorizer \ data/tools/unit_tree/overview.py \ data/tools/unit_tree/update-wmlunits \ data/tools/wesnoth/wescamp.py data/tools/wesnoth/wmldata.py \ data/tools/wesnoth/wmlparser.py \ data/tools/wesnoth/wmlparser2.py \ data/tools/wesnoth_addon_manager data/tools/wmlflip \ data/tools/wmlindent data/tools/wmllint \ data/tools/wmllint-1.4 data/tools/wmllint_gui \ data/tools/wmlmove data/tools/wmlscope data/tools/wmlunits \ data/tools/wmlvalidator CPE_VENDOR= ${PORTNAME} CPE_PRODUCT= battle_for_wesnoth CMAKE_ARGS= -DMANDIR="man" -DENABLE_STRICT_COMPILATION=off PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= ANA CAMPAIGN DOCS FRIBIDI LOWMEM NLS \ NOTIFY OPENMP RAWSOCKETS SERVER TEST TOOLS OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY OPENMP SERVER TOOLS OPTIONS_SUB= yes ANA_DESC= Asynchronous Network API (WIP) ANA_CMAKE_ON= -DUSE_ANA_NETWORK=on CAMPAIGN_DESC= Campaign server CAMPAIGN_CMAKE_ON=-DENABLE_CAMPAIGN_SERVER=on DOCS_CMAKE_OFF= -DDOCDIR=none FRIBIDI_DESC= Bidirectional support FRIBIDI_LIB_DEPENDS=libfribidi.so:converters/fribidi FRIBIDI_CMAKE_OFF=-DENABLE_FRIBIDI=off LOWMEM_DESC= Reduce memory usage (disables animations) LOWMEM_CMAKE_ON=-DENABLE_LOW_MEM=on NLS_USES= gettext NLS_CMAKE_ON= -DLOCALEDIR=${PREFIX}/share/locale NLS_CMAKE_OFF= -DENABLE_NLS=off NOTIFY_DESC= Desktop notifications NOTIFY_LIB_DEPENDS=libdbus-1.so:devel/dbus NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off OPENMP_DESC= OpenMP support # -std=gnu++11 is necessary on FreeBSD 10, whose libc++ does not have the # `operator delete(void*, size_t)' overload from C++14. GCC 6 defaults to # --std=gnu++14, which then breaks the build (bug 219485). OPENMP_USE= CXXSTD=gnu++11 OPENMP_USES= compiler:gcc-c++11-lib OPENMP_CMAKE_ON=-DENABLE_OMP=on RAWSOCKETS_DESC= Use raw receiving sockets in multiplayer RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS SERVER_DESC= Server SERVER_CMAKE_OFF=-DENABLE_SERVER=off TEST_CMAKE_ON= -DENABLE_TESTS=on TOOLS_DESC= Extra tools for artists and translators TOOLS_CMAKE_ON= -DENABLE_TOOLS=on post-install: ${FIND} ${STAGEDIR}${PREFIX}/man -type d -empty -delete .include Index: head/games/widelands/Makefile =================================================================== --- head/games/widelands/Makefile (revision 450556) +++ head/games/widelands/Makefile (revision 450557) @@ -1,46 +1,46 @@ # Created by: Bartosz Fabianowski # $FreeBSD$ PORTNAME= widelands DISTVERSION= build19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://launchpad.net/widelands/${DISTVERSION}/${DISTVERSION}/+download/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Realtime strategy game inspired by Settlers II LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libicuuc.so:devel/icu \ libboost_regex.so:devel/boost-libs USES= cmake:outsource compiler:c++11-lib gettext \ tar:bzip2 python:build CMAKE_ARGS= -DWL_INSTALL_BASEDIR="${PREFIX}" \ -DWL_INSTALL_DATADIR="${DATADIR}" \ -DWL_INSTALL_DOCDIR="${DOCSDIR}" \ -DWL_VERSION="${DISTVERSION}" \ -DWL_OPTIMIZE_FLAGS="" USE_GL= gl glew USE_SDL= sdl2 mixer2 image2 net2 ttf2 PORTDATA= * PORTDOCS= * DESKTOP_ENTRIES="Widelands" \ "" \ "${DATADIR}/pics/wl-ico-64.png" \ "widelands" \ "Game;StrategyGame;" \ "" post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake .include Index: head/graphics/agave/Makefile =================================================================== --- head/graphics/agave/Makefile (revision 450556) +++ head/graphics/agave/Makefile (revision 450557) @@ -1,44 +1,44 @@ # Created by: Piotr Smyrak # $FreeBSD$ PORTNAME= agave PORTVERSION= 0.4.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= http://download.gna.org/colorscheme/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Color scheme builder for the GNOME desktop LICENSE= GPLv2+ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libglademm-2.4.so:devel/libglademm24 USES= compiler:c++11-lang gettext gmake pathfix pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= gconfmm26 gnomedocutils gnomeprefix gtkmm24 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-scrollkeeper \ --disable-schemas-install \ --disable-cppunit INSTALLS_ICONS= yes INSTALLS_OMF= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= agave.schemas OPTIONS_DEFINE= GNOME GNOME_USE= gnome=libgnomeui GNOME_CONFIGURE_ENABLE= gnome BROKEN_aarch64= Fails to compile: variable has incomplete type union compat_IEEEl2bits post-patch: @${REINPLACE_CMD} -e \ 's| _GCS_| __GCS_|' ${WRKSRC}/src/gcs-conf.h .include Index: head/graphics/appleseed/Makefile =================================================================== --- head/graphics/appleseed/Makefile (revision 450556) +++ head/graphics/appleseed/Makefile (revision 450557) @@ -1,68 +1,68 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= appleseed DISTVERSION= 1.5.2-beta -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Modern, physically-based production renderer LICENSE= MIT LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpng.so:graphics/png \ libIlmImf.so:graphics/OpenEXR \ libxerces-c.so:textproc/xerces-c3 USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}hq ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= not ported to it yet USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build opengl LDFLAGS+= -lboost_atomic CMAKE_ARGS= -DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \ -DUSE_STATIC_OSL:BOOL=OFF -DWITH_DOXYGEN:BOOL=OFF \ -DWITH_HEADERS:BOOL=OFF -DWITH_PYTHON:BOOL=OFF \ -DWITH_TESTS:BOOL=OFF -DWARNINGS_AS_ERRORS:BOOL=OFF .for lib in EXR OIIO OSL PNG SEEXPR XERCES ZLIB CMAKE_ARGS+= -DUSE_EXTERNAL_${lib}:BOOL=ON .endfor # Not ready for hier(7)-conforming installation yet CMAKE_INSTALL_PREFIX= ${PREFIX}/${PKGBASE} PLIST_SUB= APPHOME=${CMAKE_INSTALL_PREFIX} SUB_FILES= pkg-message SUB_LIST:= ${PLIST_SUB} OPTIONS_DEFINE= EXAMPLES OSL DISNEY OPTIONS_DEFAULT= DISNEY OPTIONS_SUB= yes OSL_DESC= Open Shading Language support DISNEY_DESC= Disney material support EXAMPLES_CMAKE_OFF= -DWITH_SAMPLES:BOOL=OFF OSL_CMAKE_ON= -DWITH_OSL:BOOL=ON OSL_LIB_DEPENDS= liboslexec.so:graphics/openshadinglanguage # src/appleseed/libappleseed.so: undefined reference to `typeinfo for OSL::RendererServices' OSL_BROKEN= fails to build against openshadinglanguage-1.8.10 DISNEY_CMAKE_ON= -DWITH_DISNEY_MATERIAL:BOOL=ON DISNEY_LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio \ libSeExprEditor.so:graphics/seexpr post-patch: @${REINPLACE_CMD} -e 's,atomic Index: head/graphics/aqsis/Makefile =================================================================== --- head/graphics/aqsis/Makefile (revision 450556) +++ head/graphics/aqsis/Makefile (revision 450557) @@ -1,52 +1,53 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Photorealistic rendering system LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi BUILD_DEPENDS= bison:devel/bison \ xsltproc:textproc/libxslt LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libboost_filesystem.so:devel/boost-libs \ libtiff.so:graphics/tiff RUN_DEPENDS= bash:shells/bash +BROKEN= fails to build against Boost with C++11 features, see bug 220787 BROKEN_sparc64= Fails to build: cannot link with boost LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes USES= cmake:outsource desktop-file-utils shared-mime-info shebangfix SHEBANG_FILES= examples/*/*/*.sh \ tools/neqsus/houdini/post.sh \ distribution/linux/*.sh USE_QT4= opengl qmake_build moc_build rcc_build uic_build PLIST_SUB+= LIBVERS=${PORTVERSION:R} INSTALLS_ICONS= yes OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * .include post-patch: @${REINPLACE_CMD} -e 's|examples_install_dir $${EXAMPLESDIR}|examples_install_dir ${PREFIX}/share/examples/${PORTNAME}|' \ ${WRKSRC}/examples/CMakeLists.txt .if !${PORT_OPTIONS:MEXAMPLES} @${REINPLACE_CMD} -i '' -e '/add_subdirectory(examples)/d' \ ${WRKSRC}/CMakeLists.txt .endif .include Index: head/graphics/blender/Makefile =================================================================== --- head/graphics/blender/Makefile (revision 450556) +++ head/graphics/blender/Makefile (revision 450557) @@ -1,236 +1,236 @@ # Created by: Jimmy Olgeni # $FreeBSD$ PORTNAME= blender PORTVERSION= 2.78c -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ http://public.planetmirror.com/pub/blender/source/ MAINTAINER= ports@FreeBSD.org COMMENT= 3D modeling/rendering/animation/gaming package LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/license/GPL-license.txt LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libboost_regex.so:devel/boost-libs # libboost_regex.so just acts as a placeholder; several boost # libraries are used, if either of the most common options in blender # are set. We will pull boost in just to be on the safe side. USE_XORG= x11 xext xmu USE_GL= gl glu glew USES= cmake:outsource compiler:features desktop-file-utils \ jpeg python:3.5 shebangfix INSTALLS_ICONS= yes CMAKE_ARGS= -DWITH_PYTHON_INSTALL:BOOL=OFF \ -DWITH_PYTHON_INSTALL_NUMPY:BOOL=OFF \ -DWITH_INSTALL_PORTABLE:BOOL=FALSE SHEBANG_FILES= release/bin/blender-thumbnailer.py \ release/scripts/modules/bl_i18n_utils/merge_po.py \ release/scripts/modules/bl_i18n_utils/utils_rtl.py \ release/scripts/modules/blend_render_info.py BL_VERSION= 2.78 OUTDIR= ${INSTALL_WRKSRC}/bin/${BL_VERSION} PLIST_SUB+= VER=${BL_VERSION} OPTIONS_SUB= yes .include "${.CURDIR}/Makefile.options" MOD_BOOLEAN_CMAKE_ON= -DWITH_MOD_BOOLEAN:BOOL=ON MOD_BOOLEAN_CMAKE_OFF= -DWITH_MOD_BOOLEAN:BOOL=OFF MOD_FLUID_CMAKE_ON= -DWITH_MOD_FLUID:BOOL=ON MOD_FLUID_CMAKE_OFF= -DWITH_MOD_FLUID:BOOL=OFF MOD_REMESH_CMAKE_ON= -DWITH_MOD_REMESH:BOOL=ON MOD_REMESH_CMAKE_OFF= -DWITH_MOD_REMESH:BOOL=OFF MOD_SMOKE_CMAKE_ON= -DWITH_MOD_SMOKE:BOOL=ON MOD_SMOKE_CMAKE_OFF= -DWITH_MOD_SMOKE:BOOL=OFF AVI_CMAKE_ON= -DWITH_CODEC_AVI:BOOL=ON AVI_CMAKE_OFF= -DWITH_CODEC_AVI:BOOL=OFF BULLET_CMAKE_ON= -DWITH_BULLET:BOOL=ON BULLET_CMAKE_OFF= -DWITH_BULLET:BOOL=OFF CINEON_CMAKE_ON= -DWITH_IMAGE_CINEON:BOOL=ON CINEON_CMAKE_OFF= -DWITH_IMAGE_CINEON:BOOL=OFF CYCLES_CMAKE_ON= -DWITH_CYCLES:BOOL=ON CYCLES_CMAKE_OFF= -DWITH_CYCLES:BOOL=OFF CAMERATRACK_CMAKE_ON= -DWITH_LIBMV:BOOL=ON CAMERATRACK_CMAKE_OFF= -DWITH_LIBMV:BOOL=OFF CAMERATRACK_LIB_DEPENDS= libunwind.so:devel/libunwind COLLADA_CMAKE_ON= -DWITH_OPENCOLLADA:BOOL=ON COLLADA_CMAKE_OFF= -DWITH_OPENCOLLADA:BOOL=OFF COLLADA_LIB_DEPENDS= libOpenCOLLADABaseUtils.so:graphics/opencollada \ libpcre.so:devel/pcre COLLADA_USE= GNOME=libxml2 COMPOSITOR_CMAKE_ON= -DWITH_COMPOSITOR:BOOL=ON COMPOSITOR_CMAKE_OFF= -DWITH_COMPOSITOR:BOOL=OFF DDS_CMAKE_ON= -DWITH_IMAGE_DDS:BOOL=ON DDS_CMAKE_OFF= -DWITH_IMAGE_DDS:BOOL=OFF FFMPEG_CMAKE_ON= -DWITH_CODEC_FFMPEG:BOOL=ON FFMPEG_CMAKE_OFF= -DWITH_CODEC_FFMPEG:BOOL=OFF FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg FFTW3_CMAKE_ON= -DWITH_FFTW3:BOOL=ON FFTW3_CMAKE_OFF= -DWITH_FFTW3:BOOL=OFF FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 FRAMESERVER_CMAKE_ON= -DWITH_IMAGE_FRAMESERVER:BOOL=ON FRAMESERVER_CMAKE_OFF= -DWITH_IMAGE_FRAMESERVER:BOOL=OFF FREESTYLE_CMAKE_ON= -DWITH_FREESTYLE:BOOL=ON FREESTYLE_CMAKE_OFF= -DWITH_FREESTYLE:BOOL=OFF GAMEENGINE_CMAKE_ON= -DWITH_GAMEENGINE:BOOL=ON GAMEENGINE_CMAKE_OFF= -DWITH_GAMEENGINE:BOOL=OFF HEADLESS_CMAKE_ON= -DWITH_HEADLESS:BOOL=ON HEADLESS_CMAKE_OFF= -DWITH_HEADLESS:BOOL=OFF HDR_CMAKE_ON= -DWITH_IMAGE_HDR:BOOL=ON HDR_CMAKE_OFF= -DWITH_IMAGE_HDR:BOOL=OFF INPUT_NDOF_CMAKE_ON= -DWITH_INPUT_NDOF:BOOL=ON INPUT_NDOF_CMAKE_OFF= -DWITH_INPUT_NDOF:BOOL=OFF JACK_CMAKE_ON= -DWITH_JACK:BOOL=ON JACK_CMAKE_OFF= -DWITH_JACK:BOOL=OFF JACK_LIB_DEPENDS= libjack.so:audio/jack LZO_CMAKE_ON= -DWITH_LZO:BOOL=ON LZO_CMAKE_OFF= -DWITH_LZO:BOOL=OFF LZMA_CMAKE_ON= -DWITH_LZMA:BOOL=ON LZMA_CMAKE_OFF= -DWITH_LZMA:BOOL=OFF LIBMV_CMAKE_ON= -DWITH_LIBMV:BOOL=ON LIBMV_CMAKE_OFF= -DWITH_LIBMV:BOOL=OFF MENU_USES= desktop-file-utils MOD_OCEANSIM_CMAKE_ON= -DWITH_MOD_OCEANSIM:BOOL=ON MOD_OCEANSIM_CMAKE_OFF= -DWITH_MOD_OCEANSIM:BOOL=OFF NLS_CMAKE_ON= -DWITH_INTERNATIONAL:BOOL=ON NLS_CMAKE_OFF= -DWITH_INTERNATIONAL:BOOL=OFF # Use iconv:wchar_t to force the usage of iconv from ports. # libboost_locale.so uses libiconv_open, while we only provide # iconv_open in 10.x+ NLS_USES= gettext iconv:lib,wchar_t OPENAL_CMAKE_ON= -DWITH_OPENAL:BOOL=ON OPENAL_CMAKE_OFF= -DWITH_OPENAL:BOOL=OFF OPENAL_USES= openal:al,alut OPENCOLORIO_CMAKE_ON= -DWITH_OPENCOLORIO:BOOL=ON OPENCOLORIO_CMAKE_OFF= -DWITH_OPENCOLORIO:BOOL=OFF OPENCOLORIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ libyaml-cpp03.so:devel/yaml-cpp03 \ libtinyxml.so:textproc/tinyxml OPENEXR_CMAKE_ON= -DWITH_IMAGE_OPENEXR:BOOL=ON OPENEXR_CMAKE_OFF= -DWITH_IMAGE_OPENEXR:BOOL=OFF OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libHalf.so:graphics/ilmbase OPENIMAGEIO_CMAKE_ON= -DWITH_OPENIMAGEIO:BOOL=ON OPENIMAGEIO_CMAKE_OFF= -DWITH_OPENIMAGEIO:BOOL=OFF OPENIMAGEIO_LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio OPENJPEG_CMAKE_ON= -DWITH_SYSTEM_OPENJPEG:BOOL=ON \ -DWITH_IMAGE_OPENJPEG:BOOL=ON OPENJPEG_CMAKE_OFF= -DWITH_IMAGE_OPENJPEG:BOOL=OFF OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 # Only works, if everything else is compiled with the same compiler # OPENMP_CMAKE_ON= -DWITH_OPENMP:BOOL=ON # OPENMP_CMAKE_OFF= -DWITH_OPENMP:BOOL=OFF # OPENMP_USES= compiler:openmp # OPENMP_USES_OFF= compiler:features OPENSUBDIV_CMAKE_ON= -DWITH_OPENSUBDIV:BOOL=ON OPENSUBDIV_CMAKE_OFF= -DWITH_OPENSUBDIV:BOOL=OFF OPENSUBDIV_LIB_DEPENDS= libosdCPU.so:graphics/opensubdiv PLAYER_CMAKE_ON= -DWITH_PLAYER:BOOL=ON PLAYER_CMAKE_OFF= -DWITH_PLAYER:BOOL=OFF RAYOPTIMIZATION_CMAKE_ON= -DWITH_RAYOPTIMIZATION:BOOL=ON RAYOPTIMIZATION_CMAKE_OFF= -DWITH_RAYOPTIMIZATION:BOOL=OFF REDCODE_CMAKE_ON= -DWITH_IMAGE_REDCODE:BOOL=ON REDCODE_CMAKE_OFF= -DWITH_IMAGE_REDCODE:BOOL=OFF SDL_CMAKE_ON= -DWITH_SDL:BOOL=ON SDL_CMAKE_OFF= -DWITH_SDL:BOOL=OFF SDL_USE= SDL=sdl2 SNDFILE_CMAKE_ON= -DWITH_CODEC_SNDFILE:BOOL=ON SNDFILE_CMAKE_OFF= -DWITH_CODEC_SNDFILE:BOOL=OFF SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile TIFF_CMAKE_ON= -DWITH_IMAGE_TIFF:BOOL=ON TIFF_CMAKE_OFF= -DWITH_IMAGE_TIFF:BOOL=OFF TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff XINPUT_CMAKE_ON= -DWITH_X11_XINPUT:BOOL=ON XINPUT_CMAKE_OFF= -DWITH_X11_XINPUT:BOOL=OFF XINPUT_USE= XORG=xi XF86VMODE_CMAKE_ON= -DWITH_X11_XF86VMODE:BOOL=ON XF86VMODE_CMAKE_OFF= -DWITH_X11_XF86VMODE:BOOL=OFF XF86VMODE_USE= XORG=xi,xxf86vm .include .if defined(WITH_DEBUG) CMAKE_ARGS+= -DWITH_GHOST_DEBUG:BOOL=ON .endif .if ${PORT_OPTIONS:MMOD_OCEANSIM} && !${PORT_OPTIONS:MFFTW3} BROKEN= MOD_OCEANSIM requires FFTW3 .endif .if ${PORT_OPTIONS:MCYCLES} && !${PORT_OPTIONS:MOPENIMAGEIO} BROKEN= CYCLES requires OPENIMAGEIO .endif .if ${PORT_OPTIONS:MCYCLESOSL} .if !${PORT_OPTIONS:MCYCLES} IGNORE= support for the OpenShadingLanguage in cycles obviously requires CYCLES .endif CMAKE_ARGS+= -DWITH_CYCLES_OSL:BOOL=ON \ -DLLVM_STATIC:BOOL=OFF \ -DWITH_LLVM:BOOL=ON \ -DLLVM_VERSION:STRING="3.4" \ -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config34" LIB_DEPENDS+= liboslexec.so:graphics/openshadinglanguage \ libLLVM-3.4.so:devel/llvm34 .else CMAKE_ARGS+= -DWITH_CYCLES_OSL:BOOL=OFF .endif .if ${PORT_OPTIONS:MHEADLESS} .if ${PORT_OPTIONS:MXINPUT} || ${PORT_OPTIONS:MXF86VMODE} BROKEN= HEADLESS does not require any X11 dependency .endif .endif .if ${PORT_OPTIONS:MOPENIMAGEIO} .if !${PORT_OPTIONS:MOPENEXR} || !${PORT_OPTIONS:MTIFF} BROKEN= OPENIMAGEIO requires OPENEXR and TIFF .endif .endif .if ${PORT_OPTIONS:MPLAYER} && !${PORT_OPTIONS:MGAMEENGINE} BROKEN= PLAYER requires GAMEENGINE .endif .if ${PORT_OPTIONS:MREDCODE} .if !${PORT_OPTIONS:MOPENJPEG} || !${PORT_OPTIONS:MFFMPEG} BROKEN= REDCODE requires OPENJPEG and FFMPEG .endif .endif .include .if ${COMPILER_TYPE} == gcc # gcc 4.2 does not support -msse4.1, which is needed for blender 2.70+ USE_GCC= yes .endif post-patch-OPENCOLORIO-on: @${REINPLACE_CMD} -e 's|yaml-cpp|&03|' \ ${PATCH_WRKSRC}/build_files/cmake/Modules/FindOpenColorIO.cmake post-build: @(cd ${WRKSRC}/doc/manpage && \ ${PYTHON_CMD} blender.1.py \ ${INSTALL_WRKSRC}/bin/blender \ ${INSTALL_WRKSRC}/bin/${PORTNAME}.1) post-install: .if ${PORT_OPTIONS:MMENU} @-update-desktop-database -q .endif ${INSTALL_MAN} ${INSTALL_WRKSRC}/bin/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/graphics/caffe/Makefile =================================================================== --- head/graphics/caffe/Makefile (revision 450556) +++ head/graphics/caffe/Makefile (revision 450557) @@ -1,76 +1,76 @@ # $FreeBSD$ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= eric@camachat.org COMMENT= Fast open framework for deep learning LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE CONFLICTS_INSTALL= caffe2-* BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ ${LOCALBASE}/include/cblas.h:math/cblas \ bash:shells/bash LIB_DEPENDS= libsnappy.so:archivers/snappy \ libleveldb.so:databases/leveldb \ liblmdb.so:databases/lmdb \ libboost_system.so:devel/boost-libs \ libboost_python.so:devel/boost-python-libs \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libprotobuf.so:devel/protobuf \ libopencv_highgui.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ libopenblas.so:math/openblas \ libhdf5.so:science/hdf5 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=2.5.0:devel/py-protobuf \ ${PYTHON_PKGNAMEPREFIX}scikit-image>=0.12:graphics/py-scikit-image \ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.8:math/py-networkx \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets USE_LDCONFIG= yes USES= gmake python fortran compiler:c++11-lib pkgconfig CXXFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE=1 LDFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE=1 LDFLAGS+= -lboost_thread MAKE_ARGS+= DISTRIBUTE_DIR=${STAGEDIR}${PREFIX} ALL_TARGET= all py INSTALL_TARGET= dist TEST_TARGET= runtest PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} DATADIR=${DATADIR} GH_ACCOUNT= BVLC USE_GITHUB= yes post-extract: @${CP} -v ${.CURDIR}/files/Makefile.config ${WRKSRC}/ post-patch: @${REINPLACE_CMD} \ -e "s|%%CXX%%|clang++|g" \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|%%DATADIR%%|${DATADIR}|g" \ -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \ -e "s|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g" \ -e "s|%%STAGEDIR%%|${STAGEDIR}|g" \ ${WRKSRC}/Makefile.config ${WRKSRC}/Makefile pre-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} post-install: @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/* ${STAGEDIR}/${PREFIX}/lib/*.so.* \ ${STAGEDIR}/${PYTHON_SITELIBDIR}/${PORTNAME}/*.so .include Index: head/graphics/cegui/Makefile =================================================================== --- head/graphics/cegui/Makefile (revision 450556) +++ head/graphics/cegui/Makefile (revision 450557) @@ -1,130 +1,131 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= cegui PORTVERSION= 0.8.7 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 MAINTAINER= oliver@FreeBSD.org COMMENT= Library providing windowing and widgets for graphics APIs LICENSE= MIT WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} CONFIGURE_ENV+= TOLUA_INC="${LUA_INCDIR}" CMAKE_ARGS= -DCEGUI_SAMPLES_ENABLED:BOOL=OFF \ -DCEGUI_BUILD_TESTS=OFF USE_LDCONFIG= yes USES= compiler:c++11-lib cmake iconv localbase pkgconfig tar:bzip2 PORTDOCS= * OPTIONS_DEFINE= FREETYPE PCRE LUA FRIBIDI DOCS OPTIONS_GROUP= XMLPARSER IMAGECODEC RENDERER OPTIONS_GROUP_XMLPARSER= EXPAT XERCES LIBXML2 RAPIDXML TINYXML OPTIONS_GROUP_IMAGECODEC= DEVIL FREEIMAGE SDL2 OPTIONS_GROUP_RENDERER= OPENGL OPENGL3 OGRE IRRLICHT OPTIONS_DEFAULT= FREETYPE PCRE LUA FRIBIDI PYTHON OPTIONS_DEFAULT+= EXPAT LIBXML2 TINYXML OPTIONS_DEFAULT+= DEVIL FREEIMAGE SDL2 OPTIONS_DEFAULT+= OPENGL OPENGL3 OGRE OPTIONS_SUB= yes FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_CMAKE_ON= -DCEGUI_HAS_FREETYPE=ON FREETYPE_CMAKE_OFF= -DCEGUI_HAS_FREETYPE=OFF PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CMAKE_ON= -DCEGUI_HAS_PCRE_REGEX=ON PCRE_CMAKE_OFF= -DCEGUI_HAS_PCRE_REGEX=OFF LUA_USES= lua:51 LUA_LIB_DEPENDS= libtolua++-${LUA_VER}.so:lang/tolua++ LUA_CMAKE_ON= -DCEGUI_BUILD_LUA_MODULE=ON -DCEGUI_BUILD_LUA_GENERATOR=ON LUA_CMAKE_OFF= -DCEGUI_BUILD_LUA_MODULE=OFF -DCEGUI_BUILD_LUA_GENERATOR=OFF # this option is not currently used as it doesn't compile (see also CMAKE_ARGS below) PYTHON_USES= python PYTHON_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs PYTHON_CMAKE_ON= -DCEGUI_BUILD_PYTHON_MODULES=ON PYTHON_CMAKE_OFF= -DCEGUI_BUILD_PYTHON_MODULES=OFF FRIBIDI_LIB_DEPENDS= libfribidi.so:converters/fribidi FRIBIDI_CMAKE_ON= -DCEGUI_USE_FRIBIDI=ON FRIBIDI_CMAKE_OFF= -DCEGUI_USE_FRIBIDI=OFF EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2 EXPAT_CMAKE_ON= -DCEGUI_BUILD_XMLPARSER_EXPAT=ON EXPAT_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_EXPAT=OFF XERCES_LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 XERCES_CMAKE_ON= -DCEGUI_BUILD_XMLPARSER_XERCES=ON XERCES_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_XERCES=OFF LIBXML2_USE= GNOME=libxml2 LIBXML2_CMAKE_ON= -DCEGUI_BUILD_XMLPARSER_LIBXML2=ON LIBXML2_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_LIBXML2=OFF RAPIDXML_BUILD_DEPENDS= ${LOCALBASE}/include/rapidxml.hpp:textproc/rapidxml RAPIDXML_DESC= XML parser support via RapidXML RAPIDXML_CMAKE_ON= -DCEGUI_BUILD_XMLPARSER_RAPIDXML=ON RAPIDXML_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_RAPIDXML=OFF TINYXML_LIB_DEPENDS= libtinyxml.so:textproc/tinyxml TINYXML_CMAKE_ON= -DCEGUI_BUILD_XMLPARSER_TINYXML=ON TINYXML_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_TINYXML=OFF DEVIL_DESC= DevIL based ImageCodec module DEVIL_LIB_DEPENDS= libIL.so:graphics/devil DEVIL_CMAKE_ON= -DCEGUI_BUILD_IMAGECODEC_DEVIL=ON DEVIL_CMAKE_OFF= -DCEGUI_BUILD_IMAGECODEC_DEVIL=OFF FREEIMAGE_DESC= FreeImage based ImageCodec module FREEIMAGE_LIB_DEPENDS= libfreeimage.so:graphics/freeimage FREEIMAGE_CMAKE_ON= -DCEGUI_BUILD_IMAGECODEC_FREEIMAGE=ON FREEIMAGE_CMAKE_OFF= -DCEGUI_BUILD_IMAGECODEC_FREEIMAGE=OFF SDL2_DESC= SDL2 based ImageCodec module SDL2_USE= SDL=sdl2,image2 SDL2_CMAKE_ON= -DCEGUI_BUILD_IMAGECODEC_SDL2=ON SDL2_CMAKE_OFF= -DCEGUI_BUILD_IMAGECODEC_SDL2=OFF OGRE_DESC= Ogre3D support OGRE_LIB_DEPENDS= libOgreMain.so:graphics/ogre3d OGRE_CMAKE_ON= -DCEGUI_BUILD_RENDERER_OGRE=ON OGRE_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_OGRE=OFF IRRLICHT_DESC= Irrlicht support IRRLICHT_LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht IRRLICHT_CMAKE_ON= -DCEGUI_BUILD_RENDERER_IRRLICHT=ON IRRLICHT_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_IRRLICHT=OFF OPENGL_BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm OPENGL_USE= GL=gl,glew,glu OPENGL_CMAKE_ON= -DCEGUI_BUILD_RENDERER_OPENGL=ON OPENGL_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_OPENGL=OFF OPENGL3_DESC= OpenGL 3+ support (core profile) OPENGL3_BUILD_DEPENDS= ${OPENGL_BUILD_DEPENDS} OPENGL3_USE= ${OPENGL_USE} OPENGL3_CMAKE_ON= -DCEGUI_BUILD_RENDERER_OPENGL3=ON OPENGL3_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_OPENGL3=OFF # not present in ports/unsupported, but may appear later CMAKE_ARGS+= -DCEGUI_HAS_MINIZIP_RESOURCE_PROVIDER=OFF \ -DCEGUI_BUILD_IMAGECODEC_CORONA=OFF \ -DCEGUI_BUILD_IMAGECODEC_SILLY=OFF \ -DCEGUI_BUILD_IMAGECODEC_PVR=OFF \ -DCEGUI_BUILD_RENDERER_OPENGLES=OFF \ -DCEGUI_BUILD_RENDERER_DIRECTFB=OFF CMAKE_ARGS+= -DCEGUI_BUILD_PYTHON_MODULES=OFF # python support doesn't build .include .if ${PORT_OPTIONS:MEXPAT} || ${PORT_OPTIONS:MXERCES} || ${PORT_OPTIONS:MLIBXML2} || ${PORT_OPTIONS:MRAPIDXML} || ${PORT_OPTIONS:MTINYXML} PLIST_SUB+= XMLPARSERS="" .else PLIST_SUB+= XMLPARSERS="@comment " .endif .if ${PORT_OPTIONS:MOPENGL} || ${PORT_OPTIONS:MOPENGL3} PLIST_SUB+= ANYOPENGL="" .else PLIST_SUB+= ANYOPENGL="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|\$${CEGUI_LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|g' \ ${WRKSRC}/CMakeLists.txt .include Index: head/graphics/colmap/Makefile =================================================================== --- head/graphics/colmap/Makefile (revision 450556) +++ head/graphics/colmap/Makefile (revision 450557) @@ -1,85 +1,85 @@ # $FreeBSD$ PORTNAME= colmap DISTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Structure from motion and multi-view stereo LICENSE= BSD2CLAUSE BSD3CLAUSE CC-BY-3.0 GPLv3+ MIT SIFTGPU LICENSE_COMB= multi LICENSE_NAME_SIFTGPU= SiftGPU non-commercial license LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/src/ext/VLFeat/LICENSE LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/src/ext/FLANN/LICENSE LICENSE_FILE_CC-BY-3.0= ${WRKSRC}/src/ui/media/LICENSE LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING.txt LICENSE_FILE_MIT= ${WRKSRC}/src/ext/PoissonRecon/LICENSE LICENSE_FILE_SIFTGPU= ${WRKSRC}/src/ext/SiftGPU/LICENSE LICENSE_PERMS_SIFTGPU= dist-mirror pkg-mirror auto-accept BUILD_DEPENDS= eigen>=3:math/eigen3 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libglog.so:devel/glog \ libfreeimage.so:graphics/freeimage \ libceres.so:math/ceres-solver USES= cmake compiler:${OPENMP}c++11-lib fortran localbase sqlite USE_GITHUB= yes USE_GL= gl glew USE_QT5= qmake_build buildtools_build core gui opengl_build widgets EXCLUDE= SQLite EXTRACT_AFTER_ARGS= ${EXCLUDE:S,^,--exclude src/ext/,} CMAKE_ARGS= -DBOOST_STATIC=off -DCUDA_ENABLED=off CFLAGS+= -DVL_OS_LINUX=1 CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 LDFLAGS+= -Wl,--as-needed # gflags, glu, xi, xmu TEST_TARGET= test ARGS="-V" OPTIONS_DEFINE= DOCS OPENMP SIMD TEST OPTIONS_DEFAULT= OPENMP SIMD DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx DOCS_USES= gmake DOCS_PORTDOCS= * OPENMP_USES= compiler:openmp OPENMP_CMAKE_BOOL= OPENMP_ENABLED # XXX ports/199603 + ports/210337 OPENMP_VARS= OPENMP=gcc- SIMD_CMAKE_BOOL= SIMD_ENABLED TEST_CMAKE_BOOL= TESTS_ENABLED post-patch: @${REINPLACE_CMD} -e 's/Qt5OpenGL/Qt5Widgets/' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e '/install.*test/d' \ ${WRKSRC}/cmake/CMakeHelper.cmake # XXX Unbundle FLANN as it has more consumers @${REINPLACE_CMD} -e '/SQLite/d' \ ${WRKSRC}/src/ext/CMakeLists.txt @${REINPLACE_CMD} -e 's,ext/SQLite/,,' \ ${WRKSRC}/src/base/database.h \ ${WRKSRC}/src/util/sqlite3_utils.h .if !defined(DISPLAY) # QApplication @${REINPLACE_CMD} -e '/feature_matching_test/d' \ -e '/feature_extraction_test/d' \ ${WRKSRC}/src/base/CMakeLists.txt @${REINPLACE_CMD} -e '/opengl_utils_test/d' \ ${WRKSRC}/src/util/CMakeLists.txt .endif post-build-DOCS-on: @${DO_MAKE_BUILD} html -C${WRKSRC}/doc pre-install-TEST-on: do-test post-install-DOCS-on: (cd ${WRKSRC}/doc/_build/html && ${COPYTREE_SHARE} \ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include Index: head/graphics/digikam-kde4/Makefile =================================================================== --- head/graphics/digikam-kde4/Makefile (revision 450556) +++ head/graphics/digikam-kde4/Makefile (revision 450557) @@ -1,64 +1,64 @@ # Created by: Arjan van Leeuwen # $FreeBSD$ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 2 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= KDE4 digital photo management application .include "${.CURDIR}/Makefile.common" BUILD_DEPENDS= ${LOCALBASE}/include/eigen3/Eigen/Eigen:math/eigen3 LIB_DEPENDS= libtiff.so:graphics/tiff \ liblcms.so:graphics/lcms \ libpng.so:graphics/png \ libjasper.so:graphics/jasper \ liblensfun.so:graphics/lensfun \ liblqr-1.so:graphics/liblqr-1 \ libkface.so:graphics/libkface \ libpgf.so:graphics/libpgf \ libkgeomap.so:astro/libkgeomap \ libboost_graph.so:devel/boost-libs USES+= pkgconfig shebangfix USE_KDE+= libkdcraw libkexiv2 libkipi runtime_run USE_QT4+= sql-sqlite3_run USE_LDCONFIG= yes CMAKE_ARGS+= -DWITH_Sqlite2:BOOL=OFF WRKSRC= ${WRKDIR}/${DISTNAME}/core SHEBANG_FILES= data/scripts/digitaglinktree/digitaglinktree OPTIONS_DEFINE= DOCS NLS GPHOTO2 PIMLIBS MYSQL OPTIONS_DEFAULT= GPHOTO2 PIMLIBS NO_OPTIONS_SORT= yes OPTIONS_SUB= yes # MYSQL DOCS_RUN_DEPENDS= digikam-doc>=${DIGIKAM_VER}:graphics/digikam-kde4-doc NLS_RUN_DEPENDS= digikam-l10n>=${DIGIKAM_VER}:graphics/digikam-kde4-l10n GPHOTO2_DESC= Gphoto2 camera support GPHOTO2_LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 GPHOTO2_CMAKE_ON= -DWITH_Gphoto2:BOOL=ON GPHOTO2_CMAKE_OFF= -DWITH_Gphoto2:BOOL=OFF PIMLIBS_DESC= Address book support PIMLIBS_USE= KDE=pimlibs baloo PIMLIBS_CMAKE_ON= -DENABLE_KDEPIMLIBSSUPPORT:BOOL=ON PIMLIBS_CMAKE_OFF= -DENABLE_KDEPIMLIBSSUPPORT:BOOL=OFF MYSQL_USE= MYSQL=server QT4=sql-mysql_run MYSQL_BUILD_DEPENDS= ${LOCALBASE}/lib/mysql/libmysqld.a:${_MYSQL_SERVER} MYSQL_CMAKE_ON= -DMYSQLD_PATH:PATH=${LOCALBASE}/libexec \ -DMYSQL_TOOLS_PATH:PATH=${LOCALBASE}/bin \ -DENABLE_INTERNALMYSQL:BOOL=ON \ -DENABLE_MYSQLSUPPORT:BOOL=ON MYSQL_CMAKE_OFF= -DENABLE_INTERNALMYSQL:BOOL=OFF \ -DENABLE_MYSQLSUPPORT:BOOL=OFF .include Index: head/graphics/dspdfviewer/Makefile =================================================================== --- head/graphics/dspdfviewer/Makefile (revision 450556) +++ head/graphics/dspdfviewer/Makefile (revision 450557) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com COMMENT= Dual-screen PDF viewer for LaTeX-beamer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler-qt5.so:graphics/poppler-qt5 \ libboost_program_options.so:devel/boost-libs BUILD_WRKSRC= ${WRKSRC}/build CONFIGURE_WRKSRC= ${WRKSRC}/build INSTALL_WRKSRC= ${WRKSRC}/build USES= cmake pkgconfig USE_QT5= buildtools_build core gui qmake_build linguisttools widgets xml CMAKE_ARGS= -DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so -DBuildTests=OFF USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= dannyedel PLIST_FILES= bin/dspdfviewer \ share/applications/dspdfviewer.desktop \ man/man1/dspdfviewer.1.gz .include # Build fails with LLVM 4.0. Reported upstream as #191: # https://github.com/dannyedel/dspdfviewer/issues/191 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200023 CFLAGS+= -Wno-error=undefined-func-template .endif .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200039 CFLAGS+= -Wno-error=zero-as-null-pointer-constant .endif .include Index: head/graphics/enblend/Makefile =================================================================== --- head/graphics/enblend/Makefile (revision 450556) +++ head/graphics/enblend/Makefile (revision 450557) @@ -1,60 +1,60 @@ # Created by: cartola@openit.com.br # $FreeBSD$ PORTNAME= enblend PORTVERSION= 4.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} MAINTAINER= grog@FreeBSD.org COMMENT= Tool for image blending with multiresolution splines LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= help2man:misc/help2man \ OpenEXR>=1.0:graphics/OpenEXR LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libtiff.so:graphics/tiff \ libboost_filesystem.so:devel/boost-libs \ libvigraimpex.so:graphics/vigra \ libgsl.so:math/gsl \ libpng.so:graphics/png RUN_DEPENDS= OpenEXR>=1.0:graphics/OpenEXR BROKEN_powerpc64= fails to configure: libvigraimpex is required to compile Enblend USE_AUTOTOOLS= automake:env autoconf:env USES= compiler:features gmake jpeg localbase makeinfo CONFIGURE_ARGS= --with-boost-filesystem USE_GL= glew glut GNU_CONFIGURE= yes INFO= enfuse enblend PLIST_FILES= bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz PORTDOCS= AUTHORS NEWS README OPTIONS_DEFINE= DOCS .include .if ${COMPILER_TYPE} == gcc # GCC 4.2 has some problems, see # http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a # Clang, on 10.0-RELEASE is fine. USE_GCC= yes .else CXXFLAGS+= -Wno-c++11-extensions .endif post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.info ${STAGEDIR}${PREFIX}/${INFO_PATH} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/evolvotron/Makefile =================================================================== --- head/graphics/evolvotron/Makefile (revision 450556) +++ head/graphics/evolvotron/Makefile (revision 450557) @@ -1,70 +1,70 @@ # Created by: David Yeske # $FreeBSD$ PORTNAME= evolvotron PORTVERSION= 0.6.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons MAINTAINER= ports@FreeBSD.org COMMENT= Generative software that evolves images/textures/patterns LICENSE= GPLv3+ # LICENSE file is GPLv2 though LIB_DEPENDS= libboost_thread.so:devel/boost-libs WRKSRC= ${WRKDIR}/${PORTNAME} USES= python qmake USE_QT4= corelib gui xml moc_build QMAKE_ARGS= VERSION_NUMBER="${PORTVERSION}" QMAKE_SOURCE_PATH= ${WRKSRC}/main.pro MAKE_JOBS_UNSAFE= yes PORTDOCS= NEWS README TODO USAGE evolvotron.html INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128 DESKTOP_ENTRIES="Evolvotron" "Interactive image generator" "${PORTNAME}" \ "${PORTNAME}" "Graphics;2DGraphics;" "" OPTIONS_DEFINE= DOCS .for i in libevolvotron libfunction CXXFLAGS+= -include ${WRKSRC}/${i}/${i}_precompiled.h .endfor post-patch: @${REINPLACE_CMD} -e \ '/^CONFIG/s|precompile_header|| ; \ /DEFINES/s|_LINUX|_BSD|' ${WRKSRC}/common.pro do-install: .for i in evolvotron evolvotron_mutate evolvotron_render ${INSTALL_PROGRAM} ${WRKSRC}/${i}/${i} ${STAGEDIR}${PREFIX}/bin/ .endfor .for lib in libevolvotron libfunction ${INSTALL_DATA} ${WRKSRC}/${lib}/${lib}.a ${STAGEDIR}${PREFIX}/lib/ .endfor .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ .for m in evolvotron.1 evolvotron_mutate.1 evolvotron_render.1 cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} ${m} \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/fracplanet/Makefile =================================================================== --- head/graphics/fracplanet/Makefile (revision 450556) +++ head/graphics/fracplanet/Makefile (revision 450557) @@ -1,88 +1,88 @@ # Created by: Igor Pokrovsky # $FreeBSD$ PORTNAME= fracplanet PORTVERSION= 0.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons.tar.gz:icons MAINTAINER= ports@FreeBSD.org COMMENT= Interactive tool for creating random fractal planets and terrain LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= xsltproc:textproc/libxslt LIB_DEPENDS= libboost_program_options.so:devel/boost-libs WRKSRC= ${WRKDIR}/${PORTNAME} USES= gmake USE_GL= glu USE_QT4= corelib moc_build qmake_build gui opengl QT_NONSTANDARD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= QTDIR="${PREFIX}" CONFIGURE_ARGS= -spec ${QMAKESPEC} CXXFLAGS+= -include ${WRKSRC}/precompiled.h PORTDOCS= * INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 DESKTOP_ENTRIES="Fracplanet" "" "${PORTNAME}" \ "${PORTNAME}" "Graphics;" "" OPTIONS_DEFINE= DOXYGEN DOCS .include .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= doxygen:devel/doxygen .endif post-patch: .for f in BUILD VERSION configure @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e 's|qmake-qt4|${QMAKE} ${QMAKE_ARGS}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|-lboost_program_options|-lboost_program_options -lGLU|' \ ${WRKSRC}/fracplanet.pro .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} post-build: cd ${WRKSRC} && doxygen . .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} BUGS NEWS README THANKS \ fracplanet.css fracplanet.htm ${STAGEDIR}${DOCSDIR} . if ${PORT_OPTIONS:MDOXYGEN} @(cd ${WRKSRC} && ${COPYTREE_SHARE} "html latex" ${STAGEDIR}${DOCSDIR}) . endif .endif .include Index: head/graphics/gnash/Makefile =================================================================== --- head/graphics/gnash/Makefile (revision 450556) +++ head/graphics/gnash/Makefile (revision 450557) @@ -1,246 +1,246 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= graphics MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/ DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880 MAINTAINER= dinoex@FreeBSD.org COMMENT= GNU Flash movie player LICENSE= GPLv3 LIB_DEPENDS= libltdl.so:devel/libltdl \ libnspr4.so:devel/nspr \ libgif.so:graphics/giflib \ libpng.so:graphics/png \ libcurl.so:ftp/curl \ libspeex.so:audio/speex \ libspeexdsp.so:audio/speexdsp \ libboost_thread.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig CONFLICTS= gnash-devel-[0-9]* USES= cpe tar:bzip2 compiler:features autoreconf pkgconfig gmake libtool jpeg desktop-file-utils CPE_VENDOR= gnu GNU_CONFIGURE= yes WANT_GSTREAMER= yes USE_GNOME= libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv USE_GL= egl INSTALLS_ICONS= yes SYSCONFIGDIR= ${PREFIX}/etc # jemalloc leads to infinite recursion on FreeBSD CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \ --with-boost-lib="${LOCALBASE}/lib" \ --with-plugins-install=prefix \ --sysconfdir="${SYSCONFIGDIR}" \ --disable-testsuite \ --disable-kparts3 \ --disable-jemalloc GNASHVER= 0.8.11dev CONFIG_FILES= gnashpluginrc gnashrc WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_SUB+= GNASHVER="${GNASHVER}" USE_LDCONFIG= ${PREFIX}/lib/gnash OPTIONS_DEFINE= PLUGIN CYGNAL VAAPI DOCS OPTIONS_SINGLE= MEDIA GUI RENDERER OPTIONS_SINGLE_MEDIA= FFMPEG GSTREAMER OPTIONS_SINGLE_GUI= GTK2 KDE4 OPTIONS_SINGLE_RENDERER=AGG OPENGL CAIRO OPTIONS_DEFAULT=GTK2 PLUGIN AGG FFMPEG VAAPI NO_OPTIONS_SORT=yes OPTIONS_SUB= yes PLUGIN_DESC= browser plugin CYGNAL_DESC= Cygnal media server AGG_DESC= AGG renderer OPENGL_DESC= OpenGL renderer (experimental) CAIRO_DESC= Cairo renderer FFMPEG_DESC= ffmpeg media handler GSTREAMER_DESC= GStreamer media handler VAAPI_DESC= VAAPI support (requires FFMPEG) KDE4_USES= kde:4 CYGNAL_CONFIGURE_ENABLE= cygnal .include # Cygnal option processing .if ${PORT_OPTIONS:MCYGNAL} CONFIG_FILES+= cygnalrc .endif # NLS option processing (not sure if --disable-nls actually has any effect) .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif # # Plugin configuration # .if ${PORT_OPTIONS:MGTK2} && ${PORT_OPTIONS:MPLUGIN} USES+= webplugin:native WEBPLUGIN_NAME= gnash WEBPLUGIN_FILES= libgnashplugin.so WEBPLUGIN_DIR=${_WEBPLUGIN_LIBDIR:S,^${LOCALBASE}/,${PREFIX}/,}/${WEBPLUGIN_NAME} PLIST_SUB+= NPAPI="" CONFIGURE_ARGS+=--with-npapi-plugindir="${WEBPLUGIN_DIR}" BUILD_DEPENDS+= ${LOCALBASE}/bin/xulrunner:www/libxul RUN_DEPENDS+= ${LOCALBASE}/bin/xulrunner:www/libxul .else PLIST_SUB+= NPAPI="@comment " CONFIGURE_ARGS+= --disable-npapi .endif .if ${PORT_OPTIONS:MKDE4} && ${PORT_OPTIONS:MPLUGIN} PLIST_SUB+= KPARTS4="${KDE_PREFIX}" CONFIGURE_ARGS+= --with-kde4_prefix=${KDE_PREFIX} \ --with-kde-appsdatadir=${KDE_PREFIX}/share/apps/klash .else PLIST_SUB+= KPARTS4="@comment " CONFIGURE_ARGS+= --disable-kparts4 .endif # # GUI options processing # GNASH_GUIS= .if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 pango atk gconf2 GNASH_GUIS+= gtk .endif .if ${PORT_OPTIONS:MKDE4} GNASH_GUIS+= kde4 USE_QT4= moc_build QT_NONSTANDARD= yes USE_KDE= kdelibs CONFIGURE_ARGS+= --without-gconf CONFIGURE_ENV+= KDE4_CONFIG="${KDE_PREFIX}/bin/kde4-config" .if ${PORT_OPTIONS:MNLS} LDFLAGS+= -lintl .endif .endif .if ${GNASH_GUIS} == "" IGNORE= needs at least one GUI enabled. Please rerun 'make config' and enable GTK or KDE4 .endif CONFIGURE_ARGS+=--enable-gui=`${ECHO} ${GNASH_GUIS} | ${TR} ' ' ,` # # Renderer options processing # GNASH_RENDERERS= .if ${PORT_OPTIONS:MAGG} LIB_DEPENDS+= libagg.so:graphics/agg GNASH_RENDERERS+= agg .endif .if ${PORT_OPTIONS:MOPENGL} IGNORE= support for OpenGL is currently broken, use option AGG GNASH_RENDERERS+= ogl .if ${PORT_OPTIONS:MGTK2} LIB_DEPENDS+= libgdkglext-x11-1.0.so:x11-toolkits/gtkglext .endif .endif .if ${PORT_OPTIONS:MCAIRO} .if ${PORT_OPTIONS:MKDE4} IGNORE= doesn't support Cairo renderer with KDE4 gui. Please rerun 'make config' and select different renderer or disable KDE4 GUI .endif LIB_DEPENDS+= libcairo.so:graphics/cairo GNASH_RENDERERS+= cairo .endif .if ${GNASH_RENDERERS} == "" IGNORE= needs at least one renderer enabled. Please rerun 'make config' and enable AGG, OPENGL or CAIRO .endif CONFIGURE_ARGS+= --enable-renderer=${GNASH_RENDERERS:S/^ //W:S/ /,/gW} # # Hardware acceleration options processing # .if ${PORT_OPTIONS:MVAAPI} .if empty(PORT_OPTIONS:MFFMPEG) IGNORE= option VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG .endif LIB_DEPENDS+= libva.so:multimedia/libva CONFIGURE_ARGS+= --enable-device=egl,x11,vaapi .else CONFIGURE_ARGS+= --enable-hwaccel=none # XVideo CONFIGURE_ARGS+= --enable-device=egl,x11 .endif # # Media handler options processing # .if ${PORT_OPTIONS:MFFMPEG} && empty(PORT_OPTIONS:MGSTREAMER) LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg \ libtheora.so:multimedia/libtheora \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis CONFIGURE_ARGS+= --enable-media=ffmpeg \ --with-ffmpeg-incl=${LOCALBASE}/include/libavcodec \ --with-ffmpeg-lib=${LOCALBASE}/lib USE_SDL+= sdl MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include/ffmpeg" .elif ${PORT_OPTIONS:MGSTREAMER} && empty(PORT_OPTIONS:MFFMPEG) USE_GSTREAMER= ffmpeg mad vorbis CONFIGURE_ARGS+= --enable-media=gst USE_SDL+= sdl .else CONFIGURE_ARGS+= --enable-media=none IGNORE= can't be built with multiple media handlers enabled. Please rerun 'make config' and leave one or none of them (ffmpeg|gstreamer) .endif .include post-patch: ${REINPLACE_CMD} -e 's|lib64|lib|g' -e 's|lib32|lib|g' \ ${WRKSRC}/macros/libslist ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/macros/incllist ${REINPLACE_CMD} -e 's|CODEC_ID_|AV_CODEC_ID_|' \ ${WRKSRC}/libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp post-install: # eglinfo conflicts with mesa-demos ${MV} ${STAGEDIR}/${PREFIX}/bin/eglinfo ${STAGEDIR}/${PREFIX}/bin/eglinfo-gnash .for conf in ${CONFIG_FILES} ${MV} ${STAGEDIR}/${SYSCONFIGDIR}/${conf} ${STAGEDIR}${SYSCONFIGDIR}/${conf}.dist .endfor .if ${PORT_OPTIONS:MPLUGIN} .if ${PORT_OPTIONS:MGTK2} cd ${INSTALL_WRKSRC}/plugin && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-plugin .endif .if ${PORT_OPTIONS:MKDE4} cd ${INSTALL_WRKSRC}/plugin/klash4 && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-plugin .endif .endif .include Index: head/graphics/gource/Makefile =================================================================== --- head/graphics/gource/Makefile (revision 450556) +++ head/graphics/gource/Makefile (revision 450557) @@ -1,31 +1,31 @@ # Created by: demon@FreeBSD.org # $FreeBSD$ PORTNAME= gource PORTVERSION= 0.43 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ MAINTAINER= demon@FreeBSD.org COMMENT= OpenGL-based 3D visualisation tool for source control repositories LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libSDL_image.so:graphics/sdl_image \ libfreetype.so:print/freetype2 \ libpcre.so:devel/pcre \ libboost_filesystem.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm GNU_CONFIGURE= yes USES= gmake pkgconfig compiler:c++0x USE_GL= glew CONFIGURE_ARGS+=--with-boost-system=boost_system \ --with-boost-filesystem=boost_filesystem CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/graphics/gsculpt/Makefile =================================================================== --- head/graphics/gsculpt/Makefile (revision 450556) +++ head/graphics/gsculpt/Makefile (revision 450557) @@ -1,73 +1,73 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src MAINTAINER= ports@FreeBSD.org COMMENT= Opensource 3D modelling application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_python.so:devel/boost-python-libs RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL \ ${PYTHON_PKGNAMEPREFIX}gtkglext>0:x11-toolkits/py-gtkglext BROKEN_powerpc= fails to compile BROKEN_sparc64= fails to compile WRKSRC= ${WRKDIR}/${DISTNAME:S,-src,,} USES= pkgconfig python:2 scons USE_GNOME= pygtk2 USE_GL= glu USE_XORG= x11 USE_LDCONFIG= ${PREFIX}/lib/gSculpt DATADIR= ${PREFIX}/share/gSculpt DESKTOP_ENTRIES="gSculpt" "" \ "${DATADIR}/gsimages/gSculpt_Glass_Master_by_Gary_Rose.png" \ "${PORTNAME}" "Graphics;GTK;" "" .include .if ${ARCH} == i386 CFLAGS+= -DGSCULPT_FPU_X86 .endif post-patch: @${REINPLACE_CMD} -e \ "s| gsculpt.py| ${PYTHONPREFIX_SITELIBDIR}/gSculpt/gsculpt.py|" \ ${WRKSRC}/gsculpt @${REINPLACE_CMD} -e \ "s|'-Werror'|''| ; \ s|'-g'|''| ; \ s|'-DGSCULPT_FPU_X86'|''| ; \ s|'[(]-O2.*-O[)]'|''| ; \ /^cppLibs/s|BackgroundModel|BackgroundMesh|" \ ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e \ "/^prefix/s|=.*|= '${STAGEDIR}${PREFIX}'| ; \ /^gSculptStartDir/s|=.*|= os.path.join( pysitelibdir )|" \ ${WRKSRC}/SConstruct-install @${REINPLACE_CMD} -e \ "s|#GSCULPT_LIBRARY_PATH#|${LOCALBASE}/lib/gSculpt|; \ s|python|${PYTHON_CMD}|; \ s|#GSCULPT_START#|${PYTHONPREFIX_SITELIBDIR}/gsculpt.py|" \ ${WRKSRC}/posixbuild/gsculpt do-install: @(cd ${WRKSRC} && ${SCONS} -f SConstruct-install install) @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Britefury \ -name "*.so" -exec ${STRIP_CMD} {} \; @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gSculpt/*.so .include Index: head/graphics/hugin/Makefile =================================================================== --- head/graphics/hugin/Makefile (revision 450556) +++ head/graphics/hugin/Makefile (revision 450557) @@ -1,56 +1,56 @@ # Created by: Carlos Eduardo G. Carvalho # $FreeBSD$ PORTNAME= hugin PORTVERSION= 2017.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= grog@FreeBSD.org COMMENT= GUI for Panorama Tools, to stitch panoramic images LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libImath.so:graphics/ilmbase \ libboost_thread.so:devel/boost-libs \ liblcms2.so:graphics/lcms2 \ libexiv2.so:graphics/exiv2 \ libfftw3.so:math/fftw3 \ libpano13.so:graphics/libpano13 \ libsqlite3.so:databases/sqlite3 \ libvigraimpex.so:graphics/vigra \ libpng.so:graphics/png \ libtiff.so:graphics/tiff # gmake is really needed at _runtime_. Do not remove it from this list. RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ exiftool:graphics/p5-Image-ExifTool \ gmake:devel/gmake USES= cmake compiler:c++11-lib desktop-file-utils \ gettext jpeg pkgconfig shared-mime-info shebangfix tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} USE_WX= 3.0+ USE_GL= glew glut INSTALLS_ICONS= yes SHEBANG_FILES= src/hugin_script_interface/hpi.py \ src/hugin_script_interface/plugins/*.py \ src/hugin_script_interface/plugins-dev/*.py OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC PYTHON OPTIONS_DEFAULT= PANOMATIC PYTHON OPTIONS_SUB= yes PANOMATIC_DESC= Install graphics/panomatic PANOMATIC_RUN_DEPENDS= panomatic:graphics/panomatic AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c PYTHON_DESC= Python Scripting Interface PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig2.0:devel/swig20 PYTHON_CMAKE_ON= -DBUILD_HSI=ON PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF .include Index: head/graphics/inkscape/Makefile =================================================================== --- head/graphics/inkscape/Makefile (revision 450556) +++ head/graphics/inkscape/Makefile (revision 450557) @@ -1,87 +1,87 @@ # Created by: Alexander Nedotsukov # $FreeBSD$ PORTNAME= inkscape PORTVERSION= 0.92.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ LOCAL/kwm MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor LICENSE= GPLv2+ GPLv3+ LGPL21 MPL LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt LICENSE_FILE_GPLv3= ${WRKSRC}/GPL3.txt LICENSE_FILE_LGPL2= ${WRKRSC}/LGPL2.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libpopt.so:devel/popt \ libgc.so:devel/boehm-gc \ libgsl.so:math/gsl \ libgtkspell.so:textproc/gtkspell \ liblcms2.so:graphics/lcms2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libpotrace.so:graphics/libpotrace \ libpng.so:graphics/png \ libMagick++-6.so:graphics/ImageMagick #aspell? USE_GNOME= gtkmm24 libxml2 libxslt USES= compiler:c++11-lib cmake cpe desktop-file-utils gnome \ iconv:wchar_t jpeg pathfix pkgconfig python:2,build \ shebangfix tar:bzip2 USE_XORG= x11 INSTALLS_ICONS= yes CMAKE_ARGS+= -DWITH_GNOME_VFS:BOOL=NO python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \ share/extensions/*.py share/extensions/genpofiles.sh \ fix-roff-punct OPTIONS_DEFINE= POPPLER VISIO CDR DBUS WPG OPTIONS_DEFAULT=POPPLER VISIO CDR WPG OPTIONS_SUB= yes CDR_DESC= Support for CorelDRAW diagrams CDR_CMAKE_BOOL= WITH_LIBCDR CDR_LIB_DEPENDS= librevenge-stream-0.0.so:textproc/librevenge \ libcdr-0.1.so:graphics/libcdr01 DBUS_CMAKE_BOOL= WITH_DBUS DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus #OPENMP_USES= compiler:openmp #OPENMP_USES_OFF= compiler:c++11-lib #OPENMP_CMAKE_BOOL= WITH_OPENMP CMAKE_ARGS+= -DWITH_OPENMP:BOOL=NO POPPLER_DESC= PDF preview rendering POPPLER_CMAKE_BOOL= ENABLE_POPPLER ENABLE_POPPLER_CAIRO POPPLER_LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib VISIO_DESC= Support for Microsoft Visio diagrams VISIO_CMAKE_BOOL= WITH_LIBVISIO VISIO_LIB_DEPENDS= librevenge-stream-0.0.so:textproc/librevenge \ libvisio-0.1.so:textproc/libvisio01 WPG_DESC= Support for WordPerfect graphics WPG_CMAKE_BOOL= WITH_LIBWPG WPG_LIB_DEPENDS= libwpg-0.3.so:graphics/libwpg03 # temporary until the build works for the !NLS case USES+= gettext #NLS_CMAKE_BOOL= WITH_NLS #NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e 's|COMMAND python|COMMAND python2|g' \ ${WRKSRC}/share/*/CMakeLists.txt .include Index: head/graphics/kipi-plugin-gpssync/Makefile =================================================================== --- head/graphics/kipi-plugin-gpssync/Makefile (revision 450556) +++ head/graphics/kipi-plugin-gpssync/Makefile (revision 450557) @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs LIB_DEPENDS= libkgeomap.so:astro/libkgeomap KIPI_PLUGIN= gpssync .include "${.CURDIR}/../digikam-kde4/Makefile.common" .include Index: head/graphics/krita/Makefile =================================================================== --- head/graphics/krita/Makefile (revision 450556) +++ head/graphics/krita/Makefile (revision 450557) @@ -1,53 +1,53 @@ # $FreeBSD$ PORTNAME= krita PORTVERSION= 3.1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2 DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Sketching and painting program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libImath.so:graphics/ilmbase \ libOpenColorIO.so:graphics/opencolorio \ libX11.so:x11/libX11 \ libboost_system.so:devel/boost-libs \ libfftw3.so:math/fftw3 \ libexiv2.so:graphics/exiv2 \ libcurl.so:ftp/curl \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png \ libpoppler-qt5.so:graphics/poppler-qt5 \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff \ libxcb.so:x11/libxcb \ libxcb-util.so:x11/xcb-util USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ gettext jpeg kde:5 USE_KDE= archive completion config coreaddons crash guiaddons i18n \ itemmodels itemviews kio service widgetsaddons windowsystem USE_QT5= buildtools_build concurrent core dbus gui network printsupport \ qmake_build quick svg testlib widgets x11extras xml USE_XORG= ice sm xcb xext xi OPTIONS_DEFINE= GMIC OPTIONS_SUB= yes GMIC_DESC= Build the G'Mic plugin GMIC_CMAKE_BOOL= WITH_GMIC CONFLICTS_INSTALL= calligra-2* PLIST_SUB+= SHLIB_VER=16.0.0 \ SHLIB_SHVER=16 .include Index: head/graphics/libcdr01/Makefile =================================================================== --- head/graphics/libcdr01/Makefile (revision 450556) +++ head/graphics/libcdr01/Makefile (revision 450557) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= libcdr PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Corel Draw file format LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge \ liblcms2.so:graphics/lcms2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -Wno-long-long .include Index: head/graphics/libetonyek01/Makefile =================================================================== --- head/graphics/libetonyek01/Makefile (revision 450556) +++ head/graphics/libetonyek01/Makefile (revision 450557) @@ -1,46 +1,46 @@ # $FreeBSD$ PORTNAME= libetonyek PORTVERSION= 0.1.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library to interpret and import Apple Keynote presentations LICENSE= LGPL21 MPL LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds \ ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ librevenge-0.0.so:textproc/librevenge \ liblangtag.so:devel/liblangtag \ libxml2.so:textproc/libxml2 OPTIONS_DEFINE= TEST CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \ -D_DECLARE_C99_LDBL_MATH # XXX ports/193528 GNU_CONFIGURE= yes USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/cppunit.pc:devel/cppunit TEST_CONFIGURE_OFF= --disable-tests .include .if ${PORT_OPTIONS:MTEST} post-build: @cd ${WRKSRC}/src/test && ${MAKE_CMD} check .endif .include Index: head/graphics/libfreehand/Makefile =================================================================== --- head/graphics/libfreehand/Makefile (revision 450556) +++ head/graphics/libfreehand/Makefile (revision 450557) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= libfreehand PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library for interpreting and importing Adobe/Macromedia drawings LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \ cppunit-config:devel/cppunit \ icu-config:devel/icu LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes USES= compiler:c++11-lang gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_PERL5= build CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I ${LOCALBASE}/include INSTALL_TARGET= install-strip .include Index: head/graphics/libgltf/Makefile =================================================================== --- head/graphics/libgltf/Makefile (revision 450556) +++ head/graphics/libgltf/Makefile (revision 450557) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= libgltf PORTVERSION= 0.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics devel MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= C++ Library for rendering OpenGL models stored in glTF format LICENSE= LGPL21 MPL LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs \ ${LOCALBASE}/include/glm/glm.hpp:math/glm USES= compiler:c++0x libtool pathfix pkgconfig tar:bzip2 USE_GL= glew USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/graphics/libopenraw/Makefile =================================================================== --- head/graphics/libopenraw/Makefile (revision 450556) +++ head/graphics/libopenraw/Makefile (revision 450557) @@ -1,44 +1,44 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= libopenraw PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ MAINTAINER= jhale@FreeBSD.org COMMENT= Library for camera RAW files decoding LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs USES= compiler:c++11-lib jpeg libtool localbase pkgconfig tar:bz2 USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include \ --disable-silent-rules INSTALL_TARGET= install-strip TEST_TARGET= check # Unhide SEEK_SET to fix build with GCC 4.9 (ports/193528). CXXFLAGS+= -D_GLIBCXX_USE_C99 OPTIONS_DEFINE= GNOME TEST OPTIONS_DEFAULT= GNOME OPTIONS_SUB= yes GNOME_CONFIGURE_ENABLE= gnome GNOME_USES= gettext-runtime GNOME_USE= GNOME=glib20,gdkpixbuf2 post-patch: @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/configure post-patch-TEST-off: @${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in .include Index: head/graphics/libzmf/Makefile =================================================================== --- head/graphics/libzmf/Makefile (revision 450556) +++ head/graphics/libzmf/Makefile (revision 450557) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= libzmf PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library that parses the file format of Zoner Callisto/Draw documents LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ libpng.so:graphics/png \ librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/graphics/luminance/Makefile =================================================================== --- head/graphics/luminance/Makefile (revision 450556) +++ head/graphics/luminance/Makefile (revision 450557) @@ -1,68 +1,68 @@ # Created by: Yinghong Liu # $FreeBSD$ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} MAINTAINER= h2+fbsdports@fsfe.org COMMENT= Complete open source solution for HDR photography LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libexiv2.so:graphics/exiv2 \ libIlmImf.so:graphics/OpenEXR \ libtiff.so:graphics/tiff \ libgsl.so:math/gsl \ libraw_r.so:graphics/libraw \ libboost_system.so:devel/boost-libs BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-msse2" USES= cmake jpeg tar:bzip2 USE_QT4= gui sql webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build imageformats_run INSTALLS_ICONS= yes CONFLICTS_INSTALL= luminance-hdr-qt5-* OPTIONS_DEFINE= DOCS post-patch: # Do not install yet another copy of GPL (we use license framework instead) # and fix installation path for docs (but not for internal help files) @${REINPLACE_CMD} -e '/LICENSE/d ; \ /#info files/s,share/luminance-hdr,${DOCSDIR_REL},' \ ${WRKSRC}/CMakeLists.txt # Point to the right location for program where to look for GPL text @${REINPLACE_CMD} -e 's,LICENSE,${LICENSE}, ; \ s,share/doc/luminance-hdr,share/licenses/${PKGNAME},' \ ${WRKSRC}/src/UI/UMessageBox.cpp # Allow builds from release distfile to display correct git hash in "About" # dialog window @${REINPLACE_CMD} -e \ 's,@GIT_SHA1@,be5409f2ed028b0a509d3f4cd44a970a09d2ef6c,' \ ${WRKSRC}/src/Common/GitSHA1.cpp.in # Include in addition to where necessary, as this # is required for building with libc++ @${REINPLACE_CMD} -E '1s|^|#include \|;' \ ${WRKSRC}/src/TonemappingOperators/drago03/pfstmo_drago03.cpp \ ${WRKSRC}/src/TonemappingOperators/reinhard02/pfstmo_reinhard02.cpp \ ${WRKSRC}/src/TonemappingOperators/reinhard05/pfstmo_reinhard05.cpp \ ${WRKSRC}/src/TonemappingOperators/mantiuk08/display_function.cpp \ ${WRKSRC}/src/TonemappingOperators/mantiuk08/display_size.cpp \ ${WRKSRC}/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp \ ${WRKSRC}/src/TonemappingOperators/fattal02/pfstmo_fattal02.cpp \ ${WRKSRC}/src/TonemappingOperators/durand02/pfstmo_durand02.cpp \ ${WRKSRC}/src/TonemappingOperators/pattanaik00/pfstmo_pattanaik00.cpp \ ${WRKSRC}/src/Libpfs/io/pfsreader.cpp \ ${WRKSRC}/src/Libpfs/io/rgbereader.cpp \ ${WRKSRC}/src/Libpfs/colorspace/colorspace.cpp .include Index: head/graphics/luminance-qt5/Makefile =================================================================== --- head/graphics/luminance-qt5/Makefile (revision 450556) +++ head/graphics/luminance-qt5/Makefile (revision 450557) @@ -1,62 +1,62 @@ # Created by: Yinghong Liu # $FreeBSD$ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 MAINTAINER= h2+fbsdports@fsfe.org COMMENT= Complete open source solution for HDR photography LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libexiv2.so:graphics/exiv2 \ libIlmImf.so:graphics/OpenEXR \ libtiff.so:graphics/tiff \ libgsl.so:math/gsl \ libraw_r.so:graphics/libraw \ libboost_system.so:devel/boost-libs USES= cmake:outsource jpeg pkgconfig tar:bzip2 USE_QT5= concurrent gui printsupport sql webkit xml \ buildtools_build linguist_build qmake_build \ imageformats_run INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE=yes CONFLICTS_INSTALL= luminance-hdr-[0-9]* OPTIONS_DEFINE= DOCS post-patch: # Remove the non-required dependency on Qt5 Declarative. This can be dropped # once www/qt5-webengine lands in the portstree and this port can be updated to # a version >= 2.5.0. @${REINPLACE_CMD} -e '/Qt5Declarative/d' \ ${WRKSRC}/CMakeLists.txt # Do not install yet another copy of GPL (we use license framework instead) # and fix installation path for docs (but not for internal help files) @${REINPLACE_CMD} -e '/LICENSE/d ; \ /#info files/s,share/luminance-hdr,${DOCSDIR_REL},' \ ${WRKSRC}/CMakeLists.txt # Point to the right location for program where to look for GPL text @${REINPLACE_CMD} -e 's,LICENSE,${LICENSE}, ; \ s,share/doc/luminance-hdr,share/licenses/${PKGNAME},' \ ${WRKSRC}/src/UI/UMessageBox.cpp # Allow builds from release distfile to display correct git hash in "About" # dialog window @${REINPLACE_CMD} -e \ 's,@GIT_SHA1@,be5409f2ed028b0a509d3f4cd44a970a09d2ef6c,' \ ${WRKSRC}/src/Common/GitSHA1.cpp.in pre-install: QT_BINDIR_REL=bin .include Index: head/graphics/luxrender/Makefile =================================================================== --- head/graphics/luxrender/Makefile (revision 450556) +++ head/graphics/luxrender/Makefile (revision 450557) @@ -1,81 +1,81 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= luxrender DISTVERSION?= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/luxrender/lux/get/ \ https://bitbucket.org/luxrender/luxrays/get/:lr DISTFILES= v${DISTVERSION:C/[.-]//g}${EXTRACT_SUFX} \ ${PORTNAME}_v${DISTVERSION:S/-//}${EXTRACT_SUFX}:lr DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= Physically based and unbiased rendering system LICENSE= GPLv3 LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libfftw3.so:math/fftw3 \ libOpenImageIO.so:graphics/openimageio .if ${DISTVERSION} != 1.4 LIB_DEPENDS+= libembree.so:graphics/embree .endif CONFLICTS_INSTALL?= ${PORTNAME}14-1.4* ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions USES+= bison cmake:noninja python:build tar:bzip2 USE_GL= glu WRKSRC= ${WRKDIR}/${PORTNAME}-lux-${LUX_REV} LUXRAYS_WRKSRC= ${WRKDIR}/${PORTNAME}-luxrays-${LUXRAYS_REV} CMAKE_ARGS= -DLUXCORE_INCLUDE_DIRS:PATH="${LUXRAYS_WRKSRC}/include" \ -DLUXCORE_LIBRARY:STRING="${LUXRAYS_WRKSRC}/lib/libluxcore.a" \ -DLUXRAYS_INCLUDE_DIRS:PATH="${LUXRAYS_WRKSRC}/include" \ -DLUXRAYS_LIBRARY:STRING="${LUXRAYS_WRKSRC}/lib/libluxrays.a" \ -DSLG_INCLUDE_DIRS:PATH="${LUXRAYS_WRKSRC}/include" \ -DSLG_LIBRARY:PATH="${LUXRAYS_WRKSRC}/lib/libsmallluxgpu.a" \ -DLUXRAYS_DISABLE_OPENCL:BOOL=ON LUX_REV?= b3f85cf7742f LUXRAYS_REV?= 61352e6aae3f OPTIONS_DEFINE= FREEIMAGE X11 OPTIONS_DEFAULT= X11 FREEIMAGE_DESC= Build with FreeImage (otherwise use OIIO only) FREEIMAGE_CMAKE_ON= -DLUX_USE_FREEIMAGE:BOOL=ON FREEIMAGE_LIB_DEPENDS= libfreeimage.so:graphics/freeimage X11_DESC= Build GUI executable (requires Qt 4) X11_USE= QT4=moc_build,qmake_build,rcc_build,uic_build,corelib,gui X11_PLIST_FILES= bin/luxrender post-extract: @${LN} -sf ${PORTNAME}-luxrays-${LUXRAYS_REV} ${WRKDIR}/luxrays post-patch: @${REINPLACE_CMD} -e 's/__APPLE__/__FreeBSD__/' \ ${WRKSRC}/core/osfunc.h \ ${WRKSRC}/shapes/mikktspace/weldmesh.c # Avoid infamous "local symbol discarded in section `.text...' errors @${REINPLACE_CMD} -e '/^set(Boost_USE_STATIC_LIBS/s,ON,OFF,' \ ${LUXRAYS_WRKSRC}/cmake/Dependencies.cmake # Avoid picking up Python 3.x bits if they're installed @${REINPLACE_CMD} -e 's,PythonLibs,& ${PYTHON_VER} EXACT REQUIRED,' \ ${LUXRAYS_WRKSRC}/cmake/Dependencies.cmake \ ${WRKSRC}/cmake/pylux.cmake pre-configure: -${PYTHON_CMD} ${WRKSRC}/makeBuildNumber.py ${WRKSRC}/core/version.h cd ${LUXRAYS_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} \ ${CMAKE_ARGS} . ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${_MAKE_JOBS} ${MAKE_ARGS} -C ${LUXRAYS_WRKSRC} .include Index: head/graphics/mapnik/Makefile =================================================================== --- head/graphics/mapnik/Makefile (revision 450556) +++ head/graphics/mapnik/Makefile (revision 450557) @@ -1,111 +1,111 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ MAINTAINER= littlesavage@rambler.ru COMMENT= Free Toolkit For Developing Mapping Applications LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libicuuc.so:devel/icu \ libboost_system.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz BROKEN_powerpc= fails to install: runs out of virtual memory BROKEN_powerpc64= fails to link: libmapnik.so: undefined reference to boost::match_results USES= compiler:c++11-lib pkgconfig python scons tar:bzip2 USE_GNOME= libxml2 USE_LDCONFIG= yes MAKE_ARGS= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" \ CUSTOM_CFLAGS="${CFLAGS}" CUSTOM_CXXFLAGS="${CXXFLAGS}" \ CUSTOM_LDFLAGS="${LDFLAGS}" PORTDOCS= * INPUT_PLUGINS= csv raster shape geojson topojson OPTIONS_DEFINE= CAIRO JPEG PNG TIFF WEBP PROJ OPTIONS_DEFAULT=CAIRO GDAL OGR POSTGIS PGRASTER SQLITE3 JPEG PNG TIFF PROJ WEBP OPTIONS_GROUP= INPUT OPTIONS_GROUP_INPUT= GDAL OGR POSTGIS PGRASTER SQLITE3 OPTIONS_SUB= yes INPUT_DESC= Input plugins GDAL_DESC= GDAL input plugin OGR_DESC= OGR input plugin POSTGIS_DESC= PostGIS input plugin PGRASTER_DESC= PGraster input plugin SQLITE3_DESC= SQLite input plugin PROJ_DESC= proj4 support CAIRO_DESC= Enable cairo rendering GDAL_VARS= INPUT_PLUGINS+=gdal GDAL_LIB_DEPENDS= libgdal.so:graphics/gdal OGR_VARS= INPUT_PLUGINS+=ogr OGR_LIB_DEPENDS= libgdal.so:graphics/gdal POSTGIS_VARS= INPUT_PLUGINS+=postgis POSTGIS_USES= pgsql PGRASTER_VARS= INPUT_PLUGINS+=pgraster PGRASTER_USES= pgsql SQLITE3_VARS= INPUT_PLUGINS+=sqlite SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 PNG_LIB_DEPENDS= libpng.so:graphics/png PNG_MAKE_ARGS_OFF= PNG=False JPEG_USES= jpeg JPEG_MAKE_ARGS_OFF= JPEG=False TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TIFF_MAKE_ARGS_OFF= TIFF=False WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_MAKE_ARGS_OFF= WEBP=False PROJ_LIB_DEPENDS= libproj.so:graphics/proj PROJ_MAKE_ARGS_OFF= PROJ=False CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo CAIRO_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairo>=1.8.2:graphics/py-cairo CAIRO_MAKE_ARGS_OFF= CAIRO=False .include .if ${CHOSEN_COMPILER_TYPE} == gcc CXXFLAGS+= -D_GLIBCXX_USE_C99 # gcc c++11 support is broken on FreeBSD .endif pre-configure-SQLITE3-on: @if ! ${LOCALBASE}/bin/sqlite3 :memory: 'create virtual table foo using rtree(pkid, xmin, xmax, ymin, ymax)' > /dev/null 2>&1; then \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "The SQLite plugin requires libsqlite3 built with RTREE support"; \ ${ECHO_MSG} "Please, reinstall 'databases/sqlite3' port with R*Tree module enabled"; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi post-patch: @${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ -e 's#/usr/include#${LOCALBASE}/include#g' \ ${WRKSRC}/SConstruct post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mapnik-index \ ${STAGEDIR}${PREFIX}/bin/mapnik-render \ ${STAGEDIR}${PREFIX}/bin/shapeindex @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mapnik/input/*.input post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS.md CHANGELOG.md README.md docs" \ ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/mitsuba/Makefile =================================================================== --- head/graphics/mitsuba/Makefile (revision 450556) +++ head/graphics/mitsuba/Makefile (revision 450557) @@ -1,53 +1,53 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= mitsuba PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://www.mitsuba-renderer.org/repos/mitsuba/archive/${HG_REVISION}${EXTRACT_SUFX}?dummy= DISTNAME= ${PORTNAME}-${HG_REVISION} MAINTAINER= danfe@FreeBSD.org COMMENT= Research-oriented physically based rendering system LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libpng.so:graphics/png \ libIlmImf.so:graphics/OpenEXR \ libxerces-c.so:textproc/xerces-c3 \ libfftw3.so:math/fftw3 ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE instructions USES= cmake jpeg tar:bzip2 USE_GL= glew USE_QT4= moc_build qmake_build rcc_build uic_build \ gui opengl network xml xmlpatterns CMAKE_ARGS= -DMTS_SIMPLE_PATHS:BOOL=OFF -DBUILD_PYTHON:BOOL=OFF \ -DMTS_USE_PCH:BOOL=OFF # Parallel build does not work as expected: it remains single-thread while # deferring build process to the background and also inhibiting highlights # from Clang output; these bugs should be fixed before enabling -jX builds. MAKE_JOBS_UNSAFE= yes HG_REVISION= 11ee1d7236f3 FETCH_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} post-patch: @${REINPLACE_CMD} -e '/CMAKE_SYSTEM_NAME/s,Linux,${OPSYS},' \ ${WRKSRC}/data/cmake/MitsubaExternal.cmake \ ${WRKSRC}/data/cmake/PCHTargets.cmake \ ${WRKSRC}/src/libcore/CMakeLists.txt \ ${WRKSRC}/src/libhw/CMakeLists.txt post-install: # XXX: palliative; better fix installation routine not to pollute ${STAGEDIR} @${RMDIR} ${STAGEDIR}${PREFIX}/share/mitsuba/data/ior/CMakeFiles .include Index: head/graphics/ogre3d/Makefile =================================================================== --- head/graphics/ogre3d/Makefile (revision 450556) +++ head/graphics/ogre3d/Makefile (revision 450557) @@ -1,59 +1,59 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= ogre3d PORTVERSION= 1.9.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics devel MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ DISTNAME= v1-9-0 MAINTAINER= oliver@FreeBSD.org COMMENT= Scene-oriented, flexible 3D engine written in C++ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libzzip.so:devel/zziplib \ libfreetype.so:print/freetype2 \ libfreeimage.so:graphics/freeimage USE_LDCONFIG= yes USES= tar:bzip2 cmake:outsource pkgconfig compiler:c++11-lib USE_SDL= sdl USE_XORG= xaw xrandr WRKSRC= ${WRKDIR}/sinbad-ogre-dd30349ea667 OPTIONS_DEFINE= BOOST DOCS OPTIONS_SUB= yes BOOST_BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs BOOST_RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs BROKEN_aarch64= does not compile: error: class member cannot be redeclared BROKEN_powerpc= does not install post-patch: @${REINPLACE_CMD} -e 's|include(FindPkgMacros)|return()|g' \ ${WRKSRC}/CMake/Packages/FindOIS.cmake \ ${WRKSRC}/CMake/Packages/FindPOCO.cmake \ ${WRKSRC}/CMake/Packages/FindTBB.cmake @${REINPLACE_CMD} -e 's|\(OGRE_RW_MUTEX[^;]*\)$$|\1;|g' \ ${WRKSRC}/OgreMain/include/OgreWorkQueue.h @${REINPLACE_CMD} -e 's|\(OGRE_RW_MUTEX.*\);$$|\1|g' \ ${WRKSRC}/OgreMain/include/Threading/OgreThreadDefinesBoost.h @${REINPLACE_CMD} -e '\ s,defined(__x86_64__),& || defined(__powerpc__) || defined(__sparc64__) || defined(__amd64__),' \ ${WRKSRC}/OgreMain/include/OgrePlatform.h post-patch-BOOST-off: @${REINPLACE_CMD} -e 's|Boost|No_Boost|g' \ ${WRKSRC}/CMake/Dependencies.cmake post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in README COPYING AUTHORS ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/graphics/openimageio/Makefile =================================================================== --- head/graphics/openimageio/Makefile (revision 450556) +++ head/graphics/openimageio/Makefile (revision 450557) @@ -1,120 +1,120 @@ # Created by: Shane Ambler # $FreeBSD$ PORTNAME= openimageio PORTVERSION= 1.7.17 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Release- CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz COMMENT?= OpenImageIO graphics library LICENSE= BSD3CLAUSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libImath.so:graphics/ilmbase \ libIlmImf.so:graphics/OpenEXR \ libpng16.so:graphics/png \ libtiff.so:graphics/tiff \ libwebp.so:graphics/webp \ libhdf5.so:science/hdf5 # fbm also installs bin/idiff CONFLICTS= fbm-[0-9]* USE_GITHUB= yes GH_ACCOUNT= OpenImageIO GH_PROJECT= oiio USES= cmake:outsource jpeg compiler:c++11-lib CMAKE_ARGS= -DBUILDSTATIC:BOOL=OFF \ -DLINKSTATIC:BOOL=OFF \ -DNOTHREADS:BOOL=OFF \ -DSTOP_ON_WARNING:BOOL=OFF \ -DUSE_OPENSSL:BOOL=OFF OPTIONS_DEFINE= DOCS FFMPEG FREETYPE GIF IMAGEVIEWER OCIO OPENCV \ OPENJPEG RAW TEST OPTIONS_DEFAULT= FREETYPE GIF OCIO OPENJPEG OPTIONS_SUB= yes FFMPEG_DESC= Use FFmpeg to support extra file types IMAGEVIEWER_DESC= Build image viewer (requires Qt) OCIO_DESC= Color management support DOCS_CMAKE_ON= -DINSTALL_DOCS:BOOL=ON DOCS_CMAKE_OFF= -DINSTALL_DOCS:BOOL=OFF FFMPEG_CMAKE_ON= -DUSE_FFMPEG:BOOL=ON FFMPEG_CMAKE_OFF= -DUSE_FFMPEG:BOOL=OFF FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg FREETYPE_CMAKE_ON= -DUSE_FREETYPE:BOOL=ON FREETYPE_CMAKE_OFF= -DUSE_FREETYPE:BOOL=OFF FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 GIF_CMAKE_ON= -DUSE_GIF:BOOL=ON GIF_CMAKE_OFF= -DUSE_GIF:BOOL=OFF GIF_LIB_DEPENDS= libgif.so:graphics/giflib IMAGEVIEWER_CMAKE_ON= -DUSE_QT:BOOL=ON -DUSE_OPENGL:BOOL=ON IMAGEVIEWER_CMAKE_OFF= -DUSE_OPENGL:BOOL=OFF -DUSE_QT:BOOL=OFF IMAGEVIEWER_USE= GL=gl,glu,glew \ QT4=corelib,gui,opengl,qmake_build,moc_build,rcc_build,uic_build OCIO_CMAKE_ON= -DUSE_OCIO:BOOL=ON OCIO_CMAKE_OFF= -DUSE_OCIO:BOOL=OFF OCIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio OPENCV_CMAKE_ON= -DUSE_OPENCV:BOOL=ON OPENCV_CMAKE_OFF= -DUSE_OPENCV:BOOL=OFF OPENCV_LIB_DEPENDS= libopencv_highgui.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core \ libopenjpeg.so:graphics/openjpeg15 OPENJPEG_CMAKE_ON= -DUSE_OPENJPEG:BOOL=ON OPENJPEG_CMAKE_OFF= -DUSE_OPENJPEG:BOOL=OFF OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg RAW_CMAKE_ON= -DUSE_LIBRAW:BOOL=ON RAW_CMAKE_OFF= -DUSE_LIBRAW:BOOL=OFF RAW_LIB_DEPENDS= libraw_r.so:graphics/libraw TEST_CMAKE_ON= -DOIIO_BUILD_TESTS:BOOL=ON TEST_CMAKE_OFF= -DOIIO_BUILD_TESTS:BOOL=OFF PLIST_SUB+= LIBVERS=${PORTVERSION} .include .if ${SLAVE_PORT} == no USE_LDCONFIG= yes CMAKE_ARGS+= -DUSE_PYTHON:BOOL=OFF -DUSE_PYTHON3:BOOL=OFF \ -DOIIO_BUILD_TOOLS:BOOL=ON .else LIB_DEPENDS+= libOpenImageIO.so:graphics/openimageio \ libboost_python.so:devel/boost-python-libs PLIST= ${PKGDIR}/pkg-plist-pybind #while oiio supports py3, ports doesn't have py3 support for boost-python yet USES+= python:2 CMAKE_ARGS+= -DUSE_PYTHON:BOOL=ON -DUSE_PYTHON3:BOOL=OFF \ -DOIIO_BUILD_TOOLS:BOOL=OFF -DUSE_FFMPEG:BOOL=OFF .endif post-patch: @${REINPLACE_CMD} -e 's|share/doc/OpenImageIO|${DOCSDIR}|g' \ ${WRKSRC}/CMakeLists.txt post-install: .if ${SLAVE_PORT} == no ${LN} -sf libOpenImageIO.so.1.7 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO.so.1 ${LN} -sf libOpenImageIO_Util.so.1.7 \ ${STAGEDIR}${PREFIX}/lib/libOpenImageIO_Util.so.1 .endif do-test-TEST-on: @cd ${BUILD_WRKSRC} && ${MAKE_CMD} ARGS=-V test .include Index: head/graphics/openshadinglanguage/Makefile =================================================================== --- head/graphics/openshadinglanguage/Makefile (revision 450556) +++ head/graphics/openshadinglanguage/Makefile (revision 450557) @@ -1,35 +1,35 @@ # Created by: Shane Ambler # $FreeBSD$ PORTNAME= openshadinglanguage PORTVERSION= 1.8.10 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Release- CATEGORIES= graphics devel MAINTAINER= FreeBSD@Shaneware.biz COMMENT= Advanced shading language for production GI renderers LICENSE= BSD3CLAUSE BUILD_DEPENDS= llvm-config40:devel/llvm40 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libIlmImf.so:graphics/OpenEXR \ libImath.so:graphics/ilmbase \ libOpenImageIO.so:graphics/openimageio RUN_DEPENDS= llvm-config40:devel/llvm40 USES= bison cmake:outsource compiler:c++11-lang ncurses USE_GITHUB= yes GH_ACCOUNT= imageworks GH_PROJECT= OpenShadingLanguage CMAKE_ARGS= -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config40" \ -DENABLERTTI:BOOL=OFF -DUSE_BOOST_WAVE:BOOL=OFF USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \ ${WRKSRC}/src/liboslexec/serialize-bc.bash .include Index: head/graphics/panomatic/Makefile =================================================================== --- head/graphics/panomatic/Makefile (revision 450556) +++ head/graphics/panomatic/Makefile (revision 450557) @@ -1,25 +1,25 @@ # Created by: argv[0] (Iouri V. Ivliev) # $FreeBSD$ PORTNAME= panomatic PORTVERSION= 0.9.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ii@any.com.ru COMMENT= Tool that automates the creation of control points BUILD_DEPENDS= bjam:devel/boost-jam \ ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include USES= dos2unix gmake tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/panomatic .include Index: head/graphics/povray37/Makefile =================================================================== --- head/graphics/povray37/Makefile (revision 450556) +++ head/graphics/povray37/Makefile (revision 450557) @@ -1,151 +1,151 @@ # $FreeBSD$ PORTNAME= povray DISTVERSION= 3.7.0.RC6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.povray.org/beta/source/ PKGNAMESUFFIX= 37 DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX} MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Persistence of Vision Ray Tracer LIB_DEPENDS= libboost_thread.so:devel/boost-libs BROKEN_powerpc64= Does not build: c++: Internal error: Killed (program cc1plus) OPTIONS_DEFINE= X11 PNG JPEG TIFF OPENEXR STATIC IO EXAMPLES DOCS OPTIONS_DEFAULT=PNG JPEG OPTIONS_SUB= yes IO_DESC= Without I/O restrictions (security risk) EXAMPLES_DESC= Install example scenes DOCS_DESC= Install HTML documentation USES= gmake GNU_CONFIGURE= yes VERSION_BASE= ${PORTVERSION:C/([0-9]+\.[0-9]+).*/\1/} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${VERSION_BASE} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${VERSION_BASE} DATADIR= ${PREFIX}/share/${PORTNAME}-${VERSION_BASE} ETCDIR= ${PREFIX}/etc/${PORTNAME}/${VERSION_BASE} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lboost_system CONFIGURE_ARGS= COMPILED_BY=${MAINTAINER} \ --program-transform-name='s/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/' \ --disable-optimiz .include .if ${PORT_OPTIONS:MX11} USE_XORG= xpm sm ice x11 USE_SDL= sdl .else CONFIGURE_ARGS+= --without-x .endif .if ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+=--enable-static .endif .if ${PORT_OPTIONS:MIO} CONFIGURE_ARGS+=--disable-io-restrictions .endif .if ${PORT_OPTIONS:MPNG} .if ${PORT_OPTIONS:MSTATIC} BUILD_DEPENDS+= png>=1.4:graphics/png .else LIB_DEPENDS+= libpng.so:graphics/png .endif .else CONFIGURE_ARGS+=--without-libpng .endif .if ${PORT_OPTIONS:MJPEG} .if ${PORT_OPTIONS:MSTATIC} USES+= jpeg:build .else USES+= jpeg .endif .else CONFIGURE_ARGS+=--without-libjpeg .endif .if ${PORT_OPTIONS:MTIFF} .if ${PORT_OPTIONS:MSTATIC} BUILD_DEPENDS+= tiff>=4:graphics/tiff .else LIB_DEPENDS+= libtiff.so:graphics/tiff .endif .else CONFIGURE_ARGS+=--without-libtiff .endif .if ${PORT_OPTIONS:MOPENEXR} .if ${PORT_OPTIONS:MSTATIC} BUILD_DEPENDS+= OpenEXR>=1.6:graphics/OpenEXR .else LIB_DEPENDS+= libIlmImf.so:graphics/OpenEXR CPPFLAGS+= -I${LOCALBASE}/include/OpenEXR .endif .else CONFIGURE_ARGS+=--without-openexr .endif .if !${PORT_OPTIONS:MPNG} || !${PORT_OPTIONS:MJPEG} || !${PORT_OPTIONS:MTIFF} CONFIGURE_ARGS+=NON_REDISTRIBUTABLE_BUILD=yes .endif MAN1= ${PORTNAME}${PKGNAMESUFFIX}.1 DOC_FILES= AUTHORS ChangeLog NEWS PORTDOCS= * PORTEXAMPLES= * post-patch: # Fix with boost 1.52 and now boost 1.55 @${REINPLACE_CMD} -e 's/TIME_UTC/TIME_UTC_/g' ${WRKSRC}/source/backend/scene/view.cpp \ ${WRKSRC}/source/base/timer.cpp \ ${WRKSRC}/vfe/vfepovms.cpp \ ${WRKSRC}/vfe/unix/platformbase.cpp \ ${WRKSRC}/vfe/vfesession.cpp ${FIND} ${WRKSRC}/source/*end \( -name \*.h -o -name \*.cpp \) | \ ${XARGS} ${GREP} -l shared_ptr | ${SED} '/shellout/d' | \ ${XARGS} ${REINPLACE_CMD} -e 's|shared_ptr|boost::shared_ptr|g' pre-build: .if ${PORT_OPTIONS:MSTATIC} && ${PORT_OPTIONS:MTIFF} # graphics/tiff adds dependencies on libjpeg and libjbig @${REINPLACE_CMD} -e 's,^\(LIBS = .*\)-ltiff\(.*\),\1-ltiff -ljpeg -ljbig\2,' ${WRKSRC}/unix/Makefile .endif do-install: @${INSTALL_PROGRAM} ${WRKSRC}/unix/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX} @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${MAN1} @${MKDIR} ${STAGEDIR}${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${ETCDIR} .for i in include ini scripts ${MKDIR} ${STAGEDIR}${DATADIR}/$i cd ${WRKSRC}/$i && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/$i .endfor .if ${PORT_OPTIONS:MX11} @${MKDIR} ${STAGEDIR}${DATADIR}/icons cd ${WRKSRC}/icons && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/icons .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/scenes && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .endif .include Index: head/graphics/py-exiv2/Makefile =================================================================== --- head/graphics/py-exiv2/Makefile (revision 450556) +++ head/graphics/py-exiv2/Makefile (revision 450557) @@ -1,35 +1,35 @@ # Created by: Denis Barov # $FreeBSD$ PORTNAME= exiv2 PORTVERSION= 0.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python MASTER_SITES= https://launchpadlibrarian.net/83595798/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Python bindings for exiv2 LIB_DEPENDS= libexiv2.so:graphics/exiv2\ libboost_python.so:devel/boost-python-libs USES= python:2 scons tar:bzip2 USE_LDCONFIG= yes CXXFLAGS+= -I${LOCALBASE}/include MAKE_ARGS+= prefix=${PREFIX} use_env=1 post-patch: ${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\ "${PREFIX}/include"\]|' -e 's|LIBS=libs|LIBS=libs,\ LIBPATH=\"${PREFIX}/lib\"|'\ ${WRKSRC}/src/SConscript post-install: cd ${STAGEDIR}/${PYTHON_SITELIBDIR}/pyexiv2; ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py . regression-test: build @cd ${WRKSRC} && ${MAKE_CMD} test .include Index: head/graphics/scantailor/Makefile =================================================================== --- head/graphics/scantailor/Makefile (revision 450556) +++ head/graphics/scantailor/Makefile (revision 450557) @@ -1,71 +1,71 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= scantailor PORTVERSION= 0.9.11.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= vg@FreeBSD.org COMMENT= Interactive post-processing tool for scanned pages LICENSE= GPLv3 LIB_DEPENDS= libtiff.so:graphics/tiff \ libjbig.so:graphics/jbigkit \ libpng.so:graphics/png \ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs #MAKE_JOBS_UNSAFE= yes USES= cmake gettext jpeg USE_QT4= corelib gui xml qmake_build uic_build moc_build rcc_build \ linguist_build USE_XORG+= xrender DESKTOP_ENTRIES="Scan Tailor" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Graphics;Scanning;" false OPTIONS_GROUP= DOXYGEN OPTIONS_GROUP_DOXYGEN= HTML LATEX OPTIONS_DEFAULT= HTML_DESC= Install HTML Doxygen files LATEX_DESC= Install LaTeX Doxygen files OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} PORTDOCS= * .endif .if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} BUILD_DEPENDS+= doxygen:devel/doxygen .endif post-patch: @${REINPLACE_CMD} -e 's|_[12]|boost::lambda::&|g; s|bind(|boost::lambda::&|' \ ${WRKSRC}/filters/*/Filter.cpp post-install: ${INSTALL_DATA} ${WRKSRC}/resources/icons/appicon-about.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .if ${PORT_OPTIONS:MHTML} || ${PORT_OPTIONS:MLATEX} @cd ${WRKSRC} && doxygen . .endif .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MHTML} @(cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) .endif .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MLATEX} @(cd ${WRKSRC} && ${COPYTREE_SHARE} latex ${STAGEDIR}${DOCSDIR}) .endif .include Index: head/irc/ezbounce/Makefile =================================================================== --- head/irc/ezbounce/Makefile (revision 450556) +++ head/irc/ezbounce/Makefile (revision 450557) @@ -1,50 +1,50 @@ # Created by: Chris Piazza # $FreeBSD$ PORTNAME= ezbounce PORTVERSION= 1.99.15 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= irc MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ MAINTAINER= portmaster@BSDforge.com COMMENT= Highly configurable IRC Proxy OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS OPTIONS_SUB= yes SSL_USES= ssl SSL_CONFIGURE_WITH= ssl COMPRESS_BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs COMPRESS_CONFIGURE_WITH=boost COMPRESS_DESC= Chat log compression (requires boost) GNU_CONFIGURE= yes USES= gmake USE_GCC= any # ezbounce 1.99.15 isn't compatible with C++11 and later, which some compilers # such as GCC 6 default to. USE_CXXSTD= gnu++03 SUB_FILES= pkg-message post-patch: @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \ ${WRKSRC}/ezb.conf.default @${REINPLACE_CMD} -e 's|=-O2|="$$CXXFLAGS"|g' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/ezb.conf.default ${STAGEDIR}${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/docs/ezbounce.1 ${STAGEDIR}${PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/worklog ${STAGEDIR}${DOCSDIR} .include Index: head/lang/sdcc/Makefile =================================================================== --- head/lang/sdcc/Makefile (revision 450556) +++ head/lang/sdcc/Makefile (revision 450557) @@ -1,99 +1,99 @@ # $FreeBSD$ PORTNAME= sdcc PORTVERSION= 3.6.0 DISTVERSIONPREFIX= src- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= SF MAINTAINER= tijl@FreeBSD.org COMMENT= Small Device C Compiler LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:devel/boost-libs CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]* GNU_CONFIGURE= yes USES= gmake readline:port tar:bzip2 OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_MULTI= TARGETS OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 DEVLIB_DESC= Device libraries HC08_DESC= Freescale 68HC08/S08 MCS51_DESC= Intel MCS51, Maxim DS80C390/DS80C400 PIC_DESC= Microchip PIC STM8_DESC= STMicroelectronics STM8 UCSIM_DESC= The ucSim simulator Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90 CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no PORTDATA= * PORTDOCS= * WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION} OPTIONS_SUB= yes DEVLIB_CONFIGURE_OFF= --disable-device-lib HC08_CONFIGURE_OFF= --disable-hc08 --disable-hc08-port \ --disable-s08-port MCS51_CONFIGURE_OFF= --disable-51 --disable-mcs51-port \ --disable-ds390-port --disable-ds400-port PIC_BUILD_DEPENDS= gputils>=1.2.0:devel/gputils PIC_RUN_DEPENDS= gpasm:devel/gputils PIC_CONFIGURE_OFF= --disable-pic14-port --disable-pic16-port STM8_CONFIGURE_OFF= --disable-stm8 --disable-stm8-port UCSIM_CONFIGURE_OFF= --disable-ucsim Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \ --disable-z180-port --disable-gbz80-port \ --disable-r2k-port --disable-r3ka-port \ --disable-tlcs90-port BROKEN_aarch64= Fails to configure: BFD does not support target aarch64-portbld-freebsd11.0 .include .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .endif post-patch: @${REINPLACE_CMD} '/install:/s/:.*/:/' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/support/sdbinutils/libiberty/Makefile.in @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' \ ${WRKSRC}/support/sdbinutils/bfd/Makefile.in @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/PICARCH/g' \ ${WRKSRC}/device/lib/pic14/Makefile.common \ ${WRKSRC}/device/lib/pic14/Makefile.in \ ${WRKSRC}/device/lib/pic14/configure \ ${WRKSRC}/device/lib/pic14/libm/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/enhanced/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/enhanced-no-xinst/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/regular/Makefile.in \ ${WRKSRC}/device/lib/pic16/Makefile.in \ ${WRKSRC}/device/lib/pic16/configure \ ${WRKSRC}/device/lib/pic16/debug/Makefile.in \ ${WRKSRC}/device/lib/pic16/libc/Makefile.in \ ${WRKSRC}/device/lib/pic16/libio/Makefile.in \ ${WRKSRC}/device/lib/pic16/libm/Makefile.in \ ${WRKSRC}/device/lib/pic16/libsdcc/Makefile.in \ ${WRKSRC}/device/lib/pic16/startup/Makefile.in \ ${WRKSRC}/device/non-free/lib/pic14/Makefile.common.in \ ${WRKSRC}/device/non-free/lib/pic14/Makefile.rules \ ${WRKSRC}/device/non-free/lib/pic16/Makefile.in \ ${WRKSRC}/device/non-free/lib/pic16/configure \ ${WRKSRC}/device/non-free/lib/pic16/libdev/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} 's, [a-z-]*doc,,' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/sim/ucsim/packages_in.mk .endif post-install: ${FIND} -d ${STAGEDIR}${DATADIR} -type d -empty -delete .include Index: head/lang/sdcc-devel/Makefile =================================================================== --- head/lang/sdcc-devel/Makefile (revision 450556) +++ head/lang/sdcc-devel/Makefile (revision 450557) @@ -1,102 +1,102 @@ # $FreeBSD$ PORTNAME= sdcc PORTVERSION= 3.6.1.2016.07.08 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ http://tijl.fastmail.com/mirror/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-src-20160708-9632 MAINTAINER= tijl@FreeBSD.org COMMENT= Small Device C Compiler LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:devel/boost-libs CONFLICTS_INSTALL= sdcc-[0-9]* DESCR= ${PORTSDIR}/lang/sdcc/pkg-descr GNU_CONFIGURE= yes USES= gmake readline:port tar:bzip2 OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_MULTI= TARGETS OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 DEVLIB_DESC= Device libraries HC08_DESC= Freescale 68HC08/S08 MCS51_DESC= Intel MCS51, Maxim DS80C390/DS80C400 PIC_DESC= Microchip PIC STM8_DESC= STMicroelectronics STM8 UCSIM_DESC= The ucSim simulator Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90 CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no PORTDATA= * PORTDOCS= * WRKSRC= ${WRKDIR}/sdcc OPTIONS_SUB= yes DEVLIB_CONFIGURE_OFF= --disable-device-lib HC08_CONFIGURE_OFF= --disable-hc08 --disable-hc08-port \ --disable-s08-port MCS51_CONFIGURE_OFF= --disable-51 --disable-mcs51-port \ --disable-ds390-port --disable-ds400-port PIC_BUILD_DEPENDS= gputils>=1.2.0:devel/gputils PIC_RUN_DEPENDS= gpasm:devel/gputils PIC_CONFIGURE_OFF= --disable-pic14-port --disable-pic16-port STM8_CONFIGURE_OFF= --disable-stm8 --disable-stm8-port UCSIM_CONFIGURE_OFF= --disable-ucsim Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \ --disable-z180-port --disable-gbz80-port \ --disable-r2k-port --disable-r3ka-port \ --disable-tlcs90-port BROKEN_aarch64= Fails to configure: BFD does not support target aarch64-portbld-freebsd11.0 .include .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .endif post-patch: @${REINPLACE_CMD} '/install:/s/:.*/:/' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/support/sdbinutils/libiberty/Makefile.in @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' \ ${WRKSRC}/support/sdbinutils/bfd/Makefile.in @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/PICARCH/g' \ ${WRKSRC}/device/lib/pic14/Makefile.common \ ${WRKSRC}/device/lib/pic14/Makefile.in \ ${WRKSRC}/device/lib/pic14/configure \ ${WRKSRC}/device/lib/pic14/libm/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/enhanced/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/enhanced-no-xinst/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/regular/Makefile.in \ ${WRKSRC}/device/lib/pic16/Makefile.in \ ${WRKSRC}/device/lib/pic16/configure \ ${WRKSRC}/device/lib/pic16/debug/Makefile.in \ ${WRKSRC}/device/lib/pic16/libc/Makefile.in \ ${WRKSRC}/device/lib/pic16/libio/Makefile.in \ ${WRKSRC}/device/lib/pic16/libm/Makefile.in \ ${WRKSRC}/device/lib/pic16/libsdcc/Makefile.in \ ${WRKSRC}/device/lib/pic16/startup/Makefile.in \ ${WRKSRC}/device/non-free/lib/pic14/Makefile.common.in \ ${WRKSRC}/device/non-free/lib/pic14/Makefile.rules \ ${WRKSRC}/device/non-free/lib/pic16/Makefile.in \ ${WRKSRC}/device/non-free/lib/pic16/configure \ ${WRKSRC}/device/non-free/lib/pic16/libdev/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} 's, [a-z-]*doc,,' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/sim/ucsim/packages_in.mk .endif post-install: ${FIND} -d ${STAGEDIR}${DATADIR} -type d -empty -delete .include Index: head/mail/libmapi/Makefile =================================================================== --- head/mail/libmapi/Makefile (revision 450556) +++ head/mail/libmapi/Makefile (revision 450557) @@ -1,86 +1,86 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= libmapi PORTVERSION= 2.3 DISTVERSIONPREFIX= openchange- DISTVERSIONSUFFIX= -VULCAN -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MAINTAINER= kwm@FreeBSD.org COMMENT= Open Source implementation of Microsoft Exchange protocols BUILD_DEPENDS= ${SAMBA_DEP} \ ${LOCALBASE}/bin/flex:textproc/flex \ p5-Parse-Pidl>=4.0.1:devel/p5-Parse-Pidl LIB_DEPENDS= libical.so:devel/libical \ libnanomsg.so:net/nanomsg \ libmemcached.so:databases/libmemcached \ libcheck.so:devel/check \ libtdb.so:databases/tdb \ libtevent.so:devel/tevent \ libtalloc.so:devel/talloc RUN_DEPENDS= ${SAMBA_DEP} USE_MYSQL= yes USES= autoreconf:build bison compiler:c++11-lib gmake pathfix \ pkgconfig python samba:lib shebangfix sqlite PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= openchange GH_PROJECT= openchange GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-samba=${LOCALBASE} CONFIGURE_ENV= PYTHON_CONFIG=${LOCALBASE}/bin/python${PYTHON_VER}-config \ FLEX=${LOCALBASE}/bin/flex SHEBANG_FILES= libmapi/conf/mparse.pl \ script/check_exchange \ script/mkproto.pl \ setup/openchange_group \ setup/openchange_migrate \ setup/openchange_neworganization \ setup/openchange_newuser \ setup/openchange_provision OPTIONS_SUB= yes OPTIONS_DEFINE= BOOST DOXYGEN OPTIONS_DEFAULT=BOOST BOOST_LIB_DEPENDS= libboost_thread.so:devel/boost-libs BOOST_CONFIGURE_ENV_OFF= ov_cv_boost_thread=no BOOST_DESC= libmapi C++ library (needs boost) DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_path_DOXYGEN="" PLIST_SUB= SAMBA=${SAMBAPORT:T} .include .if ${SAMBA_DEFAULT} == 4.4 BROKEN= fails to build .endif # --enable-openchange-qt4 Compile OpenChange Qt4 wrapper. post-patch: @${REINPLACE_CMD} -e "s/mkdir --parent/mkdir -p/g" \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|||g' \ ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's|libnanomsg|nanomsg|g' \ ${WRKSRC}/configure.ac pre-configure: @cd ${WRKSRC} && sh autogen.sh post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/openchange cd ${WRKSRC}/doc/doxygen/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/openchange/ @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/* @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/lib*.so.* @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/shared-modules/dcerpc_server/*.so @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/modules/dcerpc_mapiproxy*/*.so .include Index: head/math/armadillo/Makefile =================================================================== --- head/math/armadillo/Makefile (revision 450556) +++ head/math/armadillo/Makefile (revision 450557) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= armadillo PORTVERSION= 7.950.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/arma MAINTAINER= danilo@FreeBSD.org COMMENT= C++ linear algebra library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libopenblasp.so:math/openblas \ libarpack.so:math/arpack \ libhdf5.so:science/hdf5 \ libsuperlu.so:math/superlu USES= blaslapack cmake compiler:c++11-lang pkgconfig tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DPKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig/ BROKEN_powerpc64= Does not build .include Index: head/math/aspcud/Makefile =================================================================== --- head/math/aspcud/Makefile (revision 450556) +++ head/math/aspcud/Makefile (revision 450557) @@ -1,26 +1,26 @@ # Created by: Vsevolod Stakhov # $FreeBSD$ PORTNAME= aspcud PORTVERSION= 1.9.1 DISTVERSIONSUFFIX= -source -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math ports-mgmt sysutils MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} MAINTAINER= vsevolod@FreeBSD.org COMMENT= Advanced solver for package dependencies LICENSE= GPLv3 BUILD_DEPENDS= re2c:devel/re2c LIB_DEPENDS= libboost_thread.so:devel/boost-libs RUN_DEPENDS= gringo:math/gringo \ clasp:math/clasp \ bash:shells/bash USES= compiler:c++11-lang cmake:outsource python:run CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man .include Index: head/math/cadabra2/Makefile =================================================================== --- head/math/cadabra2/Makefile (revision 450556) +++ head/math/cadabra2/Makefile (revision 450557) @@ -1,88 +1,88 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= cadabra2 PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@rawbw.com COMMENT= Computer algebra system for solving field theory problems LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/doc/license.txt PATCH_DEPENDS= ${NONEXISTENT}:devel/boost-libs:extract \ ${NONEXISTENT}:devel/websocketpp:extract BUILD_DEPENDS= ${LOCALBASE}/include/websocketpp/client.hpp:devel/websocketpp LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ libboost_system.so:devel/boost-libs \ libpcrecpp.so:devel/pcre \ libjsoncpp.so:devel/jsoncpp \ libgmp.so:math/gmp \ libuuid.so:misc/e2fsprogs-libuuid RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sympy/__init__.py:math/py-sympy \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib OPTIONS_DEFINE= GUI OPTIONS_DEFAULT=GUI USES= compiler:c++14-lang cmake gettext-runtime pkgconfig python:2 sqlite USE_GITHUB= yes GH_ACCOUNT= kpeeters GUI_USE= GNOME=gtkmm30,gdkpixbuf2 USE_TEX= base texmf texhash USE_LDCONFIG= yes OPTIONS_SUB= yes GUI_INSTALLS_ICONS= yes GUI_USES= desktop-file-utils CMAKE_ARGS+= -DBOOST_ROOT=${LOCALBASE} CMAKE_ARGS+= -DUSE_PYTHON_3:BOOL=OFF GUI_CMAKE_BOOL= FRONTEND CXXFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include/jsoncpp LDFLAGS+= -L${LOCALBASE}/lib -ljsoncpp CMAKE_CXX_FLAGS=${CXXFLAGS} CMAKE_INSTALL_PREFIX=${PREFIX} post-extract: @${RM} -r ${WRKSRC}/client_server/jsoncpp ${WRKSRC}/client_server/websocketpp pre-patch: # workaround for https://github.com/zaphoyd/websocketpp/issues/563, so that the local patch can be applied @${MKDIR} ${WRKSRC}/override/include/boost/asio/detail/impl @${CP} `${MAKE} -C ${PORTSDIR}/devel/boost-libs -V WRKSRC`/boost/asio/detail/impl/socket_ops.ipp \ ${WRKSRC}/override/include/boost/asio/detail/impl/ # workaround for https://github.com/zaphoyd/websocketpp/issues/587, so that the local patch can be applied @${MKDIR} ${WRKSRC}/override/include/websocketpp/transport/asio @${CP} `${MAKE} -C ${PORTSDIR}/devel/websocketpp -V WRKSRC`/websocketpp/transport/asio/endpoint.hpp \ ${WRKSRC}/override/include/websocketpp/transport/asio/ post-patch: @${REINPLACE_CMD} -e 's|execute|#execute|' \ -e 's|"$${GIT_COMMIT_SERIAL}.$${GIT_SHORT_SHA}"|"FreeBSD port version=${PORTVERSION} tag=${GH_TAGNAME}"|' \ -e 's|set(CADABRA_VERSION_DATE "$${THE_DATE}"|set(CADABRA_VERSION_DATE "'`date "+%Y-%m-%d"`'"|' \ -e 's|include_directories(|include_directories($${PROJECT_SOURCE_DIR}/override/include |' \ ${WRKSRC}/CMakeLists.txt post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra2html ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra-server ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/cadabra2.so post-install-GUI-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cadabra2-gtk @${GZIP_CMD} < ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2-gtk.svg \ > ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2-gtk.svgz @${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2-gtk.svg @${LN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/cadabra2-gtk.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/cadabra-gtk.png @${LN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/cadabra2-gtk.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/128x128/apps/cadabra-gtk.png @${LN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/cadabra2-gtk.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/cadabra-gtk.png @${LN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra2-gtk.svgz \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/cadabra-gtk.svgz .include Index: head/math/cgal/Makefile =================================================================== --- head/math/cgal/Makefile (revision 450556) +++ head/math/cgal/Makefile (revision 450557) @@ -1,50 +1,50 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= cgal PORTVERSION= 4.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/releases/${DISTNAME}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= Computational geometry library LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi BROKEN_sparc64= does not build: fails to compile all_files.cpp BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ ${LOCALBASE}/lib/libntl.a:math/ntl LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libmpfr.so:math/mpfr \ libgmp.so:math/gmp #TODO math/mpfi, math/rs, graphics/qglviewer #Not yet in ports USES= cmake shebangfix tar:xz USE_LDCONFIG= yes SHEBANG_FILES= scripts/cgal_create_CMakeLists \ scripts/cgal_create_cmake_script OPTIONS_DEFINE= VISUALIZATION QT5 VISUALIZATION_IMPLIES= QT5 OPTIONS_SUB= yes VISUALIZATION_DESC= Visualization Required for most demos (Qt5 Geomview) VISUALIZATION_LIB_DEPENDS= libgeomview.so:graphics/geomview .include .if ${PORT_OPTIONS:MQT5} CMAKE_ARGS+= -DWITH_CGAL_Qt5=ON USE_QT5+= core gui opengl widgets svg buildtools_build qmake_build USE_GL+= gl glu .else CMAKE_ARGS+= -DWITH_CGAL_Qt5=OFF .endif .include Index: head/math/clblas/Makefile =================================================================== --- head/math/clblas/Makefile (revision 450556) +++ head/math/clblas/Makefile (revision 450557) @@ -1,37 +1,37 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= clblas PORTVERSION= 2.10 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= dieterich@ogolem.org COMMENT= Software library containing BLAS functions written in OpenCL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ libboost_program_options.so:devel/boost-libs RUN_DEPENDS= opencl>=0:devel/opencl BROKEN_powerpc64= fails to compile: xgemm.cc: error: extra ';' USE_GITHUB= yes GH_ACCOUNT= clMathLibraries GH_PROJECT= clBLAS USE_LDCONFIG= yes USES= cmake python CMAKE_ARGS+= -DBUILD_TEST=OFF \ -DBUILD_KTEST=OFF \ -DCORR_TEST_WITH_ACML=OFF \ -DSUFFIX_LIB="" CMAKE_SOURCE_PATH= ${WRKSRC}/src .include Index: head/math/cryptominisat/Makefile =================================================================== --- head/math/cryptominisat/Makefile (revision 450556) +++ head/math/cryptominisat/Makefile (revision 450557) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= cryptominisat PORTVERSION= 5.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= 6yearold@gmail.com COMMENT= General-purpose award-winning SAT solver LICENSE= MIT LGPL21 LICENSE_COMB= multi LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE-SCALMC BUILD_DEPENDS= xxd:editors/vim-lite # for xxd tool LIB_DEPENDS= libboost_program_options.so:devel/boost-libs BROKEN_powerpc64= fails to compile: main.cpp: undefined reference to boost::program_options::abstract_variables_map::operator[] USE_GITHUB= yes GH_ACCOUNT= msoos USES= cmake compiler:c++11-lib USE_LDCONFIG= yes CMAKE_ARGS= -DNOM4RI=1 -DENABLE_PYTHON_INTERFACE=OFF .include Index: head/math/dynare/Makefile =================================================================== --- head/math/dynare/Makefile (revision 450556) +++ head/math/dynare/Makefile (revision 450557) @@ -1,64 +1,64 @@ # Created by: Fernando Apesteguia # $FreeBSD$ PORTNAME= dynare PORTVERSION= 4.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Software platform for handling a wide class of economic models LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/unordered_set.hpp:devel/boost-libs \ ctangle:devel/cweb LIB_DEPENDS= libumfpack.so:math/suitesparse \ libmatio.so:math/matio \ libhdf5.so:science/hdf5 \ libopenblas.so:math/openblas \ libopenblasp.so:math/openblas \ libfftw3_threads.so:math/fftw3 \ libfftw3.so:math/fftw3 \ libfftw3f_threads.so:math/fftw3-float \ libfftw3f.so:math/fftw3-float WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes USES= fortran gmake pkgconfig tar:xz shebangfix SHEBANG_FILES= matlab/modules/reporting/success.sh INFO= dynare OPTIONS_DEFINE= OCTAVE MATLAB OCTAVE_DESC= Enable compilation of MEX files for Octave MATLAB_DESC= Enable compilation of MEX files for MATLAB OPTIONS_DEFAULT= OCTAVE MATLAB_CONFIGURE_ENABLE= matlab OCTAVE_CONFIGURE_ENABLE= octave OCTAVE_BUILD_DEPENDS= octave:math/octave CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-configure: @${ECHO_MSG} "" @${ECHO_MSG} "" @${ECHO_MSG} "*******************************************************************************" @${ECHO_MSG} "Follow instructions at http://www.freebsd.org/doc/handbook/linuxemu-matlab.html" @${ECHO_MSG} "on how to install MATLAB on FreeBSD" @${ECHO_MSG} "*******************************************************************************" @${ECHO_MSG} "" @${ECHO_MSG} "" .include post-install: .if ${ARCH} == "amd64" ${REINPLACE_CMD} -e 's|preprocessor32|preprocessor64|g' ${TMPPLIST} .endif .include Index: head/math/fityk/Makefile =================================================================== --- head/math/fityk/Makefile (revision 450556) +++ head/math/fityk/Makefile (revision 450557) @@ -1,87 +1,87 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= fityk PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= ports@FreeBSD.org COMMENT= Free peak fitting software LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>=1.35:devel/boost-libs \ swig2.0:devel/swig20 \ gnuplot:math/gnuplot RUN_DEPENDS= gnuplot:math/gnuplot USE_GITHUB= yes GH_ACCOUNT= wojdyr GH_PROJECT= xylib:xylib GH_TAGNAME= v1.4:xylib USES= autoreconf compiler:c++11-lib desktop-file-utils gmake \ libtool lua readline shared-mime-info USE_CXXSTD= c++11 USE_GNOME= gtk20 USE_WX= 3.0 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes CFLAGS+= -D_GNU_SOURCE CPPFLAGS+= -I${WRKDIR}/xylib-1.4 \ -I${LOCALBASE}/include LDFLAGS+= -L${WRKDIR}/xylib-1.4/xylib/.libs \ -lpthread -lbz2 -lz -L${LOCALBASE}/lib PORTDOCS= * OPTIONS_DEFINE= DOCS PYTHON OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx PYTHON_USES= python PYTHON_CONFIGURE_ENABLE= python post-patch: @${REINPLACE_CMD} -e '/)\/html/s|^|#|' \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ ${WRKSRC}/doc/fityk.1 @${REINPLACE_CMD} -e '/XYLIB_USE_TR1_MEMORY/s| 1| 0|' \ ${WRKDIR}/xylib-1.4/xylib/cache.h pre-configure: @cd ${WRKDIR}/xylib-1.4 \ && ${AUTORECONF} -f -i \ && ${SH} ./configure --disable-shared --without-gui \ CC="${CC}" CFLAGS="${CFLAGS} -fPIC" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -fPIC" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" pre-build: @cd ${WRKDIR}/xylib-1.4 && ${DO_MAKE_BUILD} ${ALL_TARGET} post-build-DOCS-on: @cd ${WRKSRC}/doc && ${DO_MAKE_BUILD} html post-install: (cd ${WRKDIR}/xylib-1.4 && ${INSTALL_PROGRAM} xyconv \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKDIR}/xylib-1.4 && ${INSTALL_MAN} xyconv.1 \ ${STAGEDIR}${MANPREFIX}/man/man1) post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html \ ${STAGEDIR}${DOCSDIR}) @${LN} -sf ${DOCSDIR}/html ${STAGEDIR}${DATADIR} .include Index: head/math/freemat/Makefile =================================================================== --- head/math/freemat/Makefile (revision 450556) +++ head/math/freemat/Makefile (revision 450557) @@ -1,49 +1,49 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= FreeMat PORTVERSION= 4.2 DISTVERSIONSUFFIX= -Source -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math science MASTER_SITES= SF/freemat/FreeMat4 MAINTAINER= ports@FreeBSD.org COMMENT= Numerical computing environment LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/share/llvm33/cmake/LLVMConfig.cmake:devel/llvm33 \ ${LOCALBASE}/llvm33/lib/libclang.a:lang/clang33 LIB_DEPENDS= libarpack.so:math/arpack \ libboost_math_c99.so:devel/boost-libs \ libffi.so:devel/libffi \ libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float \ libpcre.so:devel/pcre \ libportaudio.so:audio/portaudio \ libumfpack.so:math/suitesparse USES= blaslapack cmake:outsource dos2unix fortran pkgconfig python:build USE_GL= yes USE_QT4= gui network opengl svg webkit xml \ moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DCMAKE_LIBRARY_PATH:STRING="${LOCALBASE}/llvm33/lib" \ -DCMAKE_PREFIX_PATH:STRING="${LOCALBASE}/share/llvm33/cmake" \ -DAMD_INCLUDE_DIR:STRING="${LOCALBASE}/include/suitesparse" \ -DUMFPACK_INCLUDE_DIR:STRING="${LOCALBASE}/include/suitesparse" DOS2UNIX_FILES= CMakeLists.txt libs/libFN/fdlibm.h CXXFLAGS+= -I${LOCALBASE}/llvm33/include LDFLAGS+= -L${LOCALBASE}/llvm33/lib DATADIR= ${PREFIX}/share/${PORTNAME}-${PORTVERSION} DESKTOP_ENTRIES="FreeMat" "" "${PREFIX}/share/pixmaps/freemat.png" \ "FreeMat" "Science;Math;NumericalAnalysis;" true PORTDATA= * post-install: ${INSTALL_DATA} ${WRKSRC}/images/freemat_small_mod_64.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/freemat.png .include Index: head/math/kig/Makefile =================================================================== --- head/math/kig/Makefile (revision 450556) +++ head/math/kig/Makefile (revision 450557) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 interactive geometry application LIB_DEPENDS= libboost_python.so:devel/boost-python-libs USES= cmake:outsource compiler:c++11-lib kde:4 python:run \ shebangfix tar:xz USE_KDE= kdelibs automoc4 USE_QT4= gui xml moc_build qmake_build rcc_build uic_build SHEBANG_FILES= pykig/pykig.py .include Index: head/math/liborigin/Makefile =================================================================== --- head/math/liborigin/Makefile (revision 450556) +++ head/math/liborigin/Makefile (revision 450557) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= liborigin PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0 MAINTAINER= ports@FreeBSD.org COMMENT= Library and utility for reading OriginLab project files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs CONFLICTS_INSTALL= labplot-2.* USES= cmake:outsource USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= * OPTIONS_DEFINE= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen post-patch-DOXYGEN-off: @${REINPLACE_CMD} -e '/find_package(Doxygen)/d' ${WRKSRC}/CMakeLists.txt .include Index: head/math/mosesdecoder/Makefile =================================================================== --- head/math/mosesdecoder/Makefile (revision 450556) +++ head/math/mosesdecoder/Makefile (revision 450557) @@ -1,36 +1,36 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= mosesdecoder PORTVERSION= 2.1.1 DISTVERSIONPREFIX= RELEASE- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= demon@FreeBSD.org COMMENT= A statistical machine translation system BUILD_DEPENDS= bash:shells/bash \ bjam:devel/boost-jam LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libRandLM.so:textproc/randlm \ libirstlm.so:textproc/irstlm RUN_DEPENDS= lmplz:textproc/kenlm USE_GITHUB= yes GH_ACCOUNT= moses-smt USES= compiler:c++11-lang shebangfix SHEBANG_REGEX= ./scripts/.*\.(sh|pl|perl|cgi) MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --prefix=${STAGEDIR}${PREFIX} --install-scripts=${STAGEDIR}${DATADIR} --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} release cd ${STAGEDIR}${PREFIX}/bin && ${RM} build_binary filter fragment lmplz query .include Index: head/math/pdal/Makefile =================================================================== --- head/math/pdal/Makefile (revision 450556) +++ head/math/pdal/Makefile (revision 450557) @@ -1,86 +1,86 @@ # Created by: bart # $FreeBSD$ PORTNAME= pdal PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org COMMENT= Library for translating and manipulating point cloud data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libgdal.so:graphics/gdal \ libgeos.so:graphics/geos \ libboost_thread.so:devel/boost-libs \ libcurl.so:ftp/curl \ libgeotiff.so:graphics/libgeotiff \ libxml2.so:textproc/libxml2 \ liblaszip.so:archivers/laszip \ libjsoncpp.so:devel/jsoncpp USES= cmake:outsource compiler:c++11-lib pathfix pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME:tu} GH_PROJECT= ${GH_ACCOUNT} # Unhide std::to_string() to fix build with GCC (see ports/193528 for details). CXXFLAGS+= -D_GLIBCXX_USE_C99 CMAKE_ARGS+= -DWITH_LASZIP:BOOL=TRUE #Doesn't build without laszip. LASZIP is recommended OPTIONS_DEFINE= BASH \ ICEBRIDGE PGPOINTCLOUD SQLITE MBIO \ PYTHON TESTS OPTIONS_DEFAULT= PYTHON PGPOINTCLOUD SQLITE #Option without port #lazperf #Plugins with lib not in port: #RivLib, Matlab, MrSID, CPD, GeoWave, GreyHound, HexBin, NITF (nitro) OPTIONS_SUB= yes PGPOINTCLOUD_DESC= Enable Coherent PostgreSQL Point Cloud plugin PGPOINTCLOUD_CMAKE_ON= -DBUILD_PLUGIN_PGPOINTCLOUD:BOOL=TRUE PGPOINTCLOUD_USES= pgsql PGPOINTCLOUD_CMAKE_OFF= -DBUILD_PLUGIN_PGPOINTCLOUD:BOOL=FALSE SQLITE_DESC= Enable SQLite plugin SQLITE_CMAKE_ON= -DBUILD_PLUGIN_SQLITE:BOOL=TRUE SQLITE_USES= sqlite SQLITE_CMAKE_OFF= -DBUILD_PLUGIN_SQLITE:BOOL=FALSE PYTHON_DESC= Enable Python plugin PYTHON_CMAKE_ON= -DBUILD_PLUGIN_PYTHON:BOOL=TRUE PYTHON_USES= python PYTHON_BUILD_DEPENDS= ${PYNUMPY} PYTHON_RUN_DEPENDS= ${PYNUMPY} PYTHON_CMAKE_OFF= -DBUILD_PLUGIN_PYTHON:BOOL=FALSE TESTS_DESC= Enable Tests TESTS_CMAKE_ON= -DBUILD_PLUGIN_TESTS:BOOL=TRUE TESTS_CMAKE_OFF= DBUILD_PLUGIN_TESTS:BOOL=FALSE ICEBRIDGE_DESC= Enable Icebridge plugin ICEBRIDGE_LIB_DEPENDS= libhdf5.so:science/hdf5 \ libsz.so:science/szip ICEBRIDGE_CMAKE_ON= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=TRUE ICEBRIDGE_CMAKE_OFF= -DBUILD_PLUGIN_ICEBRIDGE:BOOL=FALSE MBIO_DESC= Enable MBIO plugin MBIO_CMAKE_ON= -DBUILD_PLUGIN_MBIO:BOOL=TRUE MBIO_CMAKE_OFF= -DBUILD_PLUGIN_MBIO:BOOL=FALSE BASH_DESC= BASH completion BASH_CMAKE_ON= -DWITH_COMPLETION:BOOL=TRUE BASH_RUN_DEPENDS= bash:shells/bash BASH_CMAKE_OFF= -DWITH_COMPLETION:BOOL=FALSE post-install-BASH-on: ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions ${INSTALL_DATA} ${WRKSRC}/scripts/bash-completion/pdal \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions .include Index: head/math/rocs/Makefile =================================================================== --- head/math/rocs/Makefile (revision 450556) +++ head/math/rocs/Makefile (revision 450557) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= rocs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE Graph theory IDE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake:outsource grantlee:4 kde:4 tar:xz USE_KDE= kdelibs automoc4 USE_QT4= gui qtestlib script scripttools webkit xml \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes .include Index: head/math/stp/Makefile =================================================================== --- head/math/stp/Makefile (revision 450556) +++ head/math/stp/Makefile (revision 450557) @@ -1,24 +1,24 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= stp PORTVERSION= 1436 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://intara.arrowdodger.ru/ MAINTAINER= 6yearold@gmail.com COMMENT= Decision Procedure for Bitvectors and Arrays LICENSE= MIT LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \ libboost_system.so:devel/boost-libs USES= bison:build cmake:noninja perl5 tar:xz USE_PERL5= build CMAKE_ARGS= -DFL_LIBRARY=/usr/lib/libfl.a BROKEN_aarch64= Fails to compile: undefined reference to sbrk .include Index: head/math/ufc/Makefile =================================================================== --- head/math/ufc/Makefile (revision 450556) +++ head/math/ufc/Makefile (revision 450557) @@ -1,27 +1,27 @@ # Created by: Jason Bacon # $FreeBSD$ PORTNAME= ufc PORTVERSION= ${MMVERSION}.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ MAINTAINER= bacon4000@gmail.com COMMENT= Unified framework for finite element assembly BUILD_DEPENDS= swig2.0:devel/swig20 LIB_DEPENDS= libboost_math_c99.so:devel/boost-libs # LICENSE= public domain USES= cmake python:2 CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig MMVERSION= 2.2 post-patch: ${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' ${WRKSRC}/src/utils/python/ufc_utils/build.py .include Index: head/math/vowpal_wabbit/Makefile =================================================================== --- head/math/vowpal_wabbit/Makefile (revision 450556) +++ head/math/vowpal_wabbit/Makefile (revision 450557) @@ -1,24 +1,24 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= demon@FreeBSD.org COMMENT= Fast out-of-core learning system LIB_DEPENDS= libboost_thread.so:devel/boost-libs BROKEN_powerpc64= fails to compile: network.cc: 'atoi' was not declared in this scope USES= compiler:c++11-lang libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= JohnLangford CONFIGURE_ARGS= --enable-shared=no --with-boost=${LOCALBASE} .include Index: head/misc/artikulate/Makefile =================================================================== --- head/misc/artikulate/Makefile (revision 450556) +++ head/misc/artikulate/Makefile (revision 450557) @@ -1,22 +1,22 @@ # $FreeBSD$ PORTNAME= artikulate PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Pronunciation trainer for KDE LIB_DEPENDS= libQtGStreamer-1.0.so:multimedia/gstreamer1-qt4 \ libboost_thread.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/kde4/imports/org/kde/charts/qmldir:graphics/kqtquickcharts IGNORE= not usable, links to both GStreamer 0.10.x and 1.x USES= cmake:outsource kde:4 tar:xz USE_KDE= automoc4 kdelibs libkdeedu runtime_run USE_QT4= moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes .include Index: head/multimedia/aegisub/Makefile =================================================================== --- head/multimedia/aegisub/Makefile (revision 450556) +++ head/multimedia/aegisub/Makefile (revision 450557) @@ -1,90 +1,90 @@ # Created by: Leinier Cruz Salfran # $FreeBSD$ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp2.aegisub.org/pub/archives/releases/source/ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform subtitle editor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libicui18n.so:devel/icu \ libass.so:multimedia/libass \ libfontconfig.so:x11-fonts/fontconfig USES= compiler:c++11-lib desktop-file-utils gettext gmake iconv \ localbase pkgconfig tar:xz USE_GNOME= intltool USE_WX= 3.0 WX_CONF_ARGS= absolute USE_GL= gl USE_CSTD= c99 USE_CXXSTD= c++11 CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528 LDFLAGS+= -Wl,--as-needed # freetype GNU_CONFIGURE= yes CONFIGURE_ENV= ICONV_LIBS="${ICONV_LIB}" PTHREAD_LIBS="-pthread" \ agi_cv_with_iconv=yes CONFIGURE_ARGS= --disable-compiler-flags \ --disable-gcc-prec \ --disable-sanity-checks \ --disable-update-checker \ --without-libc++ \ ${ICONV_CONFIGURE_ARG} INSTALLS_ICONS= yes PLIST_SUB= VERSION="${PORTVERSION:R}" OPTIONS_DEFINE= ALSA DOCS FFMPEG FFTW HUNSPELL OPENAL PORTAUDIO \ PULSEAUDIO OPTIONS_DEFAULT= FFMPEG FFTW HUNSPELL PULSEAUDIO ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_OFF= --without-alsa FFMPEG_LIB_DEPENDS= libffms2.so:multimedia/ffms2 FFMPEG_CONFIGURE_OFF= --without-ffms FFTW_LIB_DEPENDS= libfftw3.so:math/fftw3 FFTW_CONFIGURE_OFF= --without-fftw3 HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_CONFIGURE_OFF= --without-hunspell OPENAL_USES= openal OPENAL_CONFIGURE_OFF= --without-openal PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio PORTAUDIO_CONFIGURE_OFF=\ --without-portaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CONFIGURE_OFF=\ --without-libpulse BROKEN_aarch64= Fails to compile: no support for this architecture (yet) # src/audio_display.o: undefined reference to symbol '__atomic_load_8@@LIBATOMIC_1.0' .if empty(CFLAGS:M-march=*) CFLAGS+= ${CFLAGS_${ARCH}_${CHOSEN_COMPILER_TYPE}} CFLAGS_i386_gcc= -march=pentium .endif post-patch: @${REINPLACE_CMD} -e \ 's| -O3||' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|".*build/|"./build/|' ${WRKSRC}/build/version.sh @${REINPLACE_CMD} -e \ 's|^CC=|CC?=| ; \ /^CCOPT_/s|=.*|=| ; \ /^CCDEBUG/s|=.*|=|' ${WRKSRC}/vendor/luajit/src/Makefile post-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ automation/v4-docs ${STAGEDIR}${DOCSDIR}) @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/aegisub-* .include Index: head/multimedia/bombono/Makefile =================================================================== --- head/multimedia/bombono/Makefile (revision 450556) +++ head/multimedia/bombono/Makefile (revision 450557) @@ -1,55 +1,55 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= bombono PORTVERSION= 1.2.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dvd/${PORTVERSION:R} DISTNAME= ${PORTNAME}-dvd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= DVD authoring program LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gm:graphics/GraphicsMagick LIB_DEPENDS= libxml++-2.6.so:textproc/libxml++26 \ liblavfile.so:multimedia/mjpegtools \ libdvdread.so:multimedia/libdvdread \ libavcodec.so:multimedia/ffmpeg \ libboost_filesystem.so:devel/boost-libs RUN_DEPENDS= gm:graphics/GraphicsMagick \ enca:converters/enca \ growisofs:sysutils/dvd+rw-tools \ toolame:audio/toolame BROKEN= fails to compile: weakref.h: macro "static_assert" passed 3 arguments, but takes just 2 USES= desktop-file-utils gettext pkgconfig scons shared-mime-info \ tar:bzip2 USE_CXXSTD= gnu++98 USE_GNOME= gtkmm24 INSTALLS_ICONS= yes CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl MAKE_ARGS= DVDREAD_INCLUDE=${LOCALBASE}/include \ DVDREAD_LIBPATH=${LOCALBASE}/lib \ CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" \ CC="${CC}" CXX="${CXX}" USE_EXT_BOOST=true .include .if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000023 USES+= compiler:gcc-c++11-lib .endif post-install: .for i in bombono-dvd mpeg2demux ${INSTALL_MAN} ${WRKSRC}/docs/man/man1/${i}.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor .include Index: head/multimedia/cclive/Makefile =================================================================== --- head/multimedia/cclive/Makefile (revision 450556) +++ head/multimedia/cclive/Makefile (revision 450557) @@ -1,30 +1,30 @@ # Created by: Toni Gundogdu # $FreeBSD$ PORTNAME= cclive PORTVERSION= 0.7.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia net MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Lightweight command line video extraction tool LICENSE= GPLv3 BROKEN_powerpc64= Does not build LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libpcre.so:devel/pcre \ libquvi.so:multimedia/libquvi USES= pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE} PLIST_FILES= bin/ccl \ bin/cclive \ man/man1/cclive.1.gz .include Index: head/multimedia/flvtool++/Makefile =================================================================== --- head/multimedia/flvtool++/Makefile (revision 450556) +++ head/multimedia/flvtool++/Makefile (revision 450557) @@ -1,32 +1,32 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= flvtool++ PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org COMMENT= Tool for hinting and manipulating the metadata of FLV files LICENSE= BSD3CLAUSE LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= Elbandi GH_PROJECT= flvtool-pp GH_TAGNAME= c0438e8 CFLAGS+= -I${LOCALBASE}/include/boost PLIST_FILES= bin/flvtool++ USES= scons post-patch: ${REINPLACE_CMD} -e 's|/usr/local/include/boost-1_33_1|${LOCALBASE}/include|' \ ${WRKSRC}/SConscript do-install: ${INSTALL_PROGRAM} ${WRKSRC}/flvtool++ ${STAGEDIR}${PREFIX}/bin .include Index: head/multimedia/gstreamer-qt4/Makefile =================================================================== --- head/multimedia/gstreamer-qt4/Makefile (revision 450556) +++ head/multimedia/gstreamer-qt4/Makefile (revision 450557) @@ -1,35 +1,35 @@ # Created by: Dima Panov # $FreeBSD$ PORTNAME= gstreamer PORTVERSION= 0.10.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/ PKGNAMESUFFIX= -qt4 DISTNAME= qt-${PORTNAME}-${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Qt4 bindings for GStreamer multimedia library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= bison cmake:noninja gmake kde:4 pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GSTREAMER= yes USE_GNOME= glib20 USE_KDE= automoc4 USE_QT4= corelib gui opengl declarative \ qmake_build moc_build rcc_build uic_build qtestlib_build PLIST_SUB= VERSION="${PORTVERSION}" GST_VERSION="${GST_VERSION}" GST_VERSION= ${PORTVERSION:C/..$//} CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/multimedia/gstreamer1-qt4/Makefile =================================================================== --- head/multimedia/gstreamer1-qt4/Makefile (revision 450556) +++ head/multimedia/gstreamer1-qt4/Makefile (revision 450557) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= gstreamer1-qt PORTVERSION= 1.2.0 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-gstreamer/ PKGNAMESUFFIX?= 4 DISTNAME= qt-gstreamer-${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Qt ${PKGNAMESUFFIX} bindings for GStreamer 1.x multimedia library LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libgstreamer-1.0.so:multimedia/gstreamer1 CONFLICTS_INSTALL= gstreamer-qt${PKGNAMESUFFIX}-* USES= bison cmake:outsource pathfix pkgconfig tar:xz USE_GSTREAMER1= yes USE_GL= gl USE_GNOME= glib20 . if ${PKGNAMESUFFIX:M4} USE_QT4= corelib gui opengl declarative script \ qmake_build moc_build rcc_build uic_build qtestlib_build PLIST_SUB= QT4_ONLY="" QT5_ONLY="@comment " . else USE_QT5= buildtools_build qmake_build core gui network opengl \ qml quick testlib widgets QTVER_SUFFIX= 5 PLIST_SUB= QT4_ONLY="@comment " QT5_ONLY="" . endif USE_LDCONFIG= yes CMAKE_ARGS= -DUSE_GST_PLUGIN_DIR=off \ -DUSE_QT_PLUGIN_DIR=off \ -DQT_VERSION=${PKGNAMESUFFIX} PLIST_SUB+= SHLIB_VER="${PORTVERSION}" \ QTVER_SUFFIX="${QTVER_SUFFIX}" .include Index: head/multimedia/gstreamer1-qt5/Makefile =================================================================== --- head/multimedia/gstreamer1-qt5/Makefile (revision 450556) +++ head/multimedia/gstreamer1-qt5/Makefile (revision 450557) @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= gstreamer-qt -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= 5 MASTERDIR= ${.CURDIR:H}/gstreamer1-qt4 .include "${MASTERDIR}/Makefile" Index: head/multimedia/miro/Makefile =================================================================== --- head/multimedia/miro/Makefile (revision 450556) +++ head/multimedia/miro/Makefile (revision 450557) @@ -1,73 +1,73 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= miro PORTVERSION= 6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ MAINTAINER= swills@FreeBSD.org COMMENT= Video player to get internet TV broadcasts LICENSE= GPLv2 BUILD_DEPENDS= pyrexc:devel/pyrex \ ${PYTHON_SITELIBDIR}/webkit/__init__.py:www/py-webkitgtk \ update-mime-database:misc/shared-mime-info \ ${LOCALBASE}/include/boost/numeric/ublas/matrix.hpp:devel/boost-libs \ ${LOCALBASE}/include/taglib/taglib.h:audio/taglib LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ libsqlite3.so:databases/sqlite3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/dbus/glib.py:devel/py-dbus \ ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:devel/py-notify \ ${PYTHON_SITELIBDIR}/libtorrent.so:net-p2p/libtorrent-rasterbar-python \ ${PYTHON_SITELIBDIR}/webkit/webkit.so:www/py-webkitgtk \ ${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:x11-toolkits/py-gnome2 \ ${PYTHON_SITELIBDIR}/pycurl.so:ftp/py-pycurl \ ${PYTHON_SITELIBDIR}/mutagen/__init__.py:audio/py-mutagen BUILD_WRKSRC= ${WRKSRC}/linux INSTALL_WRKSRC= ${WRKSRC}/linux USE_GNOME= gconf2 gtk20 USE_GSTREAMER= python gconf USES= gettext gmake pkgconfig desktop-file-utils python shared-mime-info shebangfix SHEBANG_FILES= resources/testdata/7digital-replies/generate.py \ resources/testdata/echonest-replies/generate.py USE_PYTHON= distutils USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include .include .SILENT: post-patch: .for file in setup.py plat/resources.py plat/options.py ${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%PREFIX%%|${PREFIX}|g ; \ s|%%MANPREFIX%%|${MANPREFIX}|g' \ ${BUILD_WRKSRC}/${file} .endfor .for file in miro.real ${REINPLACE_CMD} -e 's|python2.4|${PYTHON_VERSION}|g' \ ${BUILD_WRKSRC}/${file} .endfor .for file in run.sh ${REINPLACE_CMD} -e 's|^PREFIX=.*|PREFIX=${PREFIX}|g' \ ${BUILD_WRKSRC}/${file} .endfor .if defined(MAINTAINER_MODE) regression-test: install ${PREFIX}/bin/miro --unittest .endif .include Index: head/multimedia/mkvtoolnix/Makefile =================================================================== --- head/multimedia/mkvtoolnix/Makefile (revision 450556) +++ head/multimedia/mkvtoolnix/Makefile (revision 450557) @@ -1,72 +1,72 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= mkvtoolnix PORTVERSION= 15.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ MAINTAINER= riggs@FreeBSD.org COMMENT= Tools to extract from/get info about/create Matroska media streams LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= rake:devel/rubygem-rake \ docbook-xsl>=0:textproc/docbook-xsl \ xsltproc:textproc/libxslt LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg \ libebml.so:textproc/libebml \ libboost_regex.so:devel/boost-libs \ libpugixml.so:textproc/pugixml \ libmatroska.so:multimedia/libmatroska BROKEN_sparc64= does not install USES= compiler:c++14-lang iconv localbase pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_path_PO4A=no CONFIGURE_ARGS= --with-boost=${LOCALBASE} \ --with-boost-filesystem=boost_filesystem \ --with-boost-system=boost_system \ --with-boost-regex=boost_regex \ --with-docbook-xsl-root=${PREFIX}/share/xsl/docbook MAKE_ENV= V=1 MAKE_CMD= rake -v MAKEFILE= Rakefile ALL_TARGET= #Empty OPTIONS_DEFINE= FLAC NLS QT5 MANTRANS OPTIONS_DEFAULT= FLAC QT5 OPTIONS_SUB= yes FLAC_LIB_DEPENDS= libFLAC.so:audio/flac FLAC_CONFIGURE_WITH= flac NLS_USES= gettext NLS_CONFIGURE_WITH= gettext QT5_DESC= Build and install GUI application (Qt 5) QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=buildtools_build,concurrent,core,gui,multimedia,network,quick,widgets QT5_CONFIGURE_ENABLE= qt QT5_BUILD_DEPENDS= qmake:devel/qt5-qmake MANTRANS_DESC= Build and install manpage translations MANTRANS_BUILD_DEPENDS= po4a:textproc/po4a post-patch: @${REINPLACE_CMD} -e '/LIBS="-lintl/s,-liconv,$$ICONV_LIBS,' \ ${WRKSRC}/configure post-configure-NLS-off: # https://github.com/mbunkus/mkvtoolnix/issues/1501 # Fixed in 8.6.0 @${REINPLACE_CMD} -e 's|LIBINTL_LIBS =|#LIBINTL_LIBS =|g' ${WRKSRC}/build-config @${REINPLACE_CMD} -e 's|#define HAVE_LIBINTL_H|//#define HAVE_LIBINTL_H|g' ${WRKSRC}/config.h @${REINPLACE_CMD} -e 's|S["LIBINTL_LIBS"]=|#S["LIBINTL_LIBS"]=|g' ${WRKSRC}/config.status .include Index: head/multimedia/oggvideotools/Makefile =================================================================== --- head/multimedia/oggvideotools/Makefile (revision 450556) +++ head/multimedia/oggvideotools/Makefile (revision 450557) @@ -1,33 +1,33 @@ # Created by: Jille Timmermans (jille@quis.cx) # $FreeBSD$ PORTNAME= oggvideotools PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Toolbox for manipulating Ogg video files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/circular_buffer.hpp:devel/boost-libs LIB_DEPENDS= libgd.so:graphics/gd \ libogg.so:audio/libogg \ libtheora.so:multimedia/libtheora \ libvorbis.so:audio/libvorbis BROKEN_powerpc64= fails to build: decoderTest.cpp: 'memset' was not declared in this scope USES= cmake compiler:c++11-lib localbase:ldflags pkgconfig tar:bz2 USE_CXXSTD= c++11 USE_SDL= sdl USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e \ 's|-O0.*-fPIC|-fPIC|' ${WRKSRC}/CMakeLists.txt .include Index: head/multimedia/omxplayer/Makefile =================================================================== --- head/multimedia/omxplayer/Makefile (revision 450556) +++ head/multimedia/omxplayer/Makefile (revision 450557) @@ -1,56 +1,56 @@ # Created by: mikael.urankar@gmail.com # $FreeBSD$ PORTNAME= omxplayer PORTVERSION= 20161004 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= mikael.urankar@gmail.com COMMENT= Raspberry Pi video player LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libasound.so:audio/alsa-lib \ libboost_thread.so:devel/boost-libs \ libdbus-1.so:devel/dbus \ libpcre.so:devel/pcre \ libEGL.so:misc/raspberrypi-userland \ libavcodec.so:multimedia/ffmpeg \ libfreetype.so:print/freetype2 RUN_DEPENDS= bash:shells/bash \ ${LOCALBASE}/share/fonts/freefont-ttf/FreeSans.ttf:x11-fonts/freefont-ttf ONLY_FOR_ARCHS= armv6 CFLAGS+= -Dfopen64=fopen -Dfseeko64=fseeko -Dftello64=ftello ALL_TARGET= omxplayer.bin USE_GITHUB= yes GH_ACCOUNT= popcornmix GH_TAGNAME= 12b472e USES= gmake shebangfix SHEBANG_FILES= omxplayer PLIST_FILES= bin/omxplayer bin/omxplayer.bin PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|LOCALBASE|${LOCALBASE}|g' ${WRKSRC}/omxplayer.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/omxplayer.bin ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/omxplayer ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} -p ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/multimedia/plexhometheater/Makefile =================================================================== --- head/multimedia/plexhometheater/Makefile (revision 450556) +++ head/multimedia/plexhometheater/Makefile (revision 450557) @@ -1,130 +1,130 @@ # Created by: Ben Woods # $FreeBSD$ PORTNAME= plexhometheater PORTVERSION= 1.4.1 DISTVERSIONPREFIX=v DISTVERSIONSUFFIX=.469-47a90f01 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org COMMENT= Media center frontend to multimedia/plexmediaserver LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL BUILD_DEPENDS= enca:converters/enca \ gawk:lang/gawk \ gperf:devel/gperf \ cmake:devel/cmake \ zip:archivers/zip \ nasm:devel/nasm \ gtk-update-icon-cache:x11-toolkits/gtk20 \ swig2.0:devel/swig20 LIB_DEPENDS= libass.so:multimedia/libass \ libavahi-client.so:net/avahi-app \ libboost_thread.so:devel/boost-libs \ libcdio.so:sysutils/libcdio \ libcurl.so:ftp/curl \ libdbus-1.so:devel/dbus \ libenca.so:converters/enca \ libFLAC.so:audio/flac \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ libhal.so:sysutils/hal \ libjasper.so:graphics/jasper \ liblzo2.so:archivers/lzo2 \ libmad.so:audio/libmad \ libmicrohttpd.so:www/libmicrohttpd \ libmodplug.so:audio/libmodplug \ libmpeg2.so:multimedia/libmpeg2 \ libpcre.so:devel/pcre \ libplist.so:devel/libplist \ libpng.so:graphics/png \ librtmp.so:multimedia/librtmp \ libsamplerate.so:audio/libsamplerate \ libshairport.so:audio/libshairport \ libsqlite3.so:databases/sqlite3 \ libtag.so:audio/taglib \ libtiff.so:graphics/tiff \ libtinyxml.so:textproc/tinyxml \ libva.so:multimedia/libva \ libvdpau.so:multimedia/libvdpau \ libvorbis.so:audio/libvorbis \ libxslt.so:textproc/libxslt \ libyajl.so:devel/yajl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 \ glxinfo:graphics/mesa-demos \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \ xdpyinfo:x11/xdpyinfo BROKEN= Fails to build against libsamplerate-0.1.9 DEPRECATED= Broken for more than 6 months EXPIRATION_DATE= 2017-08-23 USE_GITHUB= yes GH_ACCOUNT= plexinc GH_PROJECT= plex-home-theater-public BUNDLE_LIBS= yes USES= cmake:outsource iconv:wchar_t jpeg pkgconfig python:2 CMAKE_ARGS+= -DENABLE_AUTOUPDATE:BOOL=false CMAKE_ARGS+= -DENABLE_DUMP_SYMBOLS:BOOL=false CMAKE_ARGS+= -DENABLE_PYTHON:BOOL=false CMAKE_ARGS+= -DUSE_INTERNAL_FFMPEG:BOOL=true CMAKE_ARGS+= -DCREATE_BUNDLE:BOOL=false CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${LOCALBASE} CFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= xt xmu xtst xrandr USE_GL= glu glew USE_SDL= image sdl mixer INSTALLS_ICONS= yes ONLY_FOR_ARCHS= i386 amd64 PLEX_ARCH_i386= x86 PLEX_ARCH_amd64=x86_64 SUB_FILES= ${PORTNAME}.sh pkg-message PLIST_SUB= ARCH=${PLEX_ARCH_${ARCH}} DESKTOP_ENTRIES="Plex Home Theater" \ "${COMMENT}" \ "${DATADIR}/media/plex-icon-120.png" \ "plexhometheater.sh" \ "AudioVideo;Video;" \ true OPTIONS_SUB= yes OPTIONS_DEFINE= CEC LIRC PULSEAUDIO CEC_DESC= Control plexhometheater over HDMI with TV remote OPTIONS_DEFAULT= CEC LIRC CEC_BUILD_DEPENDS= libcec>=3.0.0:multimedia/libcec CEC_LIB_DEPENDS= libcec.so:multimedia/libcec CEC_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_CEC:BOOL=true LIRC_RUN_DEPENDS= lircd:comms/lirc PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_PulseAudio:BOOL=true post-patch: @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/FFMPEG_ARCH/' \ ${WRKSRC}/lib/ffmpeg/Makefile \ ${WRKSRC}/lib/ffmpeg/common.mak \ ${WRKSRC}/lib/ffmpeg/configure \ ${WRKSRC}/lib/ffmpeg/libavcodec/Makefile @${REINPLACE_CMD} 's/iconv_open/libiconv_open/' \ ${WRKSRC}/plex/CMakeModules/FindIconv.cmake @${REINPLACE_CMD} 's/COMMAND\ make/COMMAND\ gmake/g' \ ${WRKSRC}/lib/ffmpeg/CMakeLists.txt post-install: ${RM} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/*.so ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin .include Index: head/multimedia/vdr-plugin-upnp/Makefile =================================================================== --- head/multimedia/vdr-plugin-upnp/Makefile (revision 450556) +++ head/multimedia/vdr-plugin-upnp/Makefile (revision 450557) @@ -1,58 +1,58 @@ # Created by: Juergen Lock # $FreeBSD$ PORTNAME= vdr-plugin-upnp PORTVERSION= 0.0.2a2 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= multimedia MASTER_SITES= http://projects.vdr-developer.org/attachments/download/177/ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Video Disk Recorder - UPnP/DLNA plugin (alpha!) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \ libboost_system.so:devel/boost-libs \ libupnp.so:devel/upnp \ libsqlite3.so:databases/sqlite3 USES= tar:tgz DIST_SUBDIR= vdr PATCH_STRIP= -p1 WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION:S/a2//} CXXFLAGS+= -L${LOCALBASE}/lib/ffmpeg0 -lavcodec0 -lavformat0 -fPIC MAKE_ARGS= LIBS="-I${LOCALBASE}/include/ffmpeg0" CXXFLAGS="${CXXFLAGS}" PORTDOCS= README HISTORY OPTIONS_DEFINE= DOCS NLS .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin @${REINPLACE_CMD} \ -e 's,lavcodec,lavcodec0,g' \ -e 's,lavformat,lavformat0,g' \ ${WRKSRC}/Makefile pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/vdr post-install: post-install-pluginlocales @${MKDIR} ${STAGEDIR}${PREFIX}/etc/vdr/plugins/${PLUGIN}/http/icons ${INSTALL_DATA} ${WRKSRC}/http/icons/* \ ${STAGEDIR}${PREFIX}/etc/vdr/plugins/${PLUGIN}/http/icons @${MKDIR} ${STAGEDIR}${PREFIX}/etc/vdr/plugins/${PLUGIN}/http/xml ${INSTALL_DATA} ${WRKSRC}/http/xml/* \ ${STAGEDIR}${PREFIX}/etc/vdr/plugins/${PLUGIN}/http/xml @${MKDIR} ${STAGEDIR}/var/cache/vdr/${PLUGIN} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/net/asio/Makefile =================================================================== --- head/net/asio/Makefile (revision 450556) +++ head/net/asio/Makefile (revision 450557) @@ -1,22 +1,23 @@ # Created by: Alonso Cardenas Marquez # $FreeBSD$ PORTNAME= asio PORTVERSION= 1.10.6 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ MAINTAINER= acm@FreeBSD.org COMMENT= Cross-platform C++ library for network and low-level I/O programming LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt RUN_DEPENDS= ${LOCALBASE}/include/boost/chrono/system_clocks.hpp:devel/boost-libs GNU_CONFIGURE= yes USES= gmake tar:bz2 NO_BUILD= yes INSTALL_TARGET= install-data .include Index: head/net/ceph/Makefile =================================================================== --- head/net/ceph/Makefile (revision 450556) +++ head/net/ceph/Makefile (revision 450557) @@ -1,140 +1,141 @@ # Created by: Willem Jan Withagen # $FreeBSD$ PORTNAME= ceph DISTVERSION= v12.2.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= wjw@digiware.nl COMMENT=Ceph delivers object, block, and file storage in a unified system LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual # even though i386 will build, it is not really advised. ONLY_FOR_ARCHS= amd64 IGNORE_FreeBSD_10= Doesnt build for FreeBSD 10.x BUILD_DEPENDS= \ yasm:devel/yasm \ pkgconf:devel/pkgconf \ cython>=0.25.2:lang/cython \ sphinx-build:textproc/py-sphinx \ gperf:devel/gperf \ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= \ libboost_python.so:devel/boost-python-libs \ libboost_thread.so:devel/boost-libs \ libleveldb.so:databases/leveldb \ libldap.so:net/openldap24-client \ libnss3.so:security/nss \ libcryptopp.so:security/cryptopp \ libsnappy.so:archivers/snappy \ libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 \ libexpat.so:textproc/expat2 \ liblz4.so:archivers/liblz4 \ libplds4.so:devel/nspr \ libtcmalloc.so:devel/google-perftools RUN_DEPENDS= \ bash:shells/bash \ ${LOCALBASE}/bin/getopt:misc/getopt \ xml:textproc/xmlstarlet \ jq:textproc/jq \ flock:sysutils/flock \ virtualenv:devel/py-virtualenv \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable CONFLICTS_INSTALL= ceph-devel USES= gmake cmake:outsource,noninja python:2.7 fuse gettext-runtime shebangfix USE_GITHUB= yes GH_ACCOUNT= ceph:DEFAULT GH_TUPLE+= ceph:ceph-erasure-code-corpus:2d7d78b:ceph_erasure_code_corpus/ceph-erasure-code-corpus GH_TUPLE+= ceph:ceph-object-corpus:f0ba19f:ceph_object_corpus/ceph-object-corpus GH_TUPLE+= ceph:Beast:d8db5f1:Beast/src/Beast GH_TUPLE+= ceph:civetweb:de23828:civetweb/src/civetweb GH_TUPLE+= 01org:isa-l_crypto:603529a:isa_l_crypto/src/crypto/isa-l/isa-l_crypto GH_TUPLE+= ceph:gf-complete:7e61b44:gf_complete/src/erasure-code/jerasure/gf-complete GH_TUPLE+= ceph:jerasure:96c76b8:jerasure/src/erasure-code/jerasure/jerasure GH_TUPLE+= ceph:googletest:fdb8504:googletest/src/googletest GH_TUPLE+= ceph:isa-l:7e1a337:isa_l/src/isa-l GH_TUPLE+= ceph:lua:1fce39c:lua/src/lua GH_TUPLE+= ceph:rapidjson:f54b0e4:rapidjson/src/rapidjson GH_TUPLE+= ceph:rocksdb:e15382c:rocksdb/src/rocksdb GH_TUPLE+= ceph:xxHash:1f40c65:xxHash/src/xxHash GH_TUPLE+= facebook:zstd:dc99312:zstd/src/zstd CMAKE_BUILD_TYPE= Release CMAKE_ARGS= \ -D WITH_SYSTEM_BOOST:BOOL=ON \ -D CEPH_MAN_DIR:STRING=man \ -D WITH_LTTNG:BOOL=OFF \ -D WITH_FUSE:BOOL=ON \ -D WITH_KRBD:BOOL=OFF \ -D WITH_XFS:BOOL=OFF \ -D WITH_KVS:BOOL=OFF \ -D WITH_BABELTRACE:BOOL=OFF \ -D HAVE_BABELTRACE:BOOL=OFF \ -D WITH_LIBCEPHFS:BOOL=OFF \ -D WITH_CEPHFS:BOOL=OFF \ -D WITH_EMBEDDED:BOOL=OFF SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ src/brag/client/ceph-brag src/ceph-rest-api \ src/tools/ceph-monstore-update-crush.sh src/mount.fuse.ceph \ src/ceph-create-keys USE_RC_SUBR= ceph USE_LDCONFIG= yes USERS= ceph GROUPS= ceph pre-configure: ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build ${CP} files/file-git_version ${WRKSRC}/src/.git_version post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-rgw ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/mon ${MKDIR} ${STAGEDIR}/var/lib/ceph/osd ${MKDIR} ${STAGEDIR}/var/lib/ceph/mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp ${MKDIR} ${STAGEDIR}/var/lib/ceph/radosgw ${MKDIR} ${STAGEDIR}/var/log/ceph ${MKDIR} ${STAGEDIR}/var/run/ceph # Use the Ceph init.d script as the interface to regular # starting and stopping deamons. rc.d work is done thru # a separate rc.d/ceph script calling init-ceph again. ${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph # remove files not packaged ${RM} ${STAGEDIR}${DOCSDIR}/sample.fetch_config ${RM} ${STAGEDIR}${DOCSDIR}/sample.ceph.conf ${RMDIR} ${STAGEDIR}${DOCSDIR} ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_bench_log ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_multi_stress_watch ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_perf* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_psim ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_scratchtoolpp ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_smalliobench* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_test* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev # ceph-volume does not support ZFS ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume-* ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume/ ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume-systemd ${RM} ${STAGEDIR}${PREFIX}/man/man8/ceph-volume* ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d ${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample .include Index: head/net/ceph-devel/Makefile =================================================================== --- head/net/ceph-devel/Makefile (revision 450556) +++ head/net/ceph-devel/Makefile (revision 450557) @@ -1,144 +1,145 @@ # Created by: Willem Jan Withagen # $FreeBSD$ PORTNAME= ceph DISTVERSION= wip.v2017-08-15-1 +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= -devel MAINTAINER= wjw@digiware.nl COMMENT=Ceph delivers object, block, and file storage in a unified system LICENSE= GPLv2 LGPL3 LICENSE_COMB= dual # even though i386 will build, it is not really advised. ONLY_FOR_ARCHS= amd64 IGNORE_FreeBSD_10= Doesnt build for FreeBSD 10.x BUILD_DEPENDS= \ yasm:devel/yasm \ pkgconf:devel/pkgconf \ cython>=0.25.2:lang/cython \ sphinx-build:textproc/py-sphinx \ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops \ gperf:devel/gperf LIB_DEPENDS= \ libboost_python.so:devel/boost-python-libs \ libboost_thread.so:devel/boost-libs \ libleveldb.so:databases/leveldb \ libldap.so:net/openldap24-client \ libnss3.so:security/nss \ libcryptopp.so:security/cryptopp \ libsnappy.so:archivers/snappy \ libcurl.so:ftp/curl \ libxml2.so:textproc/libxml2 \ libexpat.so:textproc/expat2 \ liblz4.so:archivers/liblz4 \ libfcgi.so:www/fcgi \ libplds4.so:devel/nspr \ libtcmalloc.so:devel/google-perftools RUN_DEPENDS= \ bash:shells/bash \ ${LOCALBASE}/bin/getopt:misc/getopt \ xml:textproc/xmlstarlet \ jq:textproc/jq \ flock:sysutils/flock \ virtualenv:devel/py-virtualenv CONFLICTS_INSTALL= ceph USES= gmake cmake:outsource,noninja python:2.7 fuse gettext-runtime shebangfix USE_GITHUB= yes GH_ACCOUNT= wjwithagen:DEFAULT GH_TUPLE+= ceph:ceph-erasure-code-corpus:2d7d78b:ceph_erasure_code_corpus/ceph-erasure-code-corpus GH_TUPLE+= ceph:ceph-object-corpus:f0ba19f:ceph_object_corpus/ceph-object-corpus GH_TUPLE+= ceph:Beast:d8db5f1:Beast/src/Beast GH_TUPLE+= ceph:blkin:f24ceec:blkin/src/blkin GH_TUPLE+= boostorg:boost:1790aff:boost/src/boost GH_TUPLE+= ceph:civetweb:de23828:civetweb/src/civetweb GH_TUPLE+= 01org:isa-l_crypto:603529a:isa_l_crypto/src/crypto/isa-l/isa-l_crypto GH_TUPLE+= ceph:dpdk:d3bfeaa:dpdk/src/dpdk GH_TUPLE+= ceph:gf-complete:7e61b44:gf_complete/src/erasure-code/jerasure/gf-complete GH_TUPLE+= ceph:jerasure:96c76b8:jerasure/src/erasure-code/jerasure/jerasure GH_TUPLE+= ceph:googletest:fdb8504:googletest/src/googletest GH_TUPLE+= ceph:isa-l:7e1a337:isa_l/src/isa-l GH_TUPLE+= ceph:lua:1fce39c:lua/src/lua GH_TUPLE+= ceph:rapidjson:f54b0e4:rapidjson/src/rapidjson GH_TUPLE+= ceph:rocksdb:e15382c:rocksdb/src/rocksdb GH_TUPLE+= ceph:spdk:5742e9b:spdk/src/spdk GH_TUPLE+= ceph:xxHash:1f40c65:xxHash/src/xxHash GH_TUPLE+= facebook:zstd:dc99312:zstd/src/zstd CMAKE_BUILD_TYPE= Release CMAKE_ARGS= \ -D ENABLE_GIT_VERSION:BOOL=OFF \ -D WITH_SYSTEM_BOOST:BOOL=ON \ -D CEPH_MAN_DIR:STRING=man \ -D WITH_LTTNG:BOOL=OFF \ -D WITH_BABELTRACE:BOOL=OFF \ -D WITH_FUSE:BOOL=ON \ -D WITH_KRBD:BOOL=OFF \ -D WITH_XFS:BOOL=OFF \ -D WITH_KVS:BOOL=OFF \ -D WITH_LIBCEPHFS:BOOL=OFF \ -D WITH_CEPHFS:BOOL=OFF \ -D WITH_EMBEDDED:BOOL=OFF SHEBANG_FILES=src/rbdmap src/ceph-post-file.in src/rbd-replay-many \ src/brag/client/ceph-brag src/ceph-rest-api \ src/tools/ceph-monstore-update-crush.sh src/mount.fuse.ceph \ src/ceph-create-keys USE_RC_SUBR= ceph USE_LDCONFIG= yes USERS= ceph GROUPS= ceph pre-configure: ${LN} -s ${CONFIGURE_WRKSRC} ${WRKSRC}/build post-install: # create directory infra used by ceph daemons ${MKDIR} ${STAGEDIR}${PREFIX}/etc/ceph ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-osd ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-rgw ${MKDIR} ${STAGEDIR}/var/lib/ceph/bootstrap-mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/mds ${MKDIR} ${STAGEDIR}/var/lib/ceph/mon ${MKDIR} ${STAGEDIR}/var/lib/ceph/osd ${MKDIR} ${STAGEDIR}/var/lib/ceph/mgr ${MKDIR} ${STAGEDIR}/var/lib/ceph/tmp ${MKDIR} ${STAGEDIR}/var/lib/ceph/radosgw ${MKDIR} ${STAGEDIR}/var/log/ceph ${MKDIR} ${STAGEDIR}/var/run/ceph # Use the Ceph init.d script as the interface to regular # starting and stopping deamons. rc.d work is done thru # a separate rc.d/ceph script calling init-ceph again. ${MV} ${STAGEDIR}${PREFIX}/etc/init.d/ceph ${STAGEDIR}${PREFIX}/bin/init-ceph # remove files not packaged ${RM} ${STAGEDIR}${DOCSDIR}/sample.fetch_config ${RM} ${STAGEDIR}${DOCSDIR}/sample.ceph.conf ${RMDIR} ${STAGEDIR}${DOCSDIR} ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_bench_log ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_multi_stress_watch ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_perf* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_psim ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_scratchtoolpp ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_smalliobench* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_test* ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_tpbench ${RM} ${STAGEDIR}${PREFIX}/bin/ceph_xattr_bench ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-disk-udev # ceph-volume does not support ZFS ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume-* ${RM} -rf ${STAGEDIR}${PYTHON_SITELIBDIR}/ceph_volume/ ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume ${RM} ${STAGEDIR}${PREFIX}/sbin/ceph-volume-systemd ${RMDIR} ${STAGEDIR}${PREFIX}/etc/init.d ${INSTALL_DATA} ${WRKSRC}/src/sample.ceph.conf ${STAGEDIR}${PREFIX}/etc/ceph/ceph.conf.sample .include Index: head/net/grive/Makefile =================================================================== --- head/net/grive/Makefile (revision 450556) +++ head/net/grive/Makefile (revision 450557) @@ -1,40 +1,40 @@ # Created by: Key-Teck SIN # $FreeBSD$ PORTNAME= grive PORTVERSION= 0.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= ktsin@acm.org COMMENT= Open source client for Google Drive LICENSE= GPLv2 LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libgcrypt.so:security/libgcrypt \ libjson-c.so:devel/json-c \ libyajl.so:devel/yajl CONFLICTS_INSTALL= grive2-[0-9]* USE_GITHUB= yes GH_ACCOUNT= Grive GH_TAGNAME= 27817e8 USES= cmake CXXFLAGS+= -I${LOCALBASE}/include PLIST_FILES= bin/grive man/man1/grive.1.gz post-patch: @${REINPLACE_CMD} -e '/FIND_LIBRARY/s,json,&-c,' \ ${WRKSRC}/cmake/Modules/FindJSONC.cmake # Do not build Qt4-based frontend: it's buggy and quite useless anyway @${REINPLACE_CMD} -e '/ bgrive/d' ${WRKSRC}/CMakeLists.txt # Allow to build with GCC 4.2 @${REINPLACE_CMD} -e 's,log::,gr::&,g' ${WRKSRC}/grive/src/main.cc .include Index: head/net/grive2/Makefile =================================================================== --- head/net/grive2/Makefile (revision 450556) +++ head/net/grive2/Makefile (revision 450557) @@ -1,33 +1,33 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= grive2 PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= cpm@FreeBSD.org COMMENT= Open source client for Google Drive LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libyajl.so:devel/yajl CONFLICTS_INSTALL= grive-[0-9]* USE_GITHUB= yes GH_ACCOUNT= vitalif USES= cmake pkgconfig localbase PLIST_FILES= bin/grive \ man/man1/grive.1.gz .include Index: head/net/kdenetwork4-strigi-analyzers/Makefile =================================================================== --- head/net/kdenetwork4-strigi-analyzers/Makefile (revision 450556) +++ head/net/kdenetwork4-strigi-analyzers/Makefile (revision 450557) @@ -1,17 +1,17 @@ # $FreeBSD$ PORTNAME= kdenetwork-strigi-analyzers PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Strigi analyzers for network-related file formats LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs strigi automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build .include Index: head/net/kea/Makefile =================================================================== --- head/net/kea/Makefile (revision 450556) +++ head/net/kea/Makefile (revision 450557) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= kea PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Alternative DHCP implementation by ISC LICENSE= MPL LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblog4cplus.so:devel/log4cplus \ libboost_system.so:devel/boost-libs BROKEN_powerpc64= fails to configure: checking for log4cplus library... no USES= autoreconf compiler:c++11-lang libtool pathfix python:3.3+ ssl USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --with-log4cplus=${LOCALBASE} \ --with-boost-include=${LOCALBASE}/include \ --with-boost-lib-dir=${LOCALBASE}/lib \ --without-werror INSTALL_TARGET= install-strip TEST_TARGET= check PORTDOCS= AUTHORS COPYING ChangeLog README \ kea-guide.css kea-guide.html kea-guide.txt \ kea-messages.html kea-logo-100x70.png \ examples OPTIONS_DEFINE= DOCS MYSQL PGSQL DOCS_MAKE_ARGS_OFF= \ INSTALL_STRIP_PROGRAM="${WRKSRC}/install-sh -c -s" \ INSTALL_STRIP_FLAG="-s" \ INSTALL_PROGRAM_ENV="STRIPPROG=${STRIP}" DOCS_INSTALL_TARGET_OFF= \ install-exec-am \ install-pkgconfigDATA \ install-pkgincludeHEADERS MYSQL_USE= MYSQL=client MYSQL_CONFIGURE_ON= --with-dhcp-mysql=${LOCALBASE}/bin/mysql_config MYSQL_CONFIGURE_OFF= --without-dhcp-mysql PGSQL_USES= pgsql WANT_PGSQL= client PGSQL_CONFIGURE_ON= --with-dhcp-pgsql=${LOCALBASE}/bin/pg_config PGSQL_CONFIGURE_OFF= --without-dhcp-pgsql .include Index: head/net/kget/Makefile =================================================================== --- head/net/kget/Makefile (revision 450556) +++ head/net/kget/Makefile (revision 450557) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= kget PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE download manager LIB_DEPENDS= libgpgme.so:security/gpgme \ libktorrent.so:net-p2p/libktorrent \ libmms.so:net/libmms \ libqca.so:devel/qca \ libboost_thread.so:devel/boost-libs USES= cmake:outsource kde:4 shebangfix sqlite tar:xz USE_KDE= kdelibs workspace libkonq \ nepomuk-core nepomuk-widgets automoc4 ontologies \ soprano SHEBANG_FILES= conf/*.pl USE_QT4= gui sql moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null CONFIGURE_ENV= XDG_CONFIG_HOME=/dev/null .include Index: head/net/libcmis/Makefile =================================================================== --- head/net/libcmis/Makefile (revision 450556) +++ head/net/libcmis/Makefile (revision 450557) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= libcmis PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net devel MASTER_SITES= http://dev-www.libreoffice.org/src/ MAINTAINER= office@FreeBSD.org COMMENT= Client library for the CMIS interface LICENSE= LGPL20 MPL GPLv2 LICENSE_COMB= dual LIB_DEPENDS= libcurl.so:ftp/curl BUILD_DEPENDS= cppunit-config:devel/cppunit \ ${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs BROKEN_sparc64= cannot link with boost GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool pathfix pkgconfig USE_GNOME= libxml2 USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-werror --with-boost=${LOCALBASE} --without-man PLIST_SUB= MAJVER=${PORTVERSION:R} post-patch: @${REINPLACE_CMD} -e "s|@WITH_LIBCMIS_MAN_FALSE@|#|g" \ ${WRKSRC}/Makefile.in .include Index: head/net/pktanon/Makefile =================================================================== --- head/net/pktanon/Makefile (revision 450556) +++ head/net/pktanon/Makefile (revision 450557) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= pktanon PORTVERSION= 1.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev MAINTAINER= wxs@FreeBSD.org COMMENT= Network trace anonymizer LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libxerces-c.so.3:textproc/xerces-c3 USES= dos2unix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lboost_system post-install: ${MKDIR} ${STAGEDIR}${DATADIR}/profiles (cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/profiles) .include Index: head/net/scribe/Makefile =================================================================== --- head/net/scribe/Makefile (revision 450556) +++ head/net/scribe/Makefile (revision 450557) @@ -1,66 +1,66 @@ # Created by: Jui-Nan Lin # $FreeBSD$ PORTNAME= scribe DISTVERSION= 2.2.2013.04.15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= ports@FreeBSD.org COMMENT= Aggregating log data streamed in real time LICENSE= APACHE20 BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libevent.so:devel/libevent \ libthrift.so:devel/thrift-cpp RUN_DEPENDS= p5-Class-Accessor>0:devel/p5-Class-Accessor \ p5-Thrift>0:devel/p5-Thrift \ ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift BROKEN_powerpc64= Does not build USE_GITHUB= yes GH_ACCOUNT= facebookarchive GH_TAGNAME= 7359a09 USES= autoreconf compiler gmake perl5 python GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost-filesystem=boost_filesystem \ --with-boost-system=boost_system \ PY_PREFIX="${PREFIX}" USE_RC_SUBR= ${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's/^AM_INIT_AUTOMAKE/#/' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e '/boost/! s/shared_ptr/boost::&/g' \ ${WRKSRC}/src/conf.cpp \ ${WRKSRC}/src/conn_pool.cpp \ ${WRKSRC}/src/dynamic_bucket_updater.cpp \ ${WRKSRC}/src/env_default.cpp \ ${WRKSRC}/src/file.cpp \ ${WRKSRC}/src/scribe_server.cpp \ ${WRKSRC}/src/store.cpp \ ${WRKSRC}/src/store_queue.cpp post-configure: @${REINPLACE_CMD} 's/-O3/${CXXFLAGS}/' ${WRKSRC}/src/Makefile post-build: ${LOCALBASE}/bin/thrift -o ${WRKSRC} -I ${LOCALBASE}/share --gen "perl" ${WRKSRC}/if/scribe.thrift post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/Scribe/Thrift (cd ${WRKSRC}/gen-perl && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include .if ${COMPILER_TYPE} == clang USE_CXXSTD= c++11 .endif .include Index: head/net/tcpflow/Makefile =================================================================== --- head/net/tcpflow/Makefile (revision 450556) +++ head/net/tcpflow/Makefile (revision 450557) @@ -1,35 +1,35 @@ # Created by: Jose M. Alcaide # $FreeBSD$ PORTNAME= tcpflow PORTVERSION= 1.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ MAINTAINER= antoine@FreeBSD.org COMMENT= Program that captures data transmitted as part of TCP connections LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:devel/boost-libs LIB_DEPENDS= libcairo.so:graphics/cairo USES= ssl GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_md_MD5=no \ ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \ ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include Index: head/net/xorp/Makefile =================================================================== --- head/net/xorp/Makefile (revision 450556) +++ head/net/xorp/Makefile (revision 450557) @@ -1,59 +1,59 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= xorp PORTVERSION= 1.8.5 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org COMMENT= EXtensible Open Router Platform LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libpcap.so.1:net/libpcap # avoid base libpcap USES= ncurses scons shebangfix ssl compiler:env python:2,build USE_GITHUB= yes USE_RC_SUBR= xorp GH_ACCOUNT= greearb GH_PROJECT= ${PORTNAME}.ct SHEBANG_FILES= xrl/scripts/clnt-gen xrl/scripts/tgt-gen python_OLD_CMD= .*python WRKSRC_SUBDIR= ${PORTNAME} MAKE_ARGS= prefix=${PREFIX} enable_boost=1 SUB_FILES= pkg-message GROUPS= xorp BROKEN_armv6= does not compile: recursive template instantiation exceeded maximum depth of 25 BROKEN_sparc64= does not compile on sparc64 OPTIONS_DEFINE= OPTIMIZE ORIGIN SHARED STRIP TCP_RPC OPTIONS_DEFAULT= OPTIMIZE ORIGIN SHARED STRIP OPTIONS_SUB= yes OPTIMIZE_DESC= Build with optimization OPTIMIZE_MAKE_ARGS= optimize=highest OPTIMIZE_MAKE_ARGS_OFF= optimize=no ORIGIN_DESC= Use ORIGIN with shared libraries ORIGIN_MAKE_ARGS= origin=true ORIGIN_MAKE_ARGS_OFF= origin=false SHARED_DESC= Build with shared libraries SHARED_MAKE_ARGS= shared=true SHARED_MAKE_ARGS_OFF= shared=false SHARED_USE_ON= LDCONFIG=${PREFIX}/lib/xorp/lib STRIP_MAKE_ARGS= strip=true STRIP_MAKE_ARGS_OFF= strip=false TCP_RPC_DESC= Use TCP as RPC transport (defaults to AF_LOCAL) TCP_RPC_MAKE_ARGS= transport=tcp TCP_RPC_MAKE_ARGS_OFF= transport=local post-patch: @${REINPLACE_CMD} 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/SConstruct post-install: ${INSTALL_DATA} ${WRKSRC}/rtrmgr/config/multicast4.boot \ ${STAGEDIR}${PREFIX}/etc/xorp.conf.sample .include Index: head/net-im/ekiga/Makefile =================================================================== --- head/net-im/ekiga/Makefile (revision 450556) +++ head/net-im/ekiga/Makefile (revision 450557) @@ -1,169 +1,169 @@ # Created by: Charlie & # $FreeBSD$ # $MCom: ports/trunk/net-im/ekiga/Makefile 19954 2014-10-15 10:03:57Z kwm $ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-im MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VoIP and video conferencing application BUILD_DEPENDS= v4l_compat>=0:multimedia/v4l_compat \ gnome-icon-theme>=3.0.0:misc/gnome-icon-theme LIB_DEPENDS= libboost_signals.so:devel/boost-libs \ libopal.so:net/opal \ libv4l2.so:multimedia/libv4l RUN_DEPENDS= gnome-icon-theme>=3.0.0:misc/gnome-icon-theme GNU_CONFIGURE= yes USES= cpe gettext gmake kde:4 libtool pathfix perl5 pkgconfig \ tar:xz USE_XORG= xv USE_GNOME= gtk20 intlhack libxml2 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -I${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= LDAP NOTIFY EVOLUTION GCONF DBUS AVAHI GNOMEHELP OPTIONS_DEFAULT=NOTIFY DBUS GCONF AVAHI EVOLUTION_DESC= Evolution data server support GNOMEHELP_DESC= Build Ekiga help files #OPTIONS_GROUP= EXP #OPTIONS_GROUP_EXP= KDE KAB GSTREAMER XCAP LOUDMOUTH EXP_DESC= Experimental features KDE_DESC= KDE 4 support KAB_DESC= KAddressBook support (implies KDE option) GSTREAMER_DESC= Gstreamer support XCAP_DESC= Remote contact storage via HTTP in xml format LOUDMOUTH_DESC= XMPP (jabber) support # Note that h.323 support is enabled when opal is build with it. .include PLIST_SUB+= VERSION=${PORTVERSION} .if ${PORT_OPTIONS:MKDE} || ${PORT_OPTIONS:MKAB} USE_KDE= kdelibs USE_QT4= corelib CONFIGURE_ARGS+=--enable-kde #CONFIGURE_ENV+=KDE_CFLAGS="-I${KDE_PREFIX}/include -I${QT_INCDIR} \ # -I${LOCALBASE}/include" KDE_LIBS="-L${KDE_PREFIX}/lib" CPPFLAGS+= -I${KDE_PREFIX}/include LDFLAGS+= -L${KDE_PREFIX}/lib .else CONFIGURE_ARGS+=--disable-kde .endif .if ${PORT_OPTIONS:MKAB} CONFIGURE_ARGS+=--enable-kab USE_KDE+= pimlibs .else CONFIGURE_ARGS+=--disable-kab .endif .if ${PORT_OPTIONS:MGSTREAMER} CONFIGURE_ARGS+=--enable-gstreamer USE_GSTREAMER= yes .else CONFIGURE_ARGS+=--disable-gstreamer .endif .if ${PORT_OPTIONS:MXCAP} CONFIGURE_ARGS+=--enable-xcap LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup .else CONFIGURE_ARGS+=--disable-xcap .endif .if ${PORT_OPTIONS:MLOUDMOUTH} CONFIGURE_ARGS+=--enable-loudmouth LIB_DEPENDS+= libloudmouth-1.so:net-im/loudmouth .else CONFIGURE_ARGS+=--disable-loudmouth .endif .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 CONFIGURE_ARGS+=--enable-ldap --with-ldap-dir="${LOCALBASE}" --with-libsasl2-dir="${LOCALBASE}" PLIST_SUB+= LDAP="" WITH_PLUGINS= 1 .else CONFIGURE_ARGS+=--disable-ldap PLIST_SUB+= LDAP="@comment " .endif .if defined(WITH_PLUGINS) PLIST_SUB+= PLUGINS="" .else PLIST_SUB+= PLUGINS="@comment " .endif .if ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= libnotify.so:devel/libnotify CONFIGURE_ARGS+=--enable-notify PLIST_SUB+= NOTIFY="" WITH_PLUGINS= 1 .else CONFIGURE_ARGS+=--disable-notify PLIST_SUB+= NOTIFY="@comment " .endif .if ${PORT_OPTIONS:MDBUS} LIB_DEPENDS+= libdbus-1.so:devel/dbus CONFIGURE_ARGS+=--enable-dbus --enable-dbus-service PLIST_SUB+= DBUS="" .else CONFIGURE_ARGS+=--disable-dbus --disable-dbus-service PLIST_SUB+= DBUS="@comment " .endif .if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 CONFIGURE_ARGS+=--enable-gconf GCONF_SCHEMAS= ekiga.schemas PLIST_SUB+= GCONF="@comment " .else CONFIGURE_ARGS+=--disable-gconf PLIST_SUB+= GCONF="" .endif .if ${PORT_OPTIONS:MEVOLUTION} USE_GNOME+= evolutiondataserver3 LIB_DEPENDS+= libgcr-3.so:security/gcr CONFIGURE_ARGS+=--enable-eds PLIST_SUB+= EVOLUTION="" WITH_PLUGINS= 1 .else CONFIGURE_ARGS+=--disable-eds PLIST_SUB+= EVOLUTION="@comment " .endif .if ${PORT_OPTIONS:MAVAHI} CONFIGURE_ARGS+=--enable-avahi LIB_DEPENDS+= libavahi-client.so:net/avahi-app PLIST_SUB+= AVAHI="" WITH_PLUGINS= 1 .else CONFIGURE_ARGS+=--disable-avahi PLIST_SUB+= AVAHI="@comment " .endif .if ${PORT_OPTIONS:MGNOMEHELP} INSTALLS_OMF= yes PLIST_SUB+= GNOMEHELP="" USE_GNOME+= gnomedocutils .else CONFIGURE_ARGS+=--disable-gdu PLIST_SUB+= GNOMEHELP="@comment " .endif .include Index: head/net-im/licq/Makefile =================================================================== --- head/net-im/licq/Makefile (revision 450556) +++ head/net-im/licq/Makefile (revision 450557) @@ -1,49 +1,49 @@ # Created by: Brian Feldman & Matt Heckaman # $FreeBSD$ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Popular ICQ-compatible plugin-based program LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs BROKEN_sparc64= Does not build: fails to link USES= cmake:noninja iconv ssl WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE OPTIONS_DEFINE= NLS GPGME OPTIONS_DEFAULT=GPGME OPTIONS_SUB=yes GPGME_DESC= Build support for gpgme NLS_USES= gettext NLS_CMAKE_OFF= -DENABLE_NLS:BOOL=OFF GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme \ libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" pre-configure: ${REINPLACE_CMD} -e 's=!/bin/bash=!${LOCALBASE}/bin/bash=' \ ${WRKSRC}/bin/sidclean.sh post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/licq ${INSTALL_SCRIPT} ${WRKSRC}/bin/sidclean.sh ${STAGEDIR}${PREFIX}/bin/sidclean.bash .include Index: head/net-im/licq-icq/Makefile =================================================================== --- head/net-im/licq-icq/Makefile (revision 450556) +++ head/net-im/licq-icq/Makefile (revision 450557) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= icq PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= ICQ plugin for Licq LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= cmake DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} DOCFILES= README PLIST_FILES= lib/licq/protocol_icq.so \ %%PORTDOCS%%%%DOCSDIR%%/README LICQ_PORT?= net-im/licq OPTIONS_DEFINE= DOCS .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/net-im/licq-jabber/Makefile =================================================================== --- head/net-im/licq-jabber/Makefile (revision 450556) +++ head/net-im/licq-jabber/Makefile (revision 450557) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= Jabber (XMPP) plugin for Licq LICENSE= GPLv2 LIB_DEPENDS= libgloox.so:net-im/gloox \ libboost_regex.so:devel/boost-libs USES= cmake pkgconfig DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} DOCFILES= README PLIST_FILES= lib/licq/protocol_jabber.so \ %%PORTDOCS%%%%DOCSDIR%%/README LICQ_PORT?= net-im/licq OPTIONS_DEFINE= DOCS .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/net-im/licq-msn/Makefile =================================================================== --- head/net-im/licq-msn/Makefile (revision 450556) +++ head/net-im/licq-msn/Makefile (revision 450557) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= msn PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= MSN plugin for Licq LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= cmake DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} DOCFILES= README PLIST_FILES= lib/licq/protocol_msn.so \ %%PORTDOCS%%%%DOCSDIR%%/README LICQ_PORT?= net-im/licq OPTIONS_DEFINE= DOCS .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .endif .include Index: head/net-im/licq-osd/Makefile =================================================================== --- head/net-im/licq-osd/Makefile (revision 450556) +++ head/net-im/licq-osd/Makefile (revision 450557) @@ -1,29 +1,29 @@ # Created by: nm@web.am # $FreeBSD$ PORTNAME= osd PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org COMMENT= OnScreenDisplay messages in licq LIB_DEPENDS= libxosd.so:misc/xosd \ libboost_regex.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/licq_qt4-gui.so:${LICQ_PORT}-qt-gui USES= cmake gettext-tools iconv LOCALES= be de cs es fr pt pt_BR ro ru sv sk tr PLIST_FILES= lib/licq/licq_osd.so \ ${LOCALES:C+^.*$+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+} LICQ_PORT?= net-im/licq .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .include Index: head/net-im/licq-qt-gui/Makefile =================================================================== --- head/net-im/licq-qt-gui/Makefile (revision 450556) +++ head/net-im/licq-qt-gui/Makefile (revision 450557) @@ -1,50 +1,50 @@ # Created by: Jeremy Norris # $FreeBSD$ PORTNAME= qt4-gui PORTVERSION= 1.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Qt plugin for licq LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/lib/licq/protocol_icq.so:${LICQ_PORT}-icq USE_XORG= x11 xext ice xscrnsaver sm USES= cmake USE_QT4= qmake_build moc_build rcc_build uic_build linguisttools_build \ corelib xml gui network dbus svg OPTIONS_DEFINE= HUNSPELL KDE4 OPTIONS_DEFAULT=HUNSPELL LICQ_PORT?= net-im/licq HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell HUNSPELL_CMAKE_ON= -DHUNSPELL_INCLUDE_DIRS=${LOCALBASE}/include/hunspell \ -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.6.so \ -DHUNSPELL_FOUND:BOOL=ON HUNSPELL_CMAKE_OFF= -DHUNSPELL_FOUND:BOOL=OFF KDE4_USES= kde:4 KDE4_USE= KDE=kdelibs,automoc4 KDE4_PREVENTS= HUNSPELL KDE4_CMAKE_ON= -DWITH_KDE:BOOL=ON KDE4_CMAKE_OFF= -DWITH_KDE:BOOL=OFF KDE4_PLIST_SUB= GUI_NAME=kde4 WITH_KDE="" WITH_QT="@comment " KDE4_PLIST_SUB_OFF= GUI_NAME=qt4 WITH_KDE="@comment " WITH_QT="" .include .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .if ${PORT_OPTIONS:MKDE4} KDE_SUFFIX= -kde .endif .include Index: head/net-mgmt/fastnetmon/Makefile =================================================================== --- head/net-mgmt/fastnetmon/Makefile (revision 450556) +++ head/net-mgmt/fastnetmon/Makefile (revision 450557) @@ -1,65 +1,65 @@ # Created by: Babak Farrokhi # $FreeBSD$ PORTNAME= fastnetmon PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt security MAINTAINER= farrokhi@FreeBSD.org COMMENT= Very fast DDoS analyzer with sflow/netflow/mirror support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ liblog4cpp.so:devel/log4cpp \ libluajit-5.1.so:lang/luajit \ libmongoc-1.0.so:devel/mongo-c-driver \ libjson-c.so:devel/json-c \ libbson-1.0.so:devel/libbson USE_GITHUB= yes GH_ACCOUNT= pavel-odintsov USERS= ${PORTNAME} GROUPS= ${PORTNAME} USES= cmake CMAKE_SOURCE_PATH= ${WRKSRC}/src CMAKE_ARGS+= -DDISABLE_PF_RING_SUPPORT=ON CMAKE_INSTALL_PREFIX= ${PREFIX} BROKEN_armv6= Does not build: invokes x86 assembler BROKEN_powerpc64= Does not build USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS REDIS REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis PORTDOCS= * CFLAGS_i386= -march=i586 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/CMakeLists.txt @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \ s|/var/run|&/fastnetmon|g; s|/var/log|&/fastnetmon|g; \ s|"/etc/|"${PREFIX}/etc/|g; s|/root/fastnetmon|${DATADIR}|g' \ ${WRKSRC}/src/fastnetmon.conf ${WRKSRC}/src/fastnetmon.cpp post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf \ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample ${MKDIR} ${STAGEDIR}/var/run/fastnetmon ${STAGEDIR}/var/log/fastnetmon ${INSTALL_MAN} ${WRKSRC}/src/man/fastnetmon.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/src/man/fastnetmon_client.1 ${STAGEDIR}${MANPREFIX}/man/man1 post-install-DOCS-on: cd ${WRKSRC} && ${COPYTREE_SHARE} "README.md docs" ${STAGEDIR}${DOCSDIR} .include Index: head/net-mgmt/icinga2/Makefile =================================================================== --- head/net-mgmt/icinga2/Makefile (revision 450556) +++ head/net-mgmt/icinga2/Makefile (revision 450557) @@ -1,109 +1,110 @@ # $FreeBSD$ PORTNAME= icinga2 DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org COMMENT= Monitoring and management system for hosts, services and networks LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_powerpc64= does not build: Your version of GCC (4.2.1) is too old for building Icinga 2 (GCC >= 4.6.0) LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libyajl.so:devel/yajl RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash USES= alias bison cmake libedit USE_GITHUB= yes GH_ACCOUNT= icinga USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS OPTIONS_GROUP= BACKEND OPTIONS_GROUP_BACKEND= MYSQL PGSQL OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS OPTIONS_DEFAULT= MYSQL PGSQL MONPLUGINS MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins MYSQL_CMAKE_ON= -DICINGA2_WITH_MYSQL:BOOL=true PGSQL_CMAKE_ON= -DICINGA2_WITH_PGSQL:BOOL=true ICINGA2USER?= icinga ICINGA2GROUP?= icinga USERS= ${ICINGA2USER} GROUPS= ${ICINGA2GROUP} LOCALSTATEDIR?= /var ICINGA2LOGDIR?= /var/log/${PORTNAME} CMAKE_ARGS+= -DICINGA2_USER=${ICINGA2USER} \ -DICINGA2_GROUP=${ICINGA2GROUP} \ -DICINGA2_COMMAND_USER=${ICINGA2USER} \ -DICINGA2_COMMAND_GROUP=${ICINGA2USER} \ -DICINGA2_PLUGINDIR=${LOCALBASE}/libexec/nagios \ -DICINGA2_RUNDIR=/var/run \ -DCMAKE_INSTALL_SYSCONFDIR=${PREFIX}/etc \ -DCMAKE_INSTALL_LOCALSTATEDIR=${LOCALSTATEDIR} \ -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man \ -DCMAKE_EXE_LINKER_FLAGS=${PREFIX}/lib/icinga2 \ -DCMAKE_MODULE_LINKER_FLAGS=${PREFIX}/lib/icinga2 \ -DCMAKE_SHARED_LINKER_FLAGS=${PREFIX}/lib/icinga2 \ -DCMAKE_STATIC_LINKER_FLAGS=${PREFIX}/lib/icinga2 SUB_LIST= ICINGA2LOGDIR=${ICINGA2LOGDIR} \ ICINGA2USER=${ICINGA2USER} \ ICINGA2GROUP=${ICINGA2GROUP} \ WWWGRP=${WWWGRP} PLIST_SUB= ICINGA2USER=${ICINGA2USER} \ ICINGA2GROUP=${ICINGA2GROUP} \ WWWGRP=${WWWGRP} SUB_FILES= pkg-message ${PORTNAME}-newsyslog # Config files with references to "Linux" LINUX_CONFIG= groups.conf services.conf hosts.conf MYSQL_USES= mysql PGSQL_USES= pgsql OPTIONS_SUB= yes .include .if ! ${PORT_OPTIONS:MMYSQL} && ! ${PORT_OPTIONS:MPGSQL} PLIST_SUB+= DBBACKEND="@comment " .else PLIST_SUB+= DBBACKEND="" .endif post-patch: .for f in ${LINUX_CONFIG} ${REINPLACE_CMD} 's,[Ll]inux,FreeBSD,g' ${WRKSRC}/etc/icinga2/conf.d/${f} .endfor pre-install: ${FIND} ${WRKSRC}/etc -type f -name "*.conf" -exec ${MV} {} {}.sample \; ${FIND} ${WRKSRC}/etc/icinga2/scripts -type f -name "*.sh" \ -exec ${MV} {} {}.sample \; post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/newsyslog/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-newsyslog ${STAGEDIR}${EXAMPLESDIR}/newsyslog/${PORTNAME} ${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/vimfiles (cd ${WRKSRC}/tools/syntax/vim && ${COPYTREE_SHARE} . \ ${STAGEDIR}${PREFIX}/share/vim/vimfiles) .include Index: head/net-p2p/bitcoin-daemon/Makefile =================================================================== --- head/net-p2p/bitcoin-daemon/Makefile (revision 450556) +++ head/net-p2p/bitcoin-daemon/Makefile (revision 450557) @@ -1,33 +1,34 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin +PORTREVISION= 1 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) SLAVE_PORT= yes ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= does not support big-endian architectures OPTIONS_DEFINE= DEBUG HARDENING TESTS UPNP WALLET ZMQ OPTIONS_DEFAULT= HARDENING UPNP WALLET USERS= bitcoin GROUPS= bitcoin CONFIGURE_ARGS= --with-daemon \ --without-gui \ --without-libs \ --without-qrencode \ --without-utils PLIST_FILES= bin/bitcoind \ man/man1/bitcoind.1.gz USE_RC_SUBR= bitcoind post-install: ${INSTALL_DATA} ${WRKSRC}/contrib/debian/examples/bitcoin.conf ${STAGEDIR}${PREFIX}/etc/bitcoin.conf.sample .include "${MASTERDIR}/Makefile" Index: head/net-p2p/eiskaltdcpp-daemon/Makefile =================================================================== --- head/net-p2p/eiskaltdcpp-daemon/Makefile (revision 450556) +++ head/net-p2p/eiskaltdcpp-daemon/Makefile (revision 450557) @@ -1,44 +1,44 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon MAINTAINER= ports@FreeBSD.org COMMENT= EiskaltDC++ Direct Connect client daemon LICENSE= GPLv3 LIB_DEPENDS= libeiskaltdcpp.so:net-p2p/eiskaltdcpp-lib MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib USES= cmake gettext compiler:c++11-lib ssl OPTIONS_SINGLE= UI OPTIONS_SINGLE_UI= NOUI XMLRPC JSONRPC OPTIONS_DEFAULT= JSONRPC UI_DESC= Daemon user interface NOUI_DESC= Daemon without anyone ui XMLRPC_DESC= XMLRPC interface support (deprecated) JSONRPC_DESC= JSONRPC interface support PLIST_FILES= bin/${PORTNAME}${PKGNAMESUFFIX} \ man/man1/${PORTNAME}${PKGNAMESUFFIX}.1.gz CXXFLAGS+= -I${LOCALBASE}/include -D_GLIBCXX_USE_C99 CMAKE_ARGS+= -DUSE_QT:BOOL=OFF CMAKE_ARGS+= -DUSE_GTK:BOOL=OFF CMAKE_ARGS+= -DCREATE_MO:BOOL=OFF BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} XMLRPC_LIB_DEPENDS= libxmlrpc++.so:net/xmlrpc-c XMLRPC_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=ON -DJSONRPC_DAEMON:BOOL=OFF -DNO_UI_DAEMON:BOOL=OFF JSONRPC_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=ON -DNO_UI_DAEMON:BOOL=OFF NOUI_CMAKE_ON= -DXMLRPC_DAEMON:BOOL=OFF -DJSONRPC_DAEMON:BOOL=OFF -DNO_UI_DAEMON:BOOL=ON .include "${MASTERDIR}/Makefile" Index: head/net-p2p/eiskaltdcpp-gtk/Makefile =================================================================== --- head/net-p2p/eiskaltdcpp-gtk/Makefile (revision 450556) +++ head/net-p2p/eiskaltdcpp-gtk/Makefile (revision 450557) @@ -1,59 +1,59 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= -gtk MAINTAINER= ports@FreeBSD.org COMMENT= EiskaltDC++ Direct Connect client GTK GUI LICENSE= GPLv3 RUN_DEPENDS= eiskaltdcpp-data>=0:net-p2p/eiskaltdcpp-data LIB_DEPENDS= libeiskaltdcpp.so:net-p2p/eiskaltdcpp-lib MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib USES= cmake gettext compiler:c++11-lib desktop-file-utils ssl USE_GNOME= pango glib20 OPTIONS_DEFINE= LIBNOTIFY FREE_SPACE OPTIONS_DEFAULT= LIBNOTIFY FREE_SPACE GTK2 NOSOUND OPTIONS_SINGLE= GTK SOUND OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_SINGLE_SOUND= NOSOUND LIBGNOME2 LIBCANBERRA NOSOUND_DESC= Disable sound notification support LIBGNOME2_DESC= Sound notification support via libgnome LIBCANBERRA_DESC= Sound notification support via libcanberra LIBNOTIFY_DESC= Popup notification support FREE_SPACE_DESC=Free space bar in status panel GTK_DESC= GTK GUI toolkit version CMAKE_ARGS+= -DUSE_QT:BOOL=OFF CMAKE_ARGS+= -DCREATE_MO:BOOL=ON CMAKE_ARGS+= -DINSTALL_DATA:BOOL=OFF NOSOUND_CMAKE_ON= -DUSE_LIBGNOME2:BOOL=OFF -DUSE_LIBCANBERRA:BOOL=OFF LIBGNOME2_USE= gnome=libgnome LIBGNOME2_CMAKE_ON= -DUSE_LIBGNOME2:BOOL=ON -DUSE_LIBCANBERRA:BOOL=OFF LIBCANBERRA_LIB_DEPENDS=libcanberra-gtk.so:audio/libcanberra LIBCANBERRA_CMAKE_ON= -DUSE_LIBGNOME2:BOOL=OFF -DUSE_LIBCANBERRA:BOOL=ON LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify LIBNOTIFY_CMAKE_BOOL= USE_LIBNOTIFY GTK2_USE= gnome=gtk20 GTK2_CMAKE_BOOL= USE_GTK GTK2_CMAKE_BOOL_OFF= USE_GTK3 GTK3_USE= gnome=gtk30 GTK3_CMAKE_BOOL= USE_GTK3 GTK3_CMAKE_BOOL_OFF= USE_GTK FREE_SPACE_CMAKE_BOOL= FREE_SPACE_BAR_C .include "${MASTERDIR}/Makefile" Index: head/net-p2p/eiskaltdcpp-lib/Makefile =================================================================== --- head/net-p2p/eiskaltdcpp-lib/Makefile (revision 450556) +++ head/net-p2p/eiskaltdcpp-lib/Makefile (revision 450557) @@ -1,71 +1,71 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= eiskaltdcpp PORTVERSION= 2.2.10 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib MAINTAINER= fjoe@FreeBSD.org COMMENT= Direct Connect client shared library LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes .if !defined (MASTERDIR) LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= cmake gettext compiler:c++11-lib ssl USE_LDCONFIG= yes OPTIONS_DEFINE= LUA PCRE IDN DHT MINIUPNP OPTIONS_DEFAULT= IDN DHT DHT_DESC= DHT support MINIUPNP_DESC= UPnP support CMAKE_ARGS+= -DBUILD_LIB:BOOL=ON CMAKE_ARGS+= -DWITH_DEV_FILES:BOOL=ON CMAKE_ARGS+= -DUSE_QT:BOOL=OFF CMAKE_ARGS+= -DUSE_GTK:BOOL=OFF CMAKE_ARGS+= -DUSE_GTK3:BOOL=OFF CMAKE_ARGS+= -DUSE_ASPELL:BOOL=OFF LUA_USES= lua:51 LUA_CMAKE_ON= -DLUA_SCRIPT:BOOL=ON LUA_CMAKE_OFF= -DLUA_SCRIPT:BOOL=OFF PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CMAKE_ON= -DPERL_REGEX:BOOL=ON PCRE_CMAKE_OFF= -DPERL_REGEX:BOOL=OFF IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CMAKE_ON= -DUSE_IDNA:BOOL=ON IDN_CMAKE_OFF= -DUSE_IDNA:BOOL=OFF DHT_CMAKE_ON= -DWITH_DHT:BOOL=ON DHT_CMAKE_OFF= -DWITH_DHT:BOOL=OFF MINIUPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc MINIUPNP_CMAKE_ON= -DUSE_MINIUPNP:BOOL=ON -DLOCAL_MINIUPNP:BOOL=OFF MINIUPNP_CMAKE_OFF= -DUSE_MINIUPNP:BOOL=OFF .endif USES+= tar:xz PLIST= ${.CURDIR}/pkg-plist .if defined (MASTERDIR) && !defined (NO_BUILD) CMAKE_ARGS+= -DBUILD_LIB:BOOL=OFF CMAKE_ARGS+= -DEISKALTDCPP_INCLUDE_DIR:STRING="${LOCALBASE}/include/eiskaltdcpp" CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib" # these slave ports options have to be in sync with master library CMAKE_ARGS+= -DUSE_IDNA:BOOL=`${PKG_QUERY} '%Ok %Ov' ${PORTNAME}-lib | ${GREP} '^IDN ' | ${CUT} -f 2 -d ' '` CMAKE_ARGS+= -DWITH_DHT:BOOL=`${PKG_QUERY} '%Ok %Ov' ${PORTNAME}-lib | ${GREP} '^DHT ' | ${CUT} -f 2 -d ' '` CMAKE_ARGS+= -DLUA_SCRIPT:BOOL=`${PKG_QUERY} '%Ok %Ov' ${PORTNAME}-lib | ${GREP} '^LUA ' | ${CUT} -f 2 -d ' '` CMAKE_ARGS+= -DUSE_MINIUPNP:BOOL=`${PKG_QUERY} '%Ok %Ov' ${PORTNAME}-lib | ${GREP} '^MINIUPNP ' | ${CUT} -f 2 -d ' '` .endif .include Index: head/net-p2p/eiskaltdcpp-qt/Makefile =================================================================== --- head/net-p2p/eiskaltdcpp-qt/Makefile (revision 450556) +++ head/net-p2p/eiskaltdcpp-qt/Makefile (revision 450557) @@ -1,57 +1,57 @@ # Created by: Stas Timokhin # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= -qt MAINTAINER= ports@FreeBSD.org COMMENT= EiskaltDC++ Direct Connect client Qt GUI LICENSE= GPLv3 RUN_DEPENDS= eiskaltdcpp-data>=0:net-p2p/eiskaltdcpp-data LIB_DEPENDS= libeiskaltdcpp.so:net-p2p/eiskaltdcpp-lib MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib USES= cmake gettext compiler:c++11-lib desktop-file-utils ssl USE_QT4= gui xml network qmake_build uic_build \ moc_build rcc_build linguisttools_build OPTIONS_DEFINE= ASPELL FREE_SPACE DBUS_NOTIFY QTSCRIPT QML SQLITE OPTIONS_DEFAULT= FREE_SPACE DBUS_NOTIFY OPTIONS_SUB= yes FREE_SPACE_DESC= Free space bar in status panel DBUS_NOTIFY_DESC= DBus notification support QTSCRIPT_DESC= QtScript support QML_DESC= Qt Declarative ui support CMAKE_ARGS+= -DUSE_QT:BOOL=ON CMAKE_ARGS+= -DUSE_GTK:BOOL=OFF CMAKE_ARGS+= -DCREATE_MO:BOOL=OFF CMAKE_ARGS+= -DINSTALL_DATA:BOOL=OFF BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} INSTALL_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CMAKE_BOOL= USE_ASPELL FREE_SPACE_CMAKE_BOOL= FREE_SPACE_BAR_C DBUS_NOTIFY_USE= QT4=dbus DBUS_NOTIFY_CMAKE_BOOL= DBUS_NOTIFY QTSCRIPT_USE= QT4=script QTSCRIPT_RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so:devel/qtscriptgenerator QTSCRIPT_CMAKE_BOOL= USE_JS QML_USE= QT4=declarative QML_CMAKE_BOOL= USE_QT_QML SQLITE_USE= QT4=sql-sqlite3 SQLITE_CMAKE_BOOL= USE_QT_SQLITE .include "${MASTERDIR}/Makefile" Index: head/net-p2p/ktorrent/Makefile =================================================================== --- head/net-p2p/ktorrent/Makefile (revision 450556) +++ head/net-p2p/ktorrent/Makefile (revision 450557) @@ -1,36 +1,36 @@ # Created by: Markus Brueffer # $FreeBSD$ PORTNAME= ktorrent DISTVERSION= 4.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ MAINTAINER= kde@FreeBSD.org COMMENT= BitTorrent client for KDE BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:devel/boost-libs LIB_DEPENDS= libtag.so:audio/taglib \ libgmp.so:math/gmp \ libktorrent.so:net-p2p/libktorrent USES= cmake:outsource gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 pimlibs workspace USE_QT4= corelib gui network qt3support qtestlib webkit \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes CONFLICTS_BUILD= ktorrent-2* SHLIB_VER= 15.0.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} CMAKE_ARGS+= -DENABLE_KIO_MAGNET=1 post-patch: ${REINPLACE_CMD} -e 's,ktorrent,$${LIBKTORRENT_LIBRARIES},' \ ${WRKSRC}/plugins/ipfilter/tests/CMakeLists.txt .include Index: head/net-p2p/libktorrent/Makefile =================================================================== --- head/net-p2p/libktorrent/Makefile (revision 450556) +++ head/net-p2p/libktorrent/Makefile (revision 450557) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ MAINTAINER= kde@FreeBSD.org COMMENT= Torrent library from KTorrent project BUILD_DEPENDS= ${LOCALBASE}/include/boost/concept_check.hpp:devel/boost-libs LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgmp.so:math/gmp \ libqca.so:devel/qca USES= cmake:outsource gettext kde:4 tar:bzip2 USE_KDE= kdelibs automoc4 USE_QT4= qtestlib_build qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes SHLIB_VER= 5.0.1 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} \ SHLIB_SHVER=${SHLIB_VER:R:R} .include Index: head/net-p2p/libtorrent-rasterbar/Makefile =================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile (revision 450556) +++ head/net-p2p/libtorrent-rasterbar/Makefile (revision 450557) @@ -1,90 +1,90 @@ # Created by: Doug Barton # $FreeBSD$ PORTNAME= libtorrent-rasterbar PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ PATCH_SITES= https://github.com/arvidn/libtorrent/commit/ PATCHFILES= 7eb3cf6bc6db.patch:-p1 MAINTAINER= rezny@FreeBSD.org COMMENT?= C++ library implementing a BitTorrent client LICENSE= BSD3CLAUSE LIB_DEPENDS+= libboost_chrono.so:devel/boost-libs \ libboost_random.so:devel/boost-libs \ libboost_system.so:devel/boost-libs BROKEN_powerpc64= fails to build: client_test.cpp: undefined reference to std::__cxx11::basic_string USES+= compiler:c++11-lib iconv:wchar_t libtool pathfix pkgconfig ssl USE_CXXSTD= c++11 GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= check CONFIGURE_ARGS= --disable-static \ --enable-dht \ --enable-encryption \ --enable-pool-allocators \ --enable-deprecated-functions \ --with-boost=${LOCALBASE} \ --with-libiconv \ --with-openssl=${OPENSSLBASE} SHLIB_VER= 9 PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" DOCFILES= AUTHORS ChangeLog PORTDOCS= ${DOCFILES} docs/* PORTEXAMPLES= *.cpp OPTIONS_DEFINE= DEBUG DOCS EXAMPLES LOGGING TEST OPTIONS_SUB= yes LOGGING_DESC= Enable disk stat logging and logging to disk DEBUG_CONFIGURE_ENABLE= debug EXAMPLES_CONFIGURE_ENABLE= examples LOGGING_CONFIGURE_ENABLE= logging disk-stats TEST_CONFIGURE_ENABLE= tests .include .if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON) CONFIGURE_ARGS+= --enable-python-binding .else CONFIGURE_ARGS+= --disable-python-binding .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local/include|${PREFIX}/include|' \ ${WRKSRC}/Jamfile post-configure: ${FIND} ${WRKSRC} -name Makefile -o -name link_flags | \ ${XARGS} ${REINPLACE_CMD} 's| *-R${LOCALBASE}/lib||' post-install: .if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON) ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/libtorrent.so .else ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/lib/libtorrent-rasterbar.so.${SHLIB_VER} .endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${DOCFILES:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}) ${RM} ${STAGEDIR}${DOCSDIR}/docs/._* post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/${PORTEXAMPLES} \ ${STAGEDIR}${EXAMPLESDIR} .include Index: head/net-p2p/linuxdcpp/Makefile =================================================================== --- head/net-p2p/linuxdcpp/Makefile (revision 450556) +++ head/net-p2p/linuxdcpp/Makefile (revision 450557) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= linuxdcpp PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MASTER_SITES= http://launchpadlibrarian.net/69733951/ MAINTAINER= ports@FreeBSD.org COMMENT= Port of the DC++ Direct Connect client to Unix-like systems LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs USES= gettext iconv pkgconfig scons tar:bzip2 ssl USE_GNOME= libglade2 PORTDOCS= * DESTDIRNAME= FAKE_ROOT OPTIONS_DEFINE= NOTIFY OPTIONS_DEFAULT=NOTIFY .if defined(WITH_DEBUG) MAKE_ARGS+= debug=1 .endif CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_MAKE_ARGS_OFF= libnotify=0 post-patch: @${REINPLACE_CMD} -e "s/'iconv'/'${ICONV_LIB:S/-l//}'/" \ ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e 's|g++|${CXX}|' ${WRKSRC}/SConstruct post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/net-p2p/litecoin/Makefile =================================================================== --- head/net-p2p/litecoin/Makefile (revision 450556) +++ head/net-p2p/litecoin/Makefile (revision 450557) @@ -1,123 +1,124 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= litecoin PORTVERSION= 0.14.2 PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org COMMENT?= Virtual Peer-to-Peer Currency Client (QT) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to configure: "Big Endian not supported" LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libevent.so:devel/libevent USES+= autoreconf compiler:c++11-lib gmake libtool pkgconfig shebangfix ssl SHEBANG_FILES= src/test/*.py USE_GITHUB= yes GNU_CONFIGURE= yes SLAVE_PORT?= no .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" USES+= desktop-file-utils USE_QT5= core gui network widgets \ buildtools_build linguisttools_build qmake_build BUILD_DEPENDS+= protoc:devel/protobuf LIB_DEPENDS+= libprotobuf.so:devel/protobuf TESTS_USE= QT5=testlib TESTS_PLIST_FILES= bin/test_litecoin-qt \ bin/test_litecoin .endif OPTIONS_DEFINE?= DBUS DEBUG HARDENING QRCODES TESTS UPNP WALLET ZMQ OPTIONS_DEFAULT?= DBUS HARDENING QRCODES UPNP WALLET OPTIONS_SUB= yes HARDENING_DESC= Attempt to harden binaries (PIE for ASLR, NX Stack) QRCODES_DESC= Display QR Codes TESTS_DESC= Build test binary and unit tests WALLET_DESC= Wallet Management Support ZMQ_DESC= Block and transaction broadcasting with ZeroMQ DBUS_CONFIGURE_WITH= dbus DBUS_USE= QT5=dbus DEBUG_CONFIGURE_ENABLE= debug DEBUG_INSTALL_TARGET_OFF= install-strip HARDENING_CONFIGURE_ENABLE= hardening TESTS_CONFIGURE_ENABLE= tests bench .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "yes" TESTS_PLIST_FILES= bin/test_litecoin .endif TESTS_PLIST_FILES+= bin/bench_litecoin UPNP_CONFIGURE_WITH= miniupnpc UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_CPPFLAGS= -I${LOCALBASE}/include UPNP_LIBS= -L${LOCALBASE}/lib QRCODES_CONFIGURE_WITH= qrencode QRCODES_LIB_DEPENDS= libqrencode.so:graphics/libqrencode WALLET_CONFIGURE_ENABLE= wallet WALLET_CXXFLAGS= -I${BDB_INCLUDE_DIR} WALLET_LIBS= -L${BDB_LIB_DIR} WALLET_USES= bdb:48 ZMQ_CONFIGURE_ENABLE= zmq ZMQ_BUILD_DEPENDS= libzmq4>0:net/libzmq4 ZMQ_RUN_DEPENDS= libzmq4>0:net/libzmq4 GH_ACCOUNT= litecoin-project CONFIGURE_ARGS?= --without-libs \ --with-gui=qt5 \ --without-daemon \ --without-utils CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" \ SSL_CFLAGS="-I${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl" \ OBJCXX="${CXX}" OBJCXXFLAGS="${CXXFLAGS}" V=1 MAKE_ENV+= V=1 PLIST_FILES?= bin/litecoin-qt man/man1/litecoin-qt.1.gz \ share/applications/litecoin-qt.desktop share/pixmaps/litecoin128.png .include .if defined(SLAVE_PORT) && ${SLAVE_PORT} == "no" post-patch: @${REINPLACE_CMD} -e 's|bitcoin|litecoin|g' \ -e 's|Bitcoin|Litecoin|g' \ ${WRKSRC}/contrib/debian/bitcoin-qt.desktop post-install: @${REINPLACE_CMD} -e 's,=/usr,=${PREFIX},' \ ${WRKSRC}/contrib/debian/bitcoin-qt.desktop ${INSTALL} ${WRKSRC}/contrib/debian/bitcoin-qt.desktop \ ${STAGEDIR}${PREFIX}/share/applications/litecoin-qt.desktop ${INSTALL} ${WRKSRC}/share/pixmaps/bitcoin128.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/litecoin128.png .endif regression-test: build # To use this sucessfully, remove --without-daemon and --without-utils # from CONFIGURE_ARGS above. @cd ${WRKSRC} && ${GMAKE} check .include Index: head/net-p2p/qbittorrent/Makefile =================================================================== --- head/net-p2p/qbittorrent/Makefile (revision 450556) +++ head/net-p2p/qbittorrent/Makefile (revision 450557) @@ -1,68 +1,68 @@ # Created by: Doug Barton # $FreeBSD$ PORTNAME= qbittorrent PORTVERSION= 3.3.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= yuri@rawbw.com COMMENT?= Bittorrent client using Qt4/5 and libtorrent-rasterbar LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar \ libboost_system.so:devel/boost-libs USES= compiler:c++11-lib pkgconfig tar:xz GNU_CONFIGURE= yes USE_QT5= core network xml qmake_build buildtools_build linguisttools_build QT_NONSTANDARD= yes DESTDIRNAME= INSTALL_ROOT INSTALLS_ICONS= yes PORTDOCS= AUTHORS Changelog README.md .if !defined(SLAVE_PORT) || ${SLAVE_PORT:tl} == "no" WITH_GUI:= yes .else WITH_GUI:= no SUFFIX:= -nox .endif OPTIONS_DEFINE= DBUS DEBUG DOCS DEBUG_CONFIGURE_ENABLE= debug DBUS_CONFIGURE_ENABLE= qt-dbus DBUS_USE= qt5=dbus .if ${WITH_GUI} == "yes" LIB_DEPENDS+= libGeoIP.so:net/GeoIP USES+= desktop-file-utils USE_QT5+= concurrent gui widgets USE_GL+= gl OPTIONS_DEFAULT+= DBUS .else CONFIGURE_ARGS+= --disable-gui .endif CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" post-patch: @${REINPLACE_CMD} \ -e 's/#ifdef Q_OS_MAC/#if defined(Q_OS_MAC) || (defined(__FreeBSD__) \&\& __FreeBSD_version < 1003506)/' \ ${WRKSRC}/src/base/utils/string.cpp post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent${SUFFIX} ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent${SUFFIX}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1/ ${RM} -r ${STAGEDIR}${PREFIX}/share/man post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/net-p2p/twister/Makefile =================================================================== --- head/net-p2p/twister/Makefile (revision 450556) +++ head/net-p2p/twister/Makefile (revision 450557) @@ -1,60 +1,60 @@ # Created by: Thierry Thomas # $FreeBSD$ PORTNAME= twister-core PORTVERSION= 0.9.34 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net-p2p MAINTAINER= thierry@FreeBSD.org COMMENT= Experimental peer-to-peer microblogging software LICENSE= BSD3CLAUSE MIT LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleveldb.so:databases/leveldb BROKEN_powerpc64= Does not build: /usr/bin/ld: final link failed: Bad value OPTIONS_DEFINE= DOCS USE_GITHUB= yes GH_ACCOUNT= miguelfreitas USES= bdb:48 autoreconf:build gmake iconv libtool ssl GNU_CONFIGURE= yes CONFIGURE_WRKSRC=${WRKSRC}/libtorrent CONFIGURE_ARGS= --with-libiconv \ --with-boost=${LOCALBASE} \ --with-boost-system=boost_system MAKEFILE= makefile.freebsd BUILD_WRKSRC= ${WRKSRC}/src MAKE_ENV= BOOST_INCLUDE_PATH=${LOCALBASE}/include \ BOOST_LIB_PATH=${LOCALBASE}/lib \ BDB_INCLUDE_PATH=${BDB_INCLUDE_DIR} \ BDB_LIB_PATH=${BDB_LIB_DIR} \ ICONV_LIB="${ICONV_LIB}" PLIST_FILES= bin/twisterd PORTDOCS= README.md post-patch: @${REINPLACE_CMD} 's|%%PORTVERSION%%|${PORTVERSION}|' \ ${WRKSRC}/share/genbuild.sh pre-configure: (cd ${CONFIGURE_WRKSRC} && ./autotool.sh) do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/twisterd ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/print/libmspub01/Makefile =================================================================== --- head/print/libmspub01/Makefile (revision 450556) +++ head/print/libmspub01/Makefile (revision 450557) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Microsoft Publisher file format LICENSE= LGPL21 MPL GPLv2 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= compiler:c++0x libtool pathfix pkgconfig tar:xz INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/print/libpagemaker/Makefile =================================================================== --- head/print/libpagemaker/Makefile (revision 450556) +++ head/print/libpagemaker/Makefile (revision 450557) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= libpagemaker PORTVERSION= 0.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print graphics devel MASTER_SITES= LIBREOFFICE_DEV MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Aldus/Adobe PageMaker documents LICENSE= MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= libtool pathfix pkgconfig tar:xz INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/print/lyx/Makefile =================================================================== --- head/print/lyx/Makefile (revision 450556) +++ head/print/lyx/Makefile (revision 450557) @@ -1,53 +1,54 @@ # Created by: Klemm # $FreeBSD$ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ ftp://ftp.ntua.gr/pub/X11/LyX/stable/${MAJOR_VERSION}.x/ \ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/${MAJOR_VERSION}.x/ MAINTAINER= rakuco@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libmythes-1.2.so:textproc/mythes MAJOR_VERSION= 2.2 MINOR_VERSION= 3 USES= desktop-file-utils gmake iconv pkgconfig perl5 \ python:2 shebangfix tar:xz USE_QT5= core concurrent gui svg widgets buildtools_build qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-boost \ --without-included-mythes \ --enable-qt5 \ --with-qt-dir=${LOCALBASE}/lib/qt5 \ ${ICONV_CONFIGURE_ARG} \ --with-extra-prefix=${LOCALBASE} SHEBANG_FILES= lib/configure.py \ lib/lyx2lyx/lyx2lyx \ lib/scripts/listerrors LIBS+= -lexecinfo OPTIONS_DEFINE= ASPELL ENCHANT HUNSPELL NLS OPTIONS_DEFAULT= HUNSPELL OPTIONS_SUB= yes ENCHANT_DESC= Spell checking using Enchant ASPELL_CONFIGURE_OFF= --without-aspell ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ENCHANT_CONFIGURE_OFF= --without-enchant ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant HUNSPELL_CONFIGURE_OFF= --without-hunspell HUNSPELL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext .include Index: head/print/pdfcube/Makefile =================================================================== --- head/print/pdfcube/Makefile (revision 450556) +++ head/print/pdfcube/Makefile (revision 450557) @@ -1,29 +1,29 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ MAINTAINER= lwhsu@FreeBSD.org COMMENT= OpenGL presentation viewer on a spinning cube LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libpoppler-glib.so:graphics/poppler-glib \ libboost_program_options.so:devel/boost-libs USES= pkgconfig USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include PLIST_FILES= bin/pdfcube post-patch: ${REINPLACE_CMD} -e \ 's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \ ${WRKSRC}/configure .include Index: head/print/scribus/Makefile =================================================================== --- head/print/scribus/Makefile (revision 450556) +++ head/print/scribus/Makefile (revision 450557) @@ -1,43 +1,43 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= scribus PORTVERSION= 1.4.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ MAINTAINER= bsam@FreeBSD.org COMMENT= Comprehensive desktop publishing program LICENSE= GPLv2+ LIB_DEPENDS= liblcms.so:graphics/lcms \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libcups.so:print/cups \ libfreetype.so:print/freetype2 \ libpodofo.so:graphics/podofo \ libboost_thread.so:devel/boost-libs \ libhunspell-1.6.so:textproc/hunspell \ libcairo.so:graphics/cairo \ libhyphen.so:textproc/hyphen \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/PIL/_imaging.so:graphics/py-pillow USE_QT4= corelib gui linguist_build moc_build qmake_build rcc_build uic_build xml network USE_GNOME= libartlgpl2 libxml2 USES= cmake:outsource desktop-file-utils ghostscript:run jpeg \ pkgconfig python shared-mime-info tar:xz USE_LDCONFIG= yes CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit OPTIONS_DEFINE= DOCS post-install: ${LN} -sf ${DATADIR}/icons/scribus.png ${STAGEDIR}${PREFIX}/share/pixmaps/ .include Index: head/science/avogadro/Makefile =================================================================== --- head/science/avogadro/Makefile (revision 450556) +++ head/science/avogadro/Makefile (revision 450557) @@ -1,62 +1,62 @@ # Created by: Troels Kofoed Jacobsen # $FreeBSD$ PORTNAME= avogadro PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= SF MAINTAINER= kde@FreeBSD.org COMMENT= Advanced molecular editor and viewer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= eigen2>2:math/eigen2 LIB_DEPENDS= libopenbabel.so:science/openbabel USES= cmake desktop-file-utils pkgconfig tar:bzip2 USE_GL= glu gl USE_QT4= gui network opengl \ linguisttools_build moc_build qmake_build rcc_build uic_build CMAKE_ARGS= -DENABLE_GLSL=OFF \ -DQT_MKSPECS_RELATIVE=share/qt4/mkspecs USE_LDCONFIG= yes CFLAGS+= -idirafter ${LOCALBASE}/include/eigen2 \ -idirafter ${LOCALBASE}/include \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= PYTHON OPTIONS_DEFAULT=PYTHON OPTIONS_SUB= yes PYTHON_USES= python:2 PYTHON_BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip PYTHON_LIB_DEPENDS= libboost_python.so:devel/boost-python-libs PYTHON_RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sip>0:devel/py-sip PYTHON_CMAKE_ON= -DENABLE_PYTHON=ON \ -DPYTHON_INCLUDE_DIR:PATH=${WRKDIR}/include/${PYTHON_VERSION} PYTHON_CMAKE_OFF= -DENABLE_PYTHON=OFF post-patch: @${REINPLACE_CMD} -e \ '/FLAGS_RELEASE/s|^|#| ; \ /PC_FILES/s|$${LIB_INSTALL_DIR}|libdata|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e \ 's|share/man|man|' ${WRKSRC}/doc/CMakeLists.txt pre-configure-PYTHON-on: @${MKDIR} ${WRKDIR}/include/${PYTHON_VERSION} @${FIND} ${PYTHON_INCLUDEDIR} ! -name "pyport.h" -type f \ -maxdepth 1 | ${XARGS} -J % ${LN} -sf % \ ${WRKDIR}/include/${PYTHON_VERSION} @${SED} -e 's|^#ifdef _PY_PORT_CTYPE_UTF8_ISSUE|#if 0|' \ ${PYTHON_INCLUDEDIR}/pyport.h > \ ${WRKDIR}/include/${PYTHON_VERSION}/pyport.h .include Index: head/science/bddsolve/Makefile =================================================================== --- head/science/bddsolve/Makefile (revision 450556) +++ head/science/bddsolve/Makefile (revision 450557) @@ -1,37 +1,37 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= bddsolve PORTVERSION= 1.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.win.tue.nl/~wieger/bddsolve/_downloads/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= ed@FreeBSD.org COMMENT= BDD-based satisfiability and reachability solver BROKEN_powerpc64= Does not build LIB_DEPENDS+= libbdd.so:science/buddy \ libboost_program_options.so:devel/boost-libs USES= zip NO_WRKSUBDIR= yes CFLAGS+= -I${LOCALBASE}/include -I${WRKSRC}/include LDFLAGS+= -L${LOCALBASE}/lib -lbdd -lboost_program_options BROKEN_powerpc= Does not compile due to running out of virtual memory OPTIONS_DEFINE= EXAMPLES do-build: ${SETENV} ${MAKE_ENV} ${CXX} ${CXXFLAGS} ${LDFLAGS} \ -o ${WRKSRC}/bddsolve ${WRKSRC}/src/bddsolve.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bddsolve ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/reach.b ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/sat.b ${STAGEDIR}${EXAMPLESDIR} .include Index: head/science/gromacs/Makefile =================================================================== --- head/science/gromacs/Makefile (revision 450556) +++ head/science/gromacs/Makefile (revision 450557) @@ -1,84 +1,84 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= gromacs PORTVERSION= 5.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ MAINTAINER= ports@FreeBSD.org COMMENT= Compute molecular dynamics LICENSE= LGPL21 BUILD_DEPENDS= boost-libs>=1.44:devel/boost-libs USES= cmake fortran perl5 pkgconfig shebangfix SHEBANG_FILES= admin/*.sh scripts/*.pl scripts/*.sh src/gromacs/selection/*.sh bash_CMD= ${SH} USE_GNOME= libxml2 CMAKE_ARGS= -DGMX_USE_RDTSCP:BOOL=OFF \ -DUSE_PYTHON_SCRIPTS:BOOL=OFF USE_LDCONFIG= yes OPTIONS_DEFINE= ATLAS FLOAT OPENMP SIMD X11 OPTIONS_RADIO= MPI OPTIONS_RADIO_MPI= MPICH2 OPENMPI OPTIONS_DEFAULT= FLOAT OPENMP X11 OPTIONS_SUB= yes ATLAS_DESC= Use ATLAS for BLAS and LAPACK ATLAS_USES= blaslapack:atlas ATLAS_USES_OFF= blaslapack ATLAS_CMAKE_ON= -DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libcblas.so;${LOCALBASE}/lib/libf77blas.so" \ -DLAPACK_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libalapack.so" ATLAS_CMAKE_OFF= -DBLAS_LIBRARIES:FILEPATH="${LOCALBASE}/lib/libblas.so" \ -DLAPACK_LIBRARIES:FILEPATH="${LOCALBASE}/lib/liblapack.so" FLOAT_DESC= Use single instead of double precision FLOAT_BUILD_DEPENDS= fftw3>0:math/fftw3 FLOAT_LIB_DEPENDS= libfftw3f.so:math/fftw3-float FLOAT_LIB_DEPENDS_OFF= libfftw3.so:math/fftw3 FLOAT_CMAKE_ON= -DGMX_DOUBLE:BOOL=OFF FLOAT_CMAKE_OFF= -DGMX_DOUBLE:BOOL=ON MPICH2_LIB_DEPENDS= libmpich.so:net/mpich2 MPICH2_CMAKE_ON= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/bin/mpicc" OPENMP_USES= compiler:openmp OPENMP_CMAKE_ON= -DGMX_CXX11:BOOL=OFF OPENMP_CMAKE_OFF= -DGMX_OPENMP:BOOL=OFF OPENMPI_BUILD_DEPENDS= openmpi>0:net/openmpi OPENMPI_RUN_DEPENDS= openmpi>0:net/openmpi OPENMPI_CMAKE_ON= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicc" SIMD_CMAKE_OFF= -DGMX_SIMD:STRING="None" X11_USE= XORG=xext,x11 X11_CMAKE_ON= -DGMX_X11:BOOL=ON X11_CMAKE_OFF= -DGMX_X11:BOOL=OFF .include .if ${PORT_OPTIONS:MFLOAT} PLIST_SUB+= SUFFIX_D="" .else PLIST_SUB+= SUFFIX_D="_d" .endif .if ${PORT_OPTIONS:MMPICH2} || ${PORT_OPTIONS:MOPENMPI} CMAKE_ARGS+= -DGMX_MPI:BOOL=ON PLIST_SUB+= SUFFIX_MPI="_mpi" .else CMAKE_ARGS+= -DGMX_MPI:BOOL=OFF PLIST_SUB+= SUFFIX_MPI="" .endif post-patch: @${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|share/man|man| ; \ /pkgconfig/s|LIB_INSTALL_DIR}|CMAKE_INSTALL_PREFIX}/libdata|' @${FIND} ${WRKSRC} -name "GMXRC.*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|LDLIB/pkgconfig|LDLIB/../libdata/pkgconfig| ; \ s|LDLIB}/pkgconfig|LDLIB}/../libdata/pkgconfig|' @${REINPLACE_CMD} -e '/CMAKE_REQUIRED_LIBRARIES/d' \ ${WRKSRC}/cmake/gmxTestdlopen.cmake .include Index: head/science/iboview/Makefile =================================================================== --- head/science/iboview/Makefile (revision 450556) +++ head/science/iboview/Makefile (revision 450557) @@ -1,38 +1,38 @@ # Created by: Johannes Dieterich # $FreeBSD$ PORTNAME= iboview PORTVERSION= 20150427 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.iboview.org/bin/ DISTNAME= ibo-view.20150427 MAINTAINER= jmd@FreeBSD.org COMMENT= Program for analyzing molecular electronic structure LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= qt5-buildtools>=0:devel/qt5-buildtools \ boost-libs>=0:devel/boost-libs LIB_DEPENDS= libgcc_s.so:lang/gcc RUN_DEPENDS= boost-libs>=0:devel/boost-libs ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON_amd64= only builds and is supported on amd64 USES= tar:bz2 qmake:outsource blaslapack:openblas USE_GL= gl glu USE_QT5= core gui widgets opengl script svg PLIST_FILES= bin/iboview post-patch: ${REINPLACE_CMD} -e 's|%%_GCC_RUNTIME%%|${LOCALBASE}/lib/gcc${GCC_DEFAULT}|g' \ ${WRKSRC}/main.pro do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iboview ${STAGEDIR}${PREFIX}/bin .include Index: head/science/libgeodecomp/Makefile =================================================================== --- head/science/libgeodecomp/Makefile (revision 450556) +++ head/science/libgeodecomp/Makefile (revision 450557) @@ -1,44 +1,44 @@ # Created by: Kurt Kanzenbach # $FreeBSD$ PORTNAME= libgeodecomp PORTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science devel MASTER_SITES= http://www.libgeodecomp.org/archive/ MAINTAINER= kurt@kmk-computers.de COMMENT= LibGeoDecomp is an auto-parallelizing library for computer simulations LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_system.so:devel/boost-libs libboost_date_time.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs USES= cmake:outsource compiler:c++11-lib USE_GCC= yes USE_LDCONFIG= yes CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE -DWITH_VISIT:BOOL=FALSE \ -DWITH_HPX:BOOL=FALSE -DWITH_OPENCL:BOOL=FALSE \ -DWITH_OPENCV:BOOL=FALSE -DWITH_TYPEMAPS=FALSE OPTIONS_DEFINE= MPI QT4 SILO SCOTCH OPTIONS_DEFAULT= MPI QT4 SILO SCOTCH MPI_LIB_DEPENDS= libmpich.so:net/mpich2 MPI_CMAKE_BOOL= WITH_MPI QT4_USE= QT4=corelib,gui,opengl,qmake_build,moc_build,rcc_build,uic_build QT4_CMAKE_BOOL= WITH_QT SILO_DESC= Enable Silo dependend output SILO_LIB_DEPENDS= libsiloh5.so:science/silo SILO_CMAKE_BOOL= WITH_SILO SCOTCH_DESC= Enable graph partitioning based on Scotch/Scotch-PT SCOTCH_BUILD_DEPENDS= ${LOCALBASE}/lib/libscotch.a:cad/scotch SCOTCH_CMAKE_BOOL= WITH_SCOTCH .include Index: head/science/libkml/Makefile =================================================================== --- head/science/libkml/Makefile (revision 450556) +++ head/science/libkml/Makefile (revision 450557) @@ -1,43 +1,43 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= libkml PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org COMMENT= Reference implementation of OGC KML 2.2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: iomem_simple.h: redefinition of typedef 'open_file_func' BUILD_DEPENDS= boost-libs>=1.44.0:devel/boost-libs \ googletest>=1.7.0:devel/googletest \ minizip>=1.2.8:archivers/minizip LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libexpat.so:textproc/expat2 \ libgtest.so:devel/googletest \ libminizip.so:archivers/minizip \ liburiparser.so:net/uriparser OPTIONS_DEFINE= EXAMPLES CMAKE_ARGS= -DWITH_JAVA=OFF -DWITH_PYTHON=OFF -DWITH_SWIG=OFF USE_LDCONFIG= yes USES= cmake pathfix PORTEXAMPLES= * USE_GITHUB= yes EXAMPLES_CMAKE_OFF= -DBUILD_EXAMPLES=OFF -DINSTALL_EXAMPLES=OFF EXAMPLES_CMAKE_ON= -DBUILD_EXAMPLES=ON -DINSTALL_EXAMPLES=ON -DKML_EXAMPLES_DIR=${EXAMPLESDIR} EXAMPLES_LIB_DEPENDS= libcurl.so:ftp/curl post-patch-EXAMPLES-on: @${REINPLACE_CMD} -e 's|DESTINATION examples/|DESTINATION $${KML_EXAMPLES_DIR}/|' ${WRKSRC}/examples/*/CMakeLists.txt .include Index: head/science/orthanc/Makefile =================================================================== --- head/science/orthanc/Makefile (revision 450556) +++ head/science/orthanc/Makefile (revision 450557) @@ -1,87 +1,87 @@ # Created by: mp39590@gmail.com # $FreeBSD$ PORTNAME= orthanc PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science graphics net www MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose DISTFILES= Orthanc-${PORTVERSION}.tar.gz:main \ mongoose-3.8.tgz:mongoose DIST_SUBDIR= ${PORTNAME} MAINTAINER= mp39590@gmail.com COMMENT= RESTful DICOM server for healthcare and medical research # GPLv3 license, with the OpenSSL exception. LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libjsoncpp.so:devel/jsoncpp \ libuuid.so:misc/e2fsprogs-libuuid \ libboost_filesystem.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_date_time.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_locale.so:devel/boost-libs \ libdcmdsig.so:devel/dcmtk \ libcharls.so:devel/dcmtk \ libdcmjpls.so:devel/dcmtk \ libsqlite3.so:databases/sqlite3 \ libpng16.so:graphics/png \ libgtest.so:devel/googletest \ libpugixml.so:textproc/pugixml BROKEN_powerpc64= fails to configure: CMake: Looking for C++ include pugixml.hpp - not found CMAKE_ARGS= -DDCMTK_LIBRARIES="dcmdsig;charls;dcmjpls" \ -DDCMTK_DIR="${LOCALBASE}" \ -DDCMTK_DICTIONARY_DIR="${LOCALBASE}/share/dcmtk" \ -DUSE_SYSTEM_MONGOOSE=OFF \ -DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF USES= cmake:outsource dos2unix jpeg lua:51 python:build ssl CFLAGS+= -I${LOCALBASE}/include DOS2UNIX_FILES= CMakeLists.txt USE_LDCONFIG= yes USE_RC_SUBR= orthanc WRKSRC= ${WRKDIR}/Orthanc-${PORTVERSION} USERS= orthanc GROUPS= orthanc PLIST_SUB+= PORTVERSION=${PORTVERSION} # This is mongoose sources, downloaded from Orthanc author homepage. Orthanc # requires mongoose webserver, but after version 3.8, mongoose developers has # changed the license from MIT to GPLv2 only. This action made illegal to # combine new mongoose versions with GPLv3 only Orthanc. # We download sources manually and pass USE_SYSTEM_MONGOOSE=OFF to Orthanc # cmake variables to tell that mongoose is not presented on the host OS and # should be build together with the software instead. # https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html post-patch: ${MKDIR} ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/mongoose-3.8.tgz ${WRKSRC}/ThirdPartyDownloads # Orthanc hardcodes /usr/local paths for libs and includes. @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake # There is no way to disable building of test units without a patch, on other # hand it brings only one build dependency (devel/googletest) and running it was # helpful in early bug detection in Debian. # Some tests require connections to be made to the outside world, this is # definitely unsupported behaviour and therefor those tests are disabled with # cmake variable above (-DUNIT_TESTS_WITH_HTTP_CONNEXIONS=OFF). post-build: @cd ${BUILD_WRKSRC} && ./UnitTests post-install: ${MKDIR} ${STAGEDIR}/var/db/orthanc/db/db-v5 ${MKDIR} ${STAGEDIR}${DATADIR}/plugins ${MKDIR} ${STAGEDIR}${ETCDIR} ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Resources/Configuration.json ${CP} ${WRKSRC}/Resources/Configuration.json ${STAGEDIR}${ETCDIR}/orthanc.json.sample ${STRIP_CMD} ${STAGEDIR}${DATADIR}/plugins/libServeFolders.so.${PORTVERSION} .include Index: head/science/orthanc-dicomweb/Makefile =================================================================== --- head/science/orthanc-dicomweb/Makefile (revision 450556) +++ head/science/orthanc-dicomweb/Makefile (revision 450557) @@ -1,43 +1,43 @@ # Created by: mp39590@gmail.com # $FreeBSD$ PORTNAME= orthanc-dicomweb PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science net MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/ DISTNAME= OrthancDicomWeb-${PORTVERSION} DIST_SUBDIR= orthanc MAINTAINER= mp39590@gmail.com COMMENT= WADO and DICOMweb support for Orthanc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ libboost_filesystem.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libboost_system.so:devel/boost-libs \ libboost_date_time.so:devel/boost-libs \ libboost_regex.so:devel/boost-libs \ libboost_locale.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp \ libuuid.so:misc/e2fsprogs-libuuid \ libpugixml.so:textproc/pugixml \ libgtest.so:devel/googletest USES= cmake:outsource localbase python:build WRKSRC= ${WRKDIR}/OrthancDicomWeb-${PORTVERSION} PLIST_FILES= share/orthanc/plugins/libOrthancDicomWeb.so \ share/orthanc/plugins/libOrthancDicomWeb.so.${PORTVERSION} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Orthanc/Resources/CMake/*.cmake do-test: @cd ${BUILD_WRKSRC} && ./UnitTests .include Index: head/science/orthanc-postgresql/Makefile =================================================================== --- head/science/orthanc-postgresql/Makefile (revision 450556) +++ head/science/orthanc-postgresql/Makefile (revision 450557) @@ -1,39 +1,39 @@ # Created by: mp39590@gmail.com # $FreeBSD$ PORTNAME= orthanc-portgresql PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/ DISTNAME= OrthancPostgreSQL-${PORTVERSION} DIST_SUBDIR= orthanc MAINTAINER= mp39590@gmail.com COMMENT= PostgreSQL plugin for Orthanc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= orthanc>=0.9.4:science/orthanc LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp ## UnitTests require running PostgreSQL server, so it's pointless to build/run them CMAKE_ARGS= -DBUILD_UNIT_TESTS=OFF CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= cmake:outsource pgsql python:build WRKSRC= ${WRKDIR}/OrthancPostgreSQL-${PORTVERSION} PLIST_FILES= share/orthanc/plugins/libOrthancPostgreSQLIndex.so \ share/orthanc/plugins/libOrthancPostgreSQLIndex.so.${PORTVERSION} \ share/orthanc/plugins/libOrthancPostgreSQLStorage.so \ share/orthanc/plugins/libOrthancPostgreSQLStorage.so.${PORTVERSION} post-extract: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Resources/CMake/*.cmake .include Index: head/science/orthanc-webviewer/Makefile =================================================================== --- head/science/orthanc-webviewer/Makefile (revision 450556) +++ head/science/orthanc-webviewer/Makefile (revision 450557) @@ -1,57 +1,57 @@ # Created by: mp39590@gmail.com # $FreeBSD$ PORTNAME= orthanc-webviewer PORTVERSION= 2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty DISTFILES= OrthancWebViewer-${PORTVERSION}.tar.gz:main \ jsPanel-2.3.3-fixed.zip:thirdparty \ cornerstone-0.8.4.zip:thirdparty \ jquery-ui-1.11.3.zip:thirdparty \ pako-0.2.5.zip:thirdparty \ js-url-1.8.6.zip:thirdparty DIST_SUBDIR= orthanc MAINTAINER= mp39590@gmail.com COMMENT= Web viewer plugin for Orthanc LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= fails to build BUILD_DEPENDS= ${LOCALBASE}/include/orthanc/OrthancCPlugin.h:science/orthanc \ gtest-config:devel/googletest LIB_DEPENDS= libgdcmCommon.so:devel/gdcm \ libboost_system.so:devel/boost-libs \ libboost_thread.so:devel/boost-libs \ libboost_filesystem.so:devel/boost-libs \ libjsoncpp.so:devel/jsoncpp \ libsqlite3.so:databases/sqlite3 \ libuuid.so:misc/e2fsprogs-libuuid \ libgtest.so:devel/googletest USES= cmake:outsource localbase python:build WRKSRC= ${WRKDIR}/OrthancWebViewer-${PORTVERSION} PLIST_FILES= share/orthanc/plugins/libOrthancWebViewer.so \ share/orthanc/plugins/libOrthancWebViewer.so.${PORTVERSION} post-extract: ${MKDIR} ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/jsPanel-2.3.3-fixed.zip ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/cornerstone-0.8.4.zip ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/jquery-ui-1.11.3.zip ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/pako-0.2.5.zip ${WRKSRC}/ThirdPartyDownloads ${CP} ${DISTDIR}/${DIST_SUBDIR}/js-url-1.8.6.zip ${WRKSRC}/ThirdPartyDownloads post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Orthanc/Resources/CMake/*.cmake post-build: @cd ${BUILD_WRKSRC} && ./UnitTests .include Index: head/science/pulseview/Makefile =================================================================== --- head/science/pulseview/Makefile (revision 450556) +++ head/science/pulseview/Makefile (revision 450557) @@ -1,28 +1,28 @@ # Created by: Uffe Jakobsen # $FreeBSD$ PORTNAME= pulseview PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ MAINTAINER= bsam@FreeBSD.org COMMENT= GUI client that supports various hardware logic analyzers LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libsigrok.so:devel/libsigrok \ libsigrokdecode.so:devel/libsigrokdecode USES= cmake pkgconfig USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DDISABLE_WERROR:BOOL=TRUE PLIST_FILES= bin/pulseview man/man1/pulseview.1.gz MAKE_JOBS_UNSAFE=yes .include Index: head/security/botan110/Makefile =================================================================== --- head/security/botan110/Makefile (revision 450556) +++ head/security/botan110/Makefile (revision 450557) @@ -1,72 +1,72 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= botan PORTVERSION= 1.10.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 DISTNAME= Botan-${PORTVERSION} MAINTAINER= lapo@lapo.it COMMENT= Portable, easy to use, and efficient C++ crypto library LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/license.txt OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support USES= compiler gmake python:build tar:tgz HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --prefix=${PREFIX} --with-bzip2 --with-zlib MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" USE_LDCONFIG= yes PLIST_FILES= bin/botan-config-1.10 lib/libbotan-1.10.a lib/libbotan-1.10.so lib/libbotan-1.10.so.1 \ lib/libbotan-1.10.so.1.13 libdata/pkgconfig/botan-1.10.pc DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * BROKEN_aarch64= Fails to configure: unknown or unidentifiable processor arm64 .include .if ${PORT_OPTIONS:MSSL} USES+= ssl CONFIGURE_ARGS+=--with-openssl .endif .if ${PORT_OPTIONS:MGMP} LIB_DEPENDS+= libgmp.so:math/gmp CONFIGURE_ARGS+=--with-gnump MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" .endif .if ${PORT_OPTIONS:MECC} BUILD_DEPENDS+= ${LOCALBASE}/include/boost/tr1/memory.hpp:devel/boost-libs CONFIGURE_ARGS+=--with-tr1-implementation=boost CXXFLAGS+= -I${LOCALBASE}/include .else CONFIGURE_ARGS+=--with-tr1-implementation=none .endif .include CONFIGURE_ARGS+=--cc ${COMPILER_TYPE} post-patch: ${REINPLACE_CMD} -e "s|#!/usr/bin/env python|#!${PYTHON_CMD}|" \ ${WRKSRC}/configure.py .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/DOCDIR/d' \ ${WRKSRC}/src/build-data/makefile/unix_shr.in .endif post-install: @(cd "${STAGEDIR}${PREFIX}"; ${FIND} -s include/botan-1.10 -not -type d) >> ${TMPPLIST} .include Index: head/security/clamfs/Makefile =================================================================== --- head/security/clamfs/Makefile (revision 450556) +++ head/security/clamfs/Makefile (revision 450557) @@ -1,41 +1,41 @@ # Created by: Mageirias Anastasios # $FreeBSD$ PORTNAME= clamfs PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF MAINTAINER= anastasios@mageirias.com COMMENT= User-space fs with on-access antivirus scanning LICENSE= GPLv2 LIB_DEPENDS= libccgnu2.so:devel/commoncpp \ libPocoNet.so:devel/poco-ssl \ librlog.so:devel/rlog BUILD_DEPENDS= boost-libs>=1.33:devel/boost-libs RUN_DEPENDS= clamd:security/clamav GNU_CONFIGURE= yes USES= fuse CPPFLAGS+= -I${LOCALBASE}/include/boost/tr1 PLIST_FILES= bin/clamfs \ man/man1/clamfs.1.gz OPTIONS_DEFINE= DOCS DOCS_PORTDOCS= * post-patch-DOCS-on: @${REINPLACE_CMD} -e '/socket=/s/ctl/sock/' \ ${WRKSRC}/doc/clamfs.xml post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/clamfs.xml ${STAGEDIR}${DOCSDIR} .include Index: head/security/i2pd/Makefile =================================================================== --- head/security/i2pd/Makefile (revision 450556) +++ head/security/i2pd/Makefile (revision 450557) @@ -1,58 +1,58 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= i2pd PORTVERSION= 2.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ implementation of I2P client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs BROKEN_powerpc64= does not build: error: to_string is not a member of std USE_GITHUB= yes GH_ACCOUNT= PurpleI2P USES= cmake compiler:c++11-lib ssl CMAKE_SOURCE_PATH=${WRKSRC}/build USE_RC_SUBR= ${PORTNAME} PORTDOCS= * USERS= _i2pd GROUPS= _i2pd PLIST_SUB= USER="${USERS}" GROUP="${GROUPS}" SUB_LIST= USER="${USERS}" GROUP="${GROUPS}" SUB_FILES= i2pd.newsyslog.conf OPTIONS_DEFINE= AESNI AVX UPNP DOCS AESNI_DESC= Use AES-NI instructions set AESNI_CMAKE_BOOL= WITH_AESNI AVX_DESC= Use AVX instructions AVX_CMAKE_BOOL= WITH_AVX UPNP_DESC= Include support for UPnP client UPNP_CMAKE_BOOL= WITH_UPNP UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf @${MKDIR} ${STAGEDIR}/var/run/i2pd @${MKDIR} ${STAGEDIR}/var/log/i2pd @${MKDIR} ${STAGEDIR}/var/db/i2pd do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/security/opensaml2/Makefile =================================================================== --- head/security/opensaml2/Makefile (revision 450556) +++ head/security/opensaml2/Makefile (revision 450557) @@ -1,37 +1,37 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= opensaml2 PORTVERSION= 2.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} MAINTAINER= girgen@FreeBSD.org COMMENT= Open source implementation of SAML2 LIB_DEPENDS= libcurl.so:ftp/curl \ liblog4shib.so:devel/log4shib \ libxml-security-c.so:security/apache-xml-security-c \ libxerces-c.so:textproc/xerces-c3 \ libxmltooling.so:devel/xmltooling BUILD_DEPENDS= boost-libs>=0:devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc USES= gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \ ${WRKSRC}/doc/Makefile.in post-patch-DOCS-off: @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in .include Index: head/security/quantis/Makefile =================================================================== --- head/security/quantis/Makefile (revision 450556) +++ head/security/quantis/Makefile (revision 450557) @@ -1,104 +1,104 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= quantis DISTVERSION= v13.11.08 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security devel java MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ LOCAL/ale DISTNAME= Quantis-${DISTVERSION}-src MAINTAINER= ale@FreeBSD.org COMMENT= Libraries and utilities to access Quantis devices LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/Quantis-${DISTVERSION}/License.txt OPTIONS_DEFINE= PCI USB JAVA COMPAT TOOL GUI DOCS EXAMPLES OPTIONS_DEFAULT=PCI USB JAVA TOOL GUI NO_OPTIONS_SORT=yes PCI_DESC= Enable Quantis PCI support USB_DESC= Enable Quantis USB support JAVA_DESC= Enable Java support COMPAT_DESC= Build API v1 compatibility libraries TOOL_DESC= Build EasyQuantis application GUI_DESC= Build QT4 GUI for EasyQuantis application EXTRACT_BEFORE_ARGS= -aqo USES= cmake compiler:c++11-lang zip:infozip USE_QT4= # empty but required USE_LDCONFIG= yes SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Libs-Apps KMODDIR?= /boot/modules PORTDOCS= * PORTEXAMPLES= * .include .if ${PORT_OPTIONS:MPCI} RUN_DEPENDS+= ${KMODDIR}/quantis.ko:security/quantis-kmod .else CMAKE_ARGS+= -DDISABLE_QUANTIS_PCI=1 .endif .if ! ${PORT_OPTIONS:MUSB} CMAKE_ARGS+= -DDISABLE_QUANTIS_USB=1 PKGMESSAGE= ${PKGDIR}/notexistent .endif .if ${PORT_OPTIONS:MJAVA} USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native .else CMAKE_ARGS+= -DDISABLE_QUANTIS_JAVA=1 .endif .if ${PORT_OPTIONS:MCOMPAT} CMAKE_ARGS+= -DENABLE_QUANTIS_COMPAT=1 PLIST_SUB+= COMPAT="" .else PLIST_SUB+= COMPAT="@comment " .endif .if ${PORT_OPTIONS:MTOOL} BUILD_DEPENDS+= ${LOCALBASE}/lib/libboost_date_time.a:devel/boost-libs CXXFLAGS+= -I${LOCALBASE}/include . if ${PORT_OPTIONS:MGUI} USE_QT4+= gui moc_build uic_build rcc_build qmake_build . else CMAKE_ARGS+= -DDISABLE_EASYQUANTIS_GUI=1 . endif PLIST_SUB+= TOOL="" .else CMAKE_ARGS+= -DDISABLE_EASYQUANTIS=1 PLIST_SUB+= TOOL="@comment " .endif post-patch: @${REINPLACE_CMD} '/ if(CMAKE_COMPILER_IS_GNU/s/)/ MATCHES "0")/' \ ${WRKSRC}/CMake/CompilersFlags.cmake post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../*.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../User_Manual.pdf ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @(cd ${WRKSRC}/../Samples; ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "-not -empty") .if ${PORT_OPTIONS:MUSB} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/devd ${INSTALL_DATA} ${FILESDIR}/quantis.conf ${STAGEDIR}${EXAMPLESDIR}/devd .endif .include Index: head/security/shibboleth2-sp/Makefile =================================================================== --- head/security/shibboleth2-sp/Makefile (revision 450556) +++ head/security/shibboleth2-sp/Makefile (revision 450557) @@ -1,90 +1,90 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= shibboleth-sp PORTVERSION= 2.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ MAINTAINER= girgen@FreeBSD.org COMMENT= C++ Shibboleth Service Provider (Internet2) for Apache LICENSE= APACHE20 BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libsaml.so:security/opensaml2 \ libxmltooling-lite.so:devel/xmltooling \ liblog4shib.so:devel/log4shib \ libxerces-c.so:textproc/xerces-c3 \ libxml-security-c.so:security/apache-xml-security-c USES= gmake tar:bzip2 ssl GNU_CONFIGURE= yes MAKE_ENV= NOKEYGEN=YES USE_LDCONFIG= yes USE_RC_SUBR= shibboleth-sp USERS= shibd GROUPS= shibd INSTALL_TARGET= install-strip OPTIONS_GROUP= CONNECT SESSION OPTIONS_GROUP_CONNECT=FASTCGI APACHE CONNECT_DESC= Webserver modules OPTIONS_GROUP_SESSION=ODBC MEMCACHED SESSION_DESC= Optional session storage OPTIONS_DEFAULT=ODBC APACHE # Descriptions ODBC_DESC= ODBC database backend - store sessions in a database MEMCACHED_DESC= Store sessions in memcached FASTCGI_DESC= FastCGI protocol support, e.g. for NGINX APACHE_DESC= Build Apache module ODBC_CONFIGURE_ENABLE= odbc ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC FASTCGI_CONFIGURE_WITH= fastcgi=${LOCALBASE} FASTCGI_LIB_DEPENDS= libfcgi++.so:www/fcgi MEMCACHED_CONFIGURE_WITH= memcached=${LOCALBASE} MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached OPTIONS_SUB= yes SUB_LIST+= SH=${SH} WWWGRP=${WWWGRP} PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} SUB_LIST+= SHIBD_USER=${USERS} SUB_LIST+= SHIBD_GROUP=${GROUPS} PLIST_SUB+= SHIBD_USER=${USERS} PLIST_SUB+= SHIBD_GROUP=${GROUPS} CONFIGURE_ARGS+= --localstatedir=/var --with-log4shib=${LOCALBASE} CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} --with-xmltooling=${LOCALBASE} CONFIGURE_ARGS+= --disable-doxygen-doc .include .if ${PORT_OPTIONS:MAPACHE} USE_APACHE= 22+ .if "${APACHE_VERSION}" == 22 CONFIGURE_ARGS+=--disable-apache-24 --enable-apache-22 --with-apxs22=${APXS} PLIST_SUB+= WITH_APACHE_22="" PLIST_SUB+= WITH_APACHE_24="@comment " .else CONFIGURE_ARGS+=--disable-apache-22 --enable-apache-24 --with-apxs24=${APXS} PLIST_SUB+= WITH_APACHE_22="@comment " PLIST_SUB+= WITH_APACHE_24="" .endif .else CONFIGURE_ARGS+=--disable-apache-24 --disable-apache-22 PLIST_SUB+= WITH_APACHE_22="@comment " PLIST_SUB+= WITH_APACHE_24="@comment " .endif .include Index: head/security/spass/Makefile =================================================================== --- head/security/spass/Makefile (revision 450556) +++ head/security/spass/Makefile (revision 450557) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= spass PORTVERSION= 3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= ports@FreeBSD.org COMMENT= Secure password generator with a true random number generator LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs LIB_DEPENDS= libboost_program_options.so:devel/boost-libs BROKEN_sparc64= cannot link with boost USE_GITHUB= yes GH_ACCOUNT= guyru GH_TAGNAME= cb0de64 USES= cmake CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on PLIST_FILES= bin/spass .include Index: head/sysutils/condor/Makefile =================================================================== --- head/sysutils/condor/Makefile (revision 450556) +++ head/sysutils/condor/Makefile (revision 450557) @@ -1,88 +1,88 @@ # Created by: Andy Pavlo # $FreeBSD$ # # Note: Make sure there are no older versions of HTCondor installed during # build. The build system may pick up incompatible headers and libs. PORTNAME= condor PORTVERSION= 8.4.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils net MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ DISTNAME= condor_src-${PORTVERSION}-all-all MAINTAINER= bacon4000@gmail.com COMMENT= High-throughput computing on distributively owned resources LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt LIB_DEPENDS+= libkrb5support.so:security/krb5 \ libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ libboost_python.so:devel/boost-python-libs \ libexpat.so:textproc/expat2 WRKSRC= ${WRKDIR}/condor-${PORTVERSION} USE_LDCONFIG= yes # Does not build with Python 3 USES= cmake cpe perl5 pgsql python:2 shebangfix ssl CPE_VENDOR= condor_project SHEBANG_FILES= src/condor_scripts/condor_qsub \ src/condor_gridmanager/remote_gahp \ src/condor_examples/condor_limits_wrapper.sh \ src/condor_examples/condor_schedd.init \ src/condor_starter.V6.1/condor_ssh_to_job_shell_setup \ src/condor_job_router/condor_router_history WANT_PGSQL= server CXXFLAGS+= -I${LOCALBASE}/include -fPIC LDFLAGS+= -Wl,-rpath=${_GCC_RUNTIME}:${LOCALBASE}/lib:/usr/lib:/lib -fPIC # Does not build with Python 3 CMAKE_ARGS+= -DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \ -DCMAKE_EXE_LINKER_FLAGS:STRING=${LDFLAGS} \ -DPYTHON_INCLUDE_DIR:PATH=${LOCALBASE}/include/${PYTHON_VERSION} \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/lib${PYTHON_VERSION}.so SUB_FILES= condor-config condor_config.local pkg-message PLIST_SUB+= CONDOR_UVER=${PORTVERSION:S/./_/g} USERS= condor GROUPS= ${USERS} USE_RC_SUBR= condor PORTEXAMPLES= * PORTDOCS= * OPTIONS_DEFINE= DOCS EXAMPLES pre-everything:: @( ${PRINTF} "\nWARNING: Condor needs approximately 3GB to build!"; \ ${PRINTF} " Please make sure your build environment has that much before continuing.\n" ) post-patch: @${REINPLACE_CMD} \ -e 's,\(set( C_SHARE_EXAMPLES \)share/condor,\1${EXAMPLESDIR_REL},' \ ${WRKSRC}/build/cmake/CondorPackageConfig.cmake @${REINPLACE_CMD} \ -e '/create_symlink/d' \ ${WRKSRC}/src/condor_scripts/CMakeLists.txt @${REINPLACE_CMD} \ -e 's|/usr/local/condor|${PREFIX}|g' \ -e 's|$$(LOCAL_DIR)/condor_config.local|$$(RELEASE_DIR)/etc/condor_config.local|g' \ -e 's|/bin/mail|/usr/bin/mail|g' \ -e 's|/usr/bin/java|${LOCALBASE}/bin/java|g' \ -e 's|^CONDOR_HOST|## CONDOR_HOST|' \ -e 's|#CONDOR_IDS=x.x|CONDOR_IDS=466.466|' \ ${WRKSRC}/src/condor_examples/condor_config.annotated post-install: ${INSTALL_DATA} \ ${STAGEDIR}${ETCDIR}/examples/condor_config.annotated \ ${STAGEDIR}${PREFIX}/etc/condor_config.sample ${INSTALL_DATA} ${WRKDIR}/condor_config.local \ ${STAGEDIR}${PREFIX}/etc/condor_config.local.sample ${INSTALL_SCRIPT} ${WRKDIR}/condor-config ${STAGEDIR}${PREFIX}/sbin .include Index: head/sysutils/facter/Makefile =================================================================== --- head/sysutils/facter/Makefile (revision 450556) +++ head/sysutils/facter/Makefile (revision 450557) @@ -1,70 +1,70 @@ # $FreeBSD$ PORTNAME= facter PORTVERSION= 3.9.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ MAINTAINER= puppet@FreeBSD.org COMMENT= Cross-platform library for retrieving facts from OS LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake .if !defined(PKGNAMEPREFIX) BROKEN_DragonFly= DragonFly is not supported upstream BROKEN_powerpc64= fails to compile: collection.cc: 'stoi' was not declared in this scope CONFLICTS_INSTALL= rubygem-facter-2* LIB_DEPENDS= libboost_system.so:devel/boost-libs \ liblibcpp-hocon.so:devel/cpp-hocon \ libleatherman_locale.so:devel/leatherman \ libyaml-cpp.so:devel/yaml-cpp PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_LDCONFIG= yes USE_RUBY= yes USES+= compiler:c++11-lib ssl CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/lib/src/facts/posix/collection.cc \ ${WRKSRC}/lib/src/util/config/posix/config.cc test: build cd ${WRKSRC}/lib && bundle install --path vendor cd ${WRKSRC} && ${MAKE_CMD} test .elif ${PKGNAMEPREFIX} == java- LIB_DEPENDS= libfacter.so:sysutils/facter ALL_TARGET= facter-jruby USE_JAVA= yes JAVA_BUILD= yes CMAKE_ARGS+= -DJAVA_HOME=${JAVA_HOME} # Ignore sysutils/facter's pkg-plist by providing a non-existent file PLIST= ${WRKDIR}/no-plist PLIST_FILES= ${PREFIX}/lib/ruby/vendor_ruby/facter.jar do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/ruby/vendor_ruby cd ${WRKSRC} && ${INSTALL_DATA} lib/facter.jar ${STAGEDIR}${PREFIX}/lib/ruby/vendor_ruby .endif .include .if !defined(PKGNAMEPREFIX) && ${OPSYS} == FreeBSD && ${COMPILER_FEATURES:Mlibstdc++} BROKEN= Build with system libstdc++ is unsupported .endif .include Index: head/sysutils/freefilesync/Makefile =================================================================== --- head/sysutils/freefilesync/Makefile (revision 450556) +++ head/sysutils/freefilesync/Makefile (revision 450557) @@ -1,42 +1,42 @@ # Created by: Kevin Lo # $FreeBSD$ PORTNAME= freefilesync PORTVERSION= 8.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= https://www.freefilesync.org/download/ \ https://www.freefilesync.org/archive/ DISTNAME= FreeFileSync_${PORTVERSION}_Source MAINTAINER= ports@FreeBSD.org COMMENT= Backup software to synchronize files and folders LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/zenxml/xml.h:textproc/zenxml LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libnotify.so:devel/libnotify FETCH_ARGS= --user-agent=firefox WRKSRC= ${WRKDIR}/FreeFileSync/Source DOS2UNIX_WRKSRC=${WRKDIR} DOS2UNIX_GLOB= *.cpp *.h USES= compiler:c++14-lang dos2unix gmake pkgconfig zip USE_LDCONFIG= yes USE_WX= 3.0+ post-patch: @${REINPLACE_CMD} -e 's/wx-config/$${WX_CONFIG:T}/' \ -e 's,g++,$${CXX},' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|||' \ ${WRKDIR}/zen/file_access.cpp @${REINPLACE_CMD} -e 's|WEXITSTATUS||' ${WRKDIR}/zen/shell_execute.h @${REINPLACE_CMD} -e 's| noexcept;|;|' ${WRKDIR}/zen/scope_guard.h @${REINPLACE_CMD} -e 's|CLOCK_MONOTONIC_RAW|CLOCK_MONOTONIC|' \ ${WRKDIR}/zen/tick_count.h .include Index: head/sysutils/kf5-kwallet/Makefile =================================================================== --- head/sysutils/kf5-kwallet/Makefile (revision 450556) +++ head/sysutils/kf5-kwallet/Makefile (revision 450557) @@ -1,25 +1,26 @@ # Created by: tcberner # $FreeBSD$ PORTNAME= kwallet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 secure and unified container for user passwords LIB_DEPENDS= libassuan.so:security/libassuan \ libboost_system.so:devel/boost-libs \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libgpgme.so:security/gpgme \ libqgpgme.so:security/gpgme-qt5 \ libgpgmepp.so:security/gpgme-cpp USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ doctools ecm i18n iconthemes notifications service \ widgetsaddons windowsystem USE_QT5= buildtools_build core dbus gui qmake_build widgets xml .include Index: head/sysutils/logstalgia/Makefile =================================================================== --- head/sysutils/logstalgia/Makefile (revision 450556) +++ head/sysutils/logstalgia/Makefile (revision 450557) @@ -1,41 +1,41 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= logstalgia PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils www MAINTAINER= ehaupt@FreeBSD.org COMMENT= Website access log visualization tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ libpcre.so:devel/pcre \ libpng.so:graphics/png \ libftgl.so:graphics/ftgl BROKEN_powerpc64= fails to compile: custom.cpp: 'sscanf' was not declared in this scope USE_GITHUB= yes GH_ACCOUNT= acaudwell GH_PROJECT= Logstalgia:DEFAULT Core:core GH_TAGNAME= d99bdb2:DEFAULT 83eba3a:core GNU_CONFIGURE= yes USES= autoreconf compiler:c++0x gmake jpeg localbase:ldflags pkgconfig USE_GL= gl glu glew USE_SDL= image2 sdl2 post-extract: @${MV} ${WRKDIR}/Core-83eba3a/* ${WRKSRC}/src/core/ post-patch: @${REINPLACE_CMD} -e 's| -Wno-unused-but-set-variable||' \ ${WRKSRC}/Makefile.am .include Index: head/sysutils/ori/Makefile =================================================================== --- head/sysutils/ori/Makefile (revision 450556) +++ head/sysutils/ori/Makefile (revision 450557) @@ -1,45 +1,45 @@ # Created by: Ali Mashtizadeh # $FreeBSD$ PORTNAME= ori PORTVERSION= 0.8.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ PATCH_SITES= https://bitbucket.org/orifs/ori/commits/ PATCHFILES= 48862f2477b1/raw:-p1 MAINTAINER= mashti@cs.stanford.edu COMMENT= Ori distributed file system LIB_DEPENDS= libevent.so:devel/libevent \ libboost_date_time.so:devel/boost-libs USES= compiler:c++11-lib fuse pkgconfig scons ssl tar:xz CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lcrypto MAKE_ARGS= VERBOSE=1 PLIST_FILES= bin/ori \ bin/oridbg \ bin/orifs \ bin/orisync \ man/man1/ori.1.gz \ man/man1/oridbg.1.gz \ man/man1/orifs.1.gz \ man/man1/orisync.1.gz do-install: @${ECHO_MSG} "===> Installing binaries..." ${INSTALL_PROGRAM} ${WRKSRC}/build/ori/ori ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/build/oridbg/oridbg ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/build/orifs/orifs ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/build/orisync/orisync ${STAGEDIR}${PREFIX}/bin/ @${ECHO_MSG} "===> Installing man pages..." ${INSTALL_MAN} ${WRKSRC}/docs/ori.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/oridbg.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/orifs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/docs/orisync.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/sysutils/osquery/Makefile =================================================================== --- head/sysutils/osquery/Makefile (revision 450556) +++ head/sysutils/osquery/Makefile (revision 450557) @@ -1,96 +1,96 @@ # Created by: Ryan Steinmetz # $FreeBSD$ PORTNAME= osquery PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org COMMENT= SQL powered OS instrumentation, monitoring, and analytics LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= thrift>0:devel/thrift \ bash>0:shells/bash \ linenoise-ng>0:devel/linenoise-ng \ asio>0:net/asio \ rapidjson>0:devel/rapidjson \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 LIB_DEPENDS= libaugeas.so:textproc/augeas \ libboost_regex.so:devel/boost-libs \ libgflags.so:devel/gflags \ libglog.so:devel/glog \ libicuuc.so:devel/icu \ liblz4.so:archivers/liblz4 \ libsnappy.so:archivers/snappy \ librocksdb-lite.so:databases/rocksdb-lite \ libthrift.so:devel/thrift-cpp \ libcppnetlib-uri.so:devel/cpp-netlib \ libzstd.so:archivers/zstd RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USES= cmake:outsource libtool python:build compiler:c++11-lib \ libarchive ssl USE_GNOME= libxml2 CONFIGURE_ENV+= OSQUERY_BUILD_VERSION="${PORTVERSION}" HOME="${WRKDIR}" \ SKIP_TESTS="yes" CC="${CC}" CXX="${CXX}" CMAKE_ARGS+= -DFREEBSD=awesome -DCMAKE_SYSTEM_NAME="FreeBSD" BLDDIR= ${WRKDIR}/.build/${PORTNAME} USE_RC_SUBR= ${PORTNAME}d USE_GITHUB= yes GH_ACCOUNT= facebook ${PORTNAME}:tp GH_PROJECT= third-party:tp GH_SUBDIR= third-party:tp GH_TAGNAME= ${PORTVERSION}:tp # Some options for things that bring in many dependencies OPTIONS_DEFINE= TSK AWS YARA LLDPD TSK_DESC= Build with sleuthkit support TSK_LIB_DEPENDS= libtsk.so:sysutils/sleuthkit TSK_CONFIGURE_ENV_OFF= SKIP_TSK=1 AWS_DESC= Support logging to AWS Kinesis AWS_LIB_DEPENDS= libaws-cpp-sdk-core.so:devel/aws-sdk-cpp AWS_CONFIGURE_ENV_OFF= SKIP_AWS=1 YARA_DESC= Build with YARA malware identification support YARA_LIB_DEPENDS= libyara.so:security/yara YARA_CONFIGURE_ENV_OFF= SKIP_YARA=1 LLDPD_DESC= Support Link Layer Discovery Protocol LLDPD_LIB_DEPENDS= liblldpctl.so:net-mgmt/lldpd LLDPD_CONFIGURE_ENV_OFF=SKIP_LLDPD=1 .include .if ${OSVERSION} < 1100000 BUILD_DEPENDS+= clang40:devel/llvm40 CC= clang40 CXX= clang++40 .endif post-patch: ${REINPLACE_CMD} -e 's|/var/osquery/|/var/db/osquery/|g' \ ${WRKSRC}/tools/deployment/osquery.example.conf ${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \ ${WRKSRC}/CMakeLists.txt \ ${WRKSRC}/tools/get_platform.py do-install: ${INSTALL_PROGRAM} ${BLDDIR}/osqueryi ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${BLDDIR}/osqueryd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${BLDDIR}/libosquery.a ${STAGEDIR}${PREFIX}/lib (cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include) ${INSTALL_DATA} ${WRKSRC}/tools/deployment/osquery.example.conf \ ${STAGEDIR}${PREFIX}/etc/osquery.conf.sample ${MKDIR} ${STAGEDIR}/var/db/osquery ${STAGEDIR}/var/log/osquery # The flags file must exist, even if empty. Using @sample # prevents a populated flags file from being nuked on upgrade. ${TOUCH} ${STAGEDIR}${PREFIX}/etc/osquery.flags.sample \ ${STAGEDIR}${PREFIX}/etc/osquery.flags .include Index: head/textproc/clucene/Makefile =================================================================== --- head/textproc/clucene/Makefile (revision 450556) +++ head/textproc/clucene/Makefile (revision 450557) @@ -1,29 +1,29 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= clucene PORTVERSION= 2.3.3.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3 DISTNAME= ${PORTNAME}-core-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= CLucene is a C++ port of Lucene LICENSE= APACHE20 LGPL21 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/lib/libboost_regex.a:devel/boost-libs USES= cmake USE_LDCONFIG= yes CMAKE_ARGS= -DBUILD_CONTRIBS_LIB=ON CXXFLAGS+= -D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_ post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \ ${WRKSRC}/src/core/CMakeLists.txt .include Index: head/textproc/highlight/Makefile =================================================================== --- head/textproc/highlight/Makefile (revision 450556) +++ head/textproc/highlight/Makefile (revision 450557) @@ -1,44 +1,44 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= highlight PORTVERSION= 3.36 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ MAINTAINER= kwm@FreeBSD.org COMMENT= Customizable syntax highlighter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:devel/boost-libs BROKEN_powerpc64= fails to compile: rtfgenerator.cpp:279:37: 'to_string' was not declared in this scope USES= compiler:c++11-lib gmake lua:52 pkgconfig tar:bzip2 USE_CXXSTD= c++11 MAKEFILE= makefile MAKE_ARGS= CXX="${CXX}" \ CFLAGS="${CXXFLAGS} ${CPPFLAGS} -DHAVE_DECL_GETOPT" \ LDFLAGS="${LDFLAGS}" PORTDOCS= * post-patch: @${REINPLACE_CMD} \ -e 's|^PREFIX =|PREFIX ?=|' \ -e 's|^conf_dir =.*|conf_dir = $${PREFIX}/etc/highlight/|' \ ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's|^CXX=|CXX?=|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/src/${MAKEFILE} post-install: @cd ${STAGEDIR}${PREFIX}/etc/highlight && ${MV} filetypes.conf \ filetypes.conf.sample @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/highlight .include Index: head/textproc/kenlm/Makefile =================================================================== --- head/textproc/kenlm/Makefile (revision 450556) +++ head/textproc/kenlm/Makefile (revision 450557) @@ -1,32 +1,32 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= kenlm PORTVERSION= 20140830 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://kheafield.com/code/ DISTNAME= ${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= KenLM Language Model Toolkit BUILD_DEPENDS= bjam:devel/boost-jam \ bash:shells/bash LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES+= compiler:c++11-lib USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build BROKEN_aarch64= fails to compile: target architecture was not detected as supported by Double-Conversion BROKEN_powerpc64= fails to compile: error: in QuantTrieAll: difference{inf} between static_cast and static_cast exceeds 0.001% do-build: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/bjam --toolset=${CHOSEN_COMPILER_TYPE} --with-boost=${LOCALBASE} ${_MAKE_JOBS}) do-install: (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} lmplz fragment query filter build_binary dump_counts cat_compressed ${STAGEDIR}${PREFIX}/bin/) .include Index: head/textproc/kiss-templates/Makefile =================================================================== --- head/textproc/kiss-templates/Makefile (revision 450556) +++ head/textproc/kiss-templates/Makefile (revision 450557) @@ -1,38 +1,38 @@ # Created by: Andreas Sommer # $FreeBSD$ PORTNAME= kiss-templates PORTVERSION= 0.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= andreas.sommer87@googlemail.com COMMENT= Type safe "Keep it simple, stupid" text templates for C++ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: No known features for CXX compiler GNU USE_GITHUB= yes GH_ACCOUNT= rbock PLIST_FILES= bin/kiste2cpp \ include/kiste/cpp.h \ include/kiste/html.h \ include/kiste/kiste.h \ include/kiste/raw.h \ include/kiste/raw_type.h \ include/kiste/serializer_builder.h \ include/kiste/terminal.h USES= cmake OPTIONS_DEFINE= TEST TEST_DESC= Build with unit tests TEST_BUILD_DEPENDS= boost-libs>=1.55:devel/boost-libs TEST_USES= python:2,build,test shebangfix TEST_TEST_TARGET= test SHEBANG_FILES= tests/comparison-based/generate.py tests/differ.py .include Index: head/textproc/libabw/Makefile =================================================================== --- head/textproc/libabw/Makefile (revision 450556) +++ head/textproc/libabw/Makefile (revision 450557) @@ -1,27 +1,27 @@ # $FreeBSD$ PORTNAME= libabw PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= LODEV/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret Abiword documents LICENSE= MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge USES= gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_PERL5= build INSTALL_TARGET= install-strip CONFIGURE_ARGS= -disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/textproc/libe-book/Makefile =================================================================== --- head/textproc/libe-book/Makefile (revision 450556) +++ head/textproc/libe-book/Makefile (revision 450557) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= libe-book PORTVERSION= 0.1.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ MAINTAINER= office@FreeBSD.org COMMENT= Library for import of reflowable e-book formats LICENSE= MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge OPTIONS_DEFINE= DOCS USE_GNOME= libxml2 USES= compiler:c++11-lang gmake gperf libtool pathfix pkgconfig \ tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --disable-tests CPPFLAGS+= -I${LOCALBASE}/include -DBOOST_ERROR_CODE_HEADER_ONLY PORTDOCS= * DOCS_BUILD_DEPENDS= doxygen:devel/doxygen DOCS_CONFIGURE_OFF= --without-docs .include Index: head/textproc/libkolabxml/Makefile =================================================================== --- head/textproc/libkolabxml/Makefile (revision 450556) +++ head/textproc/libkolabxml/Makefile (revision 450557) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= libkolabxml PORTVERSION= 1.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ MAINTAINER= kde@FreeBSD.org COMMENT= Kolab XML Format Schema Definitions Library # The XSD schemas in schemas/ are APACHE20-licensed, and some files # are in public domain. The library itself and the installed headers # are considered LGPL3-licensed, though. LICENSE= LGPL3 BUILD_DEPENDS= xsdcxx:devel/xsd LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libxerces-c.so.3:textproc/xerces-c3 # TODO: Conditionally enable the bindings based on OPTIONs. CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ -DBUILD_UTILS:BOOL=OFF \ -DCSHARP_BINDINGS:BOOL=OFF \ -DDIST_ONLY:BOOL=OFF \ -DJAVA_BINDINGS:BOOL=OFF \ -DPHP_BINDINGS:BOOL=OFF \ -DPYTHON_BINDINGS:BOOL=OFF USES= cmake:outsource USE_LDCONFIG= yes PLIST_SUB= SHLIB_VER=${PORTVERSION} .include Index: head/textproc/libmwaw03/Makefile =================================================================== --- head/textproc/libmwaw03/Makefile (revision 450556) +++ head/textproc/libmwaw03/Makefile (revision 450557) @@ -1,34 +1,35 @@ # $FreeBSD$ PORTNAME= libmwaw PORTVERSION= 0.3.12 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 MAINTAINER= office@FreeBSD.org COMMENT= Import library for some old mac text documents LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:features libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif .include Index: head/textproc/libodfgen01/Makefile =================================================================== --- head/textproc/libodfgen01/Makefile (revision 450556) +++ head/textproc/libodfgen01/Makefile (revision 450557) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= libodfgen PORTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library for generating documents in Open Document Format (ODF) LICENSE= LGPL21 MPL LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:features libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif .include Index: head/textproc/librevenge/Makefile =================================================================== --- head/textproc/librevenge/Makefile (revision 450556) +++ head/textproc/librevenge/Makefile (revision 450557) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= librevenge PORTVERSION= 0.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Base library for writing document import filters LICENSE= LGPL21 MPL LICENSE_COMB= dual USES= gmake libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs OPTIONS_DEFINE= DOXYGEN CPPFLAGS= -I${LOCALBASE}/include CONFIGURE_ARGS= -disable-werror --disable-tests PORTDOCS= * DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_OFF= --without-docs .include Index: head/textproc/libstaroffice/Makefile =================================================================== --- head/textproc/libstaroffice/Makefile (revision 450556) +++ head/textproc/libstaroffice/Makefile (revision 450557) @@ -1,28 +1,29 @@ # $FreeBSD$ PORTNAME= libstaroffice PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LODEV MASTER_SITE_SUBDIR= # MAINTAINER= office@FreeBSD.org COMMENT= Library to build a filter for old StarOffice's documents LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge BROKEN_powerpc64= fails to configure: Could not find Boost implementation of shared_ptr GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --without-docs CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/textproc/libvisio01/Makefile =================================================================== --- head/textproc/libvisio01/Makefile (revision 450556) +++ head/textproc/libvisio01/Makefile (revision 450557) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= libvisio PORTVERSION= 0.1.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing the visio file format structure LICENSE= GPLv2+ LGPL21+ MPL11 MPL20 LICENSE_COMB= dual LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/classic_core.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-tests --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build USE_GNOME= libxml2 USES= compiler:c++0x gmake gperf libtool pathfix perl5 pkgconfig tar:xz INSTALL_TARGET= install-strip .include Index: head/textproc/libwpd010/Makefile =================================================================== --- head/textproc/libwpd010/Makefile (revision 450556) +++ head/textproc/libwpd010/Makefile (revision 450557) @@ -1,31 +1,32 @@ # Created by: reed@pugetsoundtechnology.com # $FreeBSD$ PORTNAME= libwpd PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 010 MAINTAINER= office@FreeBSD.org COMMENT= Tools for importing and exporting WordPerfect(tm) documents LICENSE= LGPL21 MPL20 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL BUILD_DEPENDS= ${LOCALBASE}/include/boost/spirit/include/qi.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge USES= libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= libgsf USE_LDCONFIG= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I ${LOCALBASE}/include PLIST_SUB= MAJVER=${PORTVERSION:R} .include Index: head/textproc/libwps/Makefile =================================================================== --- head/textproc/libwps/Makefile (revision 450556) +++ head/textproc/libwps/Makefile (revision 450557) @@ -1,35 +1,36 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= libwps PORTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:features libtool pathfix pkgconfig tar:bz2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif .include Index: head/textproc/libwps03/Makefile =================================================================== --- head/textproc/libwps03/Makefile (revision 450556) +++ head/textproc/libwps03/Makefile (revision 450557) @@ -1,40 +1,40 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= libwps PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21 MPL20 LICENSE_COMB= dual LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USES= compiler:features libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .if ${COMPILER_FEATURES:Mlibc++} CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs CONFIGURE_ARGS+= --with-sharedptr=boost .endif post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/textproc/luceneplusplus/Makefile =================================================================== --- head/textproc/luceneplusplus/Makefile (revision 450556) +++ head/textproc/luceneplusplus/Makefile (revision 450557) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= lucene++ PORTVERSION= 3.0.7 DISTVERSIONPREFIX= rel_ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= arved@FreeBSD.org COMMENT= C++ port of the Lucene library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPL.license LIB_DEPENDS= libboost_system.so:devel/boost-libs BROKEN_powerpc64= Does not build: Warning: end of file not at end of a line; newline inserted USE_GITHUB= yes GH_ACCOUNT= luceneplusplus GH_PROJECT= LucenePlusPlus USES= cmake:outsource compiler USE_LDCONFIG= yes .include post-patch: ${REINPLACE_CMD} "/cotire/d" ${WRKSRC}/src/contrib/CMakeLists.txt \ ${WRKSRC}/src/core/CMakeLists.txt \ ${WRKSRC}/src/test/CMakeLists.txt post-install: cd ${WRKSRC}/include &&${INSTALL_DATA} *.h \ ${STAGEDIR}${PREFIX}/include/lucene++/ .include Index: head/textproc/randlm/Makefile =================================================================== --- head/textproc/randlm/Makefile (revision 450556) +++ head/textproc/randlm/Makefile (revision 450557) @@ -1,35 +1,35 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= randlm PORTVERSION= 0.2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= A toolkit for building randomized language models BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash LIB_DEPENDS= libboost_thread.so:devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash GNU_CONFIGURE= yes USE_PERL5= run USE_LDCONFIG= yes USES= autoreconf libtool compiler:c++11-lang GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip BROKEN_aarch64= fails to compile: invalid output constraint =a in asm BROKEN_armv6= fails to compile: invalid output constraint =a in asm BROKEN_powerpc64= fails to compile: error: 'itr' does not name a type post-patch: cd ${WRKSRC}/hadoop && ${MV} strings.cpp strings.cc && ${MV} strings.h s.h ${REINPLACE_CMD} -e s#strings.h#s.h# ${WRKSRC}/hadoop/r_compute_ngram_counts.cpp ${WRKSRC}/hadoop/m_compute_ngram_counts_batch.cpp .include Index: head/textproc/source-highlight/Makefile =================================================================== --- head/textproc/source-highlight/Makefile (revision 450556) +++ head/textproc/source-highlight/Makefile (revision 450557) @@ -1,36 +1,36 @@ # Created by: Kris Kennaway # $FreeBSD$ PORTNAME= source-highlight PORTVERSION= 3.1.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= GNU/src-highlite MAINTAINER= kevlo@FreeBSD.org COMMENT= C/C++ and Java sources to HTML converter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= exctags:devel/ctags LIB_DEPENDS= libboost_regex.so:devel/boost-libs BROKEN_sparc64= Does not compile with GCC 4.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash-completion INSTALL_TARGET= install-strip USES= gmake pathfix libtool localbase USE_LDCONFIG= yes INFO= source-highlight source-highlight-lib OPTIONS_DEFINE= DOCS EXAMPLES test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} ${MAKE_ARGS} check) .include Index: head/textproc/xmlwrapp/Makefile =================================================================== --- head/textproc/xmlwrapp/Makefile (revision 450556) +++ head/textproc/xmlwrapp/Makefile (revision 450557) @@ -1,44 +1,44 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= xmlwrapp PORTVERSION= 0.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Modern style C++ library for working with XML data LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs OPTIONS_DEFINE= XSLT DOCS XSLT_DESC= Build libxsltwrap library (requires libxslt) OPTIONS_SUB= yes XSLT_USE= gnome=libxslt XSLT_CONFIGURE_ENABLE= xslt USES= pathfix pkgconfig libtool USE_GNOME= libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lboost_system PORTDOCS= * post-patch: @${REINPLACE_CMD} '/if test/s|==|=|' ${WRKSRC}/configure @${REINPLACE_CMD} '/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in post-install: @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .include Index: head/www/anyterm/Makefile =================================================================== --- head/www/anyterm/Makefile (revision 450556) +++ head/www/anyterm/Makefile (revision 450557) @@ -1,54 +1,54 @@ # Created by: Douglas Thrift # $FreeBSD$ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://dl1.douglasthrift.net/${PORTNAME}/ \ http://dl2.douglasthrift.net/${PORTNAME}/ MAINTAINER= douglas@douglasthrift.net COMMENT= Terminal emulator on a Web page LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:devel/boost-libs BROKEN_aarch64= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 BROKEN_armv6= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system USE_RC_SUBR= anytermd USES= gmake iconv localbase tar:tbz2 USE_GCC= any ALL_TARGET= default_target PLIST_FILES= man/man1/anytermd.1.gz \ sbin/anytermd # Force the use of an older C++ standard; anyterm 1.1.29 is not compatible with # C++11. USE_CXXSTD= gnu++03 post-patch: @${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \ ${WRKSRC}/scripts/mimetype.sh @${REINPLACE_CMD} \ -e 's|$$(CPP_FLAGS)|& ${CPPFLAGS} |' \ -e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \ -e 's|$${OPTIMISE_FLAGS}||' \ -e 's|$$(LINK_FLAGS)|& -L${ICONV_PREFIX}/lib ${ICONV_LIB} |' \ ${WRKSRC}/common.mk @${REINPLACE_CMD} \ -e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \ -e 's|$$(INC_FLAGS)|& ${CPPFLAGS} |' \ -e 's|$$(CXXFLAGS)||' -e 's|$$(OPTIMISE_FLAGS)||' \ ${WRKSRC}/libpbe/common.mk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/anytermd ${STAGEDIR}${PREFIX}/sbin/anytermd ${INSTALL_MAN} ${WRKSRC}/anytermd.1 ${STAGEDIR}${MANPREFIX}/man/man1/anytermd.1 .include Index: head/www/domoticz/Makefile =================================================================== --- head/www/domoticz/Makefile (revision 450556) +++ head/www/domoticz/Makefile (revision 450557) @@ -1,99 +1,100 @@ # $FreeBSD$ PORTNAME= domoticz PORTVERSION= 3.${DOMOTICZ_REL} +PORTREVISION= 1 CATEGORIES= www MAINTAINER= kiwi@oav.net COMMENT= Home Automation System LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/License.txt LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 CONFLICTS_INSTALL?= domoticz-[23]* domoticz-devel-* OPTIONS_SUB= YES OPTIONS_DEFINE= SBOOST SLUA SMQTT SSQLITE PYTHON TELLDUS SBOOST_DESC= Use static Boost instead of dynamic linking SLUA_DESC= Use domoticz provided LUA instead of ports one SMQTT_DESC= Use domoticz mosquitto instead of ports one SSQLITE_DESC= Use domoticz SQLLite instead of ports one PYTHON_DESC= Enable support for Python Plugins TELLDUS_DESC= Enable support for Telldus .include # This hack is to get rid of dependency of git while building # the package. DOMOTICZ_REL= 8153 DOMOTICZ_TS= 1501416191 USE_GITHUB= yes GH_ACCOUNT= domoticz GH_PROJECT= domoticz USES= cmake iconv pkgconfig ssl USE_RC_SUBR= domoticz USERS= domoticz GROUPS= domoticz CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX}/domoticz \ -DUSE_BUILTIN_ZLIB="NO" \ -DUSE_STATIC_OPENZWAVE="NO" .if ${PORT_OPTIONS:MSBOOST} CMAKE_ARGS+= -DUSE_STATIC_BOOST="YES" BUILD_DEPENDS+= boost-libs>=0:devel/boost-libs .else CMAKE_ARGS+= -DUSE_STATIC_BOOST="NO" LIB_DEPENDS+= libboost_system.so:devel/boost-libs .endif .if ${PORT_OPTIONS:MSLUA} CMAKE_ARGS+= -DUSE_BUILTIN_LUA="YES" .else CMAKE_ARGS+= -DUSE_BUILTIN_LUA="NO" USES+= lua:52 .endif .if ${PORT_OPTIONS:MSMQTT} CMAKE_ARGS+= -DUSE_BUILTIN_MQTT="YES" .else CMAKE_ARGS+= -DUSE_BUILTIN_MQTT="NO" LIB_DEPENDS+= libmosquitto.so:net/mosquitto .endif .if ${PORT_OPTIONS:MSSQLITE} CMAKE_ARGS+= -DUSE_BUILTIN_SQLITE="YES" .else CMAKE_ARGS+= -DUSE_BUILTIN_SQLITE="NO" USES+= sqlite .endif .if ${PORT_OPTIONS:MPYTHON} CMAKE_ARGS+= -DUSE_PYTHON="YES" USES+= python:3.4 .else CMAKE_ARGS+= -DUSE_PYTHON="NO" .endif .if ${PORT_OPTIONS:MTELLDUS} LIB_DEPENDS+= libtelldus-core.so:comms/telldus-core .endif post-patch: @${REINPLACE_CMD} -e "s,\/opt,${PREFIX},g" ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e "s,XXXPREFIXXXX,${PREFIX}/domoticz,g" ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e "s,XXXDOMOTICZXXX,${DOMOTICZ_REL},g" ${WRKSRC}/appversion.default @${REINPLACE_CMD} -e "s,XXXHASHXXX,${GH_TAGNAME},g" ${WRKSRC}/appversion.default @${REINPLACE_CMD} -e "s,XXXTIMEXXX,${DOMOTICZ_TS},g" ${WRKSRC}/appversion.default @${REINPLACE_CMD} -e "/^ADD_PRECOMPILED_HEADER/ d" ${WRKSRC}/CMakeLists.txt post-install: @${MKDIR} ${STAGEDIR}/var/db/domoticz ${STAGEDIR}/var/run/domoticz .include Index: head/www/kdewebdev4/Makefile =================================================================== --- head/www/kdewebdev4/Makefile (revision 450556) +++ head/www/kdewebdev4/Makefile (revision 450557) @@ -1,22 +1,22 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= kdewebdev PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment LIB_DEPENDS= libtidy.so:www/tidy-lib \ libboost_thread.so:devel/boost-libs USES= cmake:outsource kde:4 tar:xz USE_GNOME= libxml2 libxslt USE_KDE= kdelibs pimlibs automoc4 USE_QT4= dbus porting_build \ qmake_build moc_build rcc_build uic_build uic3_build USE_LDCONFIG= yes .include Index: head/www/nghttp2/Makefile =================================================================== --- head/www/nghttp2/Makefile (revision 450556) +++ head/www/nghttp2/Makefile (revision 450557) @@ -1,90 +1,91 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= nghttp2 PORTVERSION= 1.26.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTTP/2.0 C Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 OPTIONS_DEFINE= APP ASIO DOCS EXAMPLES HPACK SPDY OPTIONS_DEFAULT=APP HPACK SPDY OPTIONS_SUB= yes APP_DESC= Build h2load, nghttp, nghttpd and nghttpx SPDY_DESC= Enable SPDY in h2load and nghttpx SPDY_IMPLIES= APP CONFIGURE_ARGS= --disable-python-bindings --with-jemalloc CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 USE_LDCONFIG= yes USE_RC_SUBR= nghttpx USES= autoreconf compiler:c++11-lib gmake libtool localbase pathfix pkgconfig ssl PORTDATA= fetch-ocsp-response PORTDOCS= * PORTEXAMPLES= * USE_GITHUB= yes APP_BUILD_DEPENDS= c-ares>=1.7.5:dns/c-ares \ libev>=4.11:devel/libev APP_CONFIGURE_ENABLE= app APP_CONFIGURE_OFF= --without-libxml2 APP_LIB_DEPENDS= libcares.so:dns/c-ares \ libev.so:devel/libev APP_USE= GNOME=libxml2 APP_USES= gnome ASIO_BUILD_DEPENDS= boost-libs>=1.54.0:devel/boost-libs ASIO_CONFIGURE_OFF= --with-boost=no ASIO_CONFIGURE_ON= --enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread ASIO_LIB_DEPENDS= libboost_thread.so:devel/boost-libs EXAMPLES_CONFIGURE_ENABLE= examples EXAMPLES_BUILD_DEPENDS= libevent>=2.0.8:devel/libevent EXAMPLES_LIB_DEPENDS= libevent_openssl.so:devel/libevent HPACK_BUILD_DEPENDS= jansson>=2.5:devel/jansson HPACK_CONFIGURE_ENABLE= hpack-tools HPACK_LIB_DEPENDS= libjansson.so:devel/jansson SPDY_BUILD_DEPENDS= spdylay>=1.3.2:www/spdylay SPDY_CONFIGURE_WITH= spdylay SPDY_LIB_DEPENDS= libspdylay.so:www/spdylay .include post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.am @${REINPLACE_CMD} -e '1d' ${WRKSRC}/script/fetch-ocsp-response # lib/libnghttp2.* are not available until configure phase post-configure: @${MKDIR} ${WRKSRC}/lib/.libs/ @${CP} ${LOCALBASE}/lib/libnghttp2.so* ${WRKSRC}/lib/.libs/ @cd ${WRKSRC}/lib/.libs/ && ${AR} x ${LOCALBASE}/lib/libnghttp2.a # Disable thread_local support for hosts without __cxa_thread_atexit() # See PR/192320 for details .if ${OPSYS} == FreeBSD && ((${OSVERSION} < 1003506) || (${OSVERSION} == 1100500)) @${REINPLACE_CMD} -e '/HAVE_THREAD_LOCAL/d' ${WRKSRC}/config.h .endif post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/nghttpx/ ${INSTALL_DATA} ${FILESDIR}/nghttpx.conf.sample ${STAGEDIR}${PREFIX}/etc/nghttpx/nghttpx.conf.sample post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/*.c* ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/examples/ && ${INSTALL_PROGRAM} client deflate libevent-client libevent-server ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/www/wt/Makefile =================================================================== --- head/www/wt/Makefile (revision 450556) +++ head/www/wt/Makefile (revision 450557) @@ -1,231 +1,231 @@ # Created by: Mohammad S. Babaei # $FreeBSD$ PORTNAME= wt PORTVERSION= 3.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= info@babaei.net COMMENT= Widget-centric C++ library for developing web applications LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS+= libpng.so:graphics/png \ libboost_system.so:devel/boost-libs \ libGraphicsMagick.so:graphics/GraphicsMagick BROKEN_powerpc64= fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator USE_GITHUB= yes GH_ACCOUNT= kdeforche USE_LDCONFIG= yes USE_XORG+=x11 USES= cmake:outsource pkgconfig ssl CMAKE_ARGS+= -DCONFIGDIR:STRING=${LOCALBASE}/etc/wt \ -DGM_PREFIX:STRING=${LOCALBASE} \ -DPNG_PREFIX:STRING=${LOCALBASE} \ -DSSL_PREFIX:STRING=/usr \ -DZLIB_PREFIX:STRING=/usr \ -DCONNECTOR_ISAPI:BOOL=OFF \ -DWEBUSER:STRING=www \ -DWEBGROUP:STRING=www \ -DWT_WRASTERIMAGE_IMPLEMENTATION:STRING=GraphicsMagick \ -DENABLE_SSL:BOOL=ON NO_OPTIONS_SORT= yes OPTIONS_DEFINE= \ DOXYGEN \ EXAMPLES \ TESTS \ RESOURCES \ CMAKE_MODULE \ CPP11 \ HARU \ PANGO \ EXT \ QT4 \ LIBWTTEST \ OPENGL OPTIONS_DEFAULT= \ TESTS \ RESOURCES \ CMAKE_MODULE \ CPP11 \ HARU \ PANGO \ OPENGL \ LIBWTTEST OPTIONS_GROUP= CONNECTOR DBO WSTRING OPTIONS_SUB= yes EXAMPLES_DESC= Install examples (implies SQLITE3 and WTHTTP) TESTS_DESC= Build Wt tests RESOURCES_DESC= Install resources directory CMAKE_MODULE_DESC= Install FindWt.cmake in systemwide cmake dir CPP11_DESC= Compile Wt in C++11 mode (Clang or GCC 4.6+) HARU_DESC= Enable Haru Free PDF Library EXT_DESC= Build Wt Ext library with JavaScript-only widgets LIBWTTEST_DESC= Build Wt::Test for automated (integration/unit) tests OPTIONS_GROUP_CONNECTOR= FCGI WTHTTP OPTIONS_DEFAULT += FCGI WTHTTP CONNECTOR_DESC= Connector FCGI_DESC= Build FastCGI connector WTHTTP_DESC= Build Wt stand-alone httpd connector OPTIONS_GROUP_DBO= SQLITE3 POSTGRES FIREBIRD MYSQL OPTIONS_DEFAULT += SQLITE3 DBO_DESC= Wt::DBO SQLITE3_DESC= Build Wt with SQLite 3 support POSTGRES_DESC= Build Wt with PostgreSQL support FIREBIRD_DESC= Build Wt with Firebird support MYSQL_DESC= Build Wt with MariaDB or MySQL support OPTIONS_GROUP_WSTRING= NO_STD_LOCALE NO_STD_WSTRING WSTRING_DESC= Wt::WString NO_STD_LOCALE_DESC= Build for a system without std::locale support NO_STD_WSTRING_DESC= Build for a system without std::wstring support EXAMPLES_IMPLIES= SQLITE3 WTHTTP CMAKE_MODULE_CMAKE_ON= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=ON CMAKE_MODULE_CMAKE_OFF= -DINSTALL_FINDWT_CMAKE_FILE:BOOL=OFF DOXYGEN_CMAKE_ON= -DBUILD_DOCS:BOOL=ON DOXYGEN_CMAKE_OFF= -DBUILD_DOCS:BOOL=OFF FCGI_CMAKE_ON= -DCONNECTOR_FCGI:BOOL=ON FCGI_CMAKE_OFF= -DCONNECTOR_FCGI:BOOL=OFF FIREBIRD_CMAKE_ON= -DENABLE_FIREBIRD:BOOL=ON FIREBIRD_CMAKE_OFF= -DENABLE_FIREBIRD:BOOL=OFF EXT_CMAKE_ON= -DENABLE_EXT:BOOL=ON EXT_CMAKE_OFF= -DENABLE_EXT:BOOL=OFF HARU_CMAKE_ON= -DENABLE_HARU:BOOL=ON HARU_CMAKE_OFF= -DENABLE_HARU:BOOL=OFF LIBWTTEST_CMAKE_ON= -DENABLE_LIBWTTEST:BOOL=ON LIBWTTEST_CMAKE_OFF= -DENABLE_LIBWTTEST:BOOL=OFF MYSQL_CMAKE_ON= -DENABLE_MYSQL:BOOL=ON MYSQL_CMAKE_OFF= -DENABLE_MYSQL:BOOL=OFF NO_STD_LOCALE_CMAKE_ON= -DWT_NO_STD_LOCALE:BOOL=ON NO_STD_LOCALE_CMAKE_OFF=-DWT_NO_STD_LOCALE:BOOL=OFF NO_STD_WSTRING_CMAKE_ON= -DWT_NO_STD_WSTRING:BOOL=ON NO_STD_WSTRING_CMAKE_OFF= -DWT_NO_STD_WSTRING:BOOL=OFF OPENGL_CMAKE_ON= -DENABLE_OPENGL:BOOL=ON OPENGL_CMAKE_OFF= -DENABLE_OPENGL:BOOL=OFF PANGO_CMAKE_ON= -DENABLE_PANGO:BOOL=ON PANGO_CMAKE_OFF= -DENABLE_PANGO:BOOL=OFF POSTGRES_CMAKE_ON= -DENABLE_POSTGRES:BOOL=ON POSTGRES_CMAKE_OFF= -DENABLE_POSTGRES:BOOL=OFF QT4_CMAKE_ON= -DENABLE_QT4:BOOL=ON QT4_CMAKE_OFF= -DENABLE_QT4:BOOL=OFF RESOURCES_CMAKE_ON= -DINSTALL_RESOURCES:BOOL=ON RESOURCES_CMAKE_OFF= -DINSTALL_RESOURCES:BOOL=OFF SQLITE_CMAKE_ON= -DENABLE_SQLITE:BOOL=ON SQLITE_CMAKE_OFF= -DENABLE_SQLITE:BOOL=OFF TESTS_CMAKE_ON= -DBUILD_TESTS:BOOL=ON TESTS_CMAKE_OFF= -DBUILD_TESTS:BOOL=OFF WTHTTP_CMAKE_ON= -DCONNECTOR_HTTP:BOOL=ON WTHTTP_CMAKE_OFF= -DCONNECTOR_HTTP:BOOL=OFF .include .if ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= asciidoc:textproc/asciidoc \ doxygen:devel/doxygen .endif .if ${PORT_OPTIONS:MEXAMPLES} CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=ON -DINSTALL_EXAMPLES:BOOL=ON .if ${PORT_OPTIONS:MSQLITE3} \ || ${PORT_OPTIONS:MPOSTGRES} \ || ${PORT_OPTIONS:MFIREBIRD} \ || ${PORT_OPTIONS:MMYSQL} PLIST_SUB+= DBO_EXAMPLES="" .if ${PORT_OPTIONS:MSQLITE3} .else PLIST_SUB+= DBO_SQLITE3_EXAMPLES="" .endif PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " .else PLIST_SUB+= DBO_EXAMPLES="@comment " PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " .endif .if ${PORT_OPTIONS:MQT4} PLIST_SUB+= QT4_EXAMPLES="" .else PLIST_SUB+= QT4_EXAMPLES="@comment " .endif .else CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=OFF -DINSTALL_EXAMPLES:BOOL=OFF PLIST_SUB+= DBO_EXAMPLES="@comment " PLIST_SUB+= DBO_SQLITE3_EXAMPLES="@comment " PLIST_SUB+= QT4_EXAMPLES="@comment " .endif .if ${PORT_OPTIONS:MCPP11} USES+= compiler:c++11-lib CMAKE_ARGS+= -DWT_CPP_11_MODE:STRING=-std=c++0x .endif .if ${PORT_OPTIONS:MHARU} LIB_DEPENDS+= libhpdf.so:print/libharu CMAKE_ARGS+= -DHARU_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MPANGO} USE_GNOME+= pango .endif .if ${PORT_OPTIONS:MQT4} USE_QT4= corelib moc_build .endif .if ${PORT_OPTIONS:MOPENGL} USE_GL= gl glew .endif .if ${PORT_OPTIONS:MFCGI} LIB_DEPENDS+= libfcgi.so:www/fcgi \ libfcgi++.so:www/fcgi CMAKE_ARGS+= -DFCGI_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MSQLITE3} \ || ${PORT_OPTIONS:MPOSTGRES} \ || ${PORT_OPTIONS:MFIREBIRD} \ || ${PORT_OPTIONS:MMYSQL} CMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=ON PLIST_SUB+= DBO="" .else CMAKE_ARGS+= -DENABLE_LIBWTDBO:BOOL=OFF PLIST_SUB+= DBO="@comment " .endif .if ${PORT_OPTIONS:MSQLITE3} USES+= sqlite:3 CMAKE_ARGS+= -DSQLITE3_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MPOSTGRES} USE_PGSQL= yes CMAKE_ARGS+= -DPOSTGRES_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MFIREBIRD} USE_FIREBIRD= yes CMAKE_AGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE} .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CMAKE_ARGS+= -DMYSQL_PREFIX:STRING=${LOCALBASE} .endif post-install: @${RM} ${STAGEDIR}${ETCDIR}/wt_config.xml @${MKDIR} ${STAGEDIR}${ETCDIR} @${CP} -p ${BUILD_WRKSRC}/wt_config.xml \ ${STAGEDIR}${ETCDIR}/wt_config.xml.sample .include Index: head/x11/kde4-workspace/Makefile =================================================================== --- head/x11/kde4-workspace/Makefile (revision 450556) +++ head/x11/kde4-workspace/Makefile (revision 450557) @@ -1,143 +1,143 @@ # $FreeBSD$ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Plasma Desktop LIB_DEPENDS= libdbus-1.so:devel/dbus \ libck-connector.so:sysutils/consolekit2 \ libpci.so:devel/libpci \ libhal.so:sysutils/hal \ libqjson.so:devel/qjson \ libcln.so:math/cln \ libqalculate.so:math/libqalculate \ libprison.so:graphics/prison \ libboost_thread.so:devel/boost-libs \ libdbusmenu-qt.so:devel/libdbusmenu-qt \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libxcb-render-util.so:x11/xcb-util-renderutil \ libxcb-image.so:x11/xcb-util-image \ libxcb-keysyms.so:x11/xcb-util-keysyms BUILD_DEPENDS= xrdb:x11/xrdb RUN_DEPENDS= ${KDE_PREFIX}/env/xdg-env.sh:misc/kde4-xdg-env \ ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \ xprop:x11/xprop \ xsetroot:x11/xsetroot \ xmessage:x11/xmessage \ xrdb:x11/xrdb \ mkfontdir:x11-fonts/mkfontdir \ xset:x11/xset \ setxkbmap:x11/setxkbmap \ ${KDE_PREFIX}/bin/ksysguardd:sysutils/ksysguardd \ ${KDE_PREFIX}/lib/kde4/libexec/polkit-kde-authentication-agent-1:sysutils/polkit-kde \ ${KDE_PREFIX}/lib/kde4/libexec/polkitkde1helper:sysutils/kcm-polkit-kde \ ${LOCALBASE}/etc/pam.d/kde:security/pam_kde \ ${KDE_PREFIX}/share/apps/ksplash/Themes/Default/Theme.rc:x11-themes/kde4-base-artwork USES= cmake:outsource,noninja compiler:c++11-lib gettext gmake jpeg kde:4 \ pkgconfig shebangfix tar:xz USE_GL= gl glu USE_GNOME= glib20 libxml2 USE_KDE= kactivities kdelibs nepomuk-core oxygen-icons5 \ pimlibs akonadi automoc4 ontologies qimageblitz soprano strigi USE_QT4= corelib dbus declarative designer_build gui network \ opengl phonon qtestlib script sql svg webkit xml \ moc_build qmake_build rcc_build uic_build USE_XORG= ice sm kbproto x11 xau xcb xcomposite xcursor xdamage xdmcp xext xfixes \ xft xi xinerama xkbfile xpm xrandr xrender xres xscrnsaver xtst xxf86vm SHEBANG_FILES= kwin/clients/oxygen/data/update_oxygen.pl USE_LDCONFIG= yes KDE_APPLICATIONS_VERSION= 15.08.0 CMAKE_ARGS= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DBUILD_python:BOOL=OFF \ -DBUILD_ruby:BOOL=OFF \ -DWITH_Xmms:BOOL=OFF \ -DWITH_UDev:BOOL=OFF SUB_FILES= pkg-message USE_RC_SUBR= kdm4 USERS= kdm GROUPS= kdm OPTIONS_DEFINE= GLES GPS KACTIVITY UPOWER WALLPAPERS OPTIONS_GROUP= PHONON PLASMA OPTIONS_GROUP_PHONON= GSTREAMER VLC OPTIONS_GROUP_PLASMA= PYTHON RUBY OPTIONS_DEFAULT= GLES GPS KACTIVITY UPOWER VLC WALLPAPERS OPTIONS_SUB= yes # GPS GLES GLES_DESC= OpenGL ES 2.0 support in kwin and kinfocenter GLES_USE= GL=egl,glesv2 GLES_CMAKE_OFF= -DWITH_OpenGLES=off GPS_DESC= GPS geolocation via gpsd GPS_LIB_DEPENDS= libgps.so:astro/gpsd GPS_CMAKE_ON= -DWITH_libgps:BOOL=ON GPS_CMAKE_OFF= -DWITH_libgps:BOOL=OFF GSTREAMER_DESC= Multimedia via Phonon-GStreamer GSTREAMER_USE= QT4=phonon-gst_run KACTIVITY_DESC= Activity Manager daemon KACTIVITY_RUN_DEPENDS= ${KDE_PREFIX}/bin/kactivitymanagerd:x11/kactivitymanagerd PYTHON_DESC= Python plasmoids support PYTHON_RUN_DEPENDS= ${KDE_PREFIX}/share/apps/plasma_scriptengine_python/plasma_importer.py:x11/plasma-scriptengine-python RUBY_DESC= Ruby plasmoids support RUBY_RUN_DEPENDS= ${KDE_PREFIX}/share/apps/plasma_scriptengine_ruby/applet.rb:x11/plasma-scriptengine-ruby UPOWER_DESC= Power management via UPower UPOWER_RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower VLC_DESC= Multimedia via Phonon-VLC VLC_RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/plugins/phonon_backend/phonon_vlc.so:multimedia/phonon-vlc WALLPAPERS_DESC= Install official KDE wallpapers WALLPAPERS_RUN_DEPENDS= ${KDE_PREFIX}/share/wallpapers/Horos/metadata.desktop:x11-themes/kde4-wallpapers \ ${KDE_PREFIX}/share/wallpapers/stripes-freebsd-blue/metadata.desktop:x11-themes/kde4-wallpapers-freebsd .if !exists(/usr/lib/libutempter.so) LIB_DEPENDS+= libutempter.so:sysutils/libutempter .endif post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/startkde.cmake \ ${PATCH_WRKSRC}/kcontrol/kfontinst/lib/KfiConstants.h \ ${PATCH_WRKSRC}/kcontrol/kfontinst/kio/KioFonts.cpp \ ${PATCH_WRKSRC}/kcontrol/keyboard/x11_helper.cpp \ ${PATCH_WRKSRC}/kdm/backend/client.c \ ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c \ ${PATCH_WRKSRC}/CMakeLists.txt pre-configure: ${REINPLACE_CMD} -e '/ksysguardd/ d' \ ${PATCH_WRKSRC}/ksysguard/CMakeLists.txt \ ${PATCH_WRKSRC}/ksysguard/example/CMakeLists.txt ${REINPLACE_CMD} -e '/PolicyKit/ d' \ ${PATCH_WRKSRC}/doc/CMakeLists.txt post-install: ${LN} -sf ${PREFIX}/bin/startkde ${STAGEDIR}${PREFIX}/bin/startkde4 # Install kde4.desktop to launch kde4 via sddm. ${MKDIR} ${STAGEDIR}${PREFIX}/share/xsessions ${INSTALL_DATA} ${FILESDIR}/kde4.desktop ${STAGEDIR}${PREFIX}/share/xsessions post-install-GSTREAMER-on: @${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE} post-install-GSTREAMER-off: @${CAT} ${FILESDIR}/pkg-message.gstreamer >> ${PKGMESSAGE} @${HEAD} -1 ${PKGMESSAGE} >> ${PKGMESSAGE} .include Index: head/x11/kf5-kactivities/Makefile =================================================================== --- head/x11/kf5-kactivities/Makefile (revision 450556) +++ head/x11/kf5-kactivities/Makefile (revision 450557) @@ -1,20 +1,21 @@ # Created by: tcberner # $FreeBSD$ PORTNAME= kactivities PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 runtime and library to organize work in separate activities LIB_DEPENDS= libboost_system.so:devel/boost-libs USES= cmake:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz USE_KDE= bookmarks config configwidgets coreaddons dbusaddons ecm \ globalaccel i18n kcmutils kdeclarative kio package \ service widgetsaddons windowsystem xmlgui USE_QT5= buildtools_build core dbus gui network qmake_build qml \ quick sql widgets .include Index: head/x11/leechcraft/Makefile =================================================================== --- head/x11/leechcraft/Makefile (revision 450556) +++ head/x11/leechcraft/Makefile (revision 450557) @@ -1,413 +1,413 @@ # Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ MAINTAINER= vg@FreeBSD.org COMMENT= Cross-platform modular live environment LICENSE= BSL LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6 \ libpcre.so:devel/pcre \ libboost_program_options.so:devel/boost-libs #LC_REV= 1526-g7fdb92a INSTALLS_ICONS= yes USE_LDCONFIG= yes USES= cmake pkgconfig tar:xz USE_QT4= corelib declarative gui network script sql sql-sqlite3_run \ webkit xml qmake_build moc_build rcc_build uic_build \ linguisttools_build USE_XORG= x11 CMAKE_ARGS+= -DENABLE_LADS=OFF \ -DENABLE_SYNCER=OFF \ -DLEECHCRAFT_VERSION=${PORTVERSION} WRKSRC_SUBDIR= src OPTIONS_DEFINE= AGGREGATOR ANHERO ANOTIFI AUSCRIE AZOTH BITTORRENT BLASQ BLOGIQUE \ CERTMGR CPULOAD CSTP DBUSMANAGER DEADLYRICS DEVMON DOLOZHEE \ ELEEMINATOR FENET GACTS GLANCE GNOTIFI HARBINGER HISTORYHOLDER \ HOTSENSORS HOTSTREAMS HTTHARE IMGASTE KBSWITCH KINOTIFY KNOWHOW KRIGSTASK \ LACKMAN LASTFMSCROBBLE LAUGHTY LAUNCHY LEMON LHTR LIZNOO LMP MELLONETRAY \ MONOCLE MUSICZOMBIE NACHEKU NETSTOREMANAGER NETWORKMONITOR \ NEWLIFE OORONEE OTLOZHU PINTAB POGOOGLUE POLEEMERY POPISHU POSHUKU QROSP \ ROSENTHAL SB2 SCROBLIBRE SECMAN SEEKTHRU SUMMARY SYSNOTIFY TABSESSMANAGER \ TABSLIST TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY VTYULC \ XPROXY XTAZY OPTIONS_SUB= yes AGGREGATOR_DESC= Full-featured RSS/Atom feed reader AGGREGATOR_CMAKE_ON= -DENABLE_AGGREGATOR:BOOL=true AGGREGATOR_CMAKE_OFF= -DENABLE_AGGREGATOR:BOOL=false ANHERO_DESC= AnHero, crash handler for LeechCraft ANHERO_CMAKE_ON= -DENABLE_ANHERO:BOOL=true ANHERO_CMAKE_OFF= -DENABLE_ANHERO:BOOL=false ANOTIFI_DESC= Flexible and customizable notifications framework ANOTIFI_CMAKE_ON= -DENABLE_ADVANCEDNOTIFICATIONS:BOOL=true ANOTIFI_CMAKE_OFF= -DENABLE_ADVANCEDNOTIFICATIONS:BOOL=false AUSCRIE_DESC= Auscrie, LeechCraft auto screenshooter AUSCRIE_CMAKE_ON= -DENABLE_AUSCRIE:BOOL=true AUSCRIE_CMAKE_OFF= -DENABLE_AUSCRIE:BOOL=false AZOTH_DESC= Azoth, the modular IM client AZOTH_CMAKE_ON= -DENABLE_AZOTH:BOOL=true \ -DENABLE_AZOTH_OTROID:BOOL=true \ -DENABLE_AZOTH_VELVETBIRD:BOOL=true AZOTH_CMAKE_OFF= -DENABLE_AZOTH:BOOL=false AZOTH_LIB_DEPENDS= libQtMultimediaKit.so:multimedia/qt4-mobility \ libkqoauth.so:security/kqoauth \ libotr.so.5:security/libotr \ libpurple.so:net-im/libpurple \ libqca.so:devel/qca \ libqxmpp.so:net-im/qxmpp \ libspeex.so:audio/speex AZOTH_USES= desktop-file-utils BITTORRENT_DESC= Full-featured BitTorrent client plugin BITTORRENT_CMAKE_ON= -DENABLE_TORRENT:BOOL=true BITTORRENT_CMAKE_OFF= -DENABLE_TORRENT:BOOL=false BITTORRENT_LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar BLASQ_DESC= Cloud image storage services client (like Flickr or Picasa) BLASQ_CMAKE_ON= -DENABLE_BLASQ:BOOL=true BLASQ_CMAKE_OFF= -DENABLE_BLASQ:BOOL=false BLASQ_LIB_DEPENDS= libkqoauth.so:security/kqoauth BLOGIQUE_DESC= Blogging client BLOGIQUE_CMAKE_ON= -DENABLE_BLOGIQUE:BOOL=true BLOGIQUE_CMAKE_OFF= -DENABLE_BLOGIQUE:BOOL=false CERTMGR_DESC= SSL certificates manager CERTMGR_CMAKE_ON= -DENABLE_CERTMGR:BOOL=true CERTMGR_CMAKE_OFF= -DENABLE_CERTMGR:BOOL=false CPULOAD_DESC= CPU load graph quark CPULOAD_CMAKE_ON= -DENABLE_CPULOAD:BOOL=true CPULOAD_CMAKE_OFF= -DENABLE_CPULOAD:BOOL=false CSTP_DESC= CSTP, the clean & stupid HTTP implementation CSTP_CMAKE_ON= -DENABLE_HTTP:BOOL=true CSTP_CMAKE_OFF= -DENABLE_HTTP:BOOL=false DBUSMANAGER_DESC= DBusManager provides some basic D-Bus interoperability DBUSMANAGER_CMAKE_ON= -DENABLE_DBUSMANAGER:BOOL=true DBUSMANAGER_CMAKE_OFF= -DENABLE_DBUSMANAGER:BOOL=false DEADLYRICS_DESC= Searches for song lyrics and displays them in LeechCraft DEADLYRICS_CMAKE_ON= -DENABLE_DEADLYRICS:BOOL=true DEADLYRICS_CMAKE_OFF= -DENABLE_DEADLYRICS:BOOL=false DEVMON_DESC= (BROKEN) Non-storage USB devices manager DEVMON_CMAKE_ON= -DENABLE_DEVMON:BOOL=true DEVMON_CMAKE_OFF= -DENABLE_DEVMON:BOOL=false DOLOZHEE_DESC= An issue reporting client for LeechCraft issue tracker DOLOZHEE_CMAKE_ON= -DENABLE_DOLOZHEE:BOOL=true DOLOZHEE_CMAKE_OFF= -DENABLE_DOLOZHEE:BOOL=false ELEEMINATOR_DESC= (BROKEN) Embedded LeechCraft Terminal Emulator ELEEMINATOR_CMAKE_ON= -DENABLE_ELEEMINATOR:BOOL=true ELEEMINATOR_CMAKE_OFF= -DENABLE_ELEEMINATOR:BOOL=false FENET_DESC= LeechCraft WM and compositor manager FENET_CMAKE_ON= -DENABLE_FENET:BOOL=true FENET_CMAKE_OFF= -DENABLE_FENET:BOOL=false GACTS_DESC= Allows other LeechCraft modules to register global shortcuts GACTS_CMAKE_ON= -DENABLE_GACTS:BOOL=true GACTS_CMAKE_OFF= -DENABLE_GACTS:BOOL=false GLANCE_DESC= Glance, quick thumbnailed overview of opened tabs GLANCE_CMAKE_ON= -DENABLE_GLANCE:BOOL=true GLANCE_CMAKE_OFF= -DENABLE_GLANCE:BOOL=false GNOTIFI_DESC= Notifier about new mail in a GMail inbox GNOTIFI_CMAKE_ON= -DENABLE_GMAILNOTIFIER:BOOL=true GNOTIFI_CMAKE_OFF= -DENABLE_GMAILNOTIFIER:BOOL=false HARBINGER_DESC= Build Harbinger, the collections manager HARBINGER_CMAKE_ON= -DENABLE_HARBINGER:BOOL=true HARBINGER_CMAKE_OFF= -DENABLE_HARBINGER:BOOL=false HISTORYHOLDER_DESC= HistoryHolder keeps track of stuff downloaded HISTORYHOLDER_CMAKE_ON= -DENABLE_HISTORYHOLDER:BOOL=true HISTORYHOLDER_CMAKE_OFF=-DENABLE_HISTORYHOLDER:BOOL=false HOTSENSORS_DESC= (BROKEN) Temperature sensors monitor plugin HOTSENSORS_CMAKE_ON= -DENABLE_HOTSENSORS:BOOL=true HOTSENSORS_CMAKE_OFF= -DENABLE_HOTSENSORS:BOOL=false HOTSTREAMS_DESC= Provides some cool radio streams to music players like LMP HOTSTREAMS_CMAKE_ON= -DENABLE_HOTSTREAMS:BOOL=true HOTSTREAMS_CMAKE_OFF= -DENABLE_HOTSTREAMS:BOOL=false HTTHARE_DESC= Simple HTTP server HTTHARE_CMAKE_ON= -DENABLE_HTTHARE:BOOL=true HTTHARE_CMAKE_OFF= -DENABLE_HTTHARE:BOOL=false IMGASTE_DESC= The simple image uploader data filter IMGASTE_CMAKE_ON= -DENABLE_IMGASTE:BOOL=true IMGASTE_CMAKE_OFF= -DENABLE_IMGASTE:BOOL=false KBSWITCH_DESC= Provides plugin- or tab-grained keyboard layout control KBSWITCH_CMAKE_ON= -DENABLE_KBSWITCH:BOOL=true KBSWITCH_CMAKE_OFF= -DENABLE_KBSWITCH:BOOL=false KBSWITCH_USE= xorg=xkbfile KINOTIFY_DESC= Fancy visual notifications KINOTIFY_CMAKE_ON= -DENABLE_KINOTIFY:BOOL=true KINOTIFY_CMAKE_OFF= -DENABLE_KINOTIFY:BOOL=false KNOWHOW_DESC= KnowHow, plugin for showing Tips of the Day KNOWHOW_CMAKE_ON= -DENABLE_KNOWHOW:BOOL=true KNOWHOW_CMAKE_OFF= -DENABLE_KNOWHOW:BOOL=false KRIGSTASK_DESC= The taskbar quark KRIGSTASK_CMAKE_ON= -DENABLE_KRIGSTASK:BOOL=true KRIGSTASK_CMAKE_OFF= -DENABLE_KRIGSTASK:BOOL=false KRIGSTASK_USE= xorg=xcomposite LACKMAN_DESC= Package Manager for extensions, scripts, themes etc LACKMAN_CMAKE_ON= -DENABLE_LACKMAN:BOOL=true LACKMAN_CMAKE_OFF= -DENABLE_LACKMAN:BOOL=false LASTFMSCROBBLE_DESC= Last.FM scrobbler plugin LASTFMSCROBBLE_CMAKE_ON= -DENABLE_LASTFMSCROBBLE:BOOL=true LASTFMSCROBBLE_CMAKE_OFF= -DENABLE_LASTFMSCROBBLE:BOOL=false LASTFMSCROBBLE_LIB_DEPENDS= liblastfm.so:audio/liblastfm LAUGHTY_DESC= The LeechCraft notification daemon LAUGHTY_CMAKE_ON= -DENABLE_LAUGHTY:BOOL=true LAUGHTY_CMAKE_OFF= -DENABLE_LAUGHTY:BOOL=false LAUNCHY_DESC= Allows one to launch third-party applications LAUNCHY_CMAKE_ON= -DENABLE_LAUNCHY:BOOL=true LAUNCHY_CMAKE_OFF= -DENABLE_LAUNCHY:BOOL=false LEMON_DESC= (BROKEN) Network monitor plugin LEMON_CMAKE_ON= -DENABLE_LEMON:BOOL=true LEMON_CMAKE_OFF= -DENABLE_LEMON:BOOL=false LHTR_DESC= LeechCraft HTML Text editoR component LHTR_CMAKE_ON= -DENABLE_LHTR:BOOL=true LHTR_CMAKE_OFF= -DENABLE_LHTR:BOOL=false LHTR_BUILD_DEPENDS= tidy:www/tidy-devel LIZNOO_DESC= UPower-based power manager LIZNOO_CMAKE_ON= -DENABLE_LIZNOO:BOOL=true LIZNOO_CMAKE_OFF= -DENABLE_LIZNOO:BOOL=false LMP_DESC= LeechCraft Media Player, Phonon-based audio/video player LMP_CMAKE_ON= -DENABLE_LMP:BOOL=true \ -DUSE_GSTREAMER_10:BOOL=false LMP_CMAKE_OFF= -DENABLE_LMP:BOOL=false LMP_USE= GSTREAMER=yes LMP_LIB_DEPENDS= libguess.so:textproc/libguess \ libtag.so:audio/taglib MELLONETRAY_DESC= System tray quark MELLONETRAY_CMAKE_ON= -DENABLE_MELLONETRAY:BOOL=true MELLONETRAY_CMAKE_OFF= -DENABLE_MELLONETRAY:BOOL=false MELLONETRAY_USE= xorg=xdamage MONOCLE_DESC= Monocle, the modular document viewer MONOCLE_CMAKE_ON= -DENABLE_MONOCLE:BOOL=true MONOCLE_CMAKE_OFF= -DENABLE_MONOCLE:BOOL=false MONOCLE_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \ libpoppler-qt4.so:graphics/poppler-qt4 MUSICZOMBIE_DESC= MusicBrainz client plugin MUSICZOMBIE_CMAKE_ON= -DENABLE_MUSICZOMBIE:BOOL=true MUSICZOMBIE_CMAKE_OFF= -DENABLE_MUSICZOMBIE:BOOL=false MUSICZOMBIE_LIB_DEPENDS=libchromaprint.so:audio/chromaprint \ libavdevice.so:multimedia/ffmpeg NACHEKU_DESC= Monitors selected directory and clipboard for downloadable entities NACHEKU_CMAKE_ON= -DENABLE_NACHEKU:BOOL=true NACHEKU_CMAKE_OFF= -DENABLE_NACHEKU:BOOL=false NETSTOREMANAGER_DESC= Supporting and managing Internet data storages like Yandex.Disk NETSTOREMANAGER_CMAKE_ON= -DENABLE_NETSTOREMANAGER:BOOL=true \ -DENABLE_NETSTOREMANAGER_INOTIFY:BOOL=false NETSTOREMANAGER_CMAKE_OFF= -DENABLE_NETSTOREMANAGER:BOOL=false NETWORKMONITOR_DESC= NetworkMonitor watches HTTP requests in NETWORKMONITOR_CMAKE_ON= -DENABLE_NETWORKMONITOR:BOOL=true NETWORKMONITOR_CMAKE_OFF= -DENABLE_NETWORKMONITOR:BOOL=false NEWLIFE_DESC= New Life imports settings from various other applications NEWLIFE_CMAKE_ON= -DENABLE_NEWLIFE:BOOL=true NEWLIFE_CMAKE_OFF= -DENABLE_NEWLIFE:BOOL=false OORONEE_DESC= Quark handling text and images droppend onto it OORONEE_CMAKE_ON= -DENABLE_OORONEE:BOOL=true OORONEE_CMAKE_OFF= -DENABLE_OORONEE:BOOL=false OTLOZHU_DESC= (BROKEN) Otlozhu, a GTD-inspired ToDo manager OTLOZHU_CMAKE_OFF= -DENABLE_OTLOZHU:BOOL=true OTLOZHU_CMAKE_OFF= -DENABLE_OTLOZHU:BOOL=false PINTAB_DESC= Provides support for pinning tabs PINTAB_CMAKE_ON= -DENABLE_PINTAB:BOOL=true PINTAB_CMAKE_OFF= -DENABLE_PINTAB:BOOL=false POGOOGLUE_DESC= Provides searching with Google to other POGOOGLUE_CMAKE_ON= -DENABLE_POGOOGLUE:BOOL=true POGOOGLUE_CMAKE_OFF= -DENABLE_POGOOGLUE:BOOL=false POLEEMERY_DESC= Build Poleemery, the personal finances manager POLEEMERY_CMAKE_ON= -DENABLE_POLEEMERY:BOOL=true POLEEMERY_CMAKE_OFF= -DENABLE_POLEEMERY:BOOL=false POPISHU_DESC= Text editor with IDE features POPISHU_CMAKE_ON= -DENABLE_POPISHU:BOOL=true POPISHU_CMAKE_OFF= -DENABLE_POPISHU:BOOL=false POPISHU_LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 POSHUKU_DESC= The full-featured web browser plugin POSHUKU_CMAKE_ON= -DENABLE_POSHUKU:BOOL=true POSHUKU_CMAKE_OFF= -DENABLE_POSHUKU:BOOL=false QROSP_DESC= Scrpting support for LeechCraft via Qross QROSP_CMAKE_ON= -DENABLE_QROSP:BOOL=true QROSP_CMAKE_OFF= -DENABLE_QROSP:BOOL=false QROSP_LIB_DEPENDS= libqrosscore.so:devel/qross ROSENTHAL_DESC= Spellchecking support ROSENTHAL_CMAKE_ON= -DENABLE_ROSENTHAL:BOOL=true ROSENTHAL_CMAKE_OFF= -DENABLE_ROSENTHAL:BOOL=false ROSENTHAL_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell SB2_DESC= Sidebar for LeechCraft with combined launcher and tab switcher SB2_CMAKE_ON= -DENABLE_SB2:BOOL=true SB2_CMAKE_OFF= -DENABLE_SB2:BOOL=false SCROBLIBRE_DESC= Submissions API 1.2-compliant scrobbler for services like libre.fm SCROBLIBRE_CMAKE_ON= -DENABLE_SCROBLIBRE:BOOL=true SCROBLIBRE_CMAKE_OFF= -DENABLE_SCROBLIBRE:BOOL=false SECMAN_DESC= Security and personal data manager SECMAN_CMAKE_ON= -DENABLE_SECMAN:BOOL=true SECMAN_CMAKE_OFF= -DENABLE_SECMAN:BOOL=false #SEE AGAIN SEEKTHRU_DESC= OpenSearch support SEEKTHRU_CMAKE_ON= -DENABLE_SEEKTHRU:BOOL=true SEEKTHRU_CMAKE_OFF= -DENABLE_SEEKTHRU:BOOL=false SUMMARY_DESC= Summary plugin SUMMARY_CMAKE_ON= -DENABLE_SUMMARY:BOOL=true SUMMARY_CMAKE_OFF= -DENABLE_SUMMARY:BOOL=false SYSNOTIFY_DESC= Notifications via system libnotify daemon SYSNOTIFY_CMAKE_ON= -DENABLE_SYSNOTIFY:BOOL=true SYSNOTIFY_CMAKE_OFF= -DENABLE_SYSNOTIFY:BOOL=false TABSESSMANAGER_DESC= Tab Session Manager TABSESSMANAGER_CMAKE_ON= -DENABLE_TABSESSMANAGER:BOOL=true TABSESSMANAGER_CMAKE_OFF= -DENABLE_TABSESSMANAGER:BOOL=false TABSLIST_DESC= Quick navigation between tabs TABSLIST_CMAKE_ON= -DENABLE_TABSLIST:BOOL=true TABSLIST_CMAKE_OFF= -DENABLE_TABSLIST:BOOL=false TEXTOGROOSE_DESC= Build Text-o-Groose, script-based lyrics fetcher TEXTOGROOSE_CMAKE_ON= -DENABLE_TEXTOGROOSE:BOOL=true TEXTOGROOSE_CMAKE_OFF= -DENABLE_TEXTOGROOSE:BOOL=false TOUCHSTREAMS_DESC= VKontakte music source plugin TOUCHSTREAMS_CMAKE_ON= -DENABLE_TOUCHSTREAMS:BOOL=true TOUCHSTREAMS_CMAKE_OFF= -DENABLE_TOUCHSTREAMS:BOOL=false TPI_DESC= Task progress indicator quark TPI_CMAKE_ON= -DENABLE_TPI:BOOL=true TPI_CMAKE_OFF= -DENABLE_TPI:BOOL=false VGRABBER_DESC= Vkontakte.ru music/video grabber VGRABBER_CMAKE_ON= -DENABLE_VGRABBER:BOOL=true VGRABBER_CMAKE_OFF= -DENABLE_VGRABBER:BOOL=false VROOBY_DESC= Vrooby, removable device manager VROOBY_CMAKE_ON= -DENABLE_VROOBY:BOOL=true VROOBY_CMAKE_OFF= -DENABLE_VROOBY:BOOL=false VTYULC_DESC= Build VtyuLC, the videoplayer plugin VTYULC_CMAKE_ON= -DENABLE_VTYULC:BOOL=true VTYULC_CMAKE_OFF= -DENABLE_VTYULC:BOOL=false VTYULC_LIB_DEPENDS= libvlc.so:multimedia/vlc XPROXY_DESC= Provides advanced proxy support features XPROXY_CMAKE_ON= -DENABLE_XPROXY:BOOL=true XPROXY_CMAKE_OFF= -DENABLE_XPROXY:BOOL=false XTAZY_DESC= Fetches info about current tune and provides it to other plugins XTAZY_CMAKE_ON= -DENABLE_XTAZY:BOOL=true XTAZY_CMAKE_OFF= -DENABLE_XTAZY:BOOL=false OPTIONS_DEFAULT=AGGREGATOR ANHERO ANOTIFI AUSCRIE AZOTH BLASQ BLOGIQUE CERTMGR \ CPULOAD CSTP DBUSMANAGER DEADLYRICS DOLOZHEE FENET GACTS GLANCE GNOTIFI \ HARBINGER HISTORYHOLDER HOTSTREAMS HTTHARE IMGASTE KBSWITCH KINOTIFY \ KNOWHOW KRIGSTASK LACKMAN LASTFMSCROBBLE LAUGHTY LAUNCHY LHTR LIZNOO \ LMP MELLONETRAY MONOCLE MUSICZOMBIE NACHEKU NETSTOREMANAGER NETWORKMONITOR \ NEWLIFE OORONEE PINTAB POGOOGLUE POLEEMERY POPISHU POSHUKU QROSP ROSENTHAL \ SB2 SCROBLIBRE SECMAN SEEKTHRU SUMMARY SYSNOTIFY TABSESSMANAGER TABSLIST \ TEXTOGROOSE TOUCHSTREAMS TPI VGRABBER VROOBY VTYULC XPROXY XTAZY .include .if ${PORT_OPTIONS:MAZOTH} || ${PORT_OPTIONS:MDBUSMANAGER} || \ ${PORT_OPTIONS:MLAUGHTY} || ${PORT_OPTIONS:MLIZNOO} || \ ${PORT_OPTIONS:MLMP} || ${PORT_OPTIONS:MSYSNOTIFY} || \ ${PORT_OPTIONS:MVROOBY} || ${PORT_OPTIONS:MXTAZY} USE_QT4+= dbus .endif .if ${PORT_OPTIONS:MBLASQ} || ${PORT_OPTIONS:MBLOGIQUE} || \ ${PORT_OPTIONS:MLACKMAN} USE_QT4+= xmlpatterns .endif .if ${PORT_OPTIONS:MAZOTH} || ${PORT_OPTIONS:MBLASQ} || \ ${PORT_OPTIONS:MFENET} || ${PORT_OPTIONS:MHOTSTREAMS} || \ ${PORT_OPTIONS:MNETSTOREMANAGER} || ${PORT_OPTIONS:MPOSHUKU} || \ ${PORT_OPTIONS:MQROSP} || ${PORT_OPTIONS:MSB2} || \ ${PORT_OPTIONS:MTOUCHSTREAMS} LIB_DEPENDS+= libqjson.so:devel/qjson .endif .if ${PORT_OPTIONS:MELEEMINATOR} BROKEN= Eleeminator has not supported yet (not ported qtermwidget) .endif .if ${PORT_OPTIONS:MHOTSENSORS} BROKEN= Hotsensors has not supported yet (depended by lm_sensosrs) .endif .if ${PORT_OPTIONS:MDEVMON} BROKEN= Devmon has not supported yet (depended by udev) .endif .if ${PORT_OPTIONS:MLEMON} BROKEN= Lemon has not supported yet because depended by libnl .endif .if ${PORT_OPTIONS:MOTLOZHU} BROKEN= Otlozhu has not supported yet (not ported liblaretz) .endif post-install: @${FIND} -d ${STAGEDIR}${PREFIX}/include/leechcraft \ -type d -empty -exec ${RMDIR} {} \; .include Index: head/x11-toolkits/flowcanvas/Makefile =================================================================== --- head/x11-toolkits/flowcanvas/Makefile (revision 450556) +++ head/x11-toolkits/flowcanvas/Makefile (revision 450557) @@ -1,36 +1,36 @@ # Created by: Edward Tomasz Napierala # $FreeBSD$ PORTNAME= flowcanvas PORTVERSION= 0.7.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= http://download.drobilla.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Interactive Gtkmm/Gnomecanvasmm widget LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libgvc.so:graphics/graphviz \ libgnomecanvasmm-2.6.so:graphics/libgnomecanvasmm26 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 USES= compiler:c++11-lang pkgconfig tar:bzip2 waf USE_CXXSTD= c++11 USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include post-patch: @${REINPLACE_CMD} -e \ "s|$$[{]LIBDIRNAME[}]/pkgconfig|libdata/pkgconfig| ; \ s|-fshow-column'|-fshow-column ${CXXFLAGS}'|" \ ${WRKSRC}/autowaf/autowaf.py post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so .include