View | Details | Raw Unified | Return to bug 180487
Collapse All | Expand All

(-)/usr/home/pi/myp/math/p5-Math-Int128/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
#
3
#
4
4
5
PORTNAME=	Math-Int128
5
PORTNAME=	Math-Int128
6
PORTVERSION=	0.07
6
PORTVERSION=	0.09
7
PORTREVISION=	1
7
PORTREVISION=	1
8
CATEGORIES=	math perl5
8
CATEGORIES=	math perl5
9
MASTER_SITES=	CPAN
9
MASTER_SITES=	CPAN
(-)/usr/home/pi/myp/math/p5-Math-Int128/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Math-Int128-0.07.tar.gz) = 5401691a22f723d3834c086b76e933b5bf01ff2c69d6e37b675e75cfc664efe9
1
SHA256 (Math-Int128-0.09.tar.gz) = 47c8d67e47df3c448c68247071d36cf1aee4872d202df5984ad88fb70fa47f3a
2
SIZE (Math-Int128-0.07.tar.gz) = 60412
2
SIZE (Math-Int128-0.09.tar.gz) = 61035
(-)/usr/home/pi/myp/math/p5-Math-Int128/files/patch-Makefile.PL (-23 lines)
Lines 1-23 Link Here
1
--- Makefile.PL	2012-12-10 21:27:04.000000000 +0100
2
+++ /tmp/Makefile.PL	2012-12-11 07:17:41.000000000 +0100
3
@@ -14,13 +14,14 @@
4
                        OBJECT        => '$(O_FILES)',
5
                       );
6
 
7
-my $cc = (grep defined, $mm->{CC}, $Config{cc}, 'cc')[0];
8
+# my $cc = (grep defined, $mm->{CC}, $Config{cc}, 'cc')[0];
9
+my $cc = 'gcc44';
10
 my $cc_version = `$cc --version --verbose 2>&1`;
11
-unless ($cc_version =~ /^GNU\s+C\s+\([^)]*\)\s+version\s+(4\.(\d+)\S*)/im and $2 >= 4) {
12
-    unlink $mm->{MAKEFILE};
13
-    die "This module requires version 4.4 or above of the GCC compiler.\nAborting!\n\n"
14
-}
15
-print "GNU C compiler version $1 found, good!\n";
16
+#unless ($cc_version =~ /^GNU\s+C\s+\([^)]*\)\s+version\s+(4\.(\d+)\S*)/im and $2 >= 4) {
17
+#    unlink $mm->{MAKEFILE};
18
+#    die "This module requires version 4.4 or above of the GCC compiler.\nAborting!\n\n"
19
+#}
20
+#print "GNU C compiler version $1 found, good!\n";
21
 
22
 package MY;
23

Return to bug 180487