Date: Sun, 28 Dec 2014 19:23:02 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Gleb Smirnoff <glebius@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r375733 - in head/x11-drivers: . xf86-input-egalax Message-ID: <20141228182302.GG41167@ivaldir.etoilebsd.net> In-Reply-To: <201412281812.sBSICRn5093366@svn.freebsd.org> References: <201412281812.sBSICRn5093366@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--yQbNiKLmgenwUfTN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 28, 2014 at 06:12:27PM +0000, Gleb Smirnoff wrote: > Author: glebius (src committer) > Date: Sun Dec 28 18:12:26 2014 > New Revision: 375733 > URL: https://svnweb.freebsd.org/changeset/ports/375733 > QAT: https://qat.redports.org/buildarchive/r375733/ >=20 > Log: > Revive the xf86-input-egalax driver. It now compiles with new Xorg. >=20 > Added: > head/x11-drivers/xf86-input-egalax/ > head/x11-drivers/xf86-input-egalax/Makefile (contents, props changed) > head/x11-drivers/xf86-input-egalax/distinfo (contents, props changed) > head/x11-drivers/xf86-input-egalax/pkg-descr (contents, props changed) > head/x11-drivers/xf86-input-egalax/pkg-plist (contents, props changed) > Modified: > head/x11-drivers/Makefile >=20 > Modified: head/x11-drivers/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-drivers/Makefile Sun Dec 28 18:01:43 2014 (r375732) > +++ head/x11-drivers/Makefile Sun Dec 28 18:12:26 2014 (r375733) > @@ -4,6 +4,7 @@ > COMMENT =3D X11 drivers > =20 > SUBDIR +=3D xf86-input-acecad > + SUBDIR +=3D xf86-input-egalax > SUBDIR +=3D xf86-input-elographics > SUBDIR +=3D xf86-input-fpit > SUBDIR +=3D xf86-input-hyperpen >=20 > Added: head/x11-drivers/xf86-input-egalax/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 > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/x11-drivers/xf86-input-egalax/Makefile Sun Dec 28 18:12:26 2014 = (r375733) > @@ -0,0 +1,31 @@ > +# Created by: Gleb Smirnoff <glebius@FreeBSD.org> > +# $FreeBSD$ > + > +PORTNAME=3D xf86-input-egalax > +PORTVERSION=3D 0.3 > +CATEGORIES=3D x11-drivers > + > +MAINTAINER=3D glebius@FreeBSD.org > +COMMENT=3D eGalax touch screen input driver for X.Org > + > +USE_GITHUB=3D yes > +GH_ACCOUNT=3D glebius > +GH_PROJECT=3D ${PORTNAME} > +GH_COMMIT=3D 7f1e4ac > +GH_TAGNAME=3D ${GH_COMMIT} > +DIST_SUBDIR=3D xorg/driver > + > +LICENSE=3D BSD2CLAUSE > + > +GNU_CONFIGURE=3D yes > +USES=3D libtool pkgconfig > +USE_AUTOTOOLS=3D autoconf automake > +USE_XORG=3D xorg-server xproto xi inputproto xf86driproto glproto \ > + resourceproto > +CONFIGURE_ENV=3D DRIVER_MAN_SUFFIX=3D4x DRIVER_MAN_DIR=3D'$$(mandir)/man= 4' > +INSTALL_TARGET=3D install-strip > + > +pre-configure: > + (cd ${WRKSRC} && /bin/sh ./autogen.sh) Try replacing this by USES=3D autoreconf This should also remove the need to USE_AUTOTOOLS Best regards, Bapt --yQbNiKLmgenwUfTN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlSgSoYACgkQ8kTtMUmk6EzkawCgjNmHGiW2mAZdA+TdbjQ7JRy4 oFEAnRhy6tes5oRWs85ISS70b1FQluo4 =gTIU -----END PGP SIGNATURE----- --yQbNiKLmgenwUfTN--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141228182302.GG41167>