Date: Fri, 29 Aug 2014 19:32:46 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366555 - head/misc/xfce4-weather-plugin Message-ID: <201408291932.s7TJWkXL033521@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291932.s7TJWkXL033521>