From owner-svn-ports-head@FreeBSD.ORG Sat Dec 7 20:37:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 4724C9B0; Sat, 7 Dec 2013 20:37:41 +0000 (UTC) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DCE717E3; Sat, 7 Dec 2013 20:37:40 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id w62so2026513wes.3 for ; Sat, 07 Dec 2013 12:37:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=5jng+YUFd+WHvCKUJqVdfEzqVz5XmAbsPQLFVyzbuCc=; b=jzNdB7TYojRs8QLFF+IOxP9tGH9AIH93ab13t8llZpipIMbaWUb75NIHH2eYNVj4es LndVR+miaYcNDq+YMeCeFR1MTlHVRLtNjWm+2el30if/Nk6CWr7rOaLa8MQru526FiJS T+WpSvDd2q8jpasW5hwS+/E9mWi03yl/az1kC9fcN377v6cv79Qj0CREnIM+35ZMSgyR 4YZyZ8fYwUuuCgmr9xcbAALs93994C0Fw/22YMn1a+afOQatn0G94wrhKztc8mwctrd6 tctj90yL9rBC3IecgGs9KrRviVGkHDXdPa+yxSGTCY6JAmSwFKKsIZg3USqk3+B01ksy AbNQ== X-Received: by 10.180.79.38 with SMTP id g6mr7802700wix.60.1386448658017; Sat, 07 Dec 2013 12:37:38 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id f11sm8568243wic.4.2013.12.07.12.37.36 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 07 Dec 2013 12:37:37 -0800 (PST) Sender: Baptiste Daroussin Date: Sat, 7 Dec 2013 21:37:35 +0100 From: Baptiste Daroussin To: Danilo Egea Gondolfo Subject: Re: svn commit: r335835 - head/audio/beast Message-ID: <20131207203734.GG76976@ithaqua.etoilebsd.net> References: <201312071721.rB7HLsph049433@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X0vpKvTpCy87tk9a" Content-Disposition: inline In-Reply-To: <201312071721.rB7HLsph049433@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2013 20:37:41 -0000 --X0vpKvTpCy87tk9a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 07, 2013 at 05:21:54PM +0000, Danilo Egea Gondolfo wrote: > Author: danilo > Date: Sat Dec 7 17:21:53 2013 > New Revision: 335835 > URL: http://svnweb.freebsd.org/changeset/ports/335835 >=20 > Log: > - Fix port build (remove BROKEN). Remove -DG_DISABLE_DEPRECATED from Ma= kefile.(in|am), this port uses deprecated functions from glib20. > - Use gcc 4.6+ to support -std=3Dgnu++0x > - Add stage support > - Convert LIB_DEPENDS to new syntax > - Add desktop-file-utils and shared-mime-info to USES >=20 > Modified: > head/audio/beast/Makefile > head/audio/beast/pkg-plist >=20 > Modified: head/audio/beast/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/beast/Makefile Sat Dec 7 17:14:12 2013 (r335834) > +++ head/audio/beast/Makefile Sat Dec 7 17:21:53 2013 (r335835) > @@ -13,20 +13,18 @@ COMMENT=3D Powerful music composition and=20 > =20 > LICENSE=3D LGPL21 > =20 > -LIB_DEPENDS=3D asound:${PORTSDIR}/audio/alsa-lib \ > - mad:${PORTSDIR}/audio/libmad \ > - vorbisfile:${PORTSDIR}/audio/libvorbis \ > - guile:${PORTSDIR}/lang/guile > +LIB_DEPENDS=3D libasound.so:${PORTSDIR}/audio/alsa-lib \ > + libmad.so:${PORTSDIR}/audio/libmad \ > + libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ > + libguile.so:${PORTSDIR}/lang/guile > RUN_DEPENDS=3D xdg-open:${PORTSDIR}/devel/xdg-utils > =20 > -BROKEN=3D Does not build > - > +OPTIONS_DEFINE=3D DEBUG > OPTIONS_DEFINE_i386=3D SSE > =20 > USE_BZIP2=3D yes > -NO_STAGE=3D yes > -USES=3D gmake pathfix gettext pkgconfig > -USE_GCC=3D yes > +USES=3D desktop-file-utils gmake gettext pathfix pkgconfig shared-mime-= info > +USE_GCC=3D 4.6+ > USE_GNOME=3D gnomehier libgnomecanvas > GNU_CONFIGURE=3D yes > CONFIGURE_ARGS=3D --disable-silent-rules \ > @@ -40,8 +38,7 @@ LDFLAGS+=3D -L${LOCALBASE}/lib > =20 > PLIST_SUB=3D VERSION=3D"${PORTVERSION}" > =20 > -MAN1=3D beast.1 bsescm.1 bsewavetool.1 sfidl.1 > -MAN5=3D bse.5 > +DEBUG_CONFIGURE_ENABLE=3D debug > =20 > .include > =20 > @@ -57,10 +54,6 @@ PLIST_SUB+=3D SSE=3D"@comment " > SSE_FLAGS=3D # none > .endif > =20 > -.if empty(PORT_OPTIONS:MDEBUG) > -CONFIGURE_ARGS+=3D--disable-debug > -.endif > - > post-patch: > @${REINPLACE_CMD} -e \ > '/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \ > @@ -75,5 +68,8 @@ post-patch: > @${REINPLACE_CMD} -e \ > 's|; q|;| ; \ > s|-o \(pipefail\)|\1|' ${WRKSRC}/docs/Makefile.in > + @${REINPLACE_CMD} -e \ > + 's|-DG_DISABLE_DEPRECATED||' ${WRKSRC}/bse/Makefile.am \ > + ${WRKSRC}/bse/Makefile.in > =20 > .include >=20 > Modified: head/audio/beast/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/audio/beast/pkg-plist Sat Dec 7 17:14:12 2013 (r335834) > +++ head/audio/beast/pkg-plist Sat Dec 7 17:21:53 2013 (r335835) > @@ -4,6 +4,11 @@ bin/bsescm > bin/bsescm-%%VERSION%% > bin/bsewavetool > bin/sfidl > +man/man1/beast.1.gz > +man/man1/bsescm.1.gz > +man/man1/bsewavetool.1.gz > +man/man1/sfidl.1.gz > +man/man5/bse.5.gz > include/birnet/birnet.hh > include/birnet/birnetcdefs.h > include/birnet/birnetconfig.h compiler:c++11-lang (or c++11-lib) does not work? the bonus is that you are= not tight to gcc but you can also use clang when available. regards, Bapt --X0vpKvTpCy87tk9a Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlKjhw4ACgkQ8kTtMUmk6EzXDwCfb2+0X6V0TUb5qVBUGafmKMT3 jwkAn24WTbIMGloX7q+PDuCt2ewtxdpF =/6kR -----END PGP SIGNATURE----- --X0vpKvTpCy87tk9a--