ports/113249: [patch] emulators/vba PROFILING knob uses wrong configure argument

Dylan Leigh dleigh at cs.rmit.edu.au
Sat Jun 2 12:00:12 UTC 2007


>Number:         113249
>Category:       ports
>Synopsis:       [patch] emulators/vba PROFILING knob uses wrong configure argument
>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:   Sat Jun 02 12:00:10 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dylan Leigh
>Release:        6.2-STABLE
>Organization:
>Environment:
FreeBSD clarence.dylanleigh.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jun  2 03:47:42 EST 2007 amd64

>Description:
VBA's configure enables profiling by default; the ports makefile adds "--without-profiling" if "PROFILING" is not set, but the correct argument to disable it is "--disable-profiling" so profiling will be enabled regardless.
>How-To-Repeat:
cd /usr/ports/emulators/vba/
make build
[vba will build with profiling enabled (-DPROFILING)]
>Fix:
--- /root/vba.Makefile.old      Sat Jun  2 21:17:06 2007
+++ Makefile    Sat Jun  2 21:30:56 2007
@@ -54,7 +54,7 @@
 .endif

 .ifndef(PROFILING)
-CONFIGURE_ARGS+=       --without-profiling
+CONFIGURE_ARGS+=       --disable-profiling
 .endif

 pre-everything::

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



More information about the freebsd-ports-bugs mailing list