From mi@kot.ne.mediaone.net  Sat Mar 25 11:04:01 2000
Return-Path: <mi@kot.ne.mediaone.net>
Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190])
	by hub.freebsd.org (Postfix) with ESMTP id 7BBE537B8A8
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Mar 2000 11:03:56 -0800 (PST)
	(envelope-from mi@kot.ne.mediaone.net)
Received: from rtfm.newton (mi@rtfm.newton [10.10.0.1])
	by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id OAA55425
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Mar 2000 14:03:53 -0500 (EST)
Received: (from mi@localhost)
	by rtfm.newton (8.9.3/8.9.3) id OAA41590;
	Sat, 25 Mar 2000 14:03:53 -0500 (EST)
	(envelope-from mi@kot.ne.mediaone.net)
Message-Id: <200003251903.OAA41590@rtfm.newton>
Date: Sat, 25 Mar 2000 14:03:53 -0500 (EST)
From: Mikhail Teterin <mi@kot.ne.mediaone.net>
Reply-To: mi@aldan.algebra.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: x11-toolkit/tk82 port ignores local CFLAGS settings
X-Send-Pr-Version: 3.2

>Number:         17599
>Category:       ports
>Synopsis:       x11-toolkit/tk82 port ignores local CFLAGS settings
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jseger
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 25 11:10:02 PST 2000
>Closed-Date:    Mon Apr 24 06:46:49 PDT 2000
>Last-Modified:  Mon Apr 24 06:46:59 PDT 2000
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	See subject.

>How-To-Repeat:

	Watch the build.

>Fix:
	
The following needs  to be placed into a  patches/patch-something of its
own  or  inserted into  the  existing  patches/patch-ab, which  modifies
Makefile.in already:

--- Makefile.in	Tue Dec 14 23:00:19 1999
+++ Makefile.in	Sat Mar 25 13:53:14 2000
@@ -101,3 +103,3 @@
 #CFLAGS = 		$(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
-CFLAGS = 		@CFLAGS@
+#CFLAGS = 		@CFLAGS@
 

>Release-Note:
>Audit-Trail:

From: Will Andrews <andrews@technologist.com>
To: mi@aldan.algebra.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG,
	Justin Seger <jseger@FreeBSD.ORG>
Subject: Re: ports/17599: x11-toolkit/tk82 port ignores local CFLAGS settings
Date: Sat, 25 Mar 2000 14:16:57 -0500

 On Sat, Mar 25, 2000 at 02:03:53PM -0500, Mikhail Teterin wrote:
 > The following needs  to be placed into a  patches/patch-something of its
 > own  or  inserted into  the  existing  patches/patch-ab, which  modifies
 > Makefile.in already:
 > 
 > --- Makefile.in	Tue Dec 14 23:00:19 1999
 > +++ Makefile.in	Sat Mar 25 13:53:14 2000
 > @@ -101,3 +103,3 @@
 >  #CFLAGS = 		$(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
 > -CFLAGS = 		@CFLAGS@
 > +#CFLAGS = 		@CFLAGS@
 
 Even better:
 
 CFLAGS ?=       @CFLAGS@
 
 Justin, can I review this and commit the fix?
 
 -- 
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 
Responsible-Changed-From-To: freebsd-ports->jseger 
Responsible-Changed-By: knu 
Responsible-Changed-When: Sun Apr 16 23:13:43 JST 2000 
Responsible-Changed-Why:  
Over to MAINTAINER 
State-Changed-From-To: open->closed 
State-Changed-By: jseger 
State-Changed-When: Mon Apr 24 06:46:49 PDT 2000 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
