prt-get: add random patch
This commit is contained in:
parent
e34aec54c3
commit
2f15ee584b
@ -4,12 +4,14 @@
|
||||
|
||||
name=prt-get
|
||||
version=5.14
|
||||
release=1
|
||||
source=(http://jw.smts.ch/files/crux/prt-get-$version.tar.gz \
|
||||
prt-get.conf prt-get.aliases)
|
||||
release=2
|
||||
source=(http://jw.smts.ch/files/crux/prt-get-$version.tar.gz
|
||||
prt-get.conf prt-get.aliases prt-get-5.14-undecided-diffs.patch)
|
||||
|
||||
build() {
|
||||
cd ${name}-${version}
|
||||
patch -p1 < $SRC/prt-get-5.14-undecided-diffs.patch
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
14
prt-get/prt-get-5.14-undecided-diffs.patch
Normal file
14
prt-get/prt-get-5.14-undecided-diffs.patch
Normal file
@ -0,0 +1,14 @@
|
||||
Index: prtget.cpp
|
||||
===================================================================
|
||||
--- prtget.cpp (revision 1875)
|
||||
+++ prtget.cpp (working copy)
|
||||
@@ -931,8 +931,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
- if (m_undefinedVersionComp.size() &&
|
||||
- (m_parser->all() || m_parser->verbose()) ) {
|
||||
+ if (m_undefinedVersionComp.size()) {
|
||||
cout << "\n\n" << "Undecidable version differences (use --strict-diff)"
|
||||
<< endl << endl;
|
||||
printFormattedDiffLine("Port",
|
Loading…
x
Reference in New Issue
Block a user