From owner-svn-ports-head@FreeBSD.ORG Sun Dec 28 18:42:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A30F42F; Sun, 28 Dec 2014 18:42:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 357862DD7; Sun, 28 Dec 2014 18:42:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBSIglIc008705; Sun, 28 Dec 2014 18:42:47 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBSIgldV008704; Sun, 28 Dec 2014 18:42:47 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201412281842.sBSIgldV008704@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Sun, 28 Dec 2014 18:42:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375737 - head/x11-drivers/xf86-input-egalax X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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:42:47 -0000 Author: glebius (src committer) Date: Sun Dec 28 18:42:46 2014 New Revision: 375737 URL: https://svnweb.freebsd.org/changeset/ports/375737 QAT: https://qat.redports.org/buildarchive/r375737/ Log: Use autoreconf. Submitted by: bapt Modified: head/x11-drivers/xf86-input-egalax/Makefile Modified: head/x11-drivers/xf86-input-egalax/Makefile ============================================================================== --- head/x11-drivers/xf86-input-egalax/Makefile Sun Dec 28 18:39:11 2014 (r375736) +++ head/x11-drivers/xf86-input-egalax/Makefile Sun Dec 28 18:42:46 2014 (r375737) @@ -18,14 +18,10 @@ DIST_SUBDIR= xorg/driver LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes -USES= libtool pkgconfig -USE_AUTOTOOLS= autoconf automake +USES= autoreconf USE_XORG= xorg-server xproto xi inputproto xf86driproto glproto \ resourceproto CONFIGURE_ENV= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' INSTALL_TARGET= install-strip -pre-configure: - (cd ${WRKSRC} && /bin/sh ./autogen.sh) - .include