/usr/bin/as will be removed for FreeBSD 13.0
Exp-run PR 205250
Differential D24739
add binutils dependency for as emaste on May 6 2020, 8:42 PM. Authored by Tags None Referenced Files
Details
/usr/bin/as will be removed for FreeBSD 13.0 Exp-run PR 205250
Diff Detail
Event TimelineComment Actions Agree. I was also on the fence of bumping it or not. It is nop for non-CURRENT branches. I was afraid that a -CURRENT user installed them before as removed from the base, and then it becomes unusable, and because there is no newer version of the port so they will not know the extra dependency needs installing. I think this case is somehow rare and the -CURRENT users should have knowledge to fix them by updating ports tree and reinstall them. Comment Actions Hmm, I think if USE_BINUTILS is already there no change should be needed. Is it possible USE_BINUTILS was added after the last exp-run (which was some time ago)? Let me try building without any change. Comment Actions
hrm, with as removed and no change to lang/fpc/Makefile I get ===> fpc-3.0.4_4 depends on file: /usr/local/bin/as - not found *** Error code 1 USE_BINUTILS adds BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils so I'm not sure what's happening. |