ports/186097: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Jan 31 17:20:01 UTC 2014


The following reply was made to PR ports/186097; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/186097: commit references a PR
Date: Fri, 31 Jan 2014 17:13:54 +0000 (UTC)

 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
  
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list