freebsd-ports/deskutils/cdcat
Antoine Brodin 2655092e77 Mark BROKEN: fails to build
With gcc:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\" -DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\" -DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1 -DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I.  -I../includes -I../includes/CPP -I../includes/CPP/myWindows -I../includes/CPP/include_windows     -O2 -pipe -fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF .deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f '7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:13:
../includes/CPP/7zip/Common/FileStreams.h:15:35: error: ../../Common/C_FileIO.h: No such file or directory
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460: error: expected `)' before '*' token
...

With clang:
c++ -DPACKAGE_NAME=\"lib7zip\" -DPACKAGE_TARNAME=\"lib7zip\" -DPACKAGE_VERSION=\"1.6.5\" -DPACKAGE_STRING=\"lib7zip\ 1.6.5\" -DPACKAGE_BUGREPORT=\"jingnan.si@gmail.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lib7zip\" -DVERSION=\"1.6.5\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_DIRENT_H=1 -DHAVE_MEMSET=1 -DHAVE_MEMMOVE=1 -DHAVE_SQRT=1 -I.  -I../includes -I../includes/CPP -I../includes/CPP/myWindows -I../includes/CPP/include_windows     -O2 -pipe -fstack-protector -fno-strict-aliasing -MT lib7zip_a-7ZipArchive.o -MD -MP -MF .deps/lib7zip_a-7ZipArchive.Tpo -c -o lib7zip_a-7ZipArchive.o `test -f '7ZipArchive.cpp' || echo './'`7ZipArchive.cpp
In file included from 7ZipArchive.cpp:7:
../includes/CPP/7zip/Archive/IArchive.h:460:27: error: expected ')'
  typedef HRESULT (WINAPI *Func_CreateObject)(const GUID *clsID, const GUID *iid, void **outObject);
                          ^
...

Reported by:	pkg-fallout
2015-03-15 13:49:58 +00:00
..
files - Update to 2.3.1 2014-02-27 14:07:04 +00:00
distinfo - Update to 2.3.1 2014-02-27 14:07:04 +00:00
Makefile Mark BROKEN: fails to build 2015-03-15 13:49:58 +00:00
pkg-descr