Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2013 07:55:28 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Tijl Coosemans <tijl@coosemans.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r320708 - head/x11-wm/afterstep
Message-ID:  <20130613055527.GH99460@ithaqua.etoilebsd.net>
In-Reply-To: <51B8C7C2.40804@coosemans.org>
References:  <201306121734.r5CHYIgH084106@svn.freebsd.org> <51B8C7C2.40804@coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130613055527.GH99460>