svn commit: r397047 - head/x11-drivers/xf86-input-wacom

Jan Beich jbeich at FreeBSD.org
Wed Sep 16 10:27:06 UTC 2015


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


More information about the svn-ports-all mailing list