svn commit: r366559 - in head/sysutils: xfce4-battery-plugin xfce4-systemload-plugin

Olivier Duchateau olivierd at FreeBSD.org
Fri Aug 29 19:44:27 UTC 2014


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


More information about the svn-ports-all mailing list