svn commit: r500819 - in head: devel/glib20 emulators/qemu-sbruno

Jan Beich jbeich at FreeBSD.org
Sat May 4 18:09:24 UTC 2019


Author: jbeich
Date: Sat May  4 18:09:22 2019
New Revision: 500819
URL: https://svnweb.freebsd.org/changeset/ports/500819

Log:
  devel/glib20: unbreak qemu-user-static after r499897
  
  PR:		237273
  Reported by:	Mikaël Urankar

Modified:
  head/devel/glib20/Makefile   (contents, props changed)
  head/emulators/qemu-sbruno/Makefile   (contents, props changed)

Modified: head/devel/glib20/Makefile
==============================================================================
--- head/devel/glib20/Makefile	Sat May  4 17:52:24 2019	(r500818)
+++ head/devel/glib20/Makefile	Sat May  4 18:09:22 2019	(r500819)
@@ -3,7 +3,7 @@
 
 PORTNAME=	glib
 PORTVERSION=	2.56.3
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
@@ -35,6 +35,7 @@ CONFIGURE_ARGS=	--disable-gtk-doc --with-html-dir=${PR
 		--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

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Sat May  4 17:52:24 2019	(r500818)
+++ head/emulators/qemu-sbruno/Makefile	Sat May  4 18:09:22 2019	(r500819)
@@ -3,6 +3,7 @@
 
 PORTNAME=	qemu
 PORTVERSION=	2.11.50.g20190318
+PORTREVISION=	1
 CATEGORIES=	emulators
 PKGNAMESUFFIX?=	-sbruno
 DIST_SUBDIR=	qemu/${PORTVERSION}


More information about the svn-ports-all mailing list