pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Packet This pkg has not been ported to big ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0db6844e1118
branches: trunk
changeset: 502530:0db6844e1118
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Nov 05 19:37:54 2005 +0000
description:
This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON.
diffstat:
net/p5-Net-Packet/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r b84227d6a7a7 -r 0db6844e1118 net/p5-Net-Packet/Makefile
--- a/net/p5-Net-Packet/Makefile Sat Nov 05 18:58:03 2005 +0000
+++ b/net/p5-Net-Packet/Makefile Sat Nov 05 19:37:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 08:11:17 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/05 19:37:54 kristerw Exp $
DISTNAME= Net-Packet-2.04
PKGNAME= p5-${DISTNAME}
@@ -20,6 +20,11 @@
PERL5_PACKLIST= auto/Net/Packet/.packlist
+.include "../../mk/endian.mk"
+.if ${MACHINE_ENDIAN} == "big"
+PKG_SKIP_REASON+= "Big endian architectures not supported yet"
+.endif
+
.include "../../net/libpcap/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index