svn commit: r342046 - head/net/avahi-app

Koop Mast kwm at FreeBSD.org
Fri Jan 31 17:13:47 UTC 2014


Author: kwm
Date: Fri Jan 31 17:13:46 2014
New Revision: 342046
URL: http://svnweb.freebsd.org/changeset/ports/342046
QAT: https://qat.redports.org/buildarchive/r342046/

Log:
  Disable stack protector, this should fix avahi-app segfaults people are
  reporting.
  
  PR:		ports/186097
  Submitted by:	sergio lenzi <lenzi.sergio at gmail.com>

Modified:
  head/net/avahi-app/Makefile

Modified: head/net/avahi-app/Makefile
==============================================================================
--- head/net/avahi-app/Makefile	Fri Jan 31 17:13:02 2014	(r342045)
+++ head/net/avahi-app/Makefile	Fri Jan 31 17:13:46 2014	(r342046)
@@ -4,7 +4,7 @@
 
 PORTNAME=	avahi
 PORTVERSION=	0.6.31
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	net dns
 MASTER_SITES=	http://www.avahi.org/download/
 PKGNAMESUFFIX?=	-app
@@ -88,6 +88,7 @@ CONFIGURE_ARGS+=--enable-mono
 .else
 CONFIGURE_ARGS+=--disable-mono
 .endif
+CONFIGURE_ARGS+=--disable-stack-protector
 
 post-patch: avahi-post-patch
 


More information about the svn-ports-all mailing list