svn commit: r337464 - in head: audio/alure audio/fpc-openal audio/freealut audio/hs-ALUT audio/hs-OpenAL audio/py-al audio/py-openal deskutils/xneur devel/allegro-devel devel/love devel/love07 deve...
Gerald Pfeifer
gerald at pfeifer.com
Tue Dec 31 10:40:20 UTC 2013
Antoine Brodin <antoine at FreeBSD.org> wrote:
>Log:
> Convert the tree to USES=openal
>
> Approved by: portmgr (bapt)
>Modified: head/emulators/wine-devel/Makefile
>==============================================================================
>--- head/emulators/wine-devel/Makefile Wed Dec 25 23:24:54
>2013 (r337463)
>+++ head/emulators/wine-devel/Makefile Wed Dec 25 23:29:34
>2013 (r337464)
>@@ -53,6 +53,9 @@ WINEMAKER_DESC= Fully support winemaker
> GECKO_DESC= Bundle Gecko MSI package for Wine
> MONO_DESC= Bundle Mono MSI package for Wine
>
>+# USES needs to be before bsd.port.pre.mk
>+OPENAL_USES= openal
>+
> PORTDATA= l_intl.nls wine.inf
>
> .include <bsd.port.pre.mk>
>@@ -98,7 +101,6 @@ CONFIGURE_ARGS+= --without-xslt
>
> .if ${PORT_OPTIONS:MOPENAL}
> CONFIGURE_ARGS+= --with-openal
>-USE_OPENAL= yes
> .else
> CONFIGURE_ARGS+= --without-openal
> .endif
>
>Modified: head/emulators/wine/Makefile
>==============================================================================
>--- head/emulators/wine/Makefile Wed Dec 25 23:24:54 2013 (r337463)
>+++ head/emulators/wine/Makefile Wed Dec 25 23:29:34 2013 (r337464)
>@@ -58,6 +58,9 @@ WINEMAKER_DESC= Fully support winemaker
> GECKO_DESC= Bundle Gecko MSI package for Wine
> MONO_DESC= Bundle Mono MSI package for Wine
>
>+# USES needs to be before bsd.port.pre.mk
>+OPENAL_USES= openal
>+
> PORTDATA= fonts/ generic.ppd l_intl.nls wine.inf
>
> PORTSCOUT= limitw:1,even
>@@ -105,7 +108,6 @@ CONFIGURE_ARGS+= --without-xslt
>
> .if ${PORT_OPTIONS:MOPENAL}
> CONFIGURE_ARGS+= --with-openal
>-USE_OPENAL= yes
> PLIST_SUB+= OPENAL=""
> .else
> CONFIGURE_ARGS+= --without-openal
Per my earlier mail I am pretty hampered accessing FreeBSD code right now, but...is this really right?
Pulling in OpenAL unconditionally for these two ports looks strange to me; definitely not intuitive.
Gerald
--
Gerald Pfeifer <gerald at pfeifer.com>
More information about the svn-ports-all
mailing list