svn commit: r366555 - head/misc/xfce4-weather-plugin

Olivier Duchateau olivierd at FreeBSD.org
Fri Aug 29 19:32:46 UTC 2014


Author: olivierd
Date: Fri Aug 29 19:32:45 2014
New Revision: 366555
URL: http://svnweb.freebsd.org/changeset/ports/366555
QAT: https://qat.redports.org/buildarchive/r366555/

Log:
  - Disable SSP (Stack-Smashing Protector)
  
  Reported by:	pkg-fallout@

Modified:
  head/misc/xfce4-weather-plugin/Makefile

Modified: head/misc/xfce4-weather-plugin/Makefile
==============================================================================
--- head/misc/xfce4-weather-plugin/Makefile	Fri Aug 29 19:26:17 2014	(r366554)
+++ head/misc/xfce4-weather-plugin/Makefile	Fri Aug 29 19:32:45 2014	(r366555)
@@ -16,6 +16,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup
 
+SSP_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list