Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 22:26:21 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173798: [PATCH] audio/hawkvoice optionsng
Message-ID:  <201211212226.qALMQLTb078562@red.freebsd.org>
Resent-Message-ID: <201211212230.qALMU128041093@freefall.freebsd.org>

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

>Number:         173798
>Category:       ports
>Synopsis:       [PATCH] audio/hawkvoice optionsng
>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:   Wed Nov 21 22:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Petrik
>Release:        
>Organization:
na
>Environment:
>Description:
OptionsNG Changes
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: hawkvoice/Makefile
===================================================================
--- hawkvoice/Makefile  (revision 305743)
+++ hawkvoice/Makefile  (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   hawkvoice
-# Date created:                2006-03-05
-# Whom:                        Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by:  Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
 # $FreeBSD$
-#

 PORTNAME=      hawkvoice
 PORTVERSION=   0.91
@@ -27,15 +23,15 @@

 WRKSRC=        ${WRKDIR}/HawkVoiceDI/src

-OPTIONS=       OPTIMIZATION    "Enable optimization"   off
+OPTIONS_DEFINE=        OPTIMIZED_CFLAGS

-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>

 .if ${ARCH} == "amd64" || ${ARCH} == "ia64"
 CFLAGS+=       -fPIC -DPIC
 .endif

-.if defined(WITH_OPTIMIZATION)
+.if ${PORT_OPTIONS:MOPTIMIZE_CFLAGS}
 CFLAGS+=       -funroll-all-loops -ffast-math -fomit-frame-pointer -D_GNU_SOURCE -D_REENTRANT
 .endif

@@ -50,4 +46,4 @@
 .endfor
 .endif

-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

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



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