From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 12:05:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E297E1065687; Sat, 8 Sep 2012 12:05:35 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 64A838FC21; Sat, 8 Sep 2012 12:05:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88C5ZKO082039; Sat, 8 Sep 2012 12:05:35 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88C5ZRQ082036; Sat, 8 Sep 2012 12:05:35 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209081205.q88C5ZRQ082036@svn.freebsd.org> From: Emanuel Haupt Date: Sat, 8 Sep 2012 12:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303897 - head/audio/uade X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 12:05:36 -0000 Author: ehaupt Date: Sat Sep 8 12:05:34 2012 New Revision: 303897 URL: http://svn.freebsd.org/changeset/ports/303897 Log: - Use OPTIONSng - Remove deprecated header information Modified: head/audio/uade/Makefile head/audio/uade/pkg-plist Modified: head/audio/uade/Makefile ============================================================================== --- head/audio/uade/Makefile Sat Sep 8 11:55:36 2012 (r303896) +++ head/audio/uade/Makefile Sat Sep 8 12:05:34 2012 (r303897) @@ -1,9 +1,4 @@ -# New ports collection makefile for: uade -# Date created: 12 Oct 2002 -# Whom: Martin Blapp -# # $FreeBSD$ -# PORTNAME= uade PORTVERSION= 2.13 @@ -15,7 +10,7 @@ MASTER_SITES= http://zakalwe.fi/uade/uad MAINTAINER= ehaupt@FreeBSD.org COMMENT= Unix Amiga Delitracker Emulator -LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao +LIB_DEPENDS= ao:${PORTSDIR}/audio/libao HAS_CONFIGURE= yes USE_BZIP2= yes @@ -36,27 +31,28 @@ PORTDOCS= BUGS PLANS REDUNDANT_REPLAYERS play_loop_state_diagram.dia play_loop_state_diagram.eps \ play_loop_state_diagram.txt uade.html -OPTIONS= TEXT_SCOPE "Audio register debug mode" off \ - UADEFS "FUSE filesystem" off \ - XMMS "XMMS plugin" off +OPTIONS_DEFINE= TEXTSCOPE FUSE XMMS -.include +TEXTSCOPE_DESC= Audio register debug mode +XMMS_DESC= XMMS plugin -.if !defined(WITHOUT_TEXT_SCOPE) +.include + +.if ${PORT_OPTIONS:MTEXTSCOPE} CONFIGURE_ARGS+=--with-text-scope .endif -.if !defined(WITHOUT_UADEFS) -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs +.if ${PORT_OPTIONS:MFUSE} +LIB_DEPENDS+= fuse:${PORTSDIR}/sysutils/fusefs-libs MAN1+= uadefs.1 -PLIST_SUB+= UADEFS="" +PLIST_SUB+= FUSE="" .else CONFIGURE_ARGS+=--without-uadefs -PLIST_SUB+= UADEFS="@comment " +PLIST_SUB+= FUSE="@comment " .endif -.if !defined(WITHOUT_XMMS) -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +.if ${PORT_OPTIONS:MXMMS} +LIB_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms PLIST_SUB+= XMMS="" .else CONFIGURE_ARGS+=--without-xmms @@ -77,4 +73,4 @@ post-install: .endfor .endif -.include +.include Modified: head/audio/uade/pkg-plist ============================================================================== --- head/audio/uade/pkg-plist Sat Sep 8 11:55:36 2012 (r303896) +++ head/audio/uade/pkg-plist Sat Sep 8 12:05:34 2012 (r303897) @@ -1,6 +1,6 @@ bin/mod2ogg2.sh bin/uade123 -%%UADEFS%%bin/uadefs +%%FUSE%%bin/uadefs %%XMMS%%bin/uadexmmsadd lib/uade2/uadecore %%XMMS%%lib/xmms/Input/libuade2.so