Index: distinfo =================================================================== RCS file: /cvsroot/pkgsrc/audio/pulseaudio/distinfo,v retrieving revision 1.19 diff -u -r1.19 distinfo --- distinfo 2 Feb 2010 12:39:14 -0000 1.19 +++ distinfo 23 Jun 2010 09:35:12 -0000 @@ -10,6 +10,9 @@ SHA1 (patch-ae) = 5e6957e73ffd96d2e63e5ea4eb9b0ca9ea016b30 SHA1 (patch-af) = e11fb419787e3cd1f305b66c995915f11276770e SHA1 (patch-ag) = 523743b49476a219f76b108a605b2b57ea63098a +SHA1 (patch-ah) = 40395bbaf8987ccf3a0a0676c86108bead390e1b +SHA1 (patch-ai) = f34bf072c68e12d48ad7f09e18c08c36ee61383b +SHA1 (patch-aj) = b88bb49628f7b08de555a85e901def0ed58fa6bf SHA1 (patch-ca) = 3016b290943c006392bff01d6eae75a432a7e171 SHA1 (patch-da) = d56957d37bec15bd41d77b99ce60bcdea0ef4f20 SHA1 (patch-db) = e1e48577618b4eb2586d8b37953b2474e2dcc864 --- /dev/null 2010-06-24 03:30:39.000000000 +0900 +++ patches/patch-ah 2010-06-19 18:29:11.000000000 +0900 @@ -0,0 +1,17 @@ +--- src/pulsecore/cpu-arm.c.orig 2009-11-23 03:57:07.000000000 +0000 ++++ src/pulsecore/cpu-arm.c +@@ -129,11 +129,11 @@ + (flags & PA_CPU_ARM_EDSP) ? "EDSP " : "", + (flags & PA_CPU_ARM_NEON) ? "NEON " : "", + (flags & PA_CPU_ARM_VFPV3) ? "VFPV3 " : ""); +-#else /* defined (__linux__) */ +- pa_log ("ARM cpu features not yet supported on this OS"); +-#endif /* defined (__linux__) */ + + if (flags & PA_CPU_ARM_V6) + pa_volume_func_init_arm (flags); ++#else /* defined (__linux__) */ ++ pa_log ("ARM cpu features not yet supported on this OS"); ++#endif /* defined (__linux__) */ + #endif /* defined (__arm__) */ + } --- /dev/null 2010-06-24 03:30:39.000000000 +0900 +++ patches/patch-ai 2010-06-21 10:52:34.000000000 +0900 @@ -0,0 +1,15 @@ +$NetBSD$ + +--- configure.ac.orig 2009-11-23 04:06:47.000000000 +0000 ++++ configure.ac +@@ -220,6 +220,10 @@ + AC_MSG_RESULT([yes]) + AC_DEFINE_UNQUOTED(ATOMIC_ARM_LINUX_HELPERS, 1, [special arm linux implementation]) + need_libatomic_ops=no ++ elif test "x$pulse_target_os" = "xnetbsd" && test "x$atomic_netbsd_helpers" = "xyes"; then ++ AC_MSG_RESULT([yes]) ++ AC_DEFINE_UNQUOTED(NETBSD_ATOMIC_OPS, 1, [netbsd implementation]) ++ need_libatomic_ops=no + else + AC_MSG_RESULT([no]) + AC_CACHE_CHECK([compiler support for arm inline asm atomic operations], --- /dev/null 2010-06-24 03:30:52.000000000 +0900 +++ patches/patch-aj 2010-06-21 11:20:39.000000000 +0900 @@ -0,0 +1,120 @@ +$NetBSD$ + +--- configure.orig 2009-11-23 04:18:56.000000000 +0000 ++++ configure 2010-06-20 17:23:32.000000000 +0000 +@@ -5763,6 +5763,15 @@ + _ACEOF + + need_libatomic_ops=no ++ elif test "x$pulse_target_os" = "xnetbsd" && test "x$atomic_netbsd_helpers" = "xyes"; then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 ++$as_echo "yes" >&6; } ++ ++cat >>confdefs.h <<_ACEOF ++#define NETBSD_ATOMIC_OPS 1 ++_ACEOF ++ ++ need_libatomic_ops=no + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +@@ -6381,13 +6390,13 @@ + else + lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext +- (eval echo "\"\$as_me:6384: $ac_compile\"" >&5) ++ (eval echo "\"\$as_me:6393: $ac_compile\"" >&5) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&5 +- (eval echo "\"\$as_me:6387: $NM \\\"conftest.$ac_objext\\\"\"" >&5) ++ (eval echo "\"\$as_me:6396: $NM \\\"conftest.$ac_objext\\\"\"" >&5) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&5 +- (eval echo "\"\$as_me:6390: output\"" >&5) ++ (eval echo "\"\$as_me:6399: output\"" >&5) + cat conftest.out >&5 + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" +@@ -7589,7 +7598,7 @@ + ;; + *-*-irix6*) + # Find out which ABI we are using. +- echo '#line 7592 "configure"' > conftest.$ac_ext ++ echo '#line 7601 "configure"' > conftest.$ac_ext + if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 + (eval $ac_compile) 2>&5 + ac_status=$? +@@ -9147,11 +9156,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:9150: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:9159: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:9154: \$? = $ac_status" >&5 ++ echo "$as_me:9163: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -9486,11 +9495,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:9489: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:9498: $lt_compile\"" >&5) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&5 +- echo "$as_me:9493: \$? = $ac_status" >&5 ++ echo "$as_me:9502: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. +@@ -9591,11 +9600,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:9594: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:9603: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:9598: \$? = $ac_status" >&5 ++ echo "$as_me:9607: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -9646,11 +9655,11 @@ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` +- (eval echo "\"\$as_me:9649: $lt_compile\"" >&5) ++ (eval echo "\"\$as_me:9658: $lt_compile\"" >&5) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&5 +- echo "$as_me:9653: \$? = $ac_status" >&5 ++ echo "$as_me:9662: \$? = $ac_status" >&5 + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized +@@ -12016,7 +12025,7 @@ + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +-#line 12019 "configure" ++#line 12028 "configure" + #include "confdefs.h" + + #if HAVE_DLFCN_H +@@ -12112,7 +12121,7 @@ + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +-#line 12115 "configure" ++#line 12124 "configure" + #include "confdefs.h" + + #if HAVE_DLFCN_H