From owner-svn-ports-all@freebsd.org Fri May 5 11:47:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D37FD5E759; Fri, 5 May 2017 11:47:48 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C426121F; Fri, 5 May 2017 11:47:47 +0000 (UTC) (envelope-from mmokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45BlkfL026020; Fri, 5 May 2017 11:47:46 GMT (envelope-from mmokhi@FreeBSD.org) Received: (from mmokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45BlkfN026019; Fri, 5 May 2017 11:47:46 GMT (envelope-from mmokhi@FreeBSD.org) Message-Id: <201705051147.v45BlkfN026019@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mmokhi set sender to mmokhi@FreeBSD.org using -f From: Mahdi Mokhtari Date: Fri, 5 May 2017 11:47:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440148 - head/net/ceph-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 11:47:48 -0000 Author: mmokhi Date: Fri May 5 11:47:46 2017 New Revision: 440148 URL: https://svnweb.freebsd.org/changeset/ports/440148 Log: net/ceph-devel: Add a patch to fix a linker-error happens on 110amd64 Reported by: Willem Jan Withagen (maintainer) Reviewed by: mat (mentor) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D10608 Added: head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt (contents, props changed) Added: head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ceph-devel/files/patch-src_test_rgw_CMakeLists.txt Fri May 5 11:47:46 2017 (r440148) @@ -0,0 +1,15 @@ +--- src/test/rgw/CMakeLists.txt ++++ src/test/rgw/CMakeLists.txt +@@ -99,9 +99,8 @@ target_link_libraries(unittest_rgw_crypto + cls_user_client + librados + global +- curl +- uuid +- expat ++ ${CURL_LIBRARIES} ++ ${EXPAT_LIBRARIES} + ${CMAKE_DL_LIBS} + ${UNITTEST_LIBS} + ${CRYPTO_LIBS} +