Index: Makefile =================================================================== --- Makefile (revisão 408544) +++ Makefile (cópia de trabalho) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Verilog-Perl -PORTVERSION= 3.404 -PORTREVISION= 1 +PORTVERSION= 3.418 CATEGORIES= cad perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +14,6 @@ USES= bison gmake perl5 USE_PERL5= configure -USE_GCC= any CONFIGURE_ENV= CXX=${CXX}\ CPP=${CPP}\ CC=${CC} Index: distinfo =================================================================== --- distinfo (revisão 408544) +++ distinfo (cópia de trabalho) @@ -1,2 +1,2 @@ -SHA256 (Verilog-Perl-3.404.tar.gz) = 4eddc21a965019eecc2200e251186f9d8bd0643485d12feda7d0b26a328650d0 -SIZE (Verilog-Perl-3.404.tar.gz) = 558496 +SHA256 (Verilog-Perl-3.418.tar.gz) = 19eb60cb211fe6dbe6f9705f973e72c9ffd370399c39f0871652d4bee61492e8 +SIZE (Verilog-Perl-3.418.tar.gz) = 562256 Index: files/patch-Makefile.PL =================================================================== --- files/patch-Makefile.PL (revisão 408544) +++ files/patch-Makefile.PL (cópia de trabalho) @@ -1,6 +1,6 @@ ---- Makefile.PL 2014-03-11 19:59:40.000000000 -0300 -+++ Makefile.PL 2014-06-25 11:18:59.000000000 -0300 -@@ -11,7 +11,7 @@ +--- Makefile.PL.orig 2016-02-02 23:36:13 UTC ++++ Makefile.PL +@@ -11,7 +11,7 @@ use Config; sub MY::postamble { my $out=""; @@ -8,8 +8,8 @@ + # Note OPTIMIZE is passed from upper gmakefile, so this code needed there too. # -O2 optimization seems unreasonably slow on nearly every platform. I give up. my $optimize = $Config{optimize}; $optimize =~ s/(^| )-O2( |$)/\1-O\2/g; - $out .= "OPTIMIZE = $optimize\n"; -@@ -82,6 +82,8 @@ + # pass hardening flags +@@ -86,6 +86,8 @@ cppcheck: $(CPPCHECK_DEP) return $out; } @@ -18,16 +18,16 @@ my $fail; local $! = undef; my $have_gen = -d "Preproc/gen"; -@@ -93,7 +95,7 @@ +@@ -97,7 +99,7 @@ my $have_gen = -d "Preproc/gen"; if ($have_gen) { warn "\n-Note: 'bison' must be installed to build from sources\n"; } else { $fail=1; warn "\n%Error: 'bison' must be installed to build\n\n"; } } -`g++ --version`; if ($?) { $fail=1; warn "\n%Error: 'gcc/g++' must be installed to build\n"; } -+system("$CXX --version"); if ($?) { $fail=1; warn "\n%Error: 'gcc/g++' must be installed to build\n"; } ++system("$CXX --version"); if ($?) { $fail=1; warn "\n%Error: 'clang' must be installed to build\n"; } if ($fail) { if ($ENV{AUTOMATED_TESTING}) { exit(0); -@@ -135,8 +137,8 @@ +@@ -139,7 +141,7 @@ WriteMakefile( }, ); @@ -36,4 +36,3 @@ if ($? || $mkv !~ /GNU Make/i) { warn "-Important: Now type 'gmake MAKE=gmake' as this package requires GNU Make\n"; } - 1; Index: files/patch-Parser__Makefile.PL =================================================================== --- files/patch-Parser__Makefile.PL (revisão 408544) +++ files/patch-Parser__Makefile.PL (cópia de trabalho) @@ -1,6 +1,6 @@ ---- Parser/Makefile.PL 2014-03-11 19:59:40.000000000 -0300 -+++ Parser/Makefile.PL 2014-06-25 11:19:19.000000000 -0300 -@@ -9,13 +9,15 @@ +--- Parser/Makefile.PL.orig 2016-02-02 23:36:13 UTC ++++ Parser/Makefile.PL +@@ -9,13 +9,15 @@ use Config; sub MY::postamble { my $out; @@ -17,7 +17,7 @@ } # Note OPTIMIZE is passed from upper makefile, so this code needed there too. my $optimize = $Config{optimize}; $optimize =~ s/(^| )-O2( |$)/\1-O\2/g; -@@ -46,7 +48,7 @@ +@@ -50,7 +52,7 @@ sub MY::postamble { $out .= "${cmt}CFLAGS += -DFLEX_DEBUG\n"; $out .= "LEXFLAGS += -d\n"; $out .= ' Index: files/patch-Preproc__Makefile.PL =================================================================== --- files/patch-Preproc__Makefile.PL (revisão 408544) +++ files/patch-Preproc__Makefile.PL (cópia de trabalho) @@ -1,6 +1,6 @@ ---- Preproc/Makefile.PL 2014-03-11 19:59:40.000000000 -0300 -+++ Preproc/Makefile.PL 2014-06-25 11:19:37.000000000 -0300 -@@ -9,13 +9,14 @@ +--- Preproc/Makefile.PL.orig 2016-02-02 23:36:13 UTC ++++ Preproc/Makefile.PL +@@ -9,13 +9,14 @@ use Config; sub MY::postamble { my $out; @@ -16,7 +16,7 @@ } # Note OPTIMIZE is passed from upper makefile, so this code needed there too. my $optimize = $Config{optimize}; $optimize =~ s/(^| )-O2( |$)/\1-O\2/g; -@@ -46,7 +47,7 @@ +@@ -50,7 +51,7 @@ sub MY::postamble { $out .= "${cmt}CFLAGS += -DFLEX_DEBUG\n"; $out .= "${cmt}LEXFLAGS += -d\n"; $out .= '