From owner-svn-ports-head@FreeBSD.ORG Fri Jun 14 22:25:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6F5535A2; Fri, 14 Jun 2013 22:25:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 60CA31BCE; Fri, 14 Jun 2013 22:25:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5EMPrVt000951; Fri, 14 Jun 2013 22:25:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5EMPrmp000946; Fri, 14 Jun 2013 22:25:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306142225.r5EMPrmp000946@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 14 Jun 2013 22:25:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320972 - in head/audio: dumb dumb-allegro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 22:25:53 -0000 Author: bapt Date: Fri Jun 14 22:25:52 2013 New Revision: 320972 URL: http://svnweb.freebsd.org/changeset/ports/320972 Log: Finish convertion to new options framework Modified: head/audio/dumb-allegro/Makefile head/audio/dumb/Makefile Modified: head/audio/dumb-allegro/Makefile ============================================================================== --- head/audio/dumb-allegro/Makefile Fri Jun 14 22:25:13 2013 (r320971) +++ head/audio/dumb-allegro/Makefile Fri Jun 14 22:25:52 2013 (r320972) @@ -1,11 +1,7 @@ -# New ports collection makefile for: audio/dumb-allegro -# Date created: 13 Oct 2009 -# Whom: Stas Timokhin -# +# Created by: Stas Timokhin # $FreeBSD$ -# -WITH_ALLEGRO= yes +OPTIONS_SLAVE= ALLEGRO MASTERDIR= ${.CURDIR}/../dumb .include "${MASTERDIR}/Makefile" Modified: head/audio/dumb/Makefile ============================================================================== --- head/audio/dumb/Makefile Fri Jun 14 22:25:13 2013 (r320971) +++ head/audio/dumb/Makefile Fri Jun 14 22:25:52 2013 (r320972) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dumb -# Date created: 26 January 2005 -# Whom: Andreas Kohn -# +# Created by: Andreas Kohn # $FreeBSD$ -# PORTNAME= dumb PORTVERSION= 0.9.3 @@ -40,7 +36,7 @@ CFLAGS+= -fPIC pre-configure: @${CP} ${FILESDIR}/config.txt ${WRKSRC}/make @${REINPLACE_CMD} -e "s,@LOCALBASE@,${LOCALBASE}," ${WRKSRC}/make/config.txt -.if defined(WITH_ALLEGRO) +.if ${PORT_OPTIONS:MALLEGRO} @${REINPLACE_CMD} -e "s,@ALLEGRO@,," ${WRKSRC}/make/config.txt .else @${REINPLACE_CMD} -e "s,@ALLEGRO@,#," ${WRKSRC}/make/config.txt