summaryrefslogtreecommitdiff
path: root/www/p5-FastCGI/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-06-16 06:35:12 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-06-16 06:35:12 +0000
commite5dda9dc35cfa5e830a8736abb75b9da2dff6619 (patch)
tree1a12603b3c01da384a61f863b4b39b61f594881a /www/p5-FastCGI/files
parentDon't delete score files if they contain data. This should keep people (diff)
Update to version 0.67.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=83099
Diffstat (limited to 'www/p5-FastCGI/files')
-rw-r--r--www/p5-FastCGI/files/patch-aa11
-rw-r--r--www/p5-FastCGI/files/patch-ab11
2 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-FastCGI/files/patch-aa b/www/p5-FastCGI/files/patch-aa
deleted file mode 100644
index 40b6b39455af..000000000000
--- a/www/p5-FastCGI/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig Wed Oct 27 19:56:24 1999
-+++ Makefile.PL Wed Oct 27 20:01:08 1999
-@@ -25,7 +25,7 @@
- # CPAN
- for $dir ("/usr", "/usr/local") {
- if (-d "$dir/lib/" && -f "$dir/lib/libfcgi.a"
-- && -d "$dir/include" && !grep {!-f "$dir/include/$_"} (@h))
-+ && -d "$dir/include/fastcgi/" && !grep {!-f "$dir/include/fastcgi/$_"} (@h))
- {
- print "Found fcgi library and include files in $dir\n";
- print "Will be using that instead of included files\n";
diff --git a/www/p5-FastCGI/files/patch-ab b/www/p5-FastCGI/files/patch-ab
new file mode 100644
index 000000000000..7ffbde60d15f
--- /dev/null
+++ b/www/p5-FastCGI/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig Mon Jun 16 10:31:32 2003
++++ Makefile.PL Mon Jun 16 10:31:41 2003
+@@ -33,7 +33,7 @@
+ $libspec .= "-lfcgi";
+ my @l = MM->ext($libspec);
+ if ($l[0] || $l[1] || $l[2]) {
+- $prefix = "$useinstalled/include" if $useinstalled;
++ $prefix = "$useinstalled" if $useinstalled;
+ $libfound = 1;
+ push @libs, $libspec;
+ }