Page MenuHomeFreeBSD

D46503.diff
No OneTemporary

D46503.diff

diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile
--- a/accessibility/sctd/Makefile
+++ b/accessibility/sctd/Makefile
@@ -45,7 +45,4 @@
PLIST_FILES= bin/sctd
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sctd
-
.include <bsd.port.mk>
diff --git a/archivers/ouch/Makefile b/archivers/ouch/Makefile
--- a/archivers/ouch/Makefile
+++ b/archivers/ouch/Makefile
@@ -210,7 +210,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/archivers/py-cramjam/Makefile b/archivers/py-cramjam/Makefile
--- a/archivers/py-cramjam/Makefile
+++ b/archivers/py-cramjam/Makefile
@@ -23,7 +23,4 @@
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>
diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile
--- a/audio/ebur128/Makefile
+++ b/audio/ebur128/Makefile
@@ -27,6 +27,5 @@
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>
diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile
--- a/audio/lewton/Makefile
+++ b/audio/lewton/Makefile
@@ -35,6 +35,5 @@
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>
diff --git a/audio/mmtc/Makefile b/audio/mmtc/Makefile
--- a/audio/mmtc/Makefile
+++ b/audio/mmtc/Makefile
@@ -123,7 +123,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile
--- a/audio/myxer/Makefile
+++ b/audio/myxer/Makefile
@@ -93,7 +93,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile
--- a/audio/ncspot/Makefile
+++ b/audio/ncspot/Makefile
@@ -45,9 +45,6 @@
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}
diff --git a/audio/netease-music-tui/Makefile b/audio/netease-music-tui/Makefile
--- a/audio/netease-music-tui/Makefile
+++ b/audio/netease-music-tui/Makefile
@@ -312,7 +312,4 @@
PLIST_FILES= bin/ncmt
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ncmt
-
.include <bsd.port.mk>
diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile
--- a/audio/songrec/Makefile
+++ b/audio/songrec/Makefile
@@ -302,7 +302,4 @@
# 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>
diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile
--- a/audio/spotify-player/Makefile
+++ b/audio/spotify-player/Makefile
@@ -59,9 +59,6 @@
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}
diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile
--- a/audio/spotify-tui/Makefile
+++ b/audio/spotify-tui/Makefile
@@ -295,9 +295,6 @@
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}
diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile
--- a/audio/spotifyd/Makefile
+++ b/audio/spotifyd/Makefile
@@ -49,7 +49,6 @@
@${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:
diff --git a/audio/wasabi/Makefile b/audio/wasabi/Makefile
--- a/audio/wasabi/Makefile
+++ b/audio/wasabi/Makefile
@@ -477,7 +477,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile
--- a/benchmarks/inferno/Makefile
+++ b/benchmarks/inferno/Makefile
@@ -160,7 +160,4 @@
PLIST_FILES= ${EXECUTABLES:S/inferno-/bin\/&/}
-post-install:
- cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES}
-
.include <bsd.port.mk>
diff --git a/cad/svlint/Makefile b/cad/svlint/Makefile
--- a/cad/svlint/Makefile
+++ b/cad/svlint/Makefile
@@ -122,9 +122,4 @@
PLIST_FILES= bin/${PORTNAME} \
bin/mdgen
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/bin/mdgen
-
.include <bsd.port.mk>
diff --git a/cad/svls/Makefile b/cad/svls/Makefile
--- a/cad/svls/Makefile
+++ b/cad/svls/Makefile
@@ -186,7 +186,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/cad/veryl/Makefile b/cad/veryl/Makefile
--- a/cad/veryl/Makefile
+++ b/cad/veryl/Makefile
@@ -558,7 +558,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/converters/yj-bruceadams/Makefile b/converters/yj-bruceadams/Makefile
--- a/converters/yj-bruceadams/Makefile
+++ b/converters/yj-bruceadams/Makefile
@@ -71,7 +71,4 @@
PLIST_FILES= bin/yj
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile
--- a/databases/diesel/Makefile
+++ b/databases/diesel/Makefile
@@ -202,7 +202,4 @@
${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>
diff --git a/databases/frece/Makefile b/databases/frece/Makefile
--- a/databases/frece/Makefile
+++ b/databases/frece/Makefile
@@ -55,7 +55,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/gobang/Makefile b/databases/gobang/Makefile
--- a/databases/gobang/Makefile
+++ b/databases/gobang/Makefile
@@ -209,7 +209,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/movine/Makefile b/databases/movine/Makefile
--- a/databases/movine/Makefile
+++ b/databases/movine/Makefile
@@ -184,7 +184,4 @@
BROKEN= Fails to detect OpenSSL 3 and later
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile
--- a/databases/ods2sql/Makefile
+++ b/databases/ods2sql/Makefile
@@ -80,7 +80,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile
--- a/databases/qdrant/Makefile
+++ b/databases/qdrant/Makefile
@@ -736,10 +736,5 @@
${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>
diff --git a/databases/quake/Makefile b/databases/quake/Makefile
--- a/databases/quake/Makefile
+++ b/databases/quake/Makefile
@@ -448,7 +448,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/replibyte/Makefile b/databases/replibyte/Makefile
--- a/databases/replibyte/Makefile
+++ b/databases/replibyte/Makefile
@@ -391,7 +391,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/sqlx-cli/Makefile b/databases/sqlx-cli/Makefile
--- a/databases/sqlx-cli/Makefile
+++ b/databases/sqlx-cli/Makefile
@@ -467,9 +467,4 @@
PLIST_FILES= bin/cargo-sqlx \
bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/cargo-sqlx \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/databases/surrealdb/Makefile b/databases/surrealdb/Makefile
--- a/databases/surrealdb/Makefile
+++ b/databases/surrealdb/Makefile
@@ -731,7 +731,4 @@
PLIST_FILES= bin/surreal
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/surreal
-
.include <bsd.port.mk>
diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile
--- a/databases/xls2txt/Makefile
+++ b/databases/xls2txt/Makefile
@@ -63,7 +63,4 @@
CONFLICTS_INSTALL= catdoc libxls p5-Spreadsheet-Read
-post-install:
- cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} ${EXECUTABLES}
-
.include <bsd.port.mk>
diff --git a/deskutils/jot/Makefile b/deskutils/jot/Makefile
--- a/deskutils/jot/Makefile
+++ b/deskutils/jot/Makefile
@@ -60,7 +60,4 @@
PLIST_FILES= bin/jt
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jt
-
.include <bsd.port.mk>
diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile
--- a/deskutils/just/Makefile
+++ b/deskutils/just/Makefile
@@ -195,9 +195,6 @@
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} \
diff --git a/deskutils/lazycli/Makefile b/deskutils/lazycli/Makefile
--- a/deskutils/lazycli/Makefile
+++ b/deskutils/lazycli/Makefile
@@ -100,7 +100,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/deskutils/pipecolor/Makefile b/deskutils/pipecolor/Makefile
--- a/deskutils/pipecolor/Makefile
+++ b/deskutils/pipecolor/Makefile
@@ -124,7 +124,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/deskutils/pueue/Makefile b/deskutils/pueue/Makefile
--- a/deskutils/pueue/Makefile
+++ b/deskutils/pueue/Makefile
@@ -284,9 +284,4 @@
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}d
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME}d
-
.include <bsd.port.mk>
diff --git a/deskutils/rwpspread/Makefile b/deskutils/rwpspread/Makefile
--- a/deskutils/rwpspread/Makefile
+++ b/deskutils/rwpspread/Makefile
@@ -195,8 +195,6 @@
share/zsh/site-functions/_rwpspread
post-install:
- # strip binary
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
# install completions
@${MKDIR} \
${STAGEDIR}${PREFIX}/share/bash-completion/completions \
diff --git a/deskutils/sigi/Makefile b/deskutils/sigi/Makefile
--- a/deskutils/sigi/Makefile
+++ b/deskutils/sigi/Makefile
@@ -23,6 +23,5 @@
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/deskutils/skim/Makefile b/deskutils/skim/Makefile
--- a/deskutils/skim/Makefile
+++ b/deskutils/skim/Makefile
@@ -122,7 +122,4 @@
PLIST_FILES= bin/sk
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sk
-
.include <bsd.port.mk>
diff --git a/deskutils/taskwarrior-tui/Makefile b/deskutils/taskwarrior-tui/Makefile
--- a/deskutils/taskwarrior-tui/Makefile
+++ b/deskutils/taskwarrior-tui/Makefile
@@ -205,7 +205,4 @@
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>
diff --git a/deskutils/thokr/Makefile b/deskutils/thokr/Makefile
--- a/deskutils/thokr/Makefile
+++ b/deskutils/thokr/Makefile
@@ -145,7 +145,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/amber/Makefile b/devel/amber/Makefile
--- a/devel/amber/Makefile
+++ b/devel/amber/Makefile
@@ -126,9 +126,4 @@
PLIST_FILES= bin/ambr \
bin/ambs
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/ambr \
- ${STAGEDIR}${PREFIX}/bin/ambs
-
.include <bsd.port.mk>
diff --git a/devel/argc/Makefile b/devel/argc/Makefile
--- a/devel/argc/Makefile
+++ b/devel/argc/Makefile
@@ -152,7 +152,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/bacon/Makefile b/devel/bacon/Makefile
--- a/devel/bacon/Makefile
+++ b/devel/bacon/Makefile
@@ -271,7 +271,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile
--- a/devel/bingrep/Makefile
+++ b/devel/bingrep/Makefile
@@ -31,7 +31,4 @@
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/bunyan/Makefile b/devel/bunyan/Makefile
--- a/devel/bunyan/Makefile
+++ b/devel/bunyan/Makefile
@@ -108,7 +108,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-about/Makefile b/devel/cargo-about/Makefile
--- a/devel/cargo-about/Makefile
+++ b/devel/cargo-about/Makefile
@@ -264,7 +264,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-bloat/Makefile b/devel/cargo-bloat/Makefile
--- a/devel/cargo-bloat/Makefile
+++ b/devel/cargo-bloat/Makefile
@@ -38,7 +38,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-cache/Makefile b/devel/cargo-cache/Makefile
--- a/devel/cargo-cache/Makefile
+++ b/devel/cargo-cache/Makefile
@@ -127,7 +127,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-deny/Makefile b/devel/cargo-deny/Makefile
--- a/devel/cargo-deny/Makefile
+++ b/devel/cargo-deny/Makefile
@@ -360,7 +360,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-depgraph/Makefile b/devel/cargo-depgraph/Makefile
--- a/devel/cargo-depgraph/Makefile
+++ b/devel/cargo-depgraph/Makefile
@@ -62,7 +62,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-edit/Makefile b/devel/cargo-edit/Makefile
--- a/devel/cargo-edit/Makefile
+++ b/devel/cargo-edit/Makefile
@@ -249,9 +249,4 @@
bin/cargo-set-version \
bin/cargo-upgrade
-post-install:
-.for exe in ${PLIST_FILES}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${exe}
-.endfor
-
.include <bsd.port.mk>
diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile
--- a/devel/cargo-generate/Makefile
+++ b/devel/cargo-generate/Makefile
@@ -26,9 +26,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/devel/cargo-hack/Makefile b/devel/cargo-hack/Makefile
--- a/devel/cargo-hack/Makefile
+++ b/devel/cargo-hack/Makefile
@@ -73,7 +73,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-leptos/Makefile b/devel/cargo-leptos/Makefile
--- a/devel/cargo-leptos/Makefile
+++ b/devel/cargo-leptos/Makefile
@@ -496,7 +496,4 @@
LTO_UNSAFE= yes
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-llvm-cov/Makefile b/devel/cargo-llvm-cov/Makefile
--- a/devel/cargo-llvm-cov/Makefile
+++ b/devel/cargo-llvm-cov/Makefile
@@ -96,7 +96,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-mutants/Makefile b/devel/cargo-mutants/Makefile
--- a/devel/cargo-mutants/Makefile
+++ b/devel/cargo-mutants/Makefile
@@ -221,7 +221,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-spellcheck/Makefile b/devel/cargo-spellcheck/Makefile
--- a/devel/cargo-spellcheck/Makefile
+++ b/devel/cargo-spellcheck/Makefile
@@ -340,7 +340,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cargo-tarpaulin/Makefile b/devel/cargo-tarpaulin/Makefile
--- a/devel/cargo-tarpaulin/Makefile
+++ b/devel/cargo-tarpaulin/Makefile
@@ -258,7 +258,4 @@
PLIST_FILES= bin/cargo-tarpaulin
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cargo-tarpaulin
-
.include <bsd.port.mk>
diff --git a/devel/cargo-udeps/Makefile b/devel/cargo-udeps/Makefile
--- a/devel/cargo-udeps/Makefile
+++ b/devel/cargo-udeps/Makefile
@@ -356,7 +356,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cbfmt/Makefile b/devel/cbfmt/Makefile
--- a/devel/cbfmt/Makefile
+++ b/devel/cbfmt/Makefile
@@ -84,7 +84,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/cocogitto/Makefile b/devel/cocogitto/Makefile
--- a/devel/cocogitto/Makefile
+++ b/devel/cocogitto/Makefile
@@ -226,7 +226,4 @@
PLIST_FILES= bin/cog
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cog
-
.include <bsd.port.mk>
diff --git a/devel/convco/Makefile b/devel/convco/Makefile
--- a/devel/convco/Makefile
+++ b/devel/convco/Makefile
@@ -151,7 +151,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/desed/Makefile b/devel/desed/Makefile
--- a/devel/desed/Makefile
+++ b/devel/desed/Makefile
@@ -70,7 +70,5 @@
windows_i686_msvc-0.36.1 \
windows_x86_64_gnu-0.36.1 \
windows_x86_64_msvc-0.36.1
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/desed
.include <bsd.port.mk>
diff --git a/devel/dra/Makefile b/devel/dra/Makefile
--- a/devel/dra/Makefile
+++ b/devel/dra/Makefile
@@ -177,7 +177,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile
--- a/devel/dtool/Makefile
+++ b/devel/dtool/Makefile
@@ -184,9 +184,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${_DOCS} ${STAGEDIR}${DOCSDIR}
diff --git a/devel/dura/Makefile b/devel/dura/Makefile
--- a/devel/dura/Makefile
+++ b/devel/dura/Makefile
@@ -117,7 +117,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/elfcat/Makefile b/devel/elfcat/Makefile
--- a/devel/elfcat/Makefile
+++ b/devel/elfcat/Makefile
@@ -16,7 +16,4 @@
PLIST_FILES= bin/elfcat
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/elfcat
-
.include <bsd.port.mk>
diff --git a/devel/fnm/Makefile b/devel/fnm/Makefile
--- a/devel/fnm/Makefile
+++ b/devel/fnm/Makefile
@@ -304,7 +304,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/fsx/Makefile b/devel/fsx/Makefile
--- a/devel/fsx/Makefile
+++ b/devel/fsx/Makefile
@@ -21,7 +21,6 @@
share/examples/${PORTNAME}/${PORTNAME}.toml
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.toml ${STAGEDIR}${EXAMPLESDIR}
diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile
--- a/devel/gbump/Makefile
+++ b/devel/gbump/Makefile
@@ -77,9 +77,4 @@
PLIST_FILES= bin/gbump
-.include <bsd.port.options.mk>
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gbump
-
.include <bsd.port.mk>
diff --git a/devel/gfold/Makefile b/devel/gfold/Makefile
--- a/devel/gfold/Makefile
+++ b/devel/gfold/Makefile
@@ -22,7 +22,6 @@
PLIST_FILES= bin/${BINARY_NAME}
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${BINARY_NAME}
post-install-DOCS-on:
diff --git a/devel/ghostie/Makefile b/devel/ghostie/Makefile
--- a/devel/ghostie/Makefile
+++ b/devel/ghostie/Makefile
@@ -292,7 +292,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile
--- a/devel/git-absorb/Makefile
+++ b/devel/git-absorb/Makefile
@@ -18,7 +18,6 @@
share/man/man1/${PORTNAME}.1.gz
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/git-absorb
${INSTALL_MAN} ${WRKSRC}/Documentation/${PORTNAME}.1 \
${STAGEDIR}${PREFIX}/share/man/man1
diff --git a/devel/git-branchless/Makefile b/devel/git-branchless/Makefile
--- a/devel/git-branchless/Makefile
+++ b/devel/git-branchless/Makefile
@@ -435,7 +435,4 @@
-e '/get_proc_total/s|unsigned long|uint64_t|' \
${WRKSRC}/cargo-crates/sys-info-*/c/*.[ch]
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile
--- a/devel/git-cinnabar/Makefile
+++ b/devel/git-cinnabar/Makefile
@@ -25,7 +25,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${MKDIR} ${STAGEDIR}${DATADIR}
${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${STAGEDIR}${DATADIR}
${RLN} ${STAGEDIR}${DATADIR}/${PORTNAME} \
diff --git a/devel/git-cliff/Makefile b/devel/git-cliff/Makefile
--- a/devel/git-cliff/Makefile
+++ b/devel/git-cliff/Makefile
@@ -404,10 +404,4 @@
bin/git-cliff-completions \
bin/git-cliff-mangen
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/bin/git-cliff-completions \
- ${STAGEDIR}${PREFIX}/bin/git-cliff-mangen
-
.include <bsd.port.mk>
diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile
--- a/devel/git-delta/Makefile
+++ b/devel/git-delta/Makefile
@@ -29,9 +29,6 @@
FISH_PLIST_FILES= share/fish/vendor_functions.d/${PORTNAME}.fish
ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/delta
-
post-install-BASH-on:
${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/etc/completion/completion.bash \
diff --git a/devel/git-repo-manager/Makefile b/devel/git-repo-manager/Makefile
--- a/devel/git-repo-manager/Makefile
+++ b/devel/git-repo-manager/Makefile
@@ -167,7 +167,4 @@
PLIST_FILES= bin/grm
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grm
-
.include <bsd.port.mk>
diff --git a/devel/git-workspace/Makefile b/devel/git-workspace/Makefile
--- a/devel/git-workspace/Makefile
+++ b/devel/git-workspace/Makefile
@@ -173,7 +173,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/gitoxide/Makefile b/devel/gitoxide/Makefile
--- a/devel/gitoxide/Makefile
+++ b/devel/gitoxide/Makefile
@@ -467,9 +467,4 @@
PORTSCOUT= ignore:1 # repository tags don't make sense and only cause confusion
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/ein \
- ${STAGEDIR}${PREFIX}/bin/gix
-
.include <bsd.port.mk>
diff --git a/devel/gitu/Makefile b/devel/gitu/Makefile
--- a/devel/gitu/Makefile
+++ b/devel/gitu/Makefile
@@ -265,7 +265,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile
--- a/devel/gitui/Makefile
+++ b/devel/gitui/Makefile
@@ -40,7 +40,4 @@
-e '/get_proc_total/s|unsigned long|uint64_t|' \
${WRKSRC}/cargo-crates/sys-info-0.9.1/c/*.[ch]
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/glitter/Makefile b/devel/glitter/Makefile
--- a/devel/glitter/Makefile
+++ b/devel/glitter/Makefile
@@ -92,7 +92,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile
--- a/devel/grcov/Makefile
+++ b/devel/grcov/Makefile
@@ -226,7 +226,4 @@
PLIST_FILES= bin/grcov
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/grex/Makefile b/devel/grex/Makefile
--- a/devel/grex/Makefile
+++ b/devel/grex/Makefile
@@ -21,7 +21,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grex
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
diff --git a/devel/hvm/Makefile b/devel/hvm/Makefile
--- a/devel/hvm/Makefile
+++ b/devel/hvm/Makefile
@@ -48,7 +48,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile
--- a/devel/interactive_rebase_tool/Makefile
+++ b/devel/interactive_rebase_tool/Makefile
@@ -20,7 +20,6 @@
share/man/man1/interactive-rebase-tool.1.gz
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/interactive-rebase-tool
${INSTALL_MAN} ${WRKSRC}/src/interactive-rebase-tool.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
diff --git a/devel/jetbrains-restarter/Makefile b/devel/jetbrains-restarter/Makefile
--- a/devel/jetbrains-restarter/Makefile
+++ b/devel/jetbrains-restarter/Makefile
@@ -31,7 +31,4 @@
${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/restarter \
${STAGEDIR}${DATADIR}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${DATADIR}/restarter
-
.include <bsd.port.mk>
diff --git a/devel/omnilinter/Makefile b/devel/omnilinter/Makefile
--- a/devel/omnilinter/Makefile
+++ b/devel/omnilinter/Makefile
@@ -149,7 +149,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/omnilinter
@cd ${WRKSRC}/share && ${SETENV} ${MAKE_ENV} DESTDIR=${STAGEDIR} ${MAKE_CMD} install
post-install-DOCS-on:
diff --git a/devel/parol-ls/Makefile b/devel/parol-ls/Makefile
--- a/devel/parol-ls/Makefile
+++ b/devel/parol-ls/Makefile
@@ -158,7 +158,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/parol/Makefile b/devel/parol/Makefile
--- a/devel/parol/Makefile
+++ b/devel/parol/Makefile
@@ -157,7 +157,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/patsh/Makefile b/devel/patsh/Makefile
--- a/devel/patsh/Makefile
+++ b/devel/patsh/Makefile
@@ -94,7 +94,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile
--- a/devel/pijul/Makefile
+++ b/devel/pijul/Makefile
@@ -450,7 +450,4 @@
do-install:
${INSTALL_SCRIPT} ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/pijul ${STAGEDIR}${PREFIX}/bin/pijul
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pijul
-
.include <bsd.port.mk>
diff --git a/devel/py-ddtrace/Makefile b/devel/py-ddtrace/Makefile
--- a/devel/py-ddtrace/Makefile
+++ b/devel/py-ddtrace/Makefile
@@ -54,7 +54,4 @@
post-patch:
${MV} ${WRKDIR}/abseil-cpp-${ABSEIL_VERSION}/ ${WRKSRC}/ddtrace/appsec/_iast/_taint_tracking/_deps/
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-jellyfish/Makefile b/devel/py-jellyfish/Makefile
--- a/devel/py-jellyfish/Makefile
+++ b/devel/py-jellyfish/Makefile
@@ -21,7 +21,4 @@
CARGO_BUILD= no
CARGO_INSTALL= no
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile
--- a/devel/py-libcst/Makefile
+++ b/devel/py-libcst/Makefile
@@ -30,7 +30,4 @@
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}libcst03
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile
--- a/devel/py-maturin/Makefile
+++ b/devel/py-maturin/Makefile
@@ -44,7 +44,4 @@
post-patch:
${REINPLACE_CMD} 's|%%PYTHON_VER%%|${PYTHON_VER}|' ${WRKSRC}/maturin/__init__.py
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/maturin
-
.include <bsd.port.mk>
diff --git a/devel/py-orjson/Makefile b/devel/py-orjson/Makefile
--- a/devel/py-orjson/Makefile
+++ b/devel/py-orjson/Makefile
@@ -76,7 +76,4 @@
BINARY_ALIAS= python3=${PYTHON_CMD}
-post-install:
- ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile
--- a/devel/py-pycrdt/Makefile
+++ b/devel/py-pycrdt/Makefile
@@ -22,7 +22,4 @@
CARGO_BUILD= no
CARGO_INSTALL= no
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-pyproject-fmt-rust/Makefile b/devel/py-pyproject-fmt-rust/Makefile
--- a/devel/py-pyproject-fmt-rust/Makefile
+++ b/devel/py-pyproject-fmt-rust/Makefile
@@ -22,7 +22,4 @@
CARGO_INSTALL= no
WRKSRC= ${WRKDIR}/pyproject_fmt_rust-${PORTVERSION}
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-regress/Makefile b/devel/py-regress/Makefile
--- a/devel/py-regress/Makefile
+++ b/devel/py-regress/Makefile
@@ -21,7 +21,4 @@
CARGO_BUILD= no
CARGO_INSTALL= no
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-rpds-py/Makefile b/devel/py-rpds-py/Makefile
--- a/devel/py-rpds-py/Makefile
+++ b/devel/py-rpds-py/Makefile
@@ -23,7 +23,4 @@
CARGO_INSTALL= no
WRKSRC= ${WRKDIR}/rpds_py-${PORTVERSION}
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/py-watchfiles/Makefile b/devel/py-watchfiles/Makefile
--- a/devel/py-watchfiles/Makefile
+++ b/devel/py-watchfiles/Makefile
@@ -22,7 +22,4 @@
CARGO_BUILD= no
CARGO_INSTALL= no
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/devel/pylyzer/Makefile b/devel/pylyzer/Makefile
--- a/devel/pylyzer/Makefile
+++ b/devel/pylyzer/Makefile
@@ -153,7 +153,4 @@
MAKE_ENV= ${CARGO_ENV}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pylyzer
-
.include <bsd.port.mk>
diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile
--- a/devel/rust-analyzer/Makefile
+++ b/devel/rust-analyzer/Makefile
@@ -28,9 +28,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rust-analyzer
-
post-install-DOCS-on:
@cd ${WRKSRC}/docs && \
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
diff --git a/devel/rust-script/Makefile b/devel/rust-script/Makefile
--- a/devel/rust-script/Makefile
+++ b/devel/rust-script/Makefile
@@ -17,7 +17,4 @@
PLIST_FILES= bin/rust-script
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rust-script
-
.include <bsd.port.mk>
diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile
--- a/devel/sccache/Makefile
+++ b/devel/sccache/Makefile
@@ -421,7 +421,4 @@
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/${f}
.endfor
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sccache
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sccache-dist
.include <bsd.port.mk>
diff --git a/devel/selene/Makefile b/devel/selene/Makefile
--- a/devel/selene/Makefile
+++ b/devel/selene/Makefile
@@ -199,7 +199,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile
--- a/devel/sentry-cli/Makefile
+++ b/devel/sentry-cli/Makefile
@@ -27,9 +27,6 @@
REPORTING_DESC= Enable crash reporting
REPORTING_VARS= CARGO_FEATURES+=with_crash_reporting
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/devel/snazy/Makefile b/devel/snazy/Makefile
--- a/devel/snazy/Makefile
+++ b/devel/snazy/Makefile
@@ -91,7 +91,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/stylua/Makefile b/devel/stylua/Makefile
--- a/devel/stylua/Makefile
+++ b/devel/stylua/Makefile
@@ -35,9 +35,6 @@
LUA${_ver:C/\.//}_VARS= CARGO_FEATURES+=lua${_ver:C/\.//}
.endfor
-post-install:
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \
diff --git a/devel/tagref/Makefile b/devel/tagref/Makefile
--- a/devel/tagref/Makefile
+++ b/devel/tagref/Makefile
@@ -67,7 +67,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/texlab/Makefile b/devel/texlab/Makefile
--- a/devel/texlab/Makefile
+++ b/devel/texlab/Makefile
@@ -27,7 +27,6 @@
OPTIONS_DEFAULT= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${PREFIX}/share/man/man1
diff --git a/devel/the-way/Makefile b/devel/the-way/Makefile
--- a/devel/the-way/Makefile
+++ b/devel/the-way/Makefile
@@ -274,7 +274,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/tokei/Makefile b/devel/tokei/Makefile
--- a/devel/tokei/Makefile
+++ b/devel/tokei/Makefile
@@ -173,7 +173,4 @@
PLIST_FILES= bin/tokei
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tokei
-
.include <bsd.port.mk>
diff --git a/devel/tokio-console/Makefile b/devel/tokio-console/Makefile
--- a/devel/tokio-console/Makefile
+++ b/devel/tokio-console/Makefile
@@ -275,7 +275,4 @@
PORTSCOUT= limit:^tokio-console-v[0-9].*
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/tree-sitter-graph/Makefile b/devel/tree-sitter-graph/Makefile
--- a/devel/tree-sitter-graph/Makefile
+++ b/devel/tree-sitter-graph/Makefile
@@ -105,7 +105,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/twiggy/Makefile b/devel/twiggy/Makefile
--- a/devel/twiggy/Makefile
+++ b/devel/twiggy/Makefile
@@ -110,7 +110,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/typeshare/Makefile b/devel/typeshare/Makefile
--- a/devel/typeshare/Makefile
+++ b/devel/typeshare/Makefile
@@ -116,7 +116,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/devel/wrangler/Makefile b/devel/wrangler/Makefile
--- a/devel/wrangler/Makefile
+++ b/devel/wrangler/Makefile
@@ -34,9 +34,6 @@
-e '/get_proc_total/s|unsigned long|uint64_t|' \
${WRKSRC}/cargo-crates/sys-info-0.9.1/c/*.[ch]
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/dns/dog/Makefile b/dns/dog/Makefile
--- a/dns/dog/Makefile
+++ b/dns/dog/Makefile
@@ -111,9 +111,6 @@
BROKEN= Fails to detect OpenSSL 3.0.0 and later
.endif
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-COMPLETIONS-on:
.for _shell in bash fish zsh
${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.${_shell} \
diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile
--- a/dns/doh-proxy/Makefile
+++ b/dns/doh-proxy/Makefile
@@ -28,7 +28,4 @@
LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/doh-proxy
-
.include <bsd.port.mk>
diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile
--- a/dns/encrypted-dns-server/Makefile
+++ b/dns/encrypted-dns-server/Makefile
@@ -184,7 +184,6 @@
${WRKSRC}/undelegated.txt.sample
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${FILESDIR}/encrypted-dns.toml.sample \
${STAGEDIR}${ETCDIR}
diff --git a/editors/amp/Makefile b/editors/amp/Makefile
--- a/editors/amp/Makefile
+++ b/editors/amp/Makefile
@@ -18,7 +18,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/editors/helix/Makefile b/editors/helix/Makefile
--- a/editors/helix/Makefile
+++ b/editors/helix/Makefile
@@ -230,9 +230,6 @@
TREE_SITTER_JSHIGH_REV= 4a95461c4761c624f2263725aca79eeaefd36cad
TREE_SITTER_TSHIGH_REV= 6aac031ad88dd6317f02ac0bb27d099a553a7d8c
CARGO_CARGOTOML= ${WRKSRC}/helix-term/Cargo.toml
-.if !defined(WITH_DEBUG)
-CARGO_INSTALL_ARGS+= --config profile.release.strip=true
-.endif
CARGO_INSTALL_PATH= ./helix-term
CONFLICTS_INSTALL= shx
diff --git a/editors/kakoune-lsp/Makefile b/editors/kakoune-lsp/Makefile
--- a/editors/kakoune-lsp/Makefile
+++ b/editors/kakoune-lsp/Makefile
@@ -25,7 +25,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/kak-lsp
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/kak-lsp.toml ${STAGEDIR}${ETCDIR}/kak-lsp.toml.sample
diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile
--- a/editors/kibi/Makefile
+++ b/editors/kibi/Makefile
@@ -60,9 +60,6 @@
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/unix.rs
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile
--- a/editors/languageclient-neovim/Makefile
+++ b/editors/languageclient-neovim/Makefile
@@ -147,7 +147,4 @@
PLIST_FILES= bin/languageclient
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/languageclient
-
.include <bsd.port.mk>
diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -40,8 +40,6 @@
# https://github.com/lapce/lapce/issues/2748
LTO_UNSAFE= yes
post-install:
-# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lapce
-# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lapce-proxy
${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/extra/images/logo.png \
${STAGEDIR}${PREFIX}/share/pixmaps/dev.lapce.lapce.png
diff --git a/editors/neovim-gtk/Makefile b/editors/neovim-gtk/Makefile
--- a/editors/neovim-gtk/Makefile
+++ b/editors/neovim-gtk/Makefile
@@ -20,7 +20,6 @@
GH_ACCOUNT= Lyude
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nvim-gtk
( cd ${WRKSRC} && ${COPYTREE_SHARE} runtime ${STAGEDIR}${PREFIX}/share/nvim-gtk )
${MKDIR} ${STAGEDIR}${PREFIX}/share/applications
${SED} -e "s|Exec=nvim-gtk|Exec=${PREFIX}/bin/nvim-gtk|" ${WRKSRC}/desktop/org.daa.NeovimGtk.desktop >${STAGEDIR}${PREFIX}/share/applications/org.daa.NeovimGtk.desktop
diff --git a/editors/ox/Makefile b/editors/ox/Makefile
--- a/editors/ox/Makefile
+++ b/editors/ox/Makefile
@@ -17,7 +17,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile
--- a/editors/parinfer-rust/Makefile
+++ b/editors/parinfer-rust/Makefile
@@ -20,7 +20,6 @@
GH_ACCOUNT= eraserhd
GH_TAGNAME= 211f72e3
USE_LDCONFIG= yes
-STRIP=
CARGO_CRATES= aho-corasick-0.7.15 \
ansi_term-0.11.0 \
@@ -109,7 +108,6 @@
share/vim/vimfiles/plugin/parinfer.vim
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/parinfer-rust
${INSTALL_LIB} ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/libparinfer_rust.so \
${STAGEDIR}${PREFIX}/lib
@${MKDIR} ${STAGEDIR}${PREFIX}/share/kak/rc/extra \
diff --git a/finance/ord/Makefile b/finance/ord/Makefile
--- a/finance/ord/Makefile
+++ b/finance/ord/Makefile
@@ -433,7 +433,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile
--- a/finance/tickrs/Makefile
+++ b/finance/tickrs/Makefile
@@ -22,9 +22,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/ftp/termscp/Makefile b/ftp/termscp/Makefile
--- a/ftp/termscp/Makefile
+++ b/ftp/termscp/Makefile
@@ -30,9 +30,6 @@
PORTDOCS= *
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} *.md docs/man.md ${STAGEDIR}${DOCSDIR}
diff --git a/ftp/unftp/Makefile b/ftp/unftp/Makefile
--- a/ftp/unftp/Makefile
+++ b/ftp/unftp/Makefile
@@ -380,7 +380,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/games/anki/Makefile b/games/anki/Makefile
--- a/games/anki/Makefile
+++ b/games/anki/Makefile
@@ -156,7 +156,6 @@
&& ${INSTALL_MAN} anki.1 ${STAGEDIR}${PREFIX}/share/man/man1
cd ${WRKSRC}/qt/tools \
&& ${INSTALL_SCRIPT} runanki.system.in ${STAGEDIR}${PREFIX}/bin/anki
- ${STRIP_CMD} ${STAGEDIR}${DATADIR}/anki/_rsbridge.so
# Autogenerate some parts of the plist file as several *.css and *.mjs files
# have a computed filename. As it is user-specific it is impossible to know
diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile
--- a/games/dose-response/Makefile
+++ b/games/dose-response/Makefile
@@ -211,7 +211,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.for size in 16 32 48 64 256
@${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}x${size}/apps
${INSTALL_DATA} ${WRKSRC}/assets/icon_${size}x${size}.png \
diff --git a/games/genact/Makefile b/games/genact/Makefile
--- a/games/genact/Makefile
+++ b/games/genact/Makefile
@@ -20,7 +20,6 @@
share/man/man1/genact.1.gz
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/genact
${STAGEDIR}${PREFIX}/bin/${PORTNAME} --print-manpage > ${WRKSRC}/${PORTNAME}.1
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile
--- a/games/jaggedalliance2/Makefile
+++ b/games/jaggedalliance2/Makefile
@@ -209,9 +209,4 @@
${WRKSRC}/rust/stracciatella/src/config/ja2_json.rs \
${WRKSRC}/rust/stracciatella/src/config/engine_options.rs
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ja2 \
- ${STAGEDIR}${PREFIX}/bin/ja2-launcher \
- ${STAGEDIR}${PREFIX}/bin/ja2-resource-pack
-
.include <bsd.port.mk>
diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile
--- a/games/rpg-cli/Makefile
+++ b/games/rpg-cli/Makefile
@@ -84,9 +84,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -70,7 +70,6 @@
.endfor
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
(cd ${WRKSRC} && ${COPYTREE_SHARE} assets ${STAGEDIR}${DATADIR})
${RLN} ${STAGEDIR}${DATADIR}/assets/voxygen/*.desktop \
${STAGEDIR}${PREFIX}/share/applications
diff --git a/graphics/asciinema-agg/Makefile b/graphics/asciinema-agg/Makefile
--- a/graphics/asciinema-agg/Makefile
+++ b/graphics/asciinema-agg/Makefile
@@ -18,7 +18,4 @@
PLIST_FILES= bin/agg
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/agg
-
.include <bsd.port.mk>
diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile
--- a/graphics/gifski/Makefile
+++ b/graphics/gifski/Makefile
@@ -111,7 +111,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile
--- a/graphics/libimagequant/Makefile
+++ b/graphics/libimagequant/Makefile
@@ -38,6 +38,5 @@
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>
diff --git a/graphics/menyoki/Makefile b/graphics/menyoki/Makefile
--- a/graphics/menyoki/Makefile
+++ b/graphics/menyoki/Makefile
@@ -204,7 +204,4 @@
${WRKSRC}/cargo-crates/device_query-1.1.2/src/device_state/linux \
${WRKSRC}/cargo-crates/device_query-1.1.2/src/device_state/freebsd
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/graphics/noaa-apt/Makefile b/graphics/noaa-apt/Makefile
--- a/graphics/noaa-apt/Makefile
+++ b/graphics/noaa-apt/Makefile
@@ -269,7 +269,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile
--- a/graphics/oculante/Makefile
+++ b/graphics/oculante/Makefile
@@ -817,7 +817,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile
--- a/graphics/pastel/Makefile
+++ b/graphics/pastel/Makefile
@@ -123,9 +123,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
diff --git a/graphics/resvg/Makefile b/graphics/resvg/Makefile
--- a/graphics/resvg/Makefile
+++ b/graphics/resvg/Makefile
@@ -78,7 +78,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile
--- a/graphics/rx/Makefile
+++ b/graphics/rx/Makefile
@@ -108,7 +108,4 @@
LDFLAGS+= -L${PREFIX}/lib
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/graphics/satty/Makefile b/graphics/satty/Makefile
--- a/graphics/satty/Makefile
+++ b/graphics/satty/Makefile
@@ -24,7 +24,6 @@
share/icons/hicolor/scalable/apps/${PORTNAME}.svg
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.for f in *.desktop assets/*.svg
${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H}
${INSTALL_DATA} ${WRKSRC}/${f} \
diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile
--- a/graphics/viu/Makefile
+++ b/graphics/viu/Makefile
@@ -20,9 +20,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
diff --git a/japanese/cskk/Makefile b/japanese/cskk/Makefile
--- a/japanese/cskk/Makefile
+++ b/japanese/cskk/Makefile
@@ -28,6 +28,5 @@
--prefix "${PREFIX}" \
--pkgconfigdir "${PREFIX}/libdata/pkgconfig" \
${CARGO_INSTALL_ARGS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/cskk/*.so
.include <bsd.port.mk>
diff --git a/japanese/py-SudachiPy/Makefile b/japanese/py-SudachiPy/Makefile
--- a/japanese/py-SudachiPy/Makefile
+++ b/japanese/py-SudachiPy/Makefile
@@ -168,9 +168,6 @@
CARGO_BUILD= no
CARGO_INSTALL= no
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sudachipy/sudachipy${PYTHON_EXT_SUFFIX}.so
-
# The sudachipy executable fails, see https://github.com/WorksApplications/sudachi.rs/issues/270
.include <bsd.port.mk>
diff --git a/lang/amber/Makefile b/lang/amber/Makefile
--- a/lang/amber/Makefile
+++ b/lang/amber/Makefile
@@ -125,7 +125,4 @@
post-patch:
@${REINPLACE_CMD} -e 's|"/bin/bash"|"${LOCALBASE}/bin/bash"|' ${WRKSRC}/src/compiler.rs
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/antimony/Makefile b/lang/antimony/Makefile
--- a/lang/antimony/Makefile
+++ b/lang/antimony/Makefile
@@ -69,7 +69,4 @@
PLIST_FILES= bin/sb
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sb
-
.include <bsd.port.mk>
diff --git a/lang/asm-lsp/Makefile b/lang/asm-lsp/Makefile
--- a/lang/asm-lsp/Makefile
+++ b/lang/asm-lsp/Makefile
@@ -282,7 +282,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/bend/Makefile b/lang/bend/Makefile
--- a/lang/bend/Makefile
+++ b/lang/bend/Makefile
@@ -81,7 +81,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/frawk/Makefile b/lang/frawk/Makefile
--- a/lang/frawk/Makefile
+++ b/lang/frawk/Makefile
@@ -179,7 +179,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile
--- a/lang/gleam/Makefile
+++ b/lang/gleam/Makefile
@@ -40,9 +40,6 @@
${MV} ${WRKSRC}/target/release/gleam \
${STAGEDIR}${PREFIX}/bin/
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gleam
-
post-install-DOCS-on:
(cd ${WRKSRC} && \
${COPYTREE_SHARE} README.md ${STAGEDIR}${DOCSDIR})
diff --git a/lang/gluon/Makefile b/lang/gluon/Makefile
--- a/lang/gluon/Makefile
+++ b/lang/gluon/Makefile
@@ -397,7 +397,4 @@
LTO_UNSAFE= yes
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/neocmakelsp/Makefile b/lang/neocmakelsp/Makefile
--- a/lang/neocmakelsp/Makefile
+++ b/lang/neocmakelsp/Makefile
@@ -176,7 +176,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/pomsky/Makefile b/lang/pomsky/Makefile
--- a/lang/pomsky/Makefile
+++ b/lang/pomsky/Makefile
@@ -193,7 +193,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/rustpython/Makefile b/lang/rustpython/Makefile
--- a/lang/rustpython/Makefile
+++ b/lang/rustpython/Makefile
@@ -375,7 +375,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/typstfmt/Makefile b/lang/typstfmt/Makefile
--- a/lang/typstfmt/Makefile
+++ b/lang/typstfmt/Makefile
@@ -109,7 +109,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/lang/typstyle/Makefile b/lang/typstyle/Makefile
--- a/lang/typstyle/Makefile
+++ b/lang/typstyle/Makefile
@@ -480,7 +480,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/math/elan/Makefile b/math/elan/Makefile
--- a/math/elan/Makefile
+++ b/math/elan/Makefile
@@ -257,7 +257,6 @@
PLIST_FILES= bin/${PORTNAME}
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-init
@${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-init ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/math/kalc/Makefile b/math/kalc/Makefile
--- a/math/kalc/Makefile
+++ b/math/kalc/Makefile
@@ -82,7 +82,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/math/leangz/Makefile b/math/leangz/Makefile
--- a/math/leangz/Makefile
+++ b/math/leangz/Makefile
@@ -59,7 +59,4 @@
bin/leantar
PLIST_FILES= ${BIN_FILES}
-post-install:
- @cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} ${BIN_FILES}
-
.include <bsd.port.mk>
diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile
--- a/math/py-rustworkx/Makefile
+++ b/math/py-rustworkx/Makefile
@@ -127,9 +127,6 @@
BINARY_ALIAS= python3=${PYTHON_CMD}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rustworkx/rustworkx${PYTHON_EXT_SUFFIX}.so
-
#do-test: # this runs tests in the fixed venv
# @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} tox -epy
diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile
--- a/misc/aichat/Makefile
+++ b/misc/aichat/Makefile
@@ -425,7 +425,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/air/Makefile b/misc/air/Makefile
--- a/misc/air/Makefile
+++ b/misc/air/Makefile
@@ -224,7 +224,4 @@
CFLAGS+= -mcpu=power7
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/amazon-qldb-shell/Makefile b/misc/amazon-qldb-shell/Makefile
--- a/misc/amazon-qldb-shell/Makefile
+++ b/misc/amazon-qldb-shell/Makefile
@@ -292,7 +292,4 @@
PLIST_FILES= bin/qldb
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qldb
-
.include <bsd.port.mk>
diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile
--- a/misc/arrow-datafusion/Makefile
+++ b/misc/arrow-datafusion/Makefile
@@ -416,7 +416,4 @@
PLIST_FILES= bin/datafusion-cli
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/datafusion-cli
-
.include <bsd.port.mk>
diff --git a/misc/bedrust/Makefile b/misc/bedrust/Makefile
--- a/misc/bedrust/Makefile
+++ b/misc/bedrust/Makefile
@@ -332,7 +332,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/binocle/Makefile b/misc/binocle/Makefile
--- a/misc/binocle/Makefile
+++ b/misc/binocle/Makefile
@@ -259,7 +259,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/broot/Makefile b/misc/broot/Makefile
--- a/misc/broot/Makefile
+++ b/misc/broot/Makefile
@@ -45,7 +45,6 @@
${WRKSRC}/man/${PORTNAME}.1
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
${STAGEDIR}${PREFIX}/share/man/man1
diff --git a/misc/coloursum/Makefile b/misc/coloursum/Makefile
--- a/misc/coloursum/Makefile
+++ b/misc/coloursum/Makefile
@@ -97,7 +97,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/dijo/Makefile b/misc/dijo/Makefile
--- a/misc/dijo/Makefile
+++ b/misc/dijo/Makefile
@@ -137,7 +137,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/dotenv-linter/Makefile b/misc/dotenv-linter/Makefile
--- a/misc/dotenv-linter/Makefile
+++ b/misc/dotenv-linter/Makefile
@@ -141,7 +141,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/jirust/Makefile b/misc/jirust/Makefile
--- a/misc/jirust/Makefile
+++ b/misc/jirust/Makefile
@@ -625,7 +625,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/lscolors/Makefile b/misc/lscolors/Makefile
--- a/misc/lscolors/Makefile
+++ b/misc/lscolors/Makefile
@@ -74,7 +74,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/ooo/Makefile b/misc/ooo/Makefile
--- a/misc/ooo/Makefile
+++ b/misc/ooo/Makefile
@@ -158,7 +158,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/pqrs/Makefile b/misc/pqrs/Makefile
--- a/misc/pqrs/Makefile
+++ b/misc/pqrs/Makefile
@@ -227,7 +227,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/py-lazrs/Makefile b/misc/py-lazrs/Makefile
--- a/misc/py-lazrs/Makefile
+++ b/misc/py-lazrs/Makefile
@@ -70,7 +70,4 @@
CARGO_TEST= no
CARGO_TARGET_DIR= ${WRKSRC}/target
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/lazrs/lazrs${PYTHON_EXT_SUFFIX}.so
-
.include <bsd.port.mk>
diff --git a/misc/py-polars/Makefile b/misc/py-polars/Makefile
--- a/misc/py-polars/Makefile
+++ b/misc/py-polars/Makefile
@@ -524,7 +524,4 @@
PORTSCOUT= limit:^py-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/polars/polars.abi3.so
-
.include <bsd.port.mk>
diff --git a/misc/py-safetensors/Makefile b/misc/py-safetensors/Makefile
--- a/misc/py-safetensors/Makefile
+++ b/misc/py-safetensors/Makefile
@@ -62,7 +62,4 @@
BINARY_ALIAS= python3=${PYTHON_CMD}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/safetensors/_safetensors_rust${PYTHON_EXT_SUFFIX}.so
-
.include <bsd.port.mk>
diff --git a/misc/rsclock/Makefile b/misc/rsclock/Makefile
--- a/misc/rsclock/Makefile
+++ b/misc/rsclock/Makefile
@@ -74,7 +74,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile
--- a/misc/ruut/Makefile
+++ b/misc/ruut/Makefile
@@ -68,7 +68,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/silicon/Makefile b/misc/silicon/Makefile
--- a/misc/silicon/Makefile
+++ b/misc/silicon/Makefile
@@ -200,7 +200,4 @@
PORTSCOUT= limit:^.*[0-9]\.[0-9].*$$ # prevent tags like preview-3
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/star-history/Makefile b/misc/star-history/Makefile
--- a/misc/star-history/Makefile
+++ b/misc/star-history/Makefile
@@ -186,7 +186,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/tenere/Makefile b/misc/tenere/Makefile
--- a/misc/tenere/Makefile
+++ b/misc/tenere/Makefile
@@ -321,7 +321,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile
--- a/misc/xd-rust/Makefile
+++ b/misc/xd-rust/Makefile
@@ -103,7 +103,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile
--- a/misc/xplr/Makefile
+++ b/misc/xplr/Makefile
@@ -29,8 +29,6 @@
_ICONS= ${STAGEDIR}${PREFIX}/share/icons/hicolor
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
${INSTALL_DATA} ${_ASSETS}/desktop/${PORTNAME}.desktop \
${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
diff --git a/misc/zine/Makefile b/misc/zine/Makefile
--- a/misc/zine/Makefile
+++ b/misc/zine/Makefile
@@ -329,7 +329,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/multimedia/alass/Makefile b/multimedia/alass/Makefile
--- a/multimedia/alass/Makefile
+++ b/multimedia/alass/Makefile
@@ -107,7 +107,4 @@
PLIST_FILES= bin/${PORTNAME}-cli
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-cli
-
.include <bsd.port.mk>
diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile
--- a/multimedia/gstreamer1-plugins-rust/Makefile
+++ b/multimedia/gstreamer1-plugins-rust/Makefile
@@ -79,7 +79,4 @@
@${REINPLACE_CMD} -Ee "/cargo.*'c?(build|test)'/s/]/, '--verbose', '--verbose'&/" \
${WRKSRC}/cargo_wrapper.py
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/*.so
-
.include <bsd.port.mk>
diff --git a/multimedia/helvum/Makefile b/multimedia/helvum/Makefile
--- a/multimedia/helvum/Makefile
+++ b/multimedia/helvum/Makefile
@@ -40,7 +40,4 @@
-e "/cp/s,'src',& / '${CARGO_BUILD_TARGET}'," \
${WRKSRC}/src/meson.build
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile
--- a/multimedia/librav1e/Makefile
+++ b/multimedia/librav1e/Makefile
@@ -23,7 +23,4 @@
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
-
.include "${MASTERDIR}/Makefile"
diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile
--- a/multimedia/librespot/Makefile
+++ b/multimedia/librespot/Makefile
@@ -40,7 +40,4 @@
SDL_USE= SDL=sdl2
SDL_VARS= CARGO_FEATURES+=sdl-backend
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/librespot
-
.include <bsd.port.mk>
diff --git a/multimedia/rav1e/Makefile b/multimedia/rav1e/Makefile
--- a/multimedia/rav1e/Makefile
+++ b/multimedia/rav1e/Makefile
@@ -25,9 +25,4 @@
-e $$'/GIT_VERSION/,/UNKNOWN/c\\\n\t"${DISTVERSIONFULL}",\n' \
${WRKSRC}/src/bin/common.rs ${WRKSRC}/src/lib.rs
-.if !target(post-install)
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.endif
-
.include <bsd.port.mk>
diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile
--- a/multimedia/termplay/Makefile
+++ b/multimedia/termplay/Makefile
@@ -113,7 +113,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/multimedia/wl-screenrec/Makefile b/multimedia/wl-screenrec/Makefile
--- a/multimedia/wl-screenrec/Makefile
+++ b/multimedia/wl-screenrec/Makefile
@@ -27,7 +27,6 @@
${WRKSRC_crate_clang-sys}/src/support.rs
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.for _shell in bash fish zsh
@${ECHO_MSG} "Generating ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*${_shell}*}"
${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/${PORTNAME} \
diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile
--- a/net-im/fractal/Makefile
+++ b/net-im/fractal/Makefile
@@ -34,9 +34,4 @@
CARGO_TARGET_DIR= ${WRKSRC}/${MESON_BUILD_DIR}/target
MAKE_ENV+= ${CARGO_ENV}
-post-install:
-. ifndef WITH_DEBUG
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fractal
-. endif
-
.include <bsd.port.mk>
diff --git a/net-im/gurk-rs/Makefile b/net-im/gurk-rs/Makefile
--- a/net-im/gurk-rs/Makefile
+++ b/net-im/gurk-rs/Makefile
@@ -31,7 +31,6 @@
${REINPLACE_CMD} -e s,%%WRKDIR%%,${WRKDIR}, ${WRKSRC}/Cargo.toml
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gurk
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DATADIR}
diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile
--- a/net-im/yume/Makefile
+++ b/net-im/yume/Makefile
@@ -149,7 +149,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile
--- a/net-mgmt/bandwhich/Makefile
+++ b/net-mgmt/bandwhich/Makefile
@@ -279,7 +279,4 @@
PLIST_FILES= bin/bandwhich
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bandwhich
-
.include <bsd.port.mk>
diff --git a/net-mgmt/geom-exporter/Makefile b/net-mgmt/geom-exporter/Makefile
--- a/net-mgmt/geom-exporter/Makefile
+++ b/net-mgmt/geom-exporter/Makefile
@@ -29,7 +29,6 @@
share/man/man8/${PORTNAME}.8.gz
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>
diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile
--- a/net-mgmt/nfs-exporter/Makefile
+++ b/net-mgmt/nfs-exporter/Makefile
@@ -31,7 +31,6 @@
share/man/man8/${PORTNAME}.8.gz
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>
diff --git a/net-mgmt/rs-aggregate/Makefile b/net-mgmt/rs-aggregate/Makefile
--- a/net-mgmt/rs-aggregate/Makefile
+++ b/net-mgmt/rs-aggregate/Makefile
@@ -205,7 +205,5 @@
yeslogic-fontconfig-sys-3.2.0
PLIST_FILES= bin/rs-aggregate
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rs-aggregate
.include <bsd.port.mk>
diff --git a/net-p2p/intermodal/Makefile b/net-p2p/intermodal/Makefile
--- a/net-p2p/intermodal/Makefile
+++ b/net-p2p/intermodal/Makefile
@@ -204,7 +204,4 @@
PLIST_FILES= bin/imdl
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imdl
-
.include <bsd.port.mk>
diff --git a/net-p2p/twitch-tui/Makefile b/net-p2p/twitch-tui/Makefile
--- a/net-p2p/twitch-tui/Makefile
+++ b/net-p2p/twitch-tui/Makefile
@@ -347,7 +347,4 @@
PLIST_FILES= bin/twt
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/twt
-
.include <bsd.port.mk>
diff --git a/net/findomain/Makefile b/net/findomain/Makefile
--- a/net/findomain/Makefile
+++ b/net/findomain/Makefile
@@ -376,7 +376,6 @@
SCREENSHOT_RUN_DEPENDS= chrome:www/chromium
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${PREFIX}/share/man/man1
diff --git a/net/krill/Makefile b/net/krill/Makefile
--- a/net/krill/Makefile
+++ b/net/krill/Makefile
@@ -25,10 +25,6 @@
GROUPS= ${PORTNAME}
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/krill
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/krillc
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/krillta
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/krillup
@${MKDIR} ${STAGEDIR}/${PREFIX}/etc/krill
${INSTALL_DATA} ${WRKSRC}/defaults/krill.conf \
${STAGEDIR}${PREFIX}/etc/krill/krill.conf.sample
diff --git a/net/oha/Makefile b/net/oha/Makefile
--- a/net/oha/Makefile
+++ b/net/oha/Makefile
@@ -287,7 +287,4 @@
PLIST_FILES= bin/oha
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/oha
-
.include <bsd.port.mk>
diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile
--- a/net/rabbiteer/Makefile
+++ b/net/rabbiteer/Makefile
@@ -78,9 +78,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rabbiteer
-
post-install-DOCS-on:
(cd ${WRKSRC} && ${COPYTREE_SHARE} README.md ${STAGEDIR}${DOCSDIR})
diff --git a/net/rathole/Makefile b/net/rathole/Makefile
--- a/net/rathole/Makefile
+++ b/net/rathole/Makefile
@@ -276,7 +276,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/net/rosenpass/Makefile b/net/rosenpass/Makefile
--- a/net/rosenpass/Makefile
+++ b/net/rosenpass/Makefile
@@ -31,7 +31,6 @@
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/rp ${STAGEDIR}${PREFIX}/bin/
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rosenpass
.for man in rp.1 rosenpass.1
${INSTALL_MAN} ${WRKSRC}/doc/${man} ${STAGEDIR}${PREFIX}/share/man/man${man:E}/${man}
.endfor
diff --git a/net/routinator/Makefile b/net/routinator/Makefile
--- a/net/routinator/Makefile
+++ b/net/routinator/Makefile
@@ -46,7 +46,6 @@
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/routinator
${INSTALL_MAN} ${WRKSRC}/doc/routinator.1 \
${STAGEDIR}${PREFIX}/share/man/man1/
@${MKDIR} ${STAGEDIR}/${PREFIX}/etc/routinator
diff --git a/net/rsyn/Makefile b/net/rsyn/Makefile
--- a/net/rsyn/Makefile
+++ b/net/rsyn/Makefile
@@ -70,7 +70,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/net/rustdesk-server/Makefile b/net/rustdesk-server/Makefile
--- a/net/rustdesk-server/Makefile
+++ b/net/rustdesk-server/Makefile
@@ -19,9 +19,6 @@
GROUPS= rustdesk
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hbbs
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hbbr
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rustdesk-utils
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/net/s3m/Makefile b/net/s3m/Makefile
--- a/net/s3m/Makefile
+++ b/net/s3m/Makefile
@@ -35,7 +35,4 @@
${MV} ${WRKSRC}/target/release/s3m \
${STAGEDIR}${PREFIX}/bin/
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/s3m
-
.include <bsd.port.mk>
diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile
--- a/net/shadowsocks-rust/Makefile
+++ b/net/shadowsocks-rust/Makefile
@@ -474,10 +474,6 @@
EXECUTABLES= sslocal ssmanager ssserver ssservice ssurl
post-install:
- # strip binaries
-.for e in ${EXECUTABLES}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${e}
-.endfor
# install config file
${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/examples/config.json ${STAGEDIR}${ETCDIR}/config.json.sample
diff --git a/net/trippy/Makefile b/net/trippy/Makefile
--- a/net/trippy/Makefile
+++ b/net/trippy/Makefile
@@ -34,9 +34,6 @@
${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/trip \
-o ${WRKSRC}/trip.1
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/trip
-
post-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/trip.1 \
${STAGEDIR}${PREFIX}/share/man/man1
diff --git a/net/udp-over-tcp/Makefile b/net/udp-over-tcp/Makefile
--- a/net/udp-over-tcp/Makefile
+++ b/net/udp-over-tcp/Makefile
@@ -106,9 +106,4 @@
PLIST_FILES= ${BINARIES}
-post-install:
-.for bin in ${BINARIES}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${bin}
-.endfor
-
.include <bsd.port.mk>
diff --git a/net/wstunnel/Makefile b/net/wstunnel/Makefile
--- a/net/wstunnel/Makefile
+++ b/net/wstunnel/Makefile
@@ -259,7 +259,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/ports-mgmt/sccache-overlay/Makefile b/ports-mgmt/sccache-overlay/Makefile
--- a/ports-mgmt/sccache-overlay/Makefile
+++ b/ports-mgmt/sccache-overlay/Makefile
@@ -408,7 +408,6 @@
${STAGEDIR}${DATADIR}/overlay/lib
@${MV} ${STAGEDIR}${PREFIX}/bin/sccache \
${STAGEDIR}${DATADIR}/overlay/bin
- @${STRIP_CMD} ${STAGEDIR}${DATADIR}/overlay/bin/sccache
${INSTALL_DATA} ${FILESDIR}/Mk/bsd.overlay.mk \
${STAGEDIR}${DATADIR}/overlay/Mk
# rustc seems to have no support for fully static binaries on
diff --git a/security/arti/Makefile b/security/arti/Makefile
--- a/security/arti/Makefile
+++ b/security/arti/Makefile
@@ -30,7 +30,6 @@
${INSTALL_SCRIPT} ${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/arti ${STAGEDIR}${PREFIX}/bin/arti
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/arti
@${MKDIR} ${STAGEDIR}${ETCDIR} ${STAGEDIR}/var/log/arti ${STAGEDIR}/var/run/arti ${STAGEDIR}/var/db/arti
${INSTALL_DATA} ${WRKSRC}/crates/arti/src/arti-example-config.toml ${STAGEDIR}${ETCDIR}/arti.toml.sample
diff --git a/security/authoscope/Makefile b/security/authoscope/Makefile
--- a/security/authoscope/Makefile
+++ b/security/authoscope/Makefile
@@ -312,9 +312,4 @@
PLIST_FILES= bin/${PORTNAME} \
bin/badtouch
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/bin/badtouch
-
.include <bsd.port.mk>
diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile
--- a/security/cargo-audit/Makefile
+++ b/security/cargo-audit/Makefile
@@ -30,7 +30,4 @@
CARGO_CARGOLOCK= ${WRKSRC}/../Cargo.lock
WRKSRC_SUBDIR= cargo-audit
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cargo-audit
-
.include <bsd.port.mk>
diff --git a/security/cloak/Makefile b/security/cloak/Makefile
--- a/security/cloak/Makefile
+++ b/security/cloak/Makefile
@@ -103,7 +103,4 @@
PLIST_FILES= bin/cloak
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cloak
-
.include <bsd.port.mk>
diff --git a/security/diswall/Makefile b/security/diswall/Makefile
--- a/security/diswall/Makefile
+++ b/security/diswall/Makefile
@@ -245,7 +245,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/security/flawz/Makefile b/security/flawz/Makefile
--- a/security/flawz/Makefile
+++ b/security/flawz/Makefile
@@ -290,9 +290,4 @@
PLIST_FILES= ${PROGS}
-post-install:
-.for prog in ${PROGS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${prog}
-.endfor
-
.include <bsd.port.mk>
diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile
--- a/security/gpg-tui/Makefile
+++ b/security/gpg-tui/Makefile
@@ -31,7 +31,5 @@
post-install:
${INSTALL_DATA} ${WRKSRC}/man/gpg-tui.1 ${STAGEDIR}${PREFIX}/share/man/man1/
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpg-tui-completions
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gpg-tui
.include <bsd.port.mk>
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -50,7 +50,4 @@
SSH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.5:security/py-bcrypt@${PY_FLAVOR}
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/security/ratify/Makefile b/security/ratify/Makefile
--- a/security/ratify/Makefile
+++ b/security/ratify/Makefile
@@ -148,7 +148,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/security/rustls-ffi/Makefile b/security/rustls-ffi/Makefile
--- a/security/rustls-ffi/Makefile
+++ b/security/rustls-ffi/Makefile
@@ -30,6 +30,5 @@
--destdir "${STAGEDIR}" \
--prefix "${PREFIX}" \
${CARGO_INSTALL_ARGS}
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>
diff --git a/security/sequoia-sq/Makefile b/security/sequoia-sq/Makefile
--- a/security/sequoia-sq/Makefile
+++ b/security/sequoia-sq/Makefile
@@ -30,9 +30,6 @@
ELVISH_DESC= Install Elvish module
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-BASH-on:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions
${INSTALL_DATA} ${CARGO_TARGET_DIR}/shell-completions/${PORTNAME}.bash \
diff --git a/security/ssh-vault/Makefile b/security/ssh-vault/Makefile
--- a/security/ssh-vault/Makefile
+++ b/security/ssh-vault/Makefile
@@ -259,9 +259,4 @@
PLIST_FILES= bin/ssh-vault
-.include <bsd.port.options.mk>
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ssh-vault
-
.include <bsd.port.mk>
diff --git a/security/vaultwarden/Makefile b/security/vaultwarden/Makefile
--- a/security/vaultwarden/Makefile
+++ b/security/vaultwarden/Makefile
@@ -61,10 +61,6 @@
CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false
.endif
-.if !defined(WITH_DEBUG)
-CARGO_INSTALL_ARGS+= --config profile.release.strip=true
-.endif
-
#post-patch:
# ${REINPLACE_CMD} 's/^rust-version = "1.60"/rust-version = "1.59"/' \
# ${WRKSRC}/Cargo.toml
diff --git a/security/weggli/Makefile b/security/weggli/Makefile
--- a/security/weggli/Makefile
+++ b/security/weggli/Makefile
@@ -136,7 +136,4 @@
USES+= llvm:16
.endif
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile
--- a/shells/atuin/Makefile
+++ b/shells/atuin/Makefile
@@ -478,7 +478,4 @@
${WRKDIR}/target/*/release/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/shells/ion/Makefile b/shells/ion/Makefile
--- a/shells/ion/Makefile
+++ b/shells/ion/Makefile
@@ -31,9 +31,6 @@
post-configure:
${ECHO_CMD} ${GL_TAGNAME} > ${WRKSRC}/git_revision.txt
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ion
-
post-install-DOCS-on:
@cd ${WRKSRC}/manual/src && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -719,7 +719,4 @@
LTO_UNSAFE= yes
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nu
-
.include <bsd.port.post.mk>
diff --git a/shells/sheldon/Makefile b/shells/sheldon/Makefile
--- a/shells/sheldon/Makefile
+++ b/shells/sheldon/Makefile
@@ -28,7 +28,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME}.bash \
${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}
diff --git a/shells/shell-hist/Makefile b/shells/shell-hist/Makefile
--- a/shells/shell-hist/Makefile
+++ b/shells/shell-hist/Makefile
@@ -76,7 +76,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/shells/shellharden/Makefile b/shells/shellharden/Makefile
--- a/shells/shellharden/Makefile
+++ b/shells/shellharden/Makefile
@@ -17,7 +17,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/shells/starship/Makefile b/shells/starship/Makefile
--- a/shells/starship/Makefile
+++ b/shells/starship/Makefile
@@ -415,7 +415,4 @@
FONTS_DESC= Install fonts
FONTS_RUN_DEPENDS= nerd-fonts>0:x11-fonts/nerd-fonts
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/async/Makefile b/sysutils/async/Makefile
--- a/sysutils/async/Makefile
+++ b/sysutils/async/Makefile
@@ -66,7 +66,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/b3sum/Makefile b/sysutils/b3sum/Makefile
--- a/sysutils/b3sum/Makefile
+++ b/sysutils/b3sum/Makefile
@@ -29,9 +29,6 @@
CARGO_FEATURES= neon
.endif
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/.. && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
diff --git a/sysutils/bkt/Makefile b/sysutils/bkt/Makefile
--- a/sysutils/bkt/Makefile
+++ b/sysutils/bkt/Makefile
@@ -26,9 +26,6 @@
${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/*/${PORTNAME} \
-o ${WRKSRC}/${PORTNAME}.1
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bkt
-
post-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${PREFIX}/share/man/man1
diff --git a/sysutils/bottom/Makefile b/sysutils/bottom/Makefile
--- a/sysutils/bottom/Makefile
+++ b/sysutils/bottom/Makefile
@@ -29,7 +29,6 @@
GEN_DIR= ${WRKDIR}/bottom-*/target/tmp/bottom
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/btm
${INSTALL_MAN} ${GEN_DIR}/manpage/btm.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${GEN_DIR}/completion/btm.bash ${STAGEDIR}${PREFIX}/share/bash-completion/completions/btm
${INSTALL_DATA} ${GEN_DIR}/completion/btm.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d
diff --git a/sysutils/conserve/Makefile b/sysutils/conserve/Makefile
--- a/sysutils/conserve/Makefile
+++ b/sysutils/conserve/Makefile
@@ -316,7 +316,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/ddh/Makefile b/sysutils/ddh/Makefile
--- a/sysutils/ddh/Makefile
+++ b/sysutils/ddh/Makefile
@@ -56,7 +56,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile
--- a/sysutils/diskonaut/Makefile
+++ b/sysutils/diskonaut/Makefile
@@ -107,7 +107,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/diskus/Makefile b/sysutils/diskus/Makefile
--- a/sysutils/diskus/Makefile
+++ b/sysutils/diskus/Makefile
@@ -61,7 +61,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/diskus
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
post-install-DOCS-on:
diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile
--- a/sysutils/dua-cli/Makefile
+++ b/sysutils/dua-cli/Makefile
@@ -20,9 +20,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dua
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} \
diff --git a/sysutils/dust/Makefile b/sysutils/dust/Makefile
--- a/sysutils/dust/Makefile
+++ b/sysutils/dust/Makefile
@@ -18,7 +18,6 @@
OPTIONS_DEFINE= EXAMPLES
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dust
${INSTALL_MAN} ${WRKSRC}/man-page/dust.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/completions/dust.bash ${STAGEDIR}${PREFIX}/share/bash-completion/completions/dust
${INSTALL_DATA} ${WRKSRC}/completions/dust.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d
diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile
--- a/sysutils/exa/Makefile
+++ b/sysutils/exa/Makefile
@@ -74,6 +74,5 @@
${INSTALL_DATA} ${WRKSRC}/completions/completions.fish ${STAGEDIR}${PREFIX}/share/fish/completions/exa.fish
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${WRKSRC}/completions/completions.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_exa
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/exa
.include <bsd.port.mk>
diff --git a/sysutils/eza/Makefile b/sysutils/eza/Makefile
--- a/sysutils/eza/Makefile
+++ b/sysutils/eza/Makefile
@@ -26,7 +26,6 @@
share/zsh/site-functions/_${PORTNAME}
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/completions/bash/${PORTNAME} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.bash
@${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions
diff --git a/sysutils/faketty/Makefile b/sysutils/faketty/Makefile
--- a/sysutils/faketty/Makefile
+++ b/sysutils/faketty/Makefile
@@ -53,7 +53,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/fclones/Makefile b/sysutils/fclones/Makefile
--- a/sysutils/fclones/Makefile
+++ b/sysutils/fclones/Makefile
@@ -206,7 +206,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile
--- a/sysutils/fd/Makefile
+++ b/sysutils/fd/Makefile
@@ -31,7 +31,6 @@
${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/release/fd --gen-completions fish > ${WRKSRC}/autocomplete/fd.fish
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fd
${INSTALL_MAN} ${WRKSRC}/doc/fd.1 \
${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
diff --git a/sysutils/flipperbit/Makefile b/sysutils/flipperbit/Makefile
--- a/sysutils/flipperbit/Makefile
+++ b/sysutils/flipperbit/Makefile
@@ -63,7 +63,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile
--- a/sysutils/flowgger/Makefile
+++ b/sysutils/flowgger/Makefile
@@ -200,7 +200,6 @@
xml-rs-0.8.4
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/flowgger
${INSTALL_DATA} ${WRKSRC}/flowgger.toml \
${STAGEDIR}${PREFIX}/etc/flowgger.toml.sample
diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile
--- a/sysutils/fselect/Makefile
+++ b/sysutils/fselect/Makefile
@@ -37,7 +37,6 @@
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
post-install-DOCS-on:
diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile
--- a/sysutils/fusefs-sandboxfs/Makefile
+++ b/sysutils/fusefs-sandboxfs/Makefile
@@ -86,7 +86,6 @@
share/man/man1/sandboxfs.1.gz
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sandboxfs
${INSTALL_MAN} ${WRKSRC}/man/sandboxfs.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
diff --git a/sysutils/fusefs-xfuse/Makefile b/sysutils/fusefs-xfuse/Makefile
--- a/sysutils/fusefs-xfuse/Makefile
+++ b/sysutils/fusefs-xfuse/Makefile
@@ -21,7 +21,6 @@
share/man/man1/xfs-fuse.1.gz
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xfs-fuse
${INSTALL_MAN} ${WRKSRC}/doc/xfs-fuse.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
diff --git a/sysutils/handlr/Makefile b/sysutils/handlr/Makefile
--- a/sysutils/handlr/Makefile
+++ b/sysutils/handlr/Makefile
@@ -186,9 +186,6 @@
share/fish/vendor_completions.d/${PORTNAME}.fish \
share/zsh/site-functions/_${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/handlr
-
post-install-COMPLETIONS-on:
${INSTALL_DATA} ${WRKSRC}/completions/${PORTNAME} \
${STAGEDIR}${PREFIX}/share/bash-completion/completions/${PORTNAME}
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile
--- a/sysutils/hexyl/Makefile
+++ b/sysutils/hexyl/Makefile
@@ -19,7 +19,4 @@
PLIST_FILES= bin/hexyl
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/hexyl
-
.include <bsd.port.mk>
diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile
--- a/sysutils/jail_exporter/Makefile
+++ b/sysutils/jail_exporter/Makefile
@@ -23,7 +23,6 @@
${STAGEDIR}${PREFIX}/share/man/man8
${MV} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
diff --git a/sysutils/joshuto/Makefile b/sysutils/joshuto/Makefile
--- a/sysutils/joshuto/Makefile
+++ b/sysutils/joshuto/Makefile
@@ -265,7 +265,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/kubie/Makefile b/sysutils/kubie/Makefile
--- a/sysutils/kubie/Makefile
+++ b/sysutils/kubie/Makefile
@@ -23,7 +23,6 @@
share/fish/completions/${PORTNAME}.fish \
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
${INSTALL_DATA} ${WRKSRC}/completion/${PORTNAME}.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.bash
@${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions
diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile
--- a/sysutils/lsd/Makefile
+++ b/sysutils/lsd/Makefile
@@ -201,7 +201,4 @@
yaml-rust-0.4.5
PLIST_FILES= bin/lsd
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lsd
-
.include <bsd.port.mk>
diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile
--- a/sysutils/mcfly/Makefile
+++ b/sysutils/mcfly/Makefile
@@ -227,8 +227,6 @@
share/zsh/site-functions/_${PORTNAME}
post-install: # install shell completion files
- # strip
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mcfly
# bash
${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d
diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile
--- a/sysutils/mise/Makefile
+++ b/sysutils/mise/Makefile
@@ -518,7 +518,4 @@
-e '/get_proc_total/s|unsigned long|uint64_t|' \
${WRKSRC}/cargo-crates/sys-info-0.9.1/c/*.[ch]
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/mprocs/Makefile b/sysutils/mprocs/Makefile
--- a/sysutils/mprocs/Makefile
+++ b/sysutils/mprocs/Makefile
@@ -34,7 +34,4 @@
post-patch:
@${REINPLACE_CMD} -Ee 's/new\("make"\)/new("gmake")/' ${WRKSRC}/cargo-crates/luajit-src-*/src/lib.rs
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mprocs
-
.include <bsd.port.post.mk>
diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile
--- a/sysutils/onefetch/Makefile
+++ b/sysutils/onefetch/Makefile
@@ -26,9 +26,6 @@
MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile
--- a/sysutils/potnet/Makefile
+++ b/sysutils/potnet/Makefile
@@ -125,8 +125,4 @@
PLIST_FILES= bin/potcpu bin/potnet
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/potnet
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/potcpu
-
.include <bsd.port.mk>
diff --git a/sysutils/process-viewer/Makefile b/sysutils/process-viewer/Makefile
--- a/sysutils/process-viewer/Makefile
+++ b/sysutils/process-viewer/Makefile
@@ -105,7 +105,4 @@
PLIST_FILES= bin/process_viewer
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/process_viewer
-
.include <bsd.port.mk>
diff --git a/sysutils/procs/Makefile b/sysutils/procs/Makefile
--- a/sysutils/procs/Makefile
+++ b/sysutils/procs/Makefile
@@ -308,7 +308,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/runiq/Makefile b/sysutils/runiq/Makefile
--- a/sysutils/runiq/Makefile
+++ b/sysutils/runiq/Makefile
@@ -206,7 +206,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/rust-coreutils/Makefile b/sysutils/rust-coreutils/Makefile
--- a/sysutils/rust-coreutils/Makefile
+++ b/sysutils/rust-coreutils/Makefile
@@ -47,7 +47,4 @@
${STAGEDIR}${PREFIX}/bin/${BINPREFIX}coreutils
${CARGO_TARGET_DIR}/${CARGO_BUILD_TARGET}/symlink-install-helper.sh
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${BINPREFIX}coreutils
-
.include <bsd.port.mk>
diff --git a/sysutils/rust-findutils/Makefile b/sysutils/rust-findutils/Makefile
--- a/sysutils/rust-findutils/Makefile
+++ b/sysutils/rust-findutils/Makefile
@@ -150,9 +150,4 @@
bin/testing-commandline \
bin/xargs
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/find
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/testing-commandline
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xargs
-
.include <bsd.port.mk>
diff --git a/sysutils/syngesture/Makefile b/sysutils/syngesture/Makefile
--- a/sysutils/syngesture/Makefile
+++ b/sysutils/syngesture/Makefile
@@ -34,7 +34,4 @@
PLIST_FILES= bin/${PORTNAME}s
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}s
-
.include <bsd.port.mk>
diff --git a/sysutils/szyszka/Makefile b/sysutils/szyszka/Makefile
--- a/sysutils/szyszka/Makefile
+++ b/sysutils/szyszka/Makefile
@@ -205,7 +205,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/tailspin/Makefile b/sysutils/tailspin/Makefile
--- a/sysutils/tailspin/Makefile
+++ b/sysutils/tailspin/Makefile
@@ -26,7 +26,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tspin
${INSTALL_MAN} ${WRKSRC}/man/tspin.1 \
${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile
--- a/sysutils/tealdeer/Makefile
+++ b/sysutils/tealdeer/Makefile
@@ -33,7 +33,6 @@
share/zsh/site-functions/_${PORTNAME}
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tldr
.for _shell in bash fish zsh
${INSTALL_DATA} ${WRKSRC}/completion/${_shell}_${PORTNAME} \
${STAGEDIR}${PREFIX}/${COMPLETIONS_PLIST_FILES:M*${_shell}*}
diff --git a/sysutils/tere/Makefile b/sysutils/tere/Makefile
--- a/sysutils/tere/Makefile
+++ b/sysutils/tere/Makefile
@@ -111,7 +111,4 @@
windows_x86_64_msvc-0.48.0
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/tiempo/Makefile b/sysutils/tiempo/Makefile
--- a/sysutils/tiempo/Makefile
+++ b/sysutils/tiempo/Makefile
@@ -164,7 +164,4 @@
PLIST_FILES= bin/t
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/t
-
.include <bsd.port.mk>
diff --git a/sysutils/topgrade/Makefile b/sysutils/topgrade/Makefile
--- a/sysutils/topgrade/Makefile
+++ b/sysutils/topgrade/Makefile
@@ -24,7 +24,6 @@
OPTIONS_DEFINE= EXAMPLES
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${STAGEDIR}${PREFIX}/bin/${PORTNAME} --gen-manpage > ${WRKSRC}/${PORTNAME}.1
${INSTALL_MAN} ${WRKSRC}/topgrade.1 ${STAGEDIR}${PREFIX}/share/man/man1/
diff --git a/sysutils/tuckr/Makefile b/sysutils/tuckr/Makefile
--- a/sysutils/tuckr/Makefile
+++ b/sysutils/tuckr/Makefile
@@ -120,7 +120,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/wiper/Makefile b/sysutils/wiper/Makefile
--- a/sysutils/wiper/Makefile
+++ b/sysutils/wiper/Makefile
@@ -158,7 +158,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/xcp/Makefile b/sysutils/xcp/Makefile
--- a/sysutils/xcp/Makefile
+++ b/sysutils/xcp/Makefile
@@ -124,7 +124,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/yadf/Makefile b/sysutils/yadf/Makefile
--- a/sysutils/yadf/Makefile
+++ b/sysutils/yadf/Makefile
@@ -129,7 +129,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile
--- a/sysutils/zoxide/Makefile
+++ b/sysutils/zoxide/Makefile
@@ -121,7 +121,4 @@
PLIST_FILES= bin/zoxide
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zoxide
-
.include <bsd.port.mk>
diff --git a/sysutils/ztop/Makefile b/sysutils/ztop/Makefile
--- a/sysutils/ztop/Makefile
+++ b/sysutils/ztop/Makefile
@@ -19,7 +19,6 @@
share/man/man1/${PORTNAME}.1.gz
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile
--- a/textproc/angle-grinder/Makefile
+++ b/textproc/angle-grinder/Makefile
@@ -20,9 +20,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/agrind
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
diff --git a/textproc/aq/Makefile b/textproc/aq/Makefile
--- a/textproc/aq/Makefile
+++ b/textproc/aq/Makefile
@@ -61,7 +61,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile
--- a/textproc/bat/Makefile
+++ b/textproc/bat/Makefile
@@ -203,7 +203,6 @@
yaml-rust-0.4.5
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bat
${FIND} ${WRKDIR}/target -name "bat.1" -exec ${CP} {} ${WRKSRC}/doc/bat.1 \;
${FIND} ${WRKDIR}/target -name "bat.zsh" -exec ${CP} {} ${WRKSRC}/doc/bat.zsh \;
${INSTALL_MAN} ${WRKSRC}/doc/bat.1 ${STAGEDIR}${PREFIX}/share/man/man1
diff --git a/textproc/biodiff/Makefile b/textproc/biodiff/Makefile
--- a/textproc/biodiff/Makefile
+++ b/textproc/biodiff/Makefile
@@ -225,9 +225,4 @@
PLIST_FILES= bin/${PORTNAME} \
bin/git-biodiff
-post-install:
- @${STRIP_CMD} \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/bin/git-biodiff
-
.include <bsd.port.mk>
diff --git a/textproc/cast2gif/Makefile b/textproc/cast2gif/Makefile
--- a/textproc/cast2gif/Makefile
+++ b/textproc/cast2gif/Makefile
@@ -33,7 +33,4 @@
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTEXAMPLES}" ${STAGEDIR}${EXAMPLESDIR})
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/choose/Makefile b/textproc/choose/Makefile
--- a/textproc/choose/Makefile
+++ b/textproc/choose/Makefile
@@ -22,9 +22,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/textproc/code-minimap/Makefile b/textproc/code-minimap/Makefile
--- a/textproc/code-minimap/Makefile
+++ b/textproc/code-minimap/Makefile
@@ -23,8 +23,6 @@
share/zsh/site-functions/code-minimap
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/code-minimap
-
${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ \
${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/ \
${STAGEDIR}${PREFIX}/share/zsh/site-functions/
diff --git a/textproc/comrak/Makefile b/textproc/comrak/Makefile
--- a/textproc/comrak/Makefile
+++ b/textproc/comrak/Makefile
@@ -155,7 +155,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/csview/Makefile b/textproc/csview/Makefile
--- a/textproc/csview/Makefile
+++ b/textproc/csview/Makefile
@@ -83,7 +83,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/csvlens/Makefile b/textproc/csvlens/Makefile
--- a/textproc/csvlens/Makefile
+++ b/textproc/csvlens/Makefile
@@ -22,9 +22,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/csvlens
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
diff --git a/textproc/difftastic/Makefile b/textproc/difftastic/Makefile
--- a/textproc/difftastic/Makefile
+++ b/textproc/difftastic/Makefile
@@ -173,9 +173,6 @@
LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/difft
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/
diff --git a/textproc/fblog/Makefile b/textproc/fblog/Makefile
--- a/textproc/fblog/Makefile
+++ b/textproc/fblog/Makefile
@@ -136,7 +136,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/hq/Makefile b/textproc/hq/Makefile
--- a/textproc/hq/Makefile
+++ b/textproc/hq/Makefile
@@ -146,7 +146,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/htmlq/Makefile b/textproc/htmlq/Makefile
--- a/textproc/htmlq/Makefile
+++ b/textproc/htmlq/Makefile
@@ -94,7 +94,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/jaq/Makefile b/textproc/jaq/Makefile
--- a/textproc/jaq/Makefile
+++ b/textproc/jaq/Makefile
@@ -101,7 +101,4 @@
LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/jless/Makefile b/textproc/jless/Makefile
--- a/textproc/jless/Makefile
+++ b/textproc/jless/Makefile
@@ -87,7 +87,4 @@
PLIST_FILES= bin/jless
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jless
-
.include <bsd.port.mk>
diff --git a/textproc/jql/Makefile b/textproc/jql/Makefile
--- a/textproc/jql/Makefile
+++ b/textproc/jql/Makefile
@@ -126,6 +126,5 @@
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/target/*/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} # otherwise there's error: found a virtual manifest at `xx` instead of a package manifest
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/textproc/mdbook-mermaid/Makefile b/textproc/mdbook-mermaid/Makefile
--- a/textproc/mdbook-mermaid/Makefile
+++ b/textproc/mdbook-mermaid/Makefile
@@ -17,7 +17,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile
--- a/textproc/mdbook/Makefile
+++ b/textproc/mdbook/Makefile
@@ -19,7 +19,4 @@
PLIST_FILES= bin/mdbook
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mdbook
-
.include <bsd.port.mk>
diff --git a/textproc/py-jiter/Makefile b/textproc/py-jiter/Makefile
--- a/textproc/py-jiter/Makefile
+++ b/textproc/py-jiter/Makefile
@@ -23,7 +23,4 @@
BINARY_ALIAS= python3=${PYTHON_CMD}
-post-install:
- @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -type f -name '*.so' -exec ${STRIP_CMD} {} ';'
-
.include <bsd.port.mk>
diff --git a/textproc/py-tiktoken/Makefile b/textproc/py-tiktoken/Makefile
--- a/textproc/py-tiktoken/Makefile
+++ b/textproc/py-tiktoken/Makefile
@@ -30,7 +30,4 @@
BLOBFILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blobfile>=2:net/py-blobfile@${PY_FLAVOR}
-post-install:
- ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/textproc/py-tokenizers/Makefile b/textproc/py-tokenizers/Makefile
--- a/textproc/py-tokenizers/Makefile
+++ b/textproc/py-tokenizers/Makefile
@@ -26,7 +26,4 @@
BINARY_ALIAS= python3=${PYTHON_CMD}
-post-install:
- @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -type f -name '*.so' -exec ${STRIP_CMD} {} ';'
-
.include <bsd.port.mk>
diff --git a/textproc/riffdiff/Makefile b/textproc/riffdiff/Makefile
--- a/textproc/riffdiff/Makefile
+++ b/textproc/riffdiff/Makefile
@@ -101,7 +101,4 @@
PLIST_FILES= bin/riff
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/riff
-
.include <bsd.port.mk>
diff --git a/textproc/ripgrep-all/Makefile b/textproc/ripgrep-all/Makefile
--- a/textproc/ripgrep-all/Makefile
+++ b/textproc/ripgrep-all/Makefile
@@ -179,8 +179,4 @@
PLIST_FILES= bin/rga \
bin/rga-preproc
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rga
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rga-preproc
-
.include <bsd.port.mk>
diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile
--- a/textproc/ripgrep/Makefile
+++ b/textproc/ripgrep/Makefile
@@ -41,7 +41,6 @@
SIMD_VARS_i386= RUSTFLAGS+="-C target-feature=+sse2"
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rg
${STAGEDIR}${PREFIX}/bin/rg --generate man > ${WRKDIR}/rg.1
${INSTALL_MAN} ${WRKDIR}/rg.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
diff --git a/textproc/sad/Makefile b/textproc/sad/Makefile
--- a/textproc/sad/Makefile
+++ b/textproc/sad/Makefile
@@ -110,7 +110,4 @@
BINARY_ALIAS= python3=${PYTHON_CMD}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile
--- a/textproc/sd/Makefile
+++ b/textproc/sd/Makefile
@@ -25,7 +25,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sd
${INSTALL_MAN} ${WRKSRC}/gen/sd.1 \
${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile
--- a/textproc/sonic/Makefile
+++ b/textproc/sonic/Makefile
@@ -31,7 +31,6 @@
CARGO_ENV+= DISTDIR=${DISTDIR}
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sonic
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKSRC}/config.cfg ${STAGEDIR}${ETCDIR}/config.cfg.sample
diff --git a/textproc/ttynt/Makefile b/textproc/ttynt/Makefile
--- a/textproc/ttynt/Makefile
+++ b/textproc/ttynt/Makefile
@@ -61,7 +61,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/textproc/typst/Makefile b/textproc/typst/Makefile
--- a/textproc/typst/Makefile
+++ b/textproc/typst/Makefile
@@ -24,6 +24,5 @@
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/target/*/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile
--- a/textproc/xsv-rs/Makefile
+++ b/textproc/xsv-rs/Makefile
@@ -66,9 +66,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xsv
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
diff --git a/www/castor/Makefile b/www/castor/Makefile
--- a/www/castor/Makefile
+++ b/www/castor/Makefile
@@ -135,7 +135,6 @@
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/castor
${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/castor
${INSTALL_DATA} ${WRKSRC}/data/Castor.desktop ${STAGEDIR}${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/data/castor_settings.toml.example ${STAGEDIR}${PREFIX}/share/examples/castor
diff --git a/www/cobalt/Makefile b/www/cobalt/Makefile
--- a/www/cobalt/Makefile
+++ b/www/cobalt/Makefile
@@ -263,7 +263,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/dezoomify-rs/Makefile b/www/dezoomify-rs/Makefile
--- a/www/dezoomify-rs/Makefile
+++ b/www/dezoomify-rs/Makefile
@@ -17,7 +17,4 @@
PLIST_FILES= bin/dezoomify-rs
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/dot-http/Makefile b/www/dot-http/Makefile
--- a/www/dot-http/Makefile
+++ b/www/dot-http/Makefile
@@ -181,7 +181,4 @@
BROKEN= Fails to detect OpenSSL 3 and later
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/drill/Makefile b/www/drill/Makefile
--- a/www/drill/Makefile
+++ b/www/drill/Makefile
@@ -201,7 +201,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/feroxbuster/Makefile b/www/feroxbuster/Makefile
--- a/www/feroxbuster/Makefile
+++ b/www/feroxbuster/Makefile
@@ -434,7 +434,4 @@
LDFLAGS+= -L/usr/local/lib/gcc${GCC_DEFAULT} -latomic
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/ffsend/Makefile b/www/ffsend/Makefile
--- a/www/ffsend/Makefile
+++ b/www/ffsend/Makefile
@@ -365,7 +365,6 @@
bin/ffput
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.for f in ffdel ffget ffput
cd ${STAGEDIR}${PREFIX}/bin && ${RLN} ${PORTNAME} ${f}
.endfor
diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile
--- a/www/geckodriver/Makefile
+++ b/www/geckodriver/Makefile
@@ -365,7 +365,4 @@
yaml-rust-0.4.2 \
zip-0.4.2
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/geckodriver
-
.include <bsd.port.mk>
diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile
--- a/www/jwt-cli/Makefile
+++ b/www/jwt-cli/Makefile
@@ -140,7 +140,4 @@
PLIST_FILES= bin/jwt
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jwt
-
.include <bsd.port.mk>
diff --git a/www/loco/Makefile b/www/loco/Makefile
--- a/www/loco/Makefile
+++ b/www/loco/Makefile
@@ -21,8 +21,5 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <Makefile.crates>
.include <bsd.port.mk>
diff --git a/www/lychee/Makefile b/www/lychee/Makefile
--- a/www/lychee/Makefile
+++ b/www/lychee/Makefile
@@ -450,7 +450,5 @@
yansi-0.5.1 \
zeroize-1.5.7 \
criterion,criterion-plot@git+https://github.com/bheisler/criterion.rs\#2f5360737807cbe90d149db6199783236f0ef634
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lychee
.include <bsd.port.mk>
diff --git a/www/microbin/Makefile b/www/microbin/Makefile
--- a/www/microbin/Makefile
+++ b/www/microbin/Makefile
@@ -347,7 +347,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile
--- a/www/miniserve/Makefile
+++ b/www/miniserve/Makefile
@@ -27,9 +27,6 @@
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/miniserve
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
diff --git a/www/monolith/Makefile b/www/monolith/Makefile
--- a/www/monolith/Makefile
+++ b/www/monolith/Makefile
@@ -17,7 +17,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/ncgopher/Makefile b/www/ncgopher/Makefile
--- a/www/ncgopher/Makefile
+++ b/www/ncgopher/Makefile
@@ -168,6 +168,5 @@
post-install:
${INSTALL_MAN} ${WRKSRC}/ncgopher.1 ${STAGEDIR}${PREFIX}/share/man/man1
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ncgopher
.include <bsd.port.mk>
diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile
--- a/www/newsboat/Makefile
+++ b/www/newsboat/Makefile
@@ -52,7 +52,4 @@
@${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto ${NCURSESLIBS}|;s|-Werror||' \
${WRKSRC}/Makefile
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*boat
-
.include <bsd.port.mk>
diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile
--- a/www/py-adblock/Makefile
+++ b/www/py-adblock/Makefile
@@ -133,7 +133,6 @@
(cd ${STAGEDIR}${PREFIX} && \
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PREFIX} \
-f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;})
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/adblock/adblock*.so
# Regenerate .PLIST.pymodtemp to get all installed files from
# ${STAGEDIR} because the file that is generated in the first place
# contains only the EGG files as a whole.
diff --git a/www/py-nh3/Makefile b/www/py-nh3/Makefile
--- a/www/py-nh3/Makefile
+++ b/www/py-nh3/Makefile
@@ -24,7 +24,4 @@
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
-post-install:
- ${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
-
.include <bsd.port.mk>
diff --git a/www/py-pywry/Makefile b/www/py-pywry/Makefile
--- a/www/py-pywry/Makefile
+++ b/www/py-pywry/Makefile
@@ -302,7 +302,4 @@
MAKE_ENV= ${CARGO_ENV}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/reddsaver/Makefile b/www/reddsaver/Makefile
--- a/www/reddsaver/Makefile
+++ b/www/reddsaver/Makefile
@@ -186,7 +186,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/rustypaste-cli/Makefile b/www/rustypaste-cli/Makefile
--- a/www/rustypaste-cli/Makefile
+++ b/www/rustypaste-cli/Makefile
@@ -31,6 +31,5 @@
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/config.toml ${STAGEDIR}${EXAMPLESDIR}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rpaste
.include <bsd.port.mk>
diff --git a/www/rustypaste/Makefile b/www/rustypaste/Makefile
--- a/www/rustypaste/Makefile
+++ b/www/rustypaste/Makefile
@@ -59,6 +59,5 @@
${MKDIR} ${STAGEDIR}/${UPLOAD_PATH}
${ECHO_CMD} 'CONFIG="${ETCDIR}/${PORTNAME}.toml"' > ${STAGEDIR}${ETCDIR}/${PORTNAME}.env.sample
${CP} ${WRKSRC}/config.toml ${STAGEDIR}${ETCDIR}/${PORTNAME}.toml.sample
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/www/so/Makefile b/www/so/Makefile
--- a/www/so/Makefile
+++ b/www/so/Makefile
@@ -22,7 +22,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/so
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} themes ${STAGEDIR}${DATADIR})
diff --git a/www/sqlpage/Makefile b/www/sqlpage/Makefile
--- a/www/sqlpage/Makefile
+++ b/www/sqlpage/Makefile
@@ -42,6 +42,5 @@
${INSTALL_DATA} ${WRKSRC}/index.sql ${STAGEDIR}${DATADIR}
${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d ;\
${INSTALL_DATA} ${FILESDIR}/sqlpage.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/sqlpage.conf.sample
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/www/stork/Makefile b/www/stork/Makefile
--- a/www/stork/Makefile
+++ b/www/stork/Makefile
@@ -251,7 +251,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/trunk/Makefile b/www/trunk/Makefile
--- a/www/trunk/Makefile
+++ b/www/trunk/Makefile
@@ -472,7 +472,4 @@
LTO_UNSAFE= yes
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/tuifeed/Makefile b/www/tuifeed/Makefile
--- a/www/tuifeed/Makefile
+++ b/www/tuifeed/Makefile
@@ -23,9 +23,6 @@
PORTDOCS= *md
OPTIONS_DEFINE= DOCS
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
diff --git a/www/vigil/Makefile b/www/vigil/Makefile
--- a/www/vigil/Makefile
+++ b/www/vigil/Makefile
@@ -279,7 +279,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/wasm-pack/Makefile b/www/wasm-pack/Makefile
--- a/www/wasm-pack/Makefile
+++ b/www/wasm-pack/Makefile
@@ -270,7 +270,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/websocat/Makefile b/www/websocat/Makefile
--- a/www/websocat/Makefile
+++ b/www/websocat/Makefile
@@ -331,7 +331,4 @@
PLIST_FILES= bin/websocat
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/websocat
-
.include <bsd.port.mk>
diff --git a/www/wiki-tui/Makefile b/www/wiki-tui/Makefile
--- a/www/wiki-tui/Makefile
+++ b/www/wiki-tui/Makefile
@@ -17,7 +17,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/www/xh/Makefile b/www/xh/Makefile
--- a/www/xh/Makefile
+++ b/www/xh/Makefile
@@ -30,9 +30,6 @@
share/zsh/site-functions/_${PORTNAME}
MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
post-install-COMPLETIONS-on:
@${MV} ${WRKSRC}/completions/_${PORTNAME} ${WRKSRC}/completions/${PORTNAME}.zsh
.for _shell in bash fish zsh
diff --git a/www/zola/Makefile b/www/zola/Makefile
--- a/www/zola/Makefile
+++ b/www/zola/Makefile
@@ -31,7 +31,6 @@
OPTIONS_DEFINE= DOCS
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zola
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \
${STAGEDIR}${PREFIX}/share/fish/completions \
${STAGEDIR}${PREFIX}/share/zsh/site-functions
diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile
--- a/x11-wm/cosmic-comp/Makefile
+++ b/x11-wm/cosmic-comp/Makefile
@@ -48,7 +48,6 @@
${WRKSRC}/src/debug.rs
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
# Install extras similar to ${WRKSRC}/Makefile
.for f in ${PLIST_FILES:Nbin/*:T:S,^,data/,}
${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*${f:T}:H}
diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile
--- a/x11-wm/leftwm/Makefile
+++ b/x11-wm/leftwm/Makefile
@@ -26,11 +26,6 @@
THEMES_DESC= LeftWM Basic Themes
post-install:
-.for l in leftwm-state leftwm-worker leftwm-check \
- leftwm-command leftwm
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${l}
-.endfor
-
${MKDIR} ${STAGEDIR}${LOCALBASE}/share/xsessions
(cd ${WRKSRC} && ${INSTALL_DATA} leftwm.desktop \
${STAGEDIR}${LOCALBASE}/share/xsessions/)
diff --git a/x11-wm/niri/Makefile b/x11-wm/niri/Makefile
--- a/x11-wm/niri/Makefile
+++ b/x11-wm/niri/Makefile
@@ -47,7 +47,6 @@
@${REINPLACE_CMD} '/line-tables-only/d' ${WRKSRC}/Cargo.toml
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
# Install extras similar to package.metadata.generate-rpm
.for f in resources/*.desktop resources/*-portals.conf
${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H}
diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile
--- a/x11/admiral/Makefile
+++ b/x11/admiral/Makefile
@@ -48,9 +48,6 @@
PLIST_FILES= bin/admiral
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/admiral
-
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} admiral.d ${STAGEDIR}${EXAMPLESDIR}/admiral.d)
diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile
--- a/x11/alacritty/Makefile
+++ b/x11/alacritty/Makefile
@@ -59,7 +59,6 @@
scdoc < ${WRKSRC}/extra/man/alacritty-bindings.5.scd > ${WRKSRC}/alacritty-bindings.5
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/alacritty
${INSTALL_DATA} ${WRKSRC}/extra/linux/Alacritty.desktop \
${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${WRKSRC}/extra/logo/alacritty-term.svg \
diff --git a/x11/eww/Makefile b/x11/eww/Makefile
--- a/x11/eww/Makefile
+++ b/x11/eww/Makefile
@@ -34,7 +34,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/x11/inputplug/Makefile b/x11/inputplug/Makefile
--- a/x11/inputplug/Makefile
+++ b/x11/inputplug/Makefile
@@ -55,6 +55,5 @@
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/x11/rio/Makefile b/x11/rio/Makefile
--- a/x11/rio/Makefile
+++ b/x11/rio/Makefile
@@ -423,6 +423,5 @@
do-install:
# workaround for error: found a virtual manifest at `/usr/ports/x11/rio/work/rio-4636f43/Cargo.toml` instead of a package manifest
${INSTALL_PROGRAM} ${WRKDIR}/target/*-freebsd/release/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/x11/rlaunch/Makefile b/x11/rlaunch/Makefile
--- a/x11/rlaunch/Makefile
+++ b/x11/rlaunch/Makefile
@@ -52,7 +52,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/x11/shikane/Makefile b/x11/shikane/Makefile
--- a/x11/shikane/Makefile
+++ b/x11/shikane/Makefile
@@ -36,7 +36,4 @@
${INSTALL_MAN} ${WRKSRC}/build/man/*.5.gz \
${STAGEDIR}${PREFIX}/share/man/man5
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}*
-
.include <bsd.port.mk>
diff --git a/x11/windowtolayer/Makefile b/x11/windowtolayer/Makefile
--- a/x11/windowtolayer/Makefile
+++ b/x11/windowtolayer/Makefile
@@ -17,7 +17,4 @@
GL_TAGNAME= a5b89c3
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile
--- a/x11/wlr-which-key/Makefile
+++ b/x11/wlr-which-key/Makefile
@@ -19,7 +19,4 @@
GH_ACCOUNT= MaxVerevkin
PLIST_FILES= bin/${PORTNAME}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile
--- a/x11/wmfocus/Makefile
+++ b/x11/wmfocus/Makefile
@@ -23,7 +23,4 @@
PLIST_FILES= bin/${PORTNAME}
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>
diff --git a/x11/xwayland-satellite/Makefile b/x11/xwayland-satellite/Makefile
--- a/x11/xwayland-satellite/Makefile
+++ b/x11/xwayland-satellite/Makefile
@@ -25,7 +25,4 @@
${WRKSRC_crate_clang-sys}/build/common.rs \
${WRKSRC_crate_clang-sys}/src/support.rs
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
.include <bsd.port.mk>

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 9:52 AM (11 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16592899
Default Alt Text
D46503.diff (119 KB)

Event Timeline