Bug 266343 - devel/serd: Remove unneeded STRIP_CMDs
Summary: devel/serd: Remove unneeded STRIP_CMDs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-10 16:56 UTC by Nuno Teixeira
Modified: 2022-09-13 07:42 UTC (History)
1 user (show)

See Also:


Attachments
remove STRIP_CMDs (374 bytes, patch)
2022-09-10 16:56 UTC, Nuno Teixeira
meka: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Teixeira freebsd_committer freebsd_triage 2022-09-10 16:56:44 UTC
Created attachment 236480 [details]
remove STRIP_CMDs

Hi,

Remove unneeded STRIP_CMDs already done by meson:
---
===>  Staging for serd-0.30.14
===>   Generating temporary packing list
[  0% 1/1] /usr/local/bin/meson install --no-rebuild
Installing libserd-0.so.0.30.14 to /wrkdirs/usr/ports/devel/serd/work/stage/usr/local/lib
Stripping target 'libserd-0.so.0.30.14'.
Installing serdi to /wrkdirs/usr/ports/devel/serd/work/stage/usr/local/bin
Stripping target 'serdi'.
---

Found it when I update devel/sord

Cheers
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-09-13 07:41:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b2714a0e12bb42cb7e631087acaf36189f77422

commit 8b2714a0e12bb42cb7e631087acaf36189f77422
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-09-13 07:36:17 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-09-13 07:36:17 +0000

    devel/serd: Remove unneeded STRIP_CMDs

     - stripping done by meson
     - not bumping PORTREVISION

    PR:             266343

 devel/serd/Makefile | 4 ----
 1 file changed, 4 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-09-13 07:42:52 UTC
Committed, thanks!