Bug 172467 - [MAINTAINER] audio/libaacplus: fix OptionsNG
Summary: [MAINTAINER] audio/libaacplus: fix OptionsNG
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: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-08 01:50 UTC by takefu
Modified: 2012-10-08 02:10 UTC (History)
0 users

See Also:


Attachments
libaacplus.patch (570 bytes, patch)
2012-10-08 01:50 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2012-10-08 01:50:15 UTC
- fix OptionsNG
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2012-10-08 01:58:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2012-10-08 02:08:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-10-08 02:08:04 UTC
Author: eadler
Date: Mon Oct  8 01:07:51 2012
New Revision: 305513
URL: http://svn.freebsd.org/changeset/ports/305513

Log:
  Convert to OptionsNG
  Trim the headers
  
  PR:	ports/172467
  Submitted by:	Takefu <takefu@airport.fm> (maintainer)

Modified:
  head/audio/libaacplus/Makefile

Modified: head/audio/libaacplus/Makefile
==============================================================================
--- head/audio/libaacplus/Makefile	Sun Oct  7 23:21:40 2012	(r305512)
+++ head/audio/libaacplus/Makefile	Mon Oct  8 01:07:51 2012	(r305513)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libaacplus
-# Date created:		2010-05-18
-# Whom:			takefu
-#
+# Created by: takefu <takefu@airport.fm>
 # $FreeBSD$
-#
 
 PORTNAME=	libaacplus
 PORTVERSION=	2.0.2
@@ -39,11 +35,13 @@ LIBTOOLIZE_ARGS=--automake
 
 MAN1=		aacplusenc.1
 
-OPTIONS=	FFTW3	"USE_FFTW3"		on
+OPTIONS_DEFINE=	FFTW3
+OPTIONS_DEFAULT=	FFTW3
+FFTW3_DESC=	Use FFTW3
 
 .include <bsd.port.options.mk>
 
-.if !defined(WITHOUT_FFTW3)
+.if ${PORT_OPTIONS:MFFTW3}
 LIB_DEPENDS+=	fftw3:${PORTSDIR}/math/fftw3\
 		fftw3f:${PORTSDIR}/math/fftw3-float
 CONFIGURE_ARGS+=--with-fftw3=yes \
_______________________________________________
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"