From owner-freebsd-ports Thu May 18 9:40:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B88437BCE2 for ; Thu, 18 May 2000 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34999; Thu, 18 May 2000 09:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id C73EB37BA1D for ; Thu, 18 May 2000 09:38:07 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id LAA26638 for ; Thu, 18 May 2000 11:36:52 -0400 (EDT) Received: (from root@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id MAA04046; Thu, 18 May 2000 12:37:43 -0400 (EDT) (envelope-from mi) Message-Id: <200005181637.MAA04046@misha.privatelabs.com> Date: Thu, 18 May 2000 12:37:43 -0400 (EDT) From: root@misha.privatelabs.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18661: sysutils/syslog-ng ignores CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18661 >Category: ports >Synopsis: sysutils/syslog-ng ignores CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 18 09:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The software's configure script detects the desired CFLAGS properly, but then overrides them. This is a bug in the original configure script, which can be fixed by the included patch. This patch should be placed into the port's patches/patch-ab >How-To-Repeat: Try building and see, that the source is compiled with ``-O2 -Wall''. >Fix: Put the following into patches/patch-ab. The same problem exists in the devel/libol port, and can be fixed by a similar patch or by what I submitted with an earlier ports/18659. --- configure Wed Apr 19 12:46:10 2000 +++ configure Thu May 18 12:22:27 2000 @@ -2638,3 +2638,3 @@ else - CFLAGS="-O2 -Wall $LIBOL_CFLAGS -D_GNU_SOURCE" + CFLAGS="${CFLAGS} -Wall $LIBOL_CFLAGS -D_GNU_SOURCE" YFLAGS="-d" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message