svn commit: r375733 - in head/x11-drivers: . xf86-input-egalax
Baptiste Daroussin
bapt at FreeBSD.org
Sun Dec 28 18:23:07 UTC 2014
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/
>
> Log:
> Revive the xf86-input-egalax driver. It now compiles with new Xorg.
>
> 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
>
> Modified: head/x11-drivers/Makefile
> ==============================================================================
> --- 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 = X11 drivers
>
> SUBDIR += xf86-input-acecad
> + SUBDIR += xf86-input-egalax
> SUBDIR += xf86-input-elographics
> SUBDIR += xf86-input-fpit
> SUBDIR += xf86-input-hyperpen
>
> Added: head/x11-drivers/xf86-input-egalax/Makefile
> ==============================================================================
> --- /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 at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME= xf86-input-egalax
> +PORTVERSION= 0.3
> +CATEGORIES= x11-drivers
> +
> +MAINTAINER= glebius at FreeBSD.org
> +COMMENT= eGalax touch screen input driver for X.Org
> +
> +USE_GITHUB= yes
> +GH_ACCOUNT= glebius
> +GH_PROJECT= ${PORTNAME}
> +GH_COMMIT= 7f1e4ac
> +GH_TAGNAME= ${GH_COMMIT}
> +DIST_SUBDIR= xorg/driver
> +
> +LICENSE= BSD2CLAUSE
> +
> +GNU_CONFIGURE= yes
> +USES= libtool pkgconfig
> +USE_AUTOTOOLS= autoconf automake
> +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)
Try replacing this by USES= autoreconf
This should also remove the need to USE_AUTOTOOLS
Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20141228/b308cc5f/attachment.sig>
More information about the svn-ports-all
mailing list