Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 10:27:05 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397047 - head/x11-drivers/xf86-input-wacom
Message-ID:  <201509161027.t8GAR56r026481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Sep 16 10:27:05 2015
New Revision: 397047
URL: https://svnweb.freebsd.org/changeset/ports/397047

Log:
  x11-drivers/xf86-input-wacom: switch to lighter libudev workaround

Modified:
  head/x11-drivers/xf86-input-wacom/Makefile   (contents, props changed)

Modified: head/x11-drivers/xf86-input-wacom/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-wacom/Makefile	Wed Sep 16 10:26:41 2015	(r397046)
+++ head/x11-drivers/xf86-input-wacom/Makefile	Wed Sep 16 10:27:05 2015	(r397047)
@@ -19,6 +19,7 @@ USE_XORG=	xrandr xinerama
 XORG_CAT=	driver
 USE_RC_SUBR=	wacom
 SUB_FILES=	pkg-message
+CONFIGURE_ENV=	UDEV_CFLAGS=" " UDEV_LIBS=" "
 CONFIGURE_ARGS=	--without-systemd-unit-dir \
 		--without-udev-rules-dir \
 		--without-doxygen
@@ -32,7 +33,7 @@ TEST_CONFIGURE_ENABLE=unit-tests
 TEST_ALL_TARGET=check
 
 post-patch:
-	@${REINPLACE_CMD} -e 's/as_fn_error.*udev/${TRUE} &/' \
+	@${REINPLACE_CMD} \
 		-e 's/dir=.*xorg-server/& \
 			--define-variable prefix="$$prefix"/' \
 		${WRKSRC}/configure



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