head 1.4; access; symbols pkgsrc-2019Q1:1.3.0.32 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.30 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.28 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.26 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.24 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.22 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.3.0.20 pkgsrc-2017Q3-base:1.3 pkgsrc-2017Q2:1.3.0.16 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.14 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.12 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.10 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.8 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.6 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.4 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.2 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.2.0.54 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.52 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.50 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.48 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.46 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.44 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.42 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.40 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.38 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.36 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.32 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.30 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.28 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.26 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.24 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.22 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.20 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.18 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.16 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.14 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.12 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.8 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.6 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.4 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.4 date 2019.06.15.08.21.32; author adam; state dead; branches; next 1.3; commitid dDKojU8MVhFccgrB; 1.3 date 2015.07.04.16.18.28; author joerg; state Exp; branches; next 1.2; commitid EoZkjndZ4qhBbZry; 1.2 date 2008.11.16.11.22.55; author bjs; state Exp; branches; next 1.1; 1.1 date 2008.07.31.03.58.05; author bjs; state Exp; branches; next ; desc @@ 1.4 log @jack: updated to 0.125.0 0.125.0: Bug fixes @ text @$NetBSD: patch-ak,v 1.3 2015/07/04 16:18:28 joerg Exp $ Yuck. At least let's attempt to make this somewhat sane. When I have the time and figure out the Right Thing(tm) to do, perhaps I'll rewrite some of the shm code. --- libjack/unlock.c.orig 2008-11-11 17:36:29.000000000 -0500 +++ libjack/unlock.c @@@@ -44,8 +44,9 @@@@ static char* whitelist[] = { static char* library_roots[] = { "/lib", "/usr/lib", + "@@PREFIX@@", /* pkgsrc prefix */ + "@@X11BASE@@/lib", "/usr/local/lib", - "/usr/X11R6/lib", "/opt/lib", /* solaris-y */ "/opt/local/lib", /* common on OS X */ NULL @@@@ -63,7 +64,7 @@@@ cleanup_mlock () int whoknows; int looks_like_library; - snprintf (path, sizeof(path), "/proc/%d/maps", getpid()); + snprintf (path, sizeof(path), "@@JACKD_PROCFS_PATH@@/%d/maps", getpid()); if ((map = fopen (path, "r")) == NULL) { jack_error ("can't open map file"); @ 1.3 log @Remove USE_X11BASE and X11PREFIX. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.2 2008/11/16 11:22:55 bjs Exp $ @ 1.2 log @Update to jack-0.115.1 (from SVN). Changes: pulled in a patch to [hopefully] correct errant behavior wrt: non-blocking I/O and sockets. This is presently untested, however. Also, with this snapshot we at least have the hope that the network facility works. Includes other miscellaneous bug fixes, also. While here, explicitly enable coreaudio on Darwin and add a PLIST entry for its driver module. This is also untested, but at least installation on Darwin will not fail due to an incorrect PLIST. Also, include ../../mk/dlopen.buildlink3.mk in our bl3.mk in order to heed DLOPEN_REQUIRE_PTHREADS. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.1 2008/07/31 03:58:05 bjs Exp $ d14 1 a14 1 + "@@X11PREFIX@@/lib", @ 1.1 log @Move audio/jack-devel to audio/jack: jack 0.100.0 was broken on many platforms and a hideous anachronism. On NetBSD-current/i386 and amd64, at least, I can say that this package works very well. If you have issues with the audio skipping and are running NetBSD 4.99.x, try updating to rev. 1.241 of sys/dev/audio.c; the changes to audio_poll() and the pause attribute handling (in large part thanks to help from jakemsr@@openbsd.org) are important for proper functioning of jack (though you may find it works regardless, depending upon your audio driver, how demanding your "workload" is, etc.). I will submit a pullup request for this change for NetBSD 4 as well. JACK now supports both our native audio API and OSS--I recommend trying both. @ text @d1 1 a1 1 $NetBSD: patch-ak,v 1.2 2008/04/08 01:44:47 bjs Exp $ d7 1 a7 1 --- libjack/unlock.c.orig 2008-07-27 08:50:23.000000000 -0400 d9 8 a16 2 @@@@ -48,6 +48,7 @@@@ static char* library_roots[] = { "/usr/X11R6/lib", a18 1 + "@@PREFIX@@", /* pkgsrc prefix */ a19 2 }; @