pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/isc-dhcpd4



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Aug  6 17:23:09 UTC 2022

Modified Files:
        pkgsrc/net/isc-dhcpd4: Makefile
Removed Files:
        pkgsrc/net/isc-dhcpd4: hacks.mk

Log Message:
net/isc-dhcpd4: convert to using mk/atomic64.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/isc-dhcpd4/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/net/isc-dhcpd4/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/isc-dhcpd4/Makefile
diff -u pkgsrc/net/isc-dhcpd4/Makefile:1.16 pkgsrc/net/isc-dhcpd4/Makefile:1.17
--- pkgsrc/net/isc-dhcpd4/Makefile:1.16 Thu Jan 23 08:11:27 2020
+++ pkgsrc/net/isc-dhcpd4/Makefile      Sat Aug  6 17:23:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2020/01/23 08:11:27 taca Exp $
+# $NetBSD: Makefile,v 1.17 2022/08/06 17:23:08 he Exp $
 
 PKGNAME=       isc-dhcpd-${DHVER}
 COMMENT=       ISC Dynamic Host Configuration Protocol (DHCP) Server
@@ -24,4 +24,5 @@ post-install:
 
 .include "../../net/isc-dhcp4/Makefile.common"
 .include "../../net/isc-dhcp4/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index