pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/arping (net/arping) build fix +DEPENDS=libnet-[0-9...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/107feefcefab
branches:  trunk
changeset: 445833:107feefcefab
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jan 30 07:51:39 2021 +0000

description:
(net/arping) build fix +DEPENDS=libnet-[0-9]*. Correct me, if wrong

diffstat:

 net/arping/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 38b5729c0c2c -r 107feefcefab net/arping/Makefile
--- a/net/arping/Makefile       Sat Jan 30 07:31:30 2021 +0000
+++ b/net/arping/Makefile       Sat Jan 30 07:51:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/01/26 11:22:13 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2021/01/30 07:51:39 mef Exp $
 
 DISTNAME=      arping-2.21
 PKGREVISION=   1
@@ -10,6 +10,10 @@
 COMMENT=       ARP-level ping utility
 LICENSE=       gnu-gpl-v2
 
+# => Checking for missing run-time search paths in arping-2.21nb1
+#  ERROR: /usr/pkg/lib/libnet.so.9: libnet-1.2 is not a runtime dependency
+DEPENDS+=      libnet-[0-9]*:../../devel/libnet
+
 GNU_CONFIGURE=         yes
 
 .include "../../devel/libnet/buildlink3.mk"



Home | Main Index | Thread Index | Old Index