pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ethereal Use native libpcap on Darwin 8.x. Sugges...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfe6192a9132
branches:  trunk
changeset: 509289:cfe6192a9132
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Mar 08 04:39:20 2006 +0000

description:
Use native libpcap on Darwin 8.x.  Suggested by Juha-Matti Liukkonen in
PR pkg/32719.

diffstat:

 net/ethereal/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 5941426b253f -r cfe6192a9132 net/ethereal/Makefile
--- a/net/ethereal/Makefile     Wed Mar 08 02:52:14 2006 +0000
+++ b/net/ethereal/Makefile     Wed Mar 08 04:39:20 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.126 2006/02/27 14:27:49 drochner Exp $
+# $NetBSD: Makefile,v 1.127 2006/03/08 04:39:20 minskim Exp $
 
 DISTNAME=              ethereal-0.10.14
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            net
 MASTER_SITES=          http://www.ethereal.com/distribution/ \
                        http://ethereal.planetmirror.com/distribution/ \
@@ -42,7 +42,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "Darwin"
+.if !empty(MACHINE_PLATFORM:MDarwin-[567].*-*)
 USE_BUILTIN.libpcap=   no
 .endif
 



Home | Main Index | Thread Index | Old Index