svn commit: r323556 - head/archivers/quazip
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 24 06:01:04 UTC 2013
Author: bapt
Date: Wed Jul 24 06:01:03 2013
New Revision: 323556
URL: http://svnweb.freebsd.org/changeset/ports/323556
Log:
Mark as broken: does not build
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::read()':
testquagzipfile.cpp:11: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:11: error: expected primary-expression before '=' token
testquagzipfile.cpp:12: error: expected primary-expression before ',' token
testquagzipfile.cpp:13: error: expected primary-expression before ')' token
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::write()':
testquagzipfile.cpp:35: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:35: error: expected primary-expression before '=' token
testquagzipfile.cpp:38: error: expected primary-expression before ',' token
testquagzipfile.cpp:39: error: expected primary-expression before ')' token
Reported by: pkg-fallout
Modified:
head/archivers/quazip/Makefile
Modified: head/archivers/quazip/Makefile
==============================================================================
--- head/archivers/quazip/Makefile Wed Jul 24 05:16:37 2013 (r323555)
+++ head/archivers/quazip/Makefile Wed Jul 24 06:01:03 2013 (r323556)
@@ -12,6 +12,8 @@ COMMENT= Qt/C++ wrapper for ZIP/UNZIP pa
LICENSE= LGPL21
+BROKEN= Does not build
+
QMAKE_ARGS= PREFIX=${PREFIX} ${QMAKE_PRO}
QMAKE_PRO= ${WRKSRC}/${PORTNAME}.pro
More information about the svn-ports-head
mailing list