svn commit: r366443 - head/x11-clocks/intclock/files

Chris Rees crees at FreeBSD.org
Thu Aug 28 17:53:39 UTC 2014


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 ($@) {


More information about the svn-ports-all mailing list