From 14f6a85e211012f3b1587710604df70db83adb64 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 20 Feb 2020 19:02:19 +0000 Subject: [PATCH] MFH: r525281 glib20: revert SSP_CFLAGS workaround (ports r500819) This was later diagnosed to be a bug in libc, which has since been addressed in all supported releases and branches. PORTREVISION is bumped as SSP_CFLAGS will change the output. The bug was fixed in the following patch levels (FreeBSD-EN-20:01.ssp): - 12.1-p2 - 12.0-p13 - 11.3-p6 PR: 243735 Approved by: kwm (gnome, maintainer via IRC) Approved by: ports-secteam (miwi) --- devel/glib20/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index d037d0a87209..c7c5ae7ff9b0 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.56.3 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -35,7 +35,6 @@ CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --with-pcre=system \ --disable-fam CONFIGURE_ENV= ac_cv_header_sys_inotify_h= -SSP_CFLAGS?= -fstack-protector # XXX -strong crashes qemu-user-static INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl