pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/isc-dhcp4 net/isc-dhcp4: convert to using mk/atomi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7fd90787da7
branches:  trunk
changeset: 382833:f7fd90787da7
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 06 17:22:07 2022 +0000

description:
net/isc-dhcp4: convert to using mk/atomic64.mk.

diffstat:

 net/isc-dhcp4/Makefile |   3 ++-
 net/isc-dhcp4/hacks.mk |  13 -------------
 2 files changed, 2 insertions(+), 14 deletions(-)

diffs (32 lines):

diff -r 27b1a0046c16 -r f7fd90787da7 net/isc-dhcp4/Makefile
--- a/net/isc-dhcp4/Makefile    Sat Aug 06 17:21:05 2022 +0000
+++ b/net/isc-dhcp4/Makefile    Sat Aug 06 17:22:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/23 08:11:27 taca Exp $
+# $NetBSD: Makefile,v 1.18 2022/08/06 17:22:07 he Exp $
 
 PKGNAME=       isc-dhcp-${DHVER}
 COMMENT=       ISC Dynamic Host Configuration Protocol (DHCP) Base
@@ -18,4 +18,5 @@
                ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
 .include "../../net/isc-dhcp4/Makefile.common"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 27b1a0046c16 -r f7fd90787da7 net/isc-dhcp4/hacks.mk
--- a/net/isc-dhcp4/hacks.mk    Sat Aug 06 17:21:05 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 19:52:41 he Exp $
-
-.if !defined(NET_DHCP4_HACKS_MK)
-NET_DHCP4__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_DHCP4_HACKS_MK



Home | Main Index | Thread Index | Old Index