Ignore EINVAL from sigaltstack, seems to be what ruby itself does in 1.9 committing on behalf of jeremy@, who did all the work, tested on i386 and tested packaging on amd64. All so I can commit a simple nginx update... THANKS. ok jasper
13 lines
510 B
Plaintext
13 lines
510 B
Plaintext
$OpenBSD: patch-build_documentation_rb,v 1.2 2011/05/17 03:25:18 william Exp $
|
|
--- build/documentation.rb.orig Sun Dec 5 11:54:35 2010
|
|
+++ build/documentation.rb Wed Apr 27 10:30:11 2011
|
|
@@ -36,7 +36,7 @@ task :doc => Packaging::ASCII_DOCS
|
|
Packaging::ASCII_DOCS.each do |target|
|
|
source = target.sub(/\.html$/, '.txt')
|
|
file target => [source] + Dir["doc/users_guide_snippets/**/*"] do
|
|
- if PlatformInfo.asciidoc
|
|
+ if false
|
|
if target =~ /apache/i
|
|
type = "-a apache"
|
|
elsif target =~ /nginx/i
|