Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2013 00:49:01 GMT
From:      Jason Helfman <jgh@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/180585: [patch] audio/opus: drop unnecessary processing by including bsd.port.pre.mk
Message-ID:  <201307160049.r6G0n1Le069280@freefall.freebsd.org>
Resent-Message-ID: <201307160050.r6G0o02U069339@freefall.freebsd.org>

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

>Number:         180585
>Category:       ports
>Synopsis:       [patch] audio/opus: drop unnecessary processing by including bsd.port.pre.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:   Tue Jul 16 00:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r253323: Sat Jul 13 18:26:21 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64


	
>Description:
bsd.port.options.mk can handle testing of arch, and is far less expensive then inclusion of bsd.port.pre.mk

>How-To-Repeat:
	
>Fix:

Index: audio/opus/Makefile
===================================================================
--- audio/opus/Makefile	(revision 323084)
+++ audio/opus/Makefile	(working copy)
@@ -22,10 +22,10 @@
 regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${ARCH} == "arm"
 CONFIGURE_ARGS+=--enable-fixed-point
 .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?201307160049.r6G0n1Le069280>