From owner-freebsd-gnome@freebsd.org Sat Jun 25 18:59:00 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D85D4B80189 for ; Sat, 25 Jun 2016 18:59:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C22BA16A4 for ; Sat, 25 Jun 2016 18:59:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BDF7CB80188; Sat, 25 Jun 2016 18:59:00 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD8C8B80187 for ; Sat, 25 Jun 2016 18:59:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F34B16A3 for ; Sat, 25 Jun 2016 18:59:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u5PIx0oB037082 for ; Sat, 25 Jun 2016 18:59:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 210548] audio/pulseaudio: Update to 9.0 Date: Sat, 25 Jun 2016 18:59:00 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: lightside@gmx.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jun 2016 18:59:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210548 --- Comment #10 from lightside --- Looks like, the method which I used to search *_DEPENDS in comment #2 is wr= ong, because it doesn't mention multi-line *_DEPENDS. It's possible to search wi= th using pcregrep program (from devel/pcre port): % cd /usr/ports && find * -type f -iname Makefile\* | xargs -L1 pcregrep -M= le 'LIB_DEPENDS(.*\\.*\n)*.*:.*audio/pulseaudio' | sed -e 's|/Makefile.*||' | = sort -u | fmt Current output for LIB_DEPENDS: accessibility/speech-dispatcher audio/alsa-plugins audio/aqualung audio/clementine-player audio/cmus audio/csound audio/csound6 audio/darkice audio/deadbeef audio/dream audio/fluidsynth audio/gnome-media audio/gogglesmm audio/gtick audio/harp audio/hydrogen audio/hydrogen-devel audio/kmix audio/libao audio/libcanberra audio/libmatemixer audio/lmms audio/mangler audio/mhwaveedit audio/musescore audio/musicpd audio/openal-soft audio/paman audio/paprefs audio/pavucontrol audio/pavumeter audio/siren audio/sox audio/wavbreaker audio/xfce4-pulseaudio-plugin audio/xmms2 audio/xmp comms/deforaos-phone comms/fldigi comms/gqrx comms/morse comms/qsstv comms/quisk comms/twpsk deskutils/cairo-dock-plugins deskutils/spice-gtk deskutils/xfce4-volumed-pulse devel/allegro-devel devel/efl devel/ptlib devel/sdl12 emulators/dolphin-emu emulators/higan emulators/snes9x-gtk emulators/vice emulators/virtualbox-ose games/retroarch games/stepmania-devel graphics/swfdec lang/squeak multimedia/aegisub multimedia/audacious-plugins multimedia/avidemux multimedia/ffmpeg multimedia/gmerlin multimedia/gmtk multimedia/gnome-mplayer multimedia/gstreamer-plugins multimedia/gstreamer1-plugins multimedia/kodi multimedia/libav multimedia/libxine multimedia/lives multimedia/mplayer multimedia/mplayer2 multimedia/mpv multimedia/mythtv-frontend multimedia/obs-studio multimedia/phonon multimedia/plexhometheater multimedia/qmmp multimedia/qmmp-qt5 multimedia/qt4-mobility multimedia/qt5-multimedia multimedia/qt5-phonon4 multimedia/vlc net-im/empathy net-im/ring-daemon net-p2p/gnunet net/freerdp net/gtk-vnc net/guacamole-server sysutils/cinnamon-control-center sysutils/cinnamon-settings-daemon sysutils/gnome-settings-daemon sysutils/mate-settings-daemon www/chromium x11-wm/e16 x11/cinnamon x11/gnome-shell x11/i3status x11/kde4-runtime x11/workrave Current output for RUN_DEPENDS: audio/pavumeter Current output for BUILD_DEPENDS: audio/pavumeter net/xrdp-devel Still, I'm not sure whether PORTREVISION changes for dependent ports are needed, e.g. because of libpulse.so.0.19.0 -> libpulse.so.0.20.0 changes, w= hile programs/libraries links with libpulse.so.0 only, which not changed its nam= e. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=