From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 23 15:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0CB434F for ; Sun, 23 Feb 2014 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9646F175C for ; Sun, 23 Feb 2014 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1NFe0OK028835 for ; Sun, 23 Feb 2014 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1NFe05w028834; Sun, 23 Feb 2014 15:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 23 Feb 2014 15:40:00 GMT Resent-Message-Id: <201402231540.s1NFe05w028834@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, Adam Weinberger Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F045A30F for ; Sun, 23 Feb 2014 15:36:06 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCF00173D for ; Sun, 23 Feb 2014 15:36:06 +0000 (UTC) Received: by apnoea.adamw.org (Postfix, from userid 0) id 98E1A11FE8C; Sun, 23 Feb 2014 10:36:05 -0500 (EST) Message-Id: <20140223153605.98E1A11FE8C@apnoea.adamw.org> Date: Sun, 23 Feb 2014 10:36:05 -0500 (EST) From: Adam Weinberger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/186980: [patch] mail/cclient ignores CFLAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Adam Weinberger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 15:40:00 -0000 >Number: 186980 >Category: ports >Synopsis: [patch] mail/cclient ignores CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 23 15:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Adam Weinberger >Release: FreeBSD 10.0-STABLE i386 >Organization: >Environment: System: FreeBSD apnoea.adamw.org 10.0-STABLE FreeBSD 10.0-STABLE #0: Sun Feb 2 21:58:45 EST 2014 root@apnoea.adamw.org:/usr/obj/usr/src/sys/PEEP i386 >Description: cclient uses some bizarre build system---maybe it's normal in Washington. It helpfully clobbers CFLAGS, but we can restore it by simply passing CFLAGS to the Makefile as EXTRACFLAGS. >How-To-Repeat: >Fix: The attached one-line patch solves this problem. --- cclient.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 345738) +++ Makefile (working copy) @@ -48,6 +48,7 @@ .endif WRKSRC= ${WRKDIR}/${DISTNAME} +MAKE_ARGS+= EXTRACFLAGS="${CFLAGS}" SHLIBBASE= c-client4 SHLIBMAJ= 9 --- cclient.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: