forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Term-ReadLine-Gnu: Version bump; remove old
Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DIST Term-ReadLine-Gnu-1.20.tar.gz 69077 SHA256 25da93084b57467cf24b85be557b07ade4af03776b8b2d5369d4d76b179edb01 SHA512 a3db13795959672b312937cb68a989d262fbf4c934d6e8924c2992457b8c1c0890a789275808bb50191cd4eb69c87b238f8423c58d62e1164eaa12c1f5941132 WHIRLPOOL ac8a405c0d6715dd19cba2dd393cc41db57f63ef84f5dc1c3e5699958ee33124d62d2fbc3de7bfdda3499447c231d0eee29ff6182b80859cfb2baeb7f1a67145 | ||
DIST Term-ReadLine-Gnu-1.22.tar.gz 72917 SHA256 02dd4c4bf97a369b5dff8bb33e42cc9b91b2b856a40d86073e04a7fd9832de5d SHA512 36bdf094938288729f6000f3503915c6a373f194717aa40f37435e389f1205a25729684de89a567bd805eebcf1707efbebfb9bd9d761cbc902aba1c5f4609a61 WHIRLPOOL b5b451a942e4d9ad2aaf811b5004e00be6ab457e826dbb041668ca2e02830f69d0195b05e0c0794fb9994dd6a125c7a86ff6c16edaa5a71996e63cd34fef52e6 | ||
DIST Term-ReadLine-Gnu-1.26.tar.gz 74783 SHA256 f8f075eef6056e0649cce355af2b8695ea1c793dc15d5834012c800297dc4de8 SHA512 80fe97f857b585d96b3a888d0a49d777a5b9865cc2101e43dd5916d09343d0964710c49d94b4533cce8a4a2b0770ebc4ce3c2e36fd0624b7d9ccf2318240dfed WHIRLPOOL f97532b902a6137af9f11709eb1abf606e32717ff36baf9ebab89a6121db4a38284558c3ff03b8a77c068250da7194ca5dc4ef4572e1ae442be89a30b0bb3490 | ||
DIST Term-ReadLine-Gnu-1.27.tar.gz 76921 SHA256 05c9332ecea8880244f459b8f37a3c9b3cf76f0aaa23e97532ed152dae01e558 SHA512 e3834057a9da6bf4022b2b1614255fbc673877506ab9fd78497b0fbfa2b6df9142b4061a0a58f8281c7bde0caf7d2b700d5f2d4284dbb2af736bfaad0dfd5a22 WHIRLPOOL ba48eae0236371e5cdf18b85e20e5a5e749d21329bc3a2a0ffc2e458749e8b07ed6d894489a4b17006df52c7ecc27db9b901b2eb824367dd0e76f803298c8c2f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
dev-perl/Term-ReadLine-Gnu/files/Term-ReadLine-Gnu-1.270.0-makefile.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -ruN Term-ReadLine-Gnu-1.27-orig/Makefile.PL Term-ReadLine-Gnu-1.27/Makefile.PL | ||
--- Term-ReadLine-Gnu-1.27-orig/Makefile.PL 2015-09-06 06:21:20.000000000 +0200 | ||
+++ Term-ReadLine-Gnu-1.27/Makefile.PL 2015-09-20 20:17:06.998740899 +0200 | ||
@@ -317,7 +317,7 @@ | ||
system($comp_cmd); | ||
if ($?) { | ||
warn "\nsystem(): $!"; | ||
- exit $err; | ||
+ # exit $err; https://rt.cpan.org/Public/Bug/Display.html?id=107201 | ||
} | ||
unless (`./rlmalloc` !~ /^ok$/ || $?) { | ||
$extra_defs = $xdef; |