From owner-svn-ports-all@FreeBSD.ORG Sat Aug 9 18:40:33 2014 Return-Path: Delivered-To: svn-ports-all@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 CB0BDE08 for ; Sat, 9 Aug 2014 18:40:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0BC229BD for ; Sat, 9 Aug 2014 18:40:33 +0000 (UTC) Received: from adamw (uid 959) (envelope-from adamw@FreeBSD.org) id 2ef1 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sat, 09 Aug 2014 18:40:33 +0000 From: Adam Weinberger Date: Sat, 9 Aug 2014 18:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364462 - head/misc/tempcontrol X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e66b21.2ef1.5ecdf41f@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2014 18:40:33 -0000 Author: adamw Date: Sat Aug 9 18:40:33 2014 New Revision: 364462 URL: http://svnweb.freebsd.org/changeset/ports/364462 QAT: https://qat.redports.org/buildarchive/r364462/ Log: Honour CPPFLAGS and LDFLAGS to fix readline support on current. Modified: head/misc/tempcontrol/Makefile Modified: head/misc/tempcontrol/Makefile ============================================================================== --- head/misc/tempcontrol/Makefile Sat Aug 9 18:37:19 2014 (r364461) +++ head/misc/tempcontrol/Makefile Sat Aug 9 18:40:33 2014 (r364462) @@ -12,7 +12,8 @@ COMMENT= Temperature control for ferment LICENSE= BSD2CLAUSE USES= readline -MAKE_ARGS= CFLAGS="${CFLAGS} -Wall -Wno-parentheses" +MAKE_ARGS= CFLAGS="${CFLAGS} -Wall -Wno-parentheses ${CPPFLAGS}" \ + LFLAGS="${LDFLAGS}" NO_WRKSUBDIR= yes PLIST_FILES= bin/tempcontrol share/tempcontrol/temperaturecontrolrc.sample \