Date: Sat, 4 Aug 2012 01:18:18 +0400 From: Veniamin Gvozdikov <g.veniamin@googlemail.com> To: scheidell@freebsd.org Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/170348: [update]: databases/tarantool up to 1.4.7 Message-ID: <CAKc_ii11jOHbJn=jRt0DP2-aho8uLj%2BRc0r2JObVqiZ3JoYXmA@mail.gmail.com> In-Reply-To: <201208031959.q73Jx8mW053293@freefall.freebsd.org> References: <201208031959.q73Jx8mW053293@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> plist problems: > > === Checking filesystem state > list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) > 3670638 16 -rw-r--r-- 1 root wheel 4762 Aug 3 17:35 usr/local/man/tarantool.1 > 3670637 16 -rw-r--r-- 1 root wheel 5938 Aug 3 17:35 usr/local/man/tarantool_box.1 > > I've tried now: -- Installing: /tmp/tarantool-1.4.7/man/man1/tarantool_box.1 -- Installing: /tmp/tarantool-1.4.7/man/man1/tarantool.1 mans installed correct, and I'm tested in redports.org and was corrected. See your tinderbox settings. Is patch perhaps not applied: %> cat files/patch-doc_man_CMakeLists.txt --- doc/man/CMakeLists.txt.orig 2012-07-27 19:39:47.550688521 +0400 +++ doc/man/CMakeLists.txt 2012-07-27 19:39:59.834015592 +0400 @@ -5,7 +5,7 @@ add_custom_target(man ALL ${CMAKE_SOURCE_DIR}/doc/man/tarantool.pod > ${PROJECT_BINARY_DIR}/doc/man/tarantool.1 ) -install(FILES ${PROJECT_BINARY_DIR}/doc/man/tarantool_box.1 DESTINATION "${CMAKE_MAN_DIR}") +install(FILES ${PROJECT_BINARY_DIR}/doc/man/tarantool_box.1 DESTINATION "${CMAKE_MAN_DIR}/man1") if (ENABLE_CLIENT) - install(FILES ${PROJECT_BINARY_DIR}/doc/man/tarantool.1 DESTINATION "${CMAKE_MAN_DIR}") + install(FILES ${PROJECT_BINARY_DIR}/doc/man/tarantool.1 DESTINATION "${CMAKE_MAN_DIR}/man1") endif()
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKc_ii11jOHbJn=jRt0DP2-aho8uLj%2BRc0r2JObVqiZ3JoYXmA>