Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2023 03:13:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 02e6acd6333f - main - databases/rocksdb: Clean up Makefile
Message-ID:  <202309110313.38B3DsJF021514@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02e6acd6333f194a3b703294391405a6d69cfc88

commit 02e6acd6333f194a3b703294391405a6d69cfc88
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-11 03:07:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-11 03:07:37 +0000

    databases/rocksdb: Clean up Makefile
    
    These lines are added in d7ec4632b50c4102ae08342d8b53ec9881e73f76 to find out
    why it is broken on our package building clusters. It seems the problem was
    fixed in b5c33f2db3696971ee290078164828d589062f2c.
---
 databases/rocksdb/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index ccacf7047a5e..023ddb530a9e 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -74,8 +74,6 @@ post-patch:
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}/
 	cd ${WRKSRC}/ && ${INSTALL_PROGRAM} ${BENCHMARKS} ${TOOLS} ${STAGEDIR}${PREFIX}/bin/
-	# Locate all shared libraries. The STRIP_CMD below failed on our package building clusters.
-	${FIND} ${WRKSRC} ${STAGEDIR}${PREFIX} -name '*.so*'
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librocksdb.so
 	${INSTALL_LIB} ${WRKSRC}/librocksdb_test.so ${WRKSRC}/librocksdb_tools.so ${STAGEDIR}${PREFIX}/lib/
 	${INSTALL_DATA} ${WRKSRC}/make_config.mk ${STAGEDIR}${DATADIR}/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309110313.38B3DsJF021514>