svn commit: r539349 - head/net/dhcpcd-devel

Ben Woods woodsb02 at FreeBSD.org
Tue Jun 16 13:02:09 UTC 2020


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 at unrelenting.technology>
  Reviewed by:	Roy Marples <roy at 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:


More information about the svn-ports-all mailing list