mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Remove a no-op hunk
Submitted by: Yar Odin <yarodin at gmail.com> Approved by: novel (maintainer, implicit)
This commit is contained in:
parent
2cae27fb2c
commit
a6c6a46335
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210912
@ -82,15 +82,6 @@
|
||||
compression_level=*(lev-1)-'0';
|
||||
doneTmpFile(gzip_temp);
|
||||
} else if (file2.type==BZIP2) {
|
||||
@@ -315,7 +325,7 @@
|
||||
}
|
||||
}
|
||||
switch (patch_compression_type) {
|
||||
- case GZIP: deflate("gzip", finalName, patchfname, patch_compression, false); break;
|
||||
+ case GZIP: deflate("gzip", finalName, patchfname, patch_compression, false); break;
|
||||
case BZIP2: deflate("bzip2", finalName, patchfname, patch_compression, false); break;
|
||||
case UNKNOWN_FMT: cat(finalName, patchfname, false); break;
|
||||
}
|
||||
@@ -365,7 +375,10 @@
|
||||
bzip2_name[i]);
|
||||
} else fprintf(stderr, "Error: Deltup cannot find the proper bzip2 to rebuild the package\n");
|
||||
|
Loading…
Reference in New Issue
Block a user