pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/isc-dhcpd4 net/isc-dhcpd4: convert to using mk/ato...
details: https://anonhg.NetBSD.org/pkgsrc/rev/122deefc9664
branches: trunk
changeset: 382834:122deefc9664
user: he <he%pkgsrc.org@localhost>
date: Sat Aug 06 17:23:08 2022 +0000
description:
net/isc-dhcpd4: convert to using mk/atomic64.mk.
diffstat:
net/isc-dhcpd4/Makefile | 3 ++-
net/isc-dhcpd4/hacks.mk | 13 -------------
2 files changed, 2 insertions(+), 14 deletions(-)
diffs (32 lines):
diff -r f7fd90787da7 -r 122deefc9664 net/isc-dhcpd4/Makefile
--- a/net/isc-dhcpd4/Makefile Sat Aug 06 17:22:07 2022 +0000
+++ b/net/isc-dhcpd4/Makefile Sat Aug 06 17:23:08 2022 +0000
@@ -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 @@
.include "../../net/isc-dhcp4/Makefile.common"
.include "../../net/isc-dhcp4/buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
diff -r f7fd90787da7 -r 122deefc9664 net/isc-dhcpd4/hacks.mk
--- a/net/isc-dhcpd4/hacks.mk Sat Aug 06 17:22:07 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2022/07/24 20:33:49 he Exp $
-
-.if !defined(NET_DHCPD4_HACKS_MK)
-NET_DHCPD4_HACKS_MK= defined
-
-# [Sun Jul 24 20:23:03 CEST 2022 : he]
-# On NetBSD/powerpc, use devel/libatomic to get 8-byte atomics.
-.if ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "NetBSD"
-PKG_HACKS+= powerpc-atomics
-.include "../../devel/libatomic/buildlink3.mk"
-.endif
-
-.endif # NET_DHCPD4_HACKS_MK
Home |
Main Index |
Thread Index |
Old Index