ports/170348: [update]: databases/tarantool up to 1.4.7

Veniamin Gvozdikov g.veniamin at googlemail.com
Fri Aug 3 21:18:20 UTC 2012


> 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()



More information about the freebsd-ports-bugs mailing list