From owner-svn-ports-all@FreeBSD.ORG Thu Jun 13 05:55:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E479136; Thu, 13 Jun 2013 05:55:33 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 6B21219AB; Thu, 13 Jun 2013 05:55:32 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id p58so7704675wes.12 for ; Wed, 12 Jun 2013 22:55:31 -0700 (PDT) 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=aMefonDfMpXQPjL6Bik6+su0KrmxVkdPHe4UNoYoPCY=; b=nJwhDQWYRNHV3R1vHCAb41fR6gNjFAguyDKyYDThUWy8IXOuQ9rJrP6zP6osEWYrV/ vaA2wKkdzzg6qRybQYzfc61W+lJ6L7t9FWJ/FcvGgGtuDzAcv7QYjwZVDoKeH5L7r9um 4DyL/eVnFqsPY7hy0rm44vkBhZqb0yQtAPxvss9/7RusL4xTQgWmQKje3AyCOuKdzd/h yDIIvygi0J5mgFGy1/n1z+5hty102c6nmTVOCijNPcwEJQxix4rdF9PWGqV4tPN5cT2P cqqERCvVS8I+WxgBh1zZHdQ8c+5ERS8BdgpQkeJLDfcleqzGppkwgU1q5MV/gKo+VamL XQxQ== X-Received: by 10.180.189.136 with SMTP id gi8mr6590300wic.11.1371102931558; Wed, 12 Jun 2013 22:55:31 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id x13sm28808683wib.3.2013.06.12.22.55.29 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 12 Jun 2013 22:55:30 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 13 Jun 2013 07:55:28 +0200 From: Baptiste Daroussin To: Tijl Coosemans Subject: Re: svn commit: r320708 - head/x11-wm/afterstep Message-ID: <20130613055527.GH99460@ithaqua.etoilebsd.net> References: <201306121734.r5CHYIgH084106@svn.freebsd.org> <51B8C7C2.40804@coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="boAH8PqvUi1v1f55" Content-Disposition: inline In-Reply-To: <51B8C7C2.40804@coosemans.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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 05:55:33 -0000 --boAH8PqvUi1v1f55 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 12, 2013 at 09:10:58PM +0200, Tijl Coosemans wrote: > On 2013-06-12 19:34, Baptiste Daroussin wrote: > > Author: bapt > > Date: Wed Jun 12 17:34:18 2013 > > New Revision: 320708 > > URL: http://svnweb.freebsd.org/changeset/ports/320708 > >=20 > > Log: > > Fix build with clang > >=20 > > Modified: > > head/x11-wm/afterstep/Makefile > >=20 > > Modified: head/x11-wm/afterstep/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/x11-wm/afterstep/Makefile Wed Jun 12 17:09:49 2013 (r320707) > > +++ head/x11-wm/afterstep/Makefile Wed Jun 12 17:34:18 2013 (r320708) > > @@ -22,6 +22,7 @@ MANCOMPRESSED=3D yes > > MAN1=3D afterstep.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 > > CONFLICTS?=3D afterstep-2* > > PORTSCOUT=3D limit:^1\.[0-9.]*$$ > > +CFLAGS+=3D -Wno-return-type > > =20 > > SRCDIRS=3D afterstep \ > > modules/Animate modules/Audio modules/Auto \ > > @@ -33,6 +34,9 @@ post-patch: > > -e 's|%%PREFIX%%|${PREFIX}|g' \ > > ${WRKSRC}/configure.h \ > > ${WRKSRC}/sample.steprc > > + ${REINPLACE_CMD} \ > > + -e 's/__inline__//g' \ > > + ${WRKSRC}/configure.h >=20 > Instead of removing inline, can you try adding -std=3Dgnu89 to CFLAGS? >=20 Arg yes better :), fixed now using USE_CSTD=3Dgnu89. The best fix would be to just removed that ports which is not supported any= more by upstream for EONS, given they have a "modern" version 2.2 in ports... regards, Bapt --boAH8PqvUi1v1f55 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlG5Xs8ACgkQ8kTtMUmk6EwDNgCgvPuw87ncm1sXcx/p//DKfgWW rysAoIY0eFNAAz/qqRDxwQgK4vVT+pse =jHcb -----END PGP SIGNATURE----- --boAH8PqvUi1v1f55--