pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/lang/rust



On Wed, Apr 02, 2025 at 11:52:09AM +0000, Taylor R Campbell wrote:
> > Module Name:    pkgsrc
> > Committed By:   he
> > Date:           Sun Feb 23 08:53:55 UTC 2025
> > 
> > Log Message:
> > lang/rust: update to version 1.83.0 from pkgsrc-wip.
> > [...]
> >  * On NetBSD, use patchelf in the install phase to fix up RPATHs.
> > [...]
> > +.if ${OPSYS} == "NetBSD"
> > +       for bin in ${PATCH_BINARIES}; do                                \
> > +               f=${DESTDIR}${PREFIX}/$${bin};                          \
> > +               if [ -f $$f ]; then                                     \
> > +cmd="${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath ${PREFIX}/lib $$f"; \
> > +                       echo $$cmd;                                     \
> > +                       $$cmd;                                          \
> > +               fi;                                                     \
> > +       done
> > +.endif
> 
> I believe this change is wrong and should be reverted.

I've test removing this block using bulk-test-rust on NetBSD 10.99.12/x86_64.

Since it still built fine, I've committed the change to rust185.
 Thomas



Home | Main Index | Thread Index | Old Index