Date: Thu, 28 Aug 2014 17:53:39 +0000 (UTC) From: Chris Rees <crees@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366443 - head/x11-clocks/intclock/files Message-ID: <201408281753.s7SHrdIF079401@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: crees Date: Thu Aug 28 17:53:39 2014 New Revision: 366443 URL: http://svnweb.freebsd.org/changeset/ports/366443 QAT: https://qat.redports.org/buildarchive/r366443/ Log: Fix with perl-5.18 PR: ports/193064 Added: head/x11-clocks/intclock/files/ head/x11-clocks/intclock/files/patch-Makefile.PL (contents, props changed) Added: head/x11-clocks/intclock/files/patch-Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-clocks/intclock/files/patch-Makefile.PL Thu Aug 28 17:53:39 2014 (r366443) @@ -0,0 +1,11 @@ +--- ./Makefile.PL.orig 2014-08-28 18:50:07.282934874 +0100 ++++ ./Makefile.PL 2014-08-28 18:50:28.962268980 +0100 +@@ -33,7 +33,7 @@ + # preliminary checks + #------------------------------------------------------------------------ + # Mandatory perl modules +-foreach my $module qw(Data::Dumper Time::HiRes Locale::Maketext) { ++foreach my $module (qw(Data::Dumper Time::HiRes Locale::Maketext)) { + print "Checking whether $module perl module is available... "; + eval "use $module"; + if ($@) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281753.s7SHrdIF079401>