Skip to content

Update GNU tar from 1.29 to 1.31 #1042

Merged
merged 5 commits into from
Feb 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions tar-1.29-0.bee → tar.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION tar-1.31-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz"
SRCURL[0]="https://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -47,13 +49,14 @@ SRCURL[0]="http://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz"
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
start_cmd sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c
}

mee_configure() {
export FORCE_UNSAFE_CONFIGURE=1
bee_configure
bee_configure
}

#mee_build() {
Expand Down