svn commit: r548586 - head/emulators/rtc

Vanilla I. Shu vanilla at FreeBSD.org
Mon Sep 14 05:44:34 UTC 2020


Author: vanilla
Date: Mon Sep 14 05:44:33 2020
New Revision: 548586
URL: https://svnweb.freebsd.org/changeset/ports/548586

Log:
  Add 'uidfix' to allow package building by non-root
  
  PR:		249264
  Submitted by:	maintainer

Modified:
  head/emulators/rtc/Makefile

Modified: head/emulators/rtc/Makefile
==============================================================================
--- head/emulators/rtc/Makefile	Mon Sep 14 05:24:51 2020	(r548585)
+++ head/emulators/rtc/Makefile	Mon Sep 14 05:44:33 2020	(r548586)
@@ -12,7 +12,7 @@ COMMENT=	Kernel module which provides /dev/rtc device 
 
 LICENSE=	BSD2CLAUSE
 
-USES=		kmod
+USES=		kmod uidfix
 
 WRKSRC=		${WRKDIR}/files
 


More information about the svn-ports-all mailing list