From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 2 22:20:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9349DC31 for ; Fri, 2 May 2014 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 6B47E127A for ; Fri, 2 May 2014 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s42MK0Rn090112 for ; Fri, 2 May 2014 22:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s42MK0Dx090111; Fri, 2 May 2014 22:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 2 May 2014 22:20:00 GMT Resent-Message-Id: <201405022220.s42MK0Dx090111@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7284C25 for ; Fri, 2 May 2014 22:19:18 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 524861272 for ; Fri, 2 May 2014 22:19:18 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id l4so21086lbv.6 for ; Fri, 02 May 2014 15:19:15 -0700 (PDT) Received: from localhost (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id x5sm348512lbk.5.2014.05.02.15.19.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 May 2014 15:19:14 -0700 (PDT) Message-Id: <536419e2.8528700a.3537.044d@mx.google.com> Date: Fri, 02 May 2014 15:19:14 -0700 (PDT) From: Raphael Kubo da Costa Sender: Raphael Kubo da Costa To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/189269: [PATCH] audio/mangler: update to 1.2.5 Cc: janik@hikarihq.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 22:20:00 -0000 >Number: 189269 >Category: ports >Synopsis: [PATCH] audio/mangler: update to 1.2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 02 22:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD orwell 11.0-CURRENT FreeBSD 11.0-CURRENT #9 r264665: Fri Apr 18 23:19:11 EEST >Description: - Update to 1.2.5 - Fix some LIB_DEPENDS names after the conversion to the new format. - Support staging. - Stop depending on GNU make, the port builds fine without it. - Use the new OPTIONS helpers. Most importantly, this patch also makes the port build fine without GCC. Port maintainer (janik@hikarihq.com) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- mangler-1.2.5.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 352851) +++ Makefile (working copy) @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= mangler -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= audio -MASTER_SITES= http://www.mangler.org/downloads/ \ - http://ultimeordi.com/pub/mangler/ +MASTER_SITES= http://www.mangler.org/downloads/ MAINTAINER= janik@hikarihq.com COMMENT= A Ventrilo VOIP compatible client LIB_DEPENDS= libcelt0.so:${PORTSDIR}/audio/celt \ - libspeex..so:${PORTSDIR}/audio/speex \ + libspeex.so:${PORTSDIR}/audio/speex \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libgtkmm-2.4..so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libgsm.so:${PORTSDIR}/audio/gsm -USES= gmake pkgconfig -NO_STAGE= yes +USES= pkgconfig USE_GNOME= librsvg2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-alsa @@ -28,16 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= PULSEAUDIO +PULSEAUDIO_CONFIGURE_WITH= pulseaudio +PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio -MAN1= mangler.1 - -.include - -.if ${PORT_OPTIONS:MPULSEAUDIO} -LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio -CONFIGURE_ARGS+=--with-pulseaudio -.else -CONFIGURE_ARGS+=--without-pulseaudio -.endif - .include Index: distinfo =================================================================== --- distinfo (revision 352851) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mangler-1.2.3.tar.gz) = 3d93b2a7404acb8ba6323545d1100fb739f8b12d9f32335ab5c5208877eabb77 -SIZE (mangler-1.2.3.tar.gz) = 6795847 +SHA256 (mangler-1.2.5.tar.gz) = 6f4e024f2d78e131229817c7b8ae19d3ea63dff1febe1b144113040f859cd7ab +SIZE (mangler-1.2.5.tar.gz) = 6797759 Index: pkg-plist =================================================================== --- pkg-plist (revision 352851) +++ pkg-plist (working copy) @@ -4,5 +4,6 @@ lib/libventrilo3.la lib/libventrilo3.so lib/libventrilo3.so.0 +man/man1/mangler.1.gz share/applications/mangler.desktop share/pixmaps/mangler_logo.svg --- mangler-1.2.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: