Skip to content

Commit

Permalink
*/*: remove STRIP_CMD calls in rust based ports
Browse files Browse the repository at this point in the history
This is not needed after bc4fedc

PR:		246993
Differential Revision:	https://reviews.freebsd.org/D46503
  • Loading branch information
svmhdvn authored and MikaelUrankar committed Sep 10, 2024
1 parent 21864bd commit c0d07f1
Show file tree
Hide file tree
Showing 376 changed files with 0 additions and 1,020 deletions.
3 changes: 0 additions & 3 deletions accessibility/sctd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,4 @@ CARGO_CRATES= ansi_term-0.11.0 \

PLIST_FILES= bin/sctd

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sctd

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions archivers/ouch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,4 @@ CARGO_CRATES= adler-1.0.2 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions archivers/py-cramjam/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ CARGO_CARGOLOCK=${WRKSRC}/cramjam-python/Cargo.lock
CARGO_CARGOTOML=${WRKSRC}/cramjam-python/Cargo.toml
CARGO_INSTALL= no

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +

.include <bsd.port.mk>
1 change: 0 additions & 1 deletion audio/ebur128/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ do-install:
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so

.include <bsd.port.mk>
1 change: 0 additions & 1 deletion audio/lewton/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ do-install:
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions audio/mmtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,4 @@ CARGO_CRATES= anyhow-1.0.69 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions audio/myxer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,4 @@ CARGO_CRATES= anyhow-1.0.44 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions audio/ncspot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_USES= localbase:ldflags
PULSEAUDIO_VARS= CARGO_FEATURES+=pulseaudio_backend

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ncspot

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
Expand Down
3 changes: 0 additions & 3 deletions audio/netease-music-tui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,4 @@ OPENSSLLIB= /usr/lib

PLIST_FILES= bin/ncmt

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ncmt

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions audio/songrec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,4 @@ PLIST_FILES= bin/${PORTNAME}

# known problem: The 'Audio input' combobox doesn't have any selections, see https://github.com/marin-m/SongRec/issues/115

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions audio/spotify-player/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ PORTAUDIO_VARS= CARGO_FEATURES+=portaudio-backend
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_VARS= CARGO_FEATURES+=pulseaudio-backend

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spotify_player

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
Expand Down
3 changes: 0 additions & 3 deletions audio/spotify-tui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,6 @@ BROKEN_SSL= base openssl openssl31
BROKEN_SSL_REASON= Fails to detect OpenSSL 3.0.0 and later
.endif

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spt

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Expand Down
1 change: 0 additions & 1 deletion audio/spotifyd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ post-patch:
@${REINPLACE_CMD} 's,/etc/,${PREFIX}/etc/,g' ${WRKSRC}/src/config.rs

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/spotifyd
${INSTALL_DATA} ${FILESDIR}/spotifyd.conf ${STAGEDIR}${PREFIX}/etc/spotifyd.conf.sample

post-install-DOCS-on:
Expand Down
3 changes: 0 additions & 3 deletions audio/wasabi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,4 @@ BINARY_ALIAS= python3=${PYTHON_CMD} \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions benchmarks/inferno/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,4 @@ EXECUTABLES= inferno-collapse-dtrace \

PLIST_FILES= ${EXECUTABLES:S/inferno-/bin\/&/}

post-install:
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES}

.include <bsd.port.mk>
5 changes: 0 additions & 5 deletions cad/svlint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,4 @@ CARGO_CRATES= aho-corasick-1.1.3 \
PLIST_FILES= bin/${PORTNAME} \
bin/mdgen

post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/mdgen

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions cad/svls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,4 @@ CARGO_CRATES= addr2line-0.22.0 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions cad/veryl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,4 @@ CARGO_CRATES= addr2line-0.22.0 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions converters/yj-bruceadams/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,4 @@ CONFLICTS_INSTALL= yj

PLIST_FILES= bin/yj

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/diesel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,4 @@ post-patch:
${CP} ${FILESDIR}/bindings_8_0_35_powerpc64_freebsd.rs \
${WRKSRC}/cargo-crates/mysqlclient-sys-0.4.1/bindings/

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/frece/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ CARGO_CRATES= addr2line-0.15.2 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/gobang/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,4 @@ CARGO_CRATES= ahash-0.7.4 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/movine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,4 @@ PLIST_FILES= bin/${PORTNAME}
BROKEN= Fails to detect OpenSSL 3 and later
.endif

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/ods2sql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,4 @@ CARGO_CRATES= adler32-1.2.0 \

PLIST_FILES= bin/${PORTNAME}

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 0 additions & 5 deletions databases/qdrant/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -736,10 +736,5 @@ post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}/tls
${MKDIR} ${STAGEDIR}${QDRANT_DBDIR}
${INSTALL_DATA} ${WRKSRC}/config/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample
# strip binaries
${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/schema_generator \
${STAGEDIR}${PREFIX}/bin/wal_inspector

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/quake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,4 @@ OPENSSLLIB= /usr/lib

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/replibyte/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,4 @@ OPENSSLLIB= /usr/lib

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 0 additions & 5 deletions databases/sqlx-cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,4 @@ OPENSSLLIB= /usr/lib
PLIST_FILES= bin/cargo-sqlx \
bin/${PORTNAME}

post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/cargo-sqlx \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/surrealdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,4 @@ OPENSSLLIB= /usr/lib

PLIST_FILES= bin/surreal

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/surreal

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions databases/xls2txt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,4 @@ PLIST_FILES= ${EXECUTABLES:S/^/bin\//}

CONFLICTS_INSTALL= catdoc libxls p5-Spreadsheet-Read

post-install:
cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions deskutils/jot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,4 @@ CARGO_CRATES= atty-0.2.14 \

PLIST_FILES= bin/jt

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jt

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions deskutils/just/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ COMPLETIONS_PLIST_FILES= share/bash-completion/completions/${PORTNAME} \
share/fish/vendor_completions.d/${PORTNAME}.fish \
share/zsh/site-functions/_${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

post-install-COMPLETIONS-on:
.for _shell in bash fish zsh
${STAGEDIR}${PREFIX}/bin/${PORTNAME} --completions ${_shell} \
Expand Down
3 changes: 0 additions & 3 deletions deskutils/lazycli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,4 @@ CARGO_CRATES= aho-corasick-0.7.15 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions deskutils/pipecolor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,4 @@ CARGO_CRATES= aho-corasick-1.0.1 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 0 additions & 5 deletions deskutils/pueue/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,4 @@ CARGO_CRATES= addr2line-0.22.0 \
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}d

post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}d

.include <bsd.port.mk>
2 changes: 0 additions & 2 deletions deskutils/rwpspread/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ PLIST_FILES= bin/${PORTNAME} \
share/zsh/site-functions/_rwpspread

post-install:
# strip binary
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
# install completions
@${MKDIR} \
${STAGEDIR}${PREFIX}/share/bash-completion/completions \
Expand Down
1 change: 0 additions & 1 deletion deskutils/sigi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ PLIST_FILES= bin/sigi \

post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions deskutils/skim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,4 @@ CARGO_CRATES= aho-corasick-0.7.19 \

PLIST_FILES= bin/sk

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sk

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions deskutils/taskwarrior-tui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,4 @@ CARGO_CRATES= addr2line-0.19.0 \
task-hookrs@git+https://github.com/kdheepak/task-hookrs\#9fe7bd42f96a14571009b5de3ef395cd26988bbe
PLIST_FILES= bin/taskwarrior-tui

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/taskwarrior-tui

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions deskutils/thokr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,4 @@ CARGO_CRATES= atty-0.2.14 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 0 additions & 5 deletions devel/amber/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,4 @@ CARGO_CRATES= aho-corasick-1.1.2 \
PLIST_FILES= bin/ambr \
bin/ambs

post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/ambr \
${STAGEDIR}${PREFIX}/bin/ambs

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions devel/argc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,4 @@ CARGO_CRATES= aho-corasick-1.1.3 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions devel/bacon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,4 @@ CARGO_CRATES= adler-1.0.2 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions devel/bingrep/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions devel/bunyan/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,4 @@ CARGO_CRATES= aho-corasick-0.7.20 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions devel/cargo-about/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,4 @@ CARGO_CRATES= addr2line-0.22.0 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
3 changes: 0 additions & 3 deletions devel/cargo-bloat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ CARGO_CRATES= aho-corasick-1.1.3 \

PLIST_FILES= bin/${PORTNAME}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
Loading

0 comments on commit c0d07f1

Please sign in to comment.