aboutsummaryrefslogtreecommitdiff
path: root/www/libapreq2
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 23:13:39 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 23:13:39 +0000
commit8c9db700cac00a69a5566ce8478332a01dfd0e02 (patch)
treefc6e6bb398334eb100493392c414533a2ceb0aa7 /www/libapreq2
parentc9472879402a32ed984401a30c388670d1165246 (diff)
downloadports-8c9db700cac00a69a5566ce8478332a01dfd0e02.tar.gz
ports-8c9db700cac00a69a5566ce8478332a01dfd0e02.zip
Notes
Diffstat (limited to 'www/libapreq2')
-rw-r--r--www/libapreq2/files/patch-build-version_check.pl19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/libapreq2/files/patch-build-version_check.pl b/www/libapreq2/files/patch-build-version_check.pl
deleted file mode 100644
index e9ca3ec083ad..000000000000
--- a/www/libapreq2/files/patch-build-version_check.pl
+++ /dev/null
@@ -1,19 +0,0 @@
---- build/version_check.pl.orig Sun Jan 1 19:13:20 2006
-+++ build/version_check.pl Sun Jan 1 19:13:33 2006
-@@ -1,6 +1,6 @@
- # version_check.pl tool version
- use strict;
--use warnings 'FATAL';
-+#use warnings 'FATAL';
- use Getopt::Long qw/GetOptions/;
- GetOptions(\my %opts, "version=s");
- my ($tool, $path) = @ARGV;
-@@ -128,7 +128,7 @@
- WARN
-
- $warning =~ s/^/\# /mg;
-- open(my $fh, '>', $dummy_versions)
-+ open(my $fh, ">$dummy_versions")
- or die "Cannot open $dummy_versions for writing: $!";
- print $fh $warning;
-