From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 13 03:10:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5103106568D for ; Tue, 13 Oct 2009 03:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9C01D8FC1B for ; Tue, 13 Oct 2009 03:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9D3A1PE080221 for ; Tue, 13 Oct 2009 03:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9D3A1sd080220; Tue, 13 Oct 2009 03:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 13 Oct 2009 03:10:01 GMT Resent-Message-Id: <200910130310.n9D3A1sd080220@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sahil Tandon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73D861065670 for ; Tue, 13 Oct 2009 03:02:28 +0000 (UTC) (envelope-from sahil@spartan.hamla.org) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 63C518FC16 for ; Tue, 13 Oct 2009 03:02:28 +0000 (UTC) Received: by spartan.hamla.org (Postfix, from userid 1001) id 615071709C; Mon, 12 Oct 2009 22:45:39 -0400 (EDT) Message-Id: <20091013024539.615071709C@spartan.hamla.org> Date: Mon, 12 Oct 2009 22:45:39 -0400 (EDT) From: Sahil Tandon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139555: [PATCH] mail/rmilter: fix configure error as reported by QATty X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2009 03:10:01 -0000 >Number: 139555 >Category: ports >Synopsis: [PATCH] mail/rmilter: fix configure error as reported by QATty >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 13 03:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: ./configure script fails as reported by QATty: http://qatty.tecnik93.com//errors/7-STABLE-FPT-CustDir/rmilter-1.5.18.log >How-To-Repeat: >Fix: --- rmilter.txt begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/rmilter/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 14 Aug 2009 15:01:44 -0000 1.3 +++ Makefile 13 Oct 2009 02:18:24 -0000 @@ -16,6 +16,9 @@ PLIST_FILES= sbin/rmilter etc/rc.d/rmilter.sh etc/rmilter.conf.sample HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ + CPPFLAGS="-I${LOCALBASE}/include" .ifdef WITH_DEBUG CONFIGURE_ARGS+= --enable-debug --- rmilter.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: