head 1.2; access; symbols pkgsrc-2019Q4:1.1.0.6 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2020.03.11.22.46.36; author nia; state dead; branches; next 1.1; commitid nrJbkr7YCd8Bi20C; 1.1 date 2019.07.22.23.04.31; author wiz; state Exp; branches; next ; commitid tqswwwqfGVhsT5wB; desc @@ 1.2 log @i3status: Use sun audio for volume mixing on NetBSD Remove pulseaudio dependency for non-Linux Remove our bad patching for pulse=false on Free/DragonFlyBSD, it breaks the non-pulseaudio case because it's missing an automake check. Bump PKGREVISION @ text @$NetBSD: patch-configure,v 1.1 2019/07/22 23:04:31 wiz Exp $ Based on https://github.com/i3/i3status/commit/54e798e3a6dcf5747c3e943b376ae441ee0534a4 --- configure.orig 2019-06-30 17:54:48.000000000 +0000 +++ configure @@@@ -7178,6 +7166,7 @@@@ $as_echo "yes" >&6; } fi +pulse=true case $host_os in linux*) @@@@ -7362,6 +7351,74 @@@@ else $as_echo "yes" >&6; } fi + ;; + openbsd*) + pulse=false + ;; + dragonfly*) + pulse=false + ;; + netbsd*) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing prop_string_create" >&5 +$as_echo_n "checking for library containing prop_string_create... " >&6; } +if ${ac_cv_search_prop_string_create+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char prop_string_create (); +int +main () +{ +return prop_string_create (); + ; + return 0; +} +_ACEOF +for ac_lib in '' prop; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_prop_string_create=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_prop_string_create+:} false; then : + break +fi +done +if ${ac_cv_search_prop_string_create+:} false; then : + +else + ac_cv_search_prop_string_create=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_prop_string_create" >&5 +$as_echo "$ac_cv_search_prop_string_create" >&6; } +ac_res=$ac_cv_search_prop_string_create +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + +fi + + ;; +esac + +if test x"$pulse" = x"true"; then : pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PULSE" >&5 @@@@ -7453,67 +7510,7 @@@@ else $as_echo "yes" >&6; } fi - ;; - netbsd*) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing prop_string_create" >&5 -$as_echo_n "checking for library containing prop_string_create... " >&6; } -if ${ac_cv_search_prop_string_create+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_func_search_save_LIBS=$LIBS -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char prop_string_create (); -int -main () -{ -return prop_string_create (); - ; - return 0; -} -_ACEOF -for ac_lib in '' prop; do - if test -z "$ac_lib"; then - ac_res="none required" - else - ac_res=-l$ac_lib - LIBS="-l$ac_lib $ac_func_search_save_LIBS" - fi - if ac_fn_c_try_link "$LINENO"; then : - ac_cv_search_prop_string_create=$ac_res -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext - if ${ac_cv_search_prop_string_create+:} false; then : - break -fi -done -if ${ac_cv_search_prop_string_create+:} false; then : - -else - ac_cv_search_prop_string_create=no -fi -rm conftest.$ac_ext -LIBS=$ac_func_search_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_prop_string_create" >&5 -$as_echo "$ac_cv_search_prop_string_create" >&6; } -ac_res=$ac_cv_search_prop_string_create -if test "$ac_res" != no; then : - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" - -fi - - ;; -esac - # Checks for programs. for ac_prog in gawk mawk nawk awk @ 1.1 log @i3status: update to 2.13. 2019-06-30 i3status 2.13 • add memory module • add read_file module • drop CAP_NET_ADMIN (not needed on Linux ≥ 2.6.37) • switch to autotools • battery: hide seconds by default • wireless: add format_quality • doc: clarify min_width not being supported with dzen2/xmobar • battery: read multiple batteries on DragonFlyBSD • make: don’t use pulseaudio on DragonFlyBSD • wireless: detect interface type on DragonFlyBSD • cpu usage: fix: correctly print usage for cpu 10 • cpu usage: fix: correctly print for invalid %cpu placeholder • cpu usage: support non-consecutive CPUs • time: add only_when_tz_different option • ethernet: add %interface • ethernet: fix speed display for 100 Gbit/s cards • battery: handle POWER_SUPPLY_STATUS=Not charging • volume: provide more natural volume percentage with ALSA • volume: fix ALSA capture device monitoring • volume: implement %devicename for PulseAudio and ALSA • config: re-arrange disk after network interfaces • fix: include sys/socket.h on macOS • fix: strip network interface labels • fix glob(3) error handling • various testsuite improvements • switch to clang-format-3.8 @ text @d1 1 a1 1 $NetBSD$ @