pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/arping
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 30 07:51:39 UTC 2021
Modified Files:
pkgsrc/net/arping: Makefile
Log Message:
(net/arping) build fix +DEPENDS=libnet-[0-9]*. Correct me, if wrong
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/arping/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/arping/Makefile
diff -u pkgsrc/net/arping/Makefile:1.30 pkgsrc/net/arping/Makefile:1.31
--- pkgsrc/net/arping/Makefile:1.30 Tue Jan 26 11:22:13 2021
+++ pkgsrc/net/arping/Makefile Sat Jan 30 07:51:39 2021
@@ -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 @@ HOMEPAGE= http://www.habets.pp.se/synsca
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