Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jul 2012 22:43:03 +0100 (BST)
From:      Anton Shterenlikht <mexas@bristol.ac.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169704: [patch] attn: portmgr, add PROFILE to bsd.options.desc.mk
Message-ID:  <201207072143.q67Lh3BU083768@mech-cluster241.men.bris.ac.uk>
Resent-Message-ID: <201207072150.q67Lo1P1055496@freefall.freebsd.org>

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

>Number:         169704
>Category:       ports
>Synopsis:       [patch] attn: portmgr, add PROFILE to bsd.options.desc.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 07 21:50:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anton Shterenlikht
>Release:        FreeBSD 10.0-CURRENT ia64
>Organization:
University of Bristol, UK 
>Environment:
System: FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r237134: Mon Jun 18 09:02:17 BST 2012 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64


	
>Description:

Quite a few ports use PROFILE option, e.g.:

/usr/ports/math/cblas/Makefile:OPTIONS= PROFILE "Build profiling libraries" Off \
/usr/ports/math/eispack/Makefile:OPTIONS=       PROFILE "Build and install a profiling library" Off
/usr/ports/math/lapack/Makefile:OPTIONS=        PROFILE "Build profiling libraries" Off \
/usr/ports/math/lapacke/Makefile:.if defined(WITH_PROFILE)
/usr/ports/math/levmar/Makefile:OPTIONS=        PROFILE "Build a profiling library" Off
/usr/ports/math/lrng/Makefile:OPTIONS=  PROFILE "Build a profiling library" OFF
/usr/ports/math/randlib/Makefile:MAKE_ENV=      NO_PROFILE=true
/usr/ports/math/slatec/Makefile:OPTIONS=        PROFILE "Build a profiling library" Off
/usr/ports/math/spblas/Makefile:OPTIONS=        PROFILE "Build and install a profiling library" Off
/usr/ports/lang/ghc/Makefile:OPTIONS=   PROFILE "Compile for profiling as well" on \

There might be more.

	
>How-To-Repeat:
	
>Fix:

This patch adds this option to bsd.options.desc.mk:

--- bsd.options.desc.mk 2012-07-07 19:58:46.000000000 +0100
+++ bsd.options.desc.mk-new     2012-07-07 20:20:31.000000000 +0100
@@ -186,6 +186,7 @@
 PORTAUDIO_DESC?=       PortAudio support
 POSTGIS_DESC?=         postgis support
 PRINT_DESC?=           Printer support
+PROFILE?=              Build and install a profiling library
 PROJ_DESC?=            PROJ.4 support 
 PROXY_DESC?=           Proxy support
 PTH_DESC?=             Use GNU Pth for threading/multiprocessing

	


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



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