pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 13 06:48:38 UTC 2023

Modified Files:
        pkgsrc/net/wireshark: Makefile

Log Message:
wireshark: switch to pcre2

pcre1 is not supported any longer anyway.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.292 pkgsrc/net/wireshark/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/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.291 pkgsrc/net/wireshark/Makefile:1.292
--- pkgsrc/net/wireshark/Makefile:1.291 Fri Apr  7 18:48:43 2023
+++ pkgsrc/net/wireshark/Makefile       Thu Apr 13 06:48:38 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.291 2023/04/07 18:48:43 nros Exp $
+# $NetBSD: Makefile,v 1.292 2023/04/13 06:48:38 wiz Exp $
 
 DISTNAME=      wireshark-4.0.4
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  https://www.wireshark.org/download/src/
 EXTRACT_SUFX=  .tar.xz
@@ -46,7 +46,7 @@ CFLAGS.SunOS+=                -D__EXTENSIONS__ # for g
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
-.if !empty(MACHINE_PLATFORM:MDarwin-[567].*-*)
+.if ${MACHINE_PLATFORM:MDarwin-[567].*-*}
 USE_BUILTIN.libpcap=   no
 .endif
 
@@ -72,7 +72,7 @@ BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DI
 .include "../../audio/speexdsp/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libsmi/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../devel/snappy/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../geography/libmaxminddb/buildlink3.mk"



Home | Main Index | Thread Index | Old Index