From owner-svn-ports-head@FreeBSD.ORG Sun Dec 28 18:23:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0BECB53; Sun, 28 Dec 2014 18:23:07 +0000 (UTC) Received: from mail-wg0-x22f.google.com (mail-wg0-x22f.google.com [IPv6:2a00:1450:400c:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C6902AF5; Sun, 28 Dec 2014 18:23:07 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id n12so17533953wgh.20; Sun, 28 Dec 2014 10:23:05 -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=y9MrkVe2jinDpyiww6hf7g4IRNaSSNlpltQOGZ/42M4=; b=K/8U/cWLYB8SL154kdzA0dw5/UKbdS1sViZ2Qtf6KdJh3wUH0zsH7t7Xk9nE0Xcnzl YETMytoWawFanY3LIwGRECNWphNz1fRnD8bTRb8P2A6JCrdUrGwbGr4sTbopBJ9i2pKr 1e6l+U4dP3+6GrUtXarRqK5TQEO/qHc3E1msjqFin3bxxk9HYhzPg41SgOu4eMTWWYWH jsf3Z+Mr40pgf1P7Cd2cMLuEpQqbW+oLMCdJ7z2dsD80N9ZAjG1TUyVXKe+inYUwPzcq UBk6z/rfNpO4xiTEWIdH6RBTLkUSmQ5BgQUdwRrlauA95U5sU5MkKwtUSfFiFIvqqIcF 7PIA== X-Received: by 10.180.77.79 with SMTP id q15mr48575158wiw.8.1419790985624; Sun, 28 Dec 2014 10:23:05 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id bj3sm36487365wib.3.2014.12.28.10.23.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Dec 2014 10:23:04 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 28 Dec 2014 19:23:02 +0100 From: Baptiste Daroussin To: Gleb Smirnoff Subject: Re: svn commit: r375733 - in head/x11-drivers: . xf86-input-egalax Message-ID: <20141228182302.GG41167@ivaldir.etoilebsd.net> References: <201412281812.sBSICRn5093366@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yQbNiKLmgenwUfTN" Content-Disposition: inline In-Reply-To: <201412281812.sBSICRn5093366@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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.18-1 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: Sun, 28 Dec 2014 18:23:07 -0000 --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 > +# $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--