From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 14:33:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6321B106566C for ; Sat, 4 Apr 2009 14:33:36 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id DD16D8FC08 for ; Sat, 4 Apr 2009 14:33:35 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: by bwz8 with SMTP id 8so1277356bwz.43 for ; Sat, 04 Apr 2009 07:33:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:subject:from:cc :content-type:mime-version:references:content-transfer-encoding :message-id:in-reply-to:user-agent; bh=RG1ZKBa32LXh2P2AvCtGACHvO4JrnnDAoMthMmgi6yg=; b=OsExJDwE5f/ZXFQVMgetF8I1CrUhPPhPkKcV5tivUbVXMOg2ggAaz9BfBkWafc1UeL KPwQpyPdrtyyfV4KKIRqESqfxEOp0/o6Xy09vxGsOeCVP/4rXARFEnnEJZPUISdyue45 g5EOTpa0YOCwWQEOQOV6b2F4cs56Lffd+xyfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:subject:from:cc:content-type:mime-version:references :content-transfer-encoding:message-id:in-reply-to:user-agent; b=sStRG391B6mhjELWieSFxVRRkhCA1PZPsI54fGgwD+JmuKVHPPZgQ9njmU7JynaYH/ x62hbXFJHYqUZfc+T/N6u2SsQj8O3u4WMGQvVmC246z4bkKncXWUkk6F1fGteQjiusIY 8VWX2f6C0eCzYbhTtQL64mIgL/Wgf+eS6NlAg= Received: by 10.103.168.5 with SMTP id v5mr1090674muo.77.1238855614580; Sat, 04 Apr 2009 07:33:34 -0700 (PDT) Received: from da1-desktop-x64 ([79.113.14.29]) by mx.google.com with ESMTPS id u9sm4296481muf.25.2009.04.04.07.33.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 04 Apr 2009 07:33:34 -0700 (PDT) Date: Sat, 04 Apr 2009 17:31:33 +0300 To: Mark From: "Vasadi I. Claudiu Florin" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <200904021226.n32CQm8n029318@asarian-host.net> <200904041142.n34BgF1p054328@asarian-host.net> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200904041142.n34BgF1p054328@asarian-host.net> User-Agent: Opera Mail/9.64 (Win32) Cc: "freebsd-questions@freebsd.org" Subject: Re: How to 'unbreak' re2c port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 14:33:36 -0000 Maybe you will be dissapointed in this but I was able to build and install the port with no errors FreeBSD-7.1-STABLE gcc 4.2.1 20070719 Intel p4 2.66 GHz asus p4p800-x 1gb DDR1 1 WD 120 SATA2 1 x Samsung SP80GB this is my make.conf: # PERL PERL_VER=5.8.8 PERL_VERSION=5.8.8 # No Sendmail (use Postfix) sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" # Compile options CFLAGS= -O2 -pipe # Compare before install INSTALL= install -c # Do NOT build these kernel modules (ever) WITHOUT_MODULES= # added by use.perl 2009-03-05 01:56:36 PERL_VER=5.8.9 PERL_VERSION=5.8.9 what's your make.conf ?