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:   jperkin
Date:           Sat Jan 30 08:24:07 UTC 2021

Modified Files:
        pkgsrc/net/arping: Makefile

Log Message:
arping: Remove DEPENDS, fixed in libnet bl3.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 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.31 pkgsrc/net/arping/Makefile:1.32
--- pkgsrc/net/arping/Makefile:1.31     Sat Jan 30 07:51:39 2021
+++ pkgsrc/net/arping/Makefile  Sat Jan 30 08:24:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/01/30 07:51:39 mef Exp $
+# $NetBSD: Makefile,v 1.32 2021/01/30 08:24:07 jperkin Exp $
 
 DISTNAME=      arping-2.21
 PKGREVISION=   1
@@ -10,10 +10,6 @@ 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