From owner-freebsd-ports Sun Aug 18 11:45:48 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4F037B400 for ; Sun, 18 Aug 2002 11:45:44 -0700 (PDT) Received: from quark.look.ca (quark.look.ca [207.136.80.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20DC443E4A for ; Sun, 18 Aug 2002 11:45:39 -0700 (PDT) (envelope-from bminard@flatfoot.ca) Received: from on-tor-blr-a58-02-448.look.ca ([216.154.7.194] helo=yop.flatfoot.ca) by quark.look.ca with esmtp (Exim 4.05) id 17gV34-00022P-00 for ports@FreeBSD.org; Sun, 18 Aug 2002 18:45:14 +0000 Received: from yop.flatfoot.ca (localhost [127.0.0.1]) by yop.flatfoot.ca (8.12.5/8.12.5) with ESMTP id g7IIEuhF034660 for ; Sun, 18 Aug 2002 14:14:56 -0400 (EDT) (envelope-from bminard@yop.flatfoot.ca) Received: (from bminard@localhost) by yop.flatfoot.ca (8.12.5/8.12.5/Submit) id g7II927K022773; Sun, 18 Aug 2002 14:09:02 -0400 (EDT) From: Brian Minard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15711.58046.374297.308642@yop.flatfoot.ca> Date: Sun, 18 Aug 2002 14:09:02 -0400 To: ports@FreeBSD.org Subject: print/detex-2.7 X-Mailer: VM 7.03 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I've encountered a problem with this port where it fails to build for FreeBSD 4.6-STABLE FreeBSD 4.6-STABLE #14: Thu Aug 1 07:29:21 EDT 2002 i386. The problem appears to be cause by a missing "CFLAGS=-DNO_MALLOC_DECL" (required by detex.l). Thanks, Brian ===> Extracting for detex-2.7 >> Checksum OK for detex-2.7.tar. ===> Patching for detex-2.7 ===> Configuring for detex-2.7 ===> Building for detex-2.7 sed -f states.sed detex.l > xxx.l lex xxx.l rm -f xxx.l mv lex.yy.c detex.c cc -O -pipe -c detex.c In file included from lex.yy.c:781: /usr/include/stdlib.h:99: conflicting types for `malloc' xxx.l:42: previous declaration of `malloc' *** Error code 1 Stop in /usr/ports/print/detex/work. *** Error code 1 Stop in /usr/ports/print/detex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message