pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark Require a recent zlib to fix the build o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77ba52ca7284
branches:  trunk
changeset: 533944:77ba52ca7284
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Oct 08 12:44:33 2007 +0000

description:
Require a recent zlib to fix the build on NetBSD 3.x (whose zlib is too old).
Ok with tron (maintainer).

diffstat:

 net/wireshark/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r e87b77fe210f -r 77ba52ca7284 net/wireshark/Makefile
--- a/net/wireshark/Makefile    Mon Oct 08 11:39:47 2007 +0000
+++ b/net/wireshark/Makefile    Mon Oct 08 12:44:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/07/06 17:58:09 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2007/10/08 12:44:33 ghen Exp $
 
 DISTNAME=              wireshark-0.99.6
 CATEGORIES=            net
@@ -37,6 +37,9 @@
 USE_BUILTIN.libpcap=   no
 .endif
 
+# wireshark no longer builds with NetBSD 3.x provided zlib
+BUILDLINK_API_DEPENDS.zlib=zlib>=1.2.1
+
 SUBST_CLASSES+=                shell
 SUBST_STAGE.shell=     post-build
 SUBST_MESSAGE.shell=   Replacing @SHELL@ with a proper shell.



Home | Main Index | Thread Index | Old Index