- Fix plist when QTGUI is not selected - Respect PREFIX and LOCALBASE - Silence portlint (whitespaces...) - Remove MD5 Added file(s): - files/patch-CMakeLists.txt Port maintainer (mgrooms@shrew.net) is cc'd. Generated with FreeBSD Port Tools 0.99
Maintainer of security/ike, Please note that PR ports/154973 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/154973 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Thanks for submitting the patch. Comments inline ... > - Fix plist when QTGUI is not selected Great. I hadn't thought about the plist issue. > - Respect PREFIX and LOCALBASE I'm not sure why this is necessary. If so, can CMAKE_INSTALL_PREFIX = PREFIX so CMakeList.txt doesn't require patching? > - Silence portlint (whitespaces...) > - Remove MD5 > The rest looks fine. -Matthew
>I'm not sure why this is necessary. If so, can CMAKE_INSTALL_PREFIX =3D=20 >PREFIX so CMakeList.txt doesn't require patching? /usr/ports/Mk/bsd.cmake.mk does this already. IMHO CMakList.txt of this port is wrong, it first checks for existence of target directories (NOT EXISTS parts) and then sets prefixes based on that. In configuration phase those directories may or may not exist, in most cases they are created at install phase. In short, I think this patch is good as it is and I want to commit it if maintainer approves ? --=20 pozdrawiam / with regards Pawe=B3 P=EAkala
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-10-16 11:07:29 UTC FreeBSD ports repository Modified files: security/ike Makefile pkg-plist Added files: security/ike/files patch-CMakeLists.txt Log: - Fix plist when WITHOUT_QTGUI=yes - Make install PREFIX safe PR: ports/154973 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: maintainer timeout (2 weeks) Revision Changes Path 1.13 +16 -5 ports/security/ike/Makefile 1.1 +23 -0 ports/security/ike/files/patch-CMakeLists.txt (new) 1.7 +2 -2 ports/security/ike/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!