Bug 142123 - exp-run request for audio/openal -> audio/openal-soft switch
Summary: exp-run request for audio/openal -> audio/openal-soft switch
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-29 11:00 UTC by Marcus von Appen
Modified: 2010-01-25 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (59.14 KB, patch)
2009-12-29 11:00 UTC, Marcus von Appen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcus von Appen freebsd_committer freebsd_triage 2009-12-29 11:00:09 UTC
	To keep the broken package count low for the proposed
	audio/openal -> audio/openal-soft switch, I'd like to have an
	exp-run for the patch set below.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-29 11:00:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mva

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-29 11:00:27 UTC
Maintainer of audio/openal,

Please note that PR ports/142123 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142123

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-29 11:00:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Marcus von Appen freebsd_committer freebsd_triage 2009-12-29 16:00:24 UTC
State Changed
From-To: feedback->open

Issued by myself, so it is fine.
Comment 5 Marcus von Appen freebsd_committer freebsd_triage 2009-12-29 16:01:53 UTC
Responsible Changed
From-To: mva->portmgr

Over to portmgr for the exp-run.
Comment 6 Pav Lucistnik freebsd_committer freebsd_triage 2010-01-25 19:13:10 UTC
State Changed
From-To: open->closed

Committed, thanks
Comment 7 dfilter service freebsd_committer freebsd_triage 2010-01-25 19:15:32 UTC
pav         2010-01-25 19:15:18 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
    audio/freealut       Makefile 
    audio/hs-ALUT        Makefile 
    audio/hs-OpenAL      Makefile 
    audio/py-openal      Makefile 
    audio/py-openal/files patch-setup.py 
    deskutils/xneur      Makefile 
    devel/allegro-devel  Makefile 
    devel/sfml           Makefile 
    devel/simgear        Makefile 
    emulators/bsnes      Makefile 
    games/allacrost      Makefile 
    games/apricots       Makefile 
    games/assaultcube    Makefile 
    games/atr3d          Makefile 
    games/battletanks    Makefile 
    games/blackshadeselite Makefile 
    games/chromium-bsu   Makefile 
    games/deng           Makefile 
    games/el             Makefile 
    games/ember          Makefile 
    games/evq3           Makefile 
    games/excido         Makefile 
    games/flightgear     Makefile 
    games/freeorion      Makefile 
    games/gemrb          Makefile 
    games/glest          Makefile 
    games/ioquake3       Makefile 
    games/iourbanterror  Makefile 
    games/kmquake2       Makefile 
    games/linwarrior     Makefile 
    games/openarena      Makefile 
    games/openastromenace Makefile 
    games/rigsofrods     Makefile 
    games/scorched3d     Makefile 
    games/spring         Makefile 
    games/supertuxkart   Makefile 
    games/tnl            Makefile 
    games/torcs          Makefile 
    games/toycars        Makefile 
    games/tremulous      Makefile 
    games/trigger        Makefile 
    games/ultimatestunts Makefile 
    games/uqm            Makefile 
    games/vamos          Makefile 
    games/vavoom         Makefile 
    games/vegastrike     Makefile 
    games/warsow         Makefile 
    games/warzone2100    Makefile 
    games/windstille     Makefile 
    games/worldofpadman  Makefile 
    games/xpilot-ng-server Makefile 
    graphics/Coin        Makefile 
    graphics/blender     Makefile 
    graphics/crystalspace Makefile 
    graphics/py-pyglet   Makefile 
    graphics/py-soya3d   Makefile 
    graphics/reallyslick Makefile 
  Added files:
    games/evq3/files     patch-code_client_snd_openal.c 
    games/ioquake3/files patch-code-client-snd_openal.c 
    games/iourbanterror/files patch-code_client_snd_openal.c 
    games/openarena/files patch-code_client_snd_openal.c 
    games/scorched3d/files patch-configure-al.m4 
    games/tremulous/files patch-src_client_snd_openal.c 
    games/warsow/files   patch-snd_openal_snd_main.c 
    games/worldofpadman/files patch-code_client_snd_openal.c 
  Log:
  - Introduce USE_OPENAL variable for OpenAL consumers
  - Switch to openal-soft as a default OpenAL implementation
  
  PR:             ports/142123
  Submitted by:   mva
  Tested by:      pointyhat exp-run
  Approved by:    portmgr (hat)
  
  Revision  Changes    Path
  1.634     +84 -1     ports/Mk/bsd.port.mk
  1.8       +2 -3      ports/audio/freealut/Makefile
  1.2       +2 -2      ports/audio/hs-ALUT/Makefile
  1.2       +2 -1      ports/audio/hs-OpenAL/Makefile
  1.12      +2 -4      ports/audio/py-openal/Makefile
  1.5       +10 -5     ports/audio/py-openal/files/patch-setup.py
  1.14      +2 -1      ports/deskutils/xneur/Makefile
  1.39      +2 -2      ports/devel/allegro-devel/Makefile
  1.4       +2 -2      ports/devel/sfml/Makefile
  1.35      +3 -4      ports/devel/simgear/Makefile
  1.6       +2 -1      ports/emulators/bsnes/Makefile
  1.16      +2 -2      ports/games/allacrost/Makefile
  1.9       +2 -3      ports/games/apricots/Makefile
  1.9       +2 -3      ports/games/assaultcube/Makefile
  1.34      +2 -2      ports/games/atr3d/Makefile
  1.10      +2 -2      ports/games/battletanks/Makefile
  1.7       +3 -4      ports/games/blackshadeselite/Makefile
  1.26      +2 -3      ports/games/chromium-bsu/Makefile
  1.28      +3 -2      ports/games/deng/Makefile
  1.24      +3 -4      ports/games/el/Makefile
  1.52      +2 -3      ports/games/ember/Makefile
  1.17      +2 -2      ports/games/evq3/Makefile
  1.1       +11 -0     ports/games/evq3/files/patch-code_client_snd_openal.c (new)
  1.11      +3 -4      ports/games/excido/Makefile
  1.64      +3 -3      ports/games/flightgear/Makefile
  1.21      +2 -2      ports/games/freeorion/Makefile
  1.9       +3 -3      ports/games/gemrb/Makefile
  1.25      +3 -4      ports/games/glest/Makefile
  1.19      +2 -2      ports/games/ioquake3/Makefile
  1.1       +11 -0     ports/games/ioquake3/files/patch-code-client-snd_openal.c (new)
  1.19      +2 -2      ports/games/iourbanterror/Makefile
  1.1       +11 -0     ports/games/iourbanterror/files/patch-code_client_snd_openal.c (new)
  1.15      +2 -2      ports/games/kmquake2/Makefile
  1.8       +2 -3      ports/games/linwarrior/Makefile
  1.8       +2 -2      ports/games/openarena/Makefile
  1.1       +11 -0     ports/games/openarena/files/patch-code_client_snd_openal.c (new)
  1.8       +3 -4      ports/games/openastromenace/Makefile
  1.10      +3 -2      ports/games/rigsofrods/Makefile
  1.45      +3 -4      ports/games/scorched3d/Makefile
  1.1       +31 -0     ports/games/scorched3d/files/patch-configure-al.m4 (new)
  1.28      +2 -1      ports/games/spring/Makefile
  1.4       +3 -3      ports/games/supertuxkart/Makefile
  1.10      +3 -4      ports/games/tnl/Makefile
  1.39      +3 -4      ports/games/torcs/Makefile
  1.15      +2 -4      ports/games/toycars/Makefile
  1.15      +2 -2      ports/games/tremulous/Makefile
  1.1       +11 -0     ports/games/tremulous/files/patch-src_client_snd_openal.c (new)
  1.19      +3 -4      ports/games/trigger/Makefile
  1.11      +2 -4      ports/games/ultimatestunts/Makefile
  1.23      +2 -2      ports/games/uqm/Makefile
  1.53      +3 -3      ports/games/vamos/Makefile
  1.50      +2 -1      ports/games/vavoom/Makefile
  1.14      +2 -2      ports/games/vegastrike/Makefile
  1.18      +2 -1      ports/games/warsow/Makefile
  1.1       +11 -0     ports/games/warsow/files/patch-snd_openal_snd_main.c (new)
  1.33      +2 -1      ports/games/warzone2100/Makefile
  1.12      +3 -3      ports/games/windstille/Makefile
  1.13      +2 -2      ports/games/worldofpadman/Makefile
  1.1       +11 -0     ports/games/worldofpadman/files/patch-code_client_snd_openal.c (new)
  1.19      +2 -2      ports/games/xpilot-ng-server/Makefile
  1.34      +3 -2      ports/graphics/Coin/Makefile
  1.38      +2 -2      ports/graphics/blender/Makefile
  1.41      +2 -3      ports/graphics/crystalspace/Makefile
  1.2       +3 -2      ports/graphics/py-pyglet/Makefile
  1.33      +2 -3      ports/graphics/py-soya3d/Makefile
  1.20      +2 -1      ports/graphics/reallyslick/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"