svn commit: r375839 - head/net/wireshark

Joe Marcus Clarke marcus at FreeBSD.org
Tue Dec 30 18:00:08 UTC 2014


Author: marcus
Date: Tue Dec 30 18:00:07 2014
New Revision: 375839
URL: https://svnweb.freebsd.org/changeset/ports/375839
QAT: https://qat.redports.org/buildarchive/r375839/

Log:
  Fix a crash due to a truncated pointer.
  
  PR:		195980

Modified:
  head/net/wireshark/Makefile

Modified: head/net/wireshark/Makefile
==============================================================================
--- head/net/wireshark/Makefile	Tue Dec 30 14:26:23 2014	(r375838)
+++ head/net/wireshark/Makefile	Tue Dec 30 18:00:07 2014	(r375839)
@@ -3,6 +3,7 @@
 
 PORTNAME?=	wireshark
 PORTVERSION=	1.12.2
+PORTREVISION?=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.wireshark.org/download/src/ \
 		http://ftp.uni-kl.de/pub/wireshark/src/ \
@@ -163,6 +164,7 @@ CONFIGURE_ARGS+=--with-krb5=no
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g ; \
+	    	s|-DGDK_PIXBUF_DISABLE_DEPRECATED||g ; \
 		s|-Wl,--as-needed|| ' \
 		${WRKSRC}/configure
 


More information about the svn-ports-head mailing list