Date: Tue, 07 Jul 2015 20:56:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201400] [NEW PORT] devel/librdkafka: A C library implementation of the Apache Kafka protocol Message-ID: <bug-201400-13-vnaonCYHdC@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201400-13@https.bugs.freebsd.org/bugzilla/> References: <bug-201400-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201400 --- Comment #1 from Dmitry Marakasov <amdmi3@FreeBSD.org> --- - The source repository has tags, you should use these instead of commit (just drop GH_TAGNAME). - GH_PROJECT= should also be dropped, as it's redundant - It doesn't configure ===> Configuring for librdkafka-0.8.6 env: ./configure: No such file or directory ===> Script "configure" failed unexpectedly. configure has /bin/bash shebang - that should be fixed with USES=shebangfix and bash build-dependency added. - There are portlint warnings: % portlint WARN: pkg-descr: includes lines that exceed 80 characters. WARN: Makefile: Consider defining LICENSE. 0 fatal errors and 2 warnings found. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201400-13-vnaonCYHdC>