vpemeni# cd /usr/ports/audio/ezstream/ vpemeni# make install clean ===> ezstream-0.5.6_2 depends on executable: pkg-config - found ===> ezstream-0.5.6_2 depends on shared library: shout.5 - found ===> ezstream-0.5.6_2 depends on shared library: vorbis.4 - found ===> ezstream-0.5.6_2 depends on shared library: tag.1 - not found ===> Verifying install for tag.1 in /usr/ports/audio/taglib ===> taglib-rcc-1.6.3 depends on file: /usr/local/bin/cmake - not found ===> Verifying install for /usr/local/bin/cmake in /usr/ports/devel/cmake ===> Configuring for cmake-2.8.3_1 --------------------------------------------- CMake 2.8.3, Copyright 2000-2009 Kitware, Inc. C compiler on this system is: cc -O2 -pipe -fno-strict-aliasing C++ compiler on this system is: c++ -O2 -pipe -fno-strict-aliasing Makefile processor on this system is: make c++ is GNU compiler c++ has STL in std:: namespace c++ has ANSI streams c++ has streams in std:: namespace c++ has sstream c++ has operator!=(string, char*) c++ has stl iterator_traits c++ has standard template allocator c++ has allocator<>::rebind<> c++ does not have non-standard allocator<>::max_size argument c++ has stl containers supporting allocator objects c++ has header cstddef c++ requires template friends to use <> c++ supports member templates c++ has standard template specialization syntax c++ has argument dependent lookup c++ does not have struct stat with st_mtim member c++ has ios::binary openmode c++ has ANSI for scoping --------------------------------------------- c++ -O2 -pipe -fno-strict-aliasing -I/usr/ports/devel/cmake/work/cmake-2.8.3/Bootstrap.cmk -I/usr/ports/devel/cmake/work/cmake-2.8.3/Source -I/usr/ports/devel/cmake/work/cmake-2.8.3/Bootstrap.cmk cmStandardIncludes.o cmake.o cmakemain.o cmakewizard.o cmCommandArgumentLexer.o cmCommandArgumentParser.o cmCommandArgumentParserHelper.o cmDefinitions.o cmDepends.o cmDependsC.o cmDocumentationFormatter.o cmDocumentationFormatterText.o cmPolicies.o cmProperty.o cmPropertyMap.o cmPropertyDefinition.o cmPropertyDefinitionMap.o cmMakeDepend.o cmMakefile.o cmExportFileGenerator.o cmExportInstallFileGenerator.o cmInstallDirectoryGenerator.o cmGeneratedFileStream.o cmGeneratorExpression.o cmGlobalGenerator.o cmLocalGenerator.o cmInstallGenerator.o cmInstallExportGenerator.o cmInstallFilesGenerator.o cmInstallScriptGenerator.o cmInstallTargetGenerator.o cmScriptGenerator.o cmSourceFile.o cmSourceFileLocation.o cmSystemTools.o cmTestGenerator.o cmVersion.o cmFileTimeComparison.o cmGlobalUnixMakefileGenerator3.o cmLocalUnixMakefileGenerator3.o cmMakefileExecutableTargetGenerator.o cmMakefileLibraryTargetGenerator.o cmMakefileTargetGenerator.o cmMakefileUtilityTargetGenerator.o cmBootstrapCommands.o cmCommands.o cmTarget.o cmTest.o cmCustomCommand.o cmDocumentVariables.o cmCacheManager.o cmListFileCache.o cmComputeLinkDepends.o cmComputeLinkInformation.o cmOrderDirectories.o cmComputeTargetDepends.o cmComputeComponentGraph.o cmExprLexer.o cmExprParser.o cmExprParserHelper.o cmListFileLexer.o Directory.o Glob.o RegularExpression.o SystemTools.o ProcessUNIX.o String.o System.o -o cmake cmake.o(.text+0x3614): In function `cmake::CreateGlobalGenerator(char const*)': : undefined reference to `cmExternalMakefileProjectGenerator::GetGlobalGeneratorName(char const*)' cmake.o(.text+0x51a7): In function `cmake::AddExtraGenerator(char const*, cmExternalMakefileProjectGenerator* (*)())': : undefined reference to `cmExternalMakefileProjectGenerator::CreateFullGeneratorName(char const*, char const*)' cmake.o(.text+0x81ab): In function `cmake::AddDefaultCommands()': : undefined reference to `GetBootstrapCommands(std::list<cmCommand*, std::allocator<cmCommand*> >&)' cmake.o(.text+0xcd0f): In function `cmake::ActualConfigure()': : undefined reference to `cmExternalMakefileProjectGenerator::CreateFullGeneratorName(char const*, char const*)' *** Error code 1 Stop in /usr/ports/devel/cmake/work/cmake-2.8.3/Bootstrap.cmk. --------------------------------------------- Error when bootstrapping CMake: Problem while running make --------------------------------------------- Log of errors: /usr/ports/devel/cmake/work/cmake-2.8.3/Bootstrap.cmk/cmake_bootstrap.log --------------------------------------------- ===> Script "configure" failed unexpectedly. Please report the problem to kde@FreeBSD.org [maintainer] and attach the "/usr/ports/devel/cmake/work/cmake-2.8.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/cmake. *** Error code 1 Stop in /usr/ports/audio/taglib. *** Error code 1 Stop in /usr/ports/audio/taglib. *** Error code 1 Stop in /usr/ports/audio/ezstream. *** Error code 1 Stop in /usr/ports/audio/ezstream.
<!-- EXAMPLE: MP3 playlist stream WITHOUT reencoding This example streams a playlist that contains only MP3 files. No other file formats may be listed. Since ezstream will not be doing any reencoding, the resulting stream format (bitrate, samplerate, channels) will be of the respective input files. --> <ezstream> <url>http://localhost:8000/stream</url> <!-- If a different user name than "source" should be used, set it in <sourceuser/>: --> <!-- <sourceuser>mr_stream</sourceuser> --> <sourcepassword>hackme</sourcepassword> <format>MP3</format> <filename>playlist.m3u</filename> <!-- Once done streaming playlist.m3u, exit: --> <stream_once>1</stream_once> <!-- The following settings are used to describe your stream to the server. It's up to you to make sure that the bitrate/samplerate/channels information matches up with your input stream files. Note that <svrinfoquality /> only applies to Ogg Vorbis streams. --> <svrinfoname>My Stream</svrinfoname> <svrinfourl>http://www.oddsock.org</svrinfourl> <svrinfogenre>RockNRoll</svrinfogenre> <svrinfodescription>This is a stream description</svrinfodescription> <svrinfobitrate>128</svrinfobitrate> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <!-- Prohibit the server to advertise the stream on a public YP directory: --> <svrinfopublic>0</svrinfopublic> </ezstream>