tsundokuboi has quit [Read error: Connection reset by peer]
tsundokuboi has joined #crux
tsundokuboi has quit [Quit: tsundokuboi]
tsundokuboi has joined #crux
tsundokuboi has quit [Read error: Connection reset by peer]
tsundokuboi has joined #crux
ppetrov^ has joined #crux
lavaball has joined #crux
lavaball has quit [Ping timeout: 258 seconds]
lavaball has joined #crux
brian|lfs has joined #crux
<brian|lfs>
can someone refresh my memory how dop I force tar instead of bsdtar in a Pkgfile?
<brian|lfs>
I'm haivng a weird issue with gcc-15.2.0 bsdtar doesn't like it locale issue
tsundokuboi has quit [Ping timeout: 260 seconds]
tsundokuboi has joined #crux
tsundokuboi has quit [Ping timeout: 260 seconds]
tsundokuboi has joined #crux
tsundokuboi has quit [Ping timeout: 260 seconds]
brian|lfs has quit [Ping timeout: 260 seconds]
brian|lfs has joined #crux
pitillo_ has joined #crux
pitillo has quit [Read error: Connection reset by peer]
pitillo_ is now known as pitillo
pitillo has quit [Changing host]
pitillo has joined #crux
<jaeger>
You'd need to override the unpack_source function
remilias1 is now known as remiliascarlet
darfo_ has quit [Ping timeout: 258 seconds]
darfo has joined #crux
tsundokuboi has joined #crux
tsundokuboi has quit [Ping timeout: 260 seconds]
lavaball has quit [Quit: lavaball]
lavaball has joined #crux
Guest36 has joined #crux
<ppetrov^>
brian|lfs, a stupid workaround would be to use the renames=() field in the pkg file to sth like gcc-15.2.0.tar.gz.tmp, then rename the source back to cc-15.2.0.tar.gz in your build() function and unpack as you wish
Guest36 has quit [Quit: Client closed]
<brian|lfs>
I did similar I extracted with tar and tared the file the same file name and bsdtar didn't have an issue