From owner-freebsd-ports@FreeBSD.ORG Thu Jun 30 19:02:02 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 191C01065673; Thu, 30 Jun 2011 19:02:02 +0000 (UTC) (envelope-from ron@zytrax.com) Received: from www.zytrax.com (host1.zytrax.com [210.23.9.16]) by mx1.freebsd.org (Postfix) with ESMTP id D32218FC16; Thu, 30 Jun 2011 19:02:01 +0000 (UTC) Received: from [192.168.1.64] (dsl-67-230-154-100.tor.primus.ca [67.230.154.100]) by www.zytrax.com (Postfix) with ESMTP id 1F0FB10AF5C; Thu, 30 Jun 2011 14:32:20 -0400 (EDT) Message-ID: <4E0CC45A.8010501@zytrax.com> Date: Thu, 30 Jun 2011 14:45:46 -0400 From: Ron Aitchison User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: dinoex@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: FreeBSD Port: ap13-mod_ruby-1.3.0_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 19:02:02 -0000 I had a problem installing ruby for apache 1.3.42 on FBSD 8.1 RELEASE on an AMD64 processor. It failed in "make install" due to a failure to find regmatch_t definition (at lines 1071 and 1075 in httpd.h) using oniguruma.h from /usr/local/lib/ruby/1.8/amd64-freebsd8/oniguruma.h which supplies regex_t but not regmatch_t. I fixed my problem by simply copying the regmatch_t definition from a handy pcreposix.h file into the oniguruma.h file which I'm sure is not the "right" solution. I'm happy to supply any further info you require or to raise a bug report if you would prefer. Regards and thanks for your great work. -- Ron Aitchison www.zytrax.com ZYTRAX ron@zytrax.com tel: 514-315-4296 Suite 22 6201 Chemin Cote St. Luc Hampstead QC H3X 2H2 Canada Author: Pro DNS and BIND (Apress) ISBN 1-59059-494-0