From jbeich@tormail.net  Fri Nov 25 04:13:13 2011
Return-Path: <jbeich@tormail.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 271A6106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Nov 2011 04:13:13 +0000 (UTC)
	(envelope-from jbeich@tormail.net)
Received: from server2.hudsonvalleyhost.com (server2.hudsonvalleyhost.com [66.7.195.77])
	by mx1.freebsd.org (Postfix) with ESMTP id EBBEA8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Nov 2011 04:13:12 +0000 (UTC)
Received: from tor-exit-router45-readme.formlessnetworking.net ([199.48.147.45]:2213 helo=internal.tormail.net)
	by server2.hudsonvalleyhost.com with esmtpsa (TLSv1:RC4-SHA:128)
	(Exim 4.69)
	(envelope-from <jbeich@tormail.net>)
	id 1RTnA0-000GlV-SQ
	for FreeBSD-gnats-submit@freebsd.org; Thu, 24 Nov 2011 23:13:13 -0500
Received: from jbeich by internal.tormail.net with local (Exim 4.63)
	(envelope-from <jbeich@tormail.net>)
	id 1RTn98-000Mz0-Jk
	for FreeBSD-gnats-submit@freebsd.org; Fri, 25 Nov 2011 04:12:20 +0000
Message-Id: <1RTn98-000Mz0-Jk@internal.tormail.net>
Date: Thu, 24 Nov 2011 19:04:37 -0700
From: Jan Beich <jbeich@tormail.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] games/latrine: respect CFLAGS

>Number:         162864
>Category:       ports
>Synopsis:       [patch] games/latrine: respect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nox
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 25 04:20:05 UTC 2011
>Closed-Date:    Fri Nov 25 21:09:59 UTC 2011
>Last-Modified:  Fri Nov 25 21:09:59 UTC 2011
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
--- cflags.diff begins here ---
Index: games/latrine/Makefile
===================================================================
RCS file: /a/.csup/ports/games/latrine/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- games/latrine/Makefile	11 Apr 2011 08:34:15 -0000	1.9
+++ games/latrine/Makefile	25 Nov 2011 00:45:28 -0000
@@ -15,7 +15,8 @@ MAINTAINER=	nox@FreeBSD.org
 COMMENT=	Curses-based LAnguage TRaINEr
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	"CFLAGS=-I${LOCALBASE}/include -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED" LDFLAGS=-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include -D_XOPEN_SOURCE_EXTENDED
+LDFLAGS+=	-L${LOCALBASE}/lib
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
 USE_NCURSES=	yes
--- cflags.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->nox 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 25 04:20:19 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162864 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162864: commit references a PR
Date: Fri, 25 Nov 2011 19:47:18 +0000 (UTC)

 nox         2011-11-25 19:47:04 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/latrine        Makefile 
   Log:
   - Respect CFLAGS [1]
   - Fix build with clang (I thought I did this already...)
   
   PR:             ports/162864 [1]
   Submitted by:   Jan Beich <jbeich@tormail.net> [1]
   Feature safe:   yes
   
   Revision  Changes    Path
   1.10      +3 -1      ports/games/latrine/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: nox 
State-Changed-When: Fri Nov 25 21:09:58 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162864 
>Unformatted:
