Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2019 18:09:23 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500819 - in head: devel/glib20 emulators/qemu-sbruno
Message-ID:  <201905041809.x44I9NFA051873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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