Date: Tue, 30 Oct 2012 01:45:00 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/173203: [MAINTAINER] emulators/zsnes: update to OptionsNG Message-ID: <20121030054500.E55BB2845D@kirby.cyberbotx.com> Resent-Message-ID: <201210300550.q9U5o0mQ037374@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 173203 >Category: ports >Synopsis: [MAINTAINER] emulators/zsnes: update to OptionsNG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 30 05:50:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.3-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct 1 19:56:21 EDT >Description: - Update to OptionsNG. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- zsnes-1.51_8,1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/emulators/zsnes/Makefile ./Makefile --- /usr/ports/emulators/zsnes/Makefile 2012-10-07 17:07:44.000000000 -0400 +++ ./Makefile 2012-10-29 22:07:00.000000000 -0400 @@ -1,9 +1,5 @@ -# New ports collection makefile for: zsnes -# Date created: Fri May 4 13:10:11 CEST 2001 -# Whom: Stijn Hoop <stijn@win.tue.nl> -# +# Created by: Stijn Hoop <stijn@win.tue.nl> # $FreeBSD: head/emulators/zsnes/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= zsnes PORTVERSION= 1.51 @@ -25,11 +21,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}/src -OPTIONS= X11 "Enable X11 video driver" on \ - OPENGL "Enable OpenGL video driver" off \ - DEBUGGER "Enable ZSNES debugger" off \ - JMA "Enable JMA support" on \ - LIBAO "Enable libao support" off +NO_OPTIONS_SORT= yes +OPTIONS_DEFINE= X11 OPENGL DEBUGGER JMA AO +OPTIONS_DEFAULT= X11 JMA +DEBUGGER_DESC= ZSNES Debugger +JMA_DESC= JMA support USE_BZIP2= yes USE_SDL= sdl @@ -46,34 +42,34 @@ .include <bsd.port.options.mk> -.if defined(WITH_DEBUGGER) +.if ${PORT_OPTIONS:MDEBUGGER} CONFIGURE_ARGS+= --enable-debugger .else CONFIGURE_ARGS+= --disable-debugger .endif -.if defined(WITH_JMA) +.if ${PORT_OPTIONS:MJMA} CONFIGURE_ARGS+= --enable-jma .else CONFIGURE_ARGS+= --disable-jma .endif -.if defined(WITHOUT_X11) +.if ${PORT_OPTIONS:MX11} +CONFIGURE_ARGS+= --with-x +.else CONFIGURE_ARGS+= --without-x PKGNAMESUFFIX= -nox11 -.else -CONFIGURE_ARGS+= --with-x .endif -.if defined(WITH_OPENGL) +.if ${PORT_OPTIONS:MOPENGL} USE_GL= yes CONFIGURE_ARGS+= --enable-opengl .else CONFIGURE_ARGS+= --disable-opengl .endif -.if defined(WITH_LIBAO) -LIB_DEPENDS+= ao.4:${PORTSDIR}/audio/libao +.if ${PORT_OPTIONS:MAO} +LIB_DEPENDS+= ao:${PORTSDIR}/audio/libao CONFIGURE_ARGS+= --enable-libao .else CONFIGURE_ARGS+= --disable-libao --- zsnes-1.51_8,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121030054500.E55BB2845D>