From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 15:35:25 2014 Return-Path: Delivered-To: svn-ports-head@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 DF2BC55B; Wed, 5 Feb 2014 15:35:25 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9CAA8164B; Wed, 5 Feb 2014 15:35:25 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3C9FDBDC5C; Wed, 5 Feb 2014 16:35:24 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 148EFBDC5A; Wed, 5 Feb 2014 16:35:24 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 5477F613D; Wed, 5 Feb 2014 16:35:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id CEC1C68DE444; Wed, 5 Feb 2014 16:35:22 +0100 (CET) Date: Wed, 05 Feb 2014 16:35:22 +0100 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r342718 - head/audio/libmad Message-ID: <0807AAFF65F7176953AA8581@ogg.in.absolight.net> In-Reply-To: <201402051529.s15FTbbV098516@svn.freebsd.org> References: <201402051529.s15FTbbV098516@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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: Wed, 05 Feb 2014 15:35:26 -0000 +--On 5 f=C3=A9vrier 2014 15:29:37 +0000 Sunpoet Po-Chuan Hsieh wrote: | Author: sunpoet | Date: Wed Feb 5 15:29:37 2014 | New Revision: 342718 | URL: http://svnweb.freebsd.org/changeset/ports/342718 | QAT: https://qat.redports.org/buildarchive/r342718/ |=20 | Log: | - Use USES=3Dlibtool |=20 | Modified: | head/audio/libmad/Makefile |=20 | Modified: head/audio/libmad/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/libmad/Makefile Wed Feb 5 15:29:04 = 2014 (r342717) | +++ head/audio/libmad/Makefile Wed Feb 5 15:29:37 2014 (r342718) @@ | -15,8 +15,8 @@ SPEED_DESC=3D Optimize for speed over accu | =20 | CONFIGURE_ARGS=3D --disable-debugging --enable-sso | GNU_CONFIGURE=3D yes | -USE_AUTOTOOLS=3D libtool | USE_LDCONFIG=3D yes | +USES=3D libtool | =20 | SUB_LIST=3D VERSION=3D${PORTVERSION} | SUB_FILES=3D mad.pc |=20 I'm quite sure you forgot to update the plist. --=20 Mathieu Arnold