Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bzip2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
bzip2
Commits
ed501725
Commit
ed501725
authored
May 26, 2021
by
Vladimir Bashkirtsev
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded bzip2 to 1.0.8
parent
1147bdb9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
23 deletions
+16
-23
Makefile
Makefile
+11
-11
build.xml
build.xml
+2
-2
bzip2-1.0.6.tar.gz
bzip2-1.0.6.tar.gz
+0
-0
bzip2-1.0.8-install_docs-1.patch
bzip2-1.0.8-install_docs-1.patch
+3
-10
bzip2-1.0.8.tar.gz
bzip2-1.0.8.tar.gz
+0
-0
No files found.
Makefile
View file @
ed501725
all
:
all
:
tar
xf bzip2-1.0.
6
.tar.gz
tar
xf bzip2-1.0.
8
.tar.gz
patch
-Np1
-d
bzip2-1.0.
6 < bzip2-1.0.6
-install_docs-1.patch
patch
-Np1
-d
bzip2-1.0.
8 < bzip2-1.0.8
-install_docs-1.patch
cd
bzip2-1.0.
6
&&
sed
-i
-e
's:ln -s -f $
$(PREFIX)
/bin/:ln -s :'
Makefile
cd
bzip2-1.0.
8
&&
sed
-i
-e
's:ln -s -f $
$(PREFIX)
/bin/:ln -s :'
Makefile
cd
bzip2-1.0.
6
&&
sed
-i
's@X)/man@X)/share/man@g'
./Makefile
cd
bzip2-1.0.
8
&&
sed
-i
's@X)/man@X)/share/man@g'
./Makefile
$(MAKE)
-C
bzip2-1.0.
6
-f
Makefile-libbz2_so
$(MAKE)
-C
bzip2-1.0.
8
-f
Makefile-libbz2_so
$(MAKE)
-C
bzip2-1.0.
6
clean
$(MAKE)
-C
bzip2-1.0.
8
clean
$(MAKE)
-C
bzip2-1.0.
6
$(MAKE)
-C
bzip2-1.0.
8
$(MAKE)
-C
bzip2-1.0.
6
PREFIX
=
/usr
install
$(MAKE)
-C
bzip2-1.0.
8
PREFIX
=
/usr
install
cd
bzip2-1.0.
6
&&
cp
-v
bzip2-shared /bin/bzip2
cd
bzip2-1.0.
8
&&
cp
-v
bzip2-shared /bin/bzip2
cd
bzip2-1.0.
6
&&
cp
-av
libbz2.so
*
/lib
cd
bzip2-1.0.
8
&&
cp
-av
libbz2.so
*
/lib
ln
-sv
/lib/libbz2.so.1.0 /usr/lib/libbz2.so
ln
-sv
/lib/libbz2.so.1.0 /usr/lib/libbz2.so
rm
-v
/usr/bin/
{
bunzip2,bzcat,bzip2
}
rm
-v
/usr/bin/
{
bunzip2,bzcat,bzip2
}
ln
-sv
bzip2 /bin/bunzip2
ln
-sv
bzip2 /bin/bunzip2
ln
-sv
bzip2 /bin/bzcat
ln
-sv
bzip2 /bin/bzcat
rm
-rf
bzip2-1.0.
6
rm
-rf
bzip2-1.0.
8
build.xml
View file @
ed501725
<project
name=
"bzip2"
>
<project
name=
"bzip2"
>
<target
name=
"temporary-bzip2"
>
<target
name=
"temporary-bzip2"
>
<property
name=
"makedir"
value=
"${builddir}/bzip2-1.0.
6
"
/>
<property
name=
"makedir"
value=
"${builddir}/bzip2-1.0.
8
"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/bzip2/bzip2-1.0.
6
.tar.gz -C ${builddir}"
/>
<arg
line=
"xf packages/bzip2/bzip2-1.0.
8
.tar.gz -C ${builddir}"
/>
</exec>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v Makefile Makefile.orig"
/>
<arg
line=
"-v Makefile Makefile.orig"
/>
...
...
bzip2-1.0.6.tar.gz
deleted
100644 → 0
View file @
1147bdb9
File deleted
bzip2-1.0.
6
-install_docs-1.patch
→
bzip2-1.0.
8
-install_docs-1.patch
View file @
ed501725
Submitted By: Matthew Burgess <matthew@linuxfromscratch.org>
diff -uNr bzip2-1.0.8/Makefile bzip2-1.0.8-install_docs-1/Makefile
Date: 2007-01-31
--- bzip2-1.0.8/Makefile 2019-07-14 03:20:05.000000000 +0930
Initial Package Version: 1.0.4
+++ bzip2-1.0.8-install_docs-1/Makefile 2020-07-02 13:29:14.329740173 +0930
Upstream Status: Not submitted
Origin: Randy McMurchy & Steve Crosby
Description: Installs pre-formatted documentation
diff -Naur bzip2-1.0.4.orig/Makefile bzip2-1.0.4/Makefile
--- bzip2-1.0.4.orig/Makefile 2007-01-03 03:49:21.000000000 +0000
+++ bzip2-1.0.4/Makefile 2007-01-26 20:00:01.000000000 +0000
@@ -25,7 +25,7 @@
@@ -25,7 +25,7 @@
# Where you want it installed when you do 'make install'
# Where you want it installed when you do 'make install'
...
...
bzip2-1.0.8.tar.gz
0 → 100644
View file @
ed501725
File added
Vladimir Bashkirtsev
@mega
mentioned in commit
e87da662
·
Mar 29, 2024
mentioned in commit
e87da662
mentioned in commit e87da662dec4bc206618d9e30ad8341cd8a09b7e
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment