Bug 180585 - [patch] audio/opus: drop unnecessary processing by including bsd.port.pre.mk
Summary: [patch] audio/opus: drop unnecessary processing by including bsd.port.pre.mk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-16 01:50 UTC by Jason Helfman
Modified: 2013-09-19 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (461 bytes, patch)
2013-07-16 01:50 UTC, Jason Helfman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman freebsd_committer freebsd_triage 2013-07-16 01:50:00 UTC
bsd.port.options.mk can handle testing of arch, and is far less expensive then inclusion of bsd.port.pre.mk
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-16 01:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2013-09-19 16:30:25 UTC
State Changed
From-To: open->closed

Committed after discussion on freebsd-ports.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-19 16:30:28 UTC
Author: naddy
Date: Thu Sep 19 15:30:16 2013
New Revision: 327632
URL: http://svnweb.freebsd.org/changeset/ports/327632

Log:
  bsd.port.options.mk can handle testing of ARCH, and is less expensive
  then inclusion of bsd.port.pre.mk
  
  PR:		180585
  Submitted by:	jgh

Modified:
  head/audio/opus/Makefile

Modified: head/audio/opus/Makefile
==============================================================================
--- head/audio/opus/Makefile	Thu Sep 19 15:22:39 2013	(r327631)
+++ head/audio/opus/Makefile	Thu Sep 19 15:30:16 2013	(r327632)
@@ -21,10 +21,10 @@ CONFIGURE_ARGS=	--enable-custom-modes \
 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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"