Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 19:44:26 +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: r366559 - in head/sysutils: xfce4-battery-plugin xfce4-systemload-plugin
Message-ID:  <201408291944.s7TJiQV6038866@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Fri Aug 29 19:44:26 2014
New Revision: 366559
URL: http://svnweb.freebsd.org/changeset/ports/366559
QAT: https://qat.redports.org/buildarchive/r366559/

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

Modified:
  head/sysutils/xfce4-battery-plugin/Makefile
  head/sysutils/xfce4-systemload-plugin/Makefile

Modified: head/sysutils/xfce4-battery-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-battery-plugin/Makefile	Fri Aug 29 19:38:52 2014	(r366558)
+++ head/sysutils/xfce4-battery-plugin/Makefile	Fri Aug 29 19:44:26 2014	(r366559)
@@ -16,6 +16,7 @@ LICENSE=	GPLv2
 
 ONLY_FOR_ARCHS=	i386 amd64
 
+SSP_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip

Modified: head/sysutils/xfce4-systemload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-systemload-plugin/Makefile	Fri Aug 29 19:38:52 2014	(r366558)
+++ head/sysutils/xfce4-systemload-plugin/Makefile	Fri Aug 29 19:44:26 2014	(r366559)
@@ -16,6 +16,7 @@ LICENSE=	BSD
 
 LIB_DEPENDS=	libupower-glib.so:${PORTSDIR}/sysutils/upower
 
+SSP_UNSAFE=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		gmake libtool pkgconfig tar:bzip2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291944.s7TJiQV6038866>