Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 12:55:33 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539349 - head/net/dhcpcd-devel
Message-ID:  <202006161255.05GCtX34073106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Tue Jun 16 12:55:33 2020
New Revision: 539349
URL: https://svnweb.freebsd.org/changeset/ports/539349

Log:
  net/dhcpcd-devel: disable udev support in CONFIGURE_ARGS, given that
  FreeBSD has the function udev_device_new_from_subsystem_sysname if the
  module libudev-devd is installed, but it is not implemented.
  
  PR:		247144
  Reported by:	Greg V <greg@unrelenting.technology>
  Reviewed by:	Roy Marples <roy@marples.name>

Modified:
  head/net/dhcpcd-devel/Makefile

Modified: head/net/dhcpcd-devel/Makefile
==============================================================================
--- head/net/dhcpcd-devel/Makefile	Tue Jun 16 12:52:57 2020	(r539348)
+++ head/net/dhcpcd-devel/Makefile	Tue Jun 16 12:55:33 2020	(r539349)
@@ -22,7 +22,8 @@ USES=		compiler:c11 cpe tar:xz
 CPE_VENDOR=	dhcpcd_project
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--datadir=${PREFIX}/share/examples \
-		--privsepuser="_dhcp"
+		--privsepuser="_dhcp" \
+		--without-udev
 USE_RC_SUBR=	dhcpcd
 
 post-install:



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