Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2000 23:35:55 +0100 (CET)
From:      Christian Weisgerber <naddy@mips.rhein-neckar.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16358: devel/cflow doesn't honor CFLAGS
Message-ID:  <200001252235.XAA03399@bigeye.rhein-neckar.de>

next in thread | raw e-mail | index | archive | help

>Number:         16358
>Category:       ports
>Synopsis:       devel/cflow doesn't honor CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 25 15:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Unix Users Group Rhein-Neckar
>Environment:

>Description:

The devel/cflow port doesn't honor CFLAGS.

>How-To-Repeat:

>Fix:

This is a minimal fix. The port is in dire need of a general overhaul.

diff -u -Nr /usr/ports/devel/cflow/patches/patch-aa cflow/patches/patch-aa
--- /usr/ports/devel/cflow/patches/patch-aa	Wed Oct  4 13:39:04 1995
+++ cflow/patches/patch-aa	Tue Jan 25 23:26:47 2000
@@ -1,5 +1,5 @@
-*** Makefile.orig	Mon Mar  6 09:00:20 1995
---- Makefile	Fri Sep 29 04:08:35 1995
+*** Makefile.orig	Mon Mar  6 15:00:20 1995
+--- Makefile	Tue Jan 25 23:25:46 2000
 ***************
 *** 5,23 ****
   endif
@@ -48,7 +48,7 @@
   endif
   
 ! DEBUG=-g
-  OPT=-O
+! OPT=-O
 ! CFLAGS=-Wall $(DEBUG) $(OPT) $(DEFS)
   
   # set this to where to install
@@ -61,8 +61,8 @@
   endif
   
 ! #DEBUG=-g
-  OPT=-O
-! CFLAGS=$(DEBUG) $(OPT) $(DEFS)
+! #OPT=-O
+! CFLAGS+=$(DEBUG) $(OPT) $(DEFS)
   
   # set this to where to install
   BINDIR=$(PREFIX)/bin

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001252235.XAA03399>