pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/groonga textproc/groonga: convert to using mk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc0829b7f1ac
branches:  trunk
changeset: 382838:bc0829b7f1ac
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 06 17:26:46 2022 +0000

description:
textproc/groonga: convert to using mk/atomic64.mk.

diffstat:

 textproc/groonga/Makefile |   3 ++-
 textproc/groonga/hacks.mk |  14 --------------
 2 files changed, 2 insertions(+), 15 deletions(-)

diffs (33 lines):

diff -r 3dcfcddc2f31 -r bc0829b7f1ac textproc/groonga/Makefile
--- a/textproc/groonga/Makefile Sat Aug 06 17:25:54 2022 +0000
+++ b/textproc/groonga/Makefile Sat Aug 06 17:26:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2022/04/24 17:30:35 tnn Exp $
+# $NetBSD: Makefile,v 1.72 2022/08/06 17:26:46 he Exp $
 #
 
 DISTNAME=      groonga-12.0.2
@@ -59,4 +59,5 @@
 .include "../../lang/ruby/replace.mk"
 .include "../../devel/editline/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3dcfcddc2f31 -r bc0829b7f1ac textproc/groonga/hacks.mk
--- a/textproc/groonga/hacks.mk Sat Aug 06 17:25:54 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: hacks.mk,v 1.5 2020/09/13 13:16:10 he Exp $
-
-.if !defined(GROONGA_HACKS_MK)
-GROONGA_HACKS_MK=      defined
-
-# [Mon Sep  7 20:40:36 CEST 2020 : he]
-# On NetBSD/powerpc, we don't have native 8-byte atomics,
-# but this package insists on using them, so here we need libatomic.
-.if ${MACHINE_ARCH} == "powerpc"
-PKG_HACKS+=     powerpc-libatomic
-.include "../../devel/libatomic/buildlink3.mk"
-.endif
-
-.endif # GROONGA_HACKS_MK



Home | Main Index | Thread Index | Old Index