The attached shar contains updated version of jack and several other ports that depend on the new jack. These ports won't build with the jack version currently in the tree; neither will the versions currently in the tree build with the updated jack. The reason for this is that between 0.103.3 (currently in ports) and 0.109.2 there was an api change (relevant only to JACK MIDI applications, irrelevant to ordinary JACK audio). This upgrade was done without changing the shared library version (it's still jack.so.0). It's impossible to upgrade audio/ardour and commit audio/patchage port without updating jack. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-multimedia->trasz I'll take it.
trasz 2008-11-08 12:03:15 UTC FreeBSD ports repository Modified files: audio/zynaddsubfx Makefile audio/zynaddsubfx/files patch-Output-JACKaudiooutput.C Log: Fix build after recent audio/jack update. PR: ports/125900 Revision Changes Path 1.6 +8 -9 ports/audio/zynaddsubfx/Makefile 1.2 +11 -4 ports/audio/zynaddsubfx/files/patch-Output-JACKaudiooutput.C _______________________________________________ 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"
trasz 2008-11-08 12:05:21 UTC FreeBSD ports repository Modified files: audio/specimen Makefile Added files: audio/specimen/files patch-src-jackdriver.c Log: Fix build after recent audio/jack update. PR: ports/125900 Revision Changes Path 1.7 +6 -1 ports/audio/specimen/Makefile 1.1 +20 -0 ports/audio/specimen/files/patch-src-jackdriver.c (new) _______________________________________________ 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"
trasz 2008-11-08 12:09:28 UTC FreeBSD ports repository Modified files: audio/ghostess Makefile audio/ghostess/files patch-src-ghostess.c Log: Fix build after recent audio/jack update. PR: ports/125900 Revision Changes Path 1.6 +7 -2 ports/audio/ghostess/Makefile 1.2 +20 -2 ports/audio/ghostess/files/patch-src-ghostess.c _______________________________________________ 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"
trasz 2008-11-09 07:54:26 UTC FreeBSD ports repository Modified files: audio/dino Makefile Added files: audio/dino/files patch-src-libdinoseq-mididbuffer.cpp patch-src-libdinoseq-sequencer.cpp Log: Fix build after audio/jack update. PR: ports/125900 Revision Changes Path 1.6 +6 -1 ports/audio/dino/Makefile 1.1 +20 -0 ports/audio/dino/files/patch-src-libdinoseq-mididbuffer.cpp (new) 1.1 +24 -0 ports/audio/dino/files/patch-src-libdinoseq-sequencer.cpp (new) _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!