Re: git: dc29678709b9 - main - ports-mgmt/pkg: update to 2.8.0
Po-Chuan Hsieh <[email protected]> Sat, 1 Aug 2026 19:21:33 +0800
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <CAMHz58ReJV1OSuu6-6h22wwL-=WDYDWnkJLwJUyFkg-yb_-bhw@mail.gmail.com> |
Hello Baptiste, On Mon, Jul 20, 2026 at 5:25 PM Baptiste Daroussin <[email protected]> wrote: > The branch main has been updated by bapt: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=dc29678709b9e811de8efab97d22e493f4cc3777 > > commit dc29678709b9e811de8efab97d22e493f4cc3777 > Author: Baptiste Daroussin <[email protected]> > AuthorDate: 2026-07-20 09:18:22 +0000 > Commit: Baptiste Daroussin <[email protected]> > CommitDate: 2026-07-20 09:23:50 +0000 > > ports-mgmt/pkg: update to 2.8.0 [...] > diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile > index 2b1abd1d506e..c255a3ddcc29 100644 > --- a/ports-mgmt/pkg/Makefile > +++ b/ports-mgmt/pkg/Makefile > @@ -53,8 +53,8 @@ PKG_BIN= ${WRKSRC}/src/pkg-static > .endif > > post-install: > + ${INSTALL_DATA} ${WRKSRC}/src/pkg.conf.sample > ${STAGEDIR}${PREFIX}/etc/ > @${MKDIR} ${STAGEDIR}${PREFIX}/lib/compat/pkg > - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpkg.so > ${STAGEDIR}${PREFIX}/sbin/pkg* > Is it intentional to remove the STRIP_CMD command? May I reapply 236ce023bd14008e44bb91ea3222f8950942d78f? Thanks. Best regards, sunpoet