From owner-svn-ports-all@freebsd.org Thu Jan 7 09:53:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12A28A66831; Thu, 7 Jan 2016 09:53:45 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D426F1776; Thu, 7 Jan 2016 09:53:44 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u079rhYO035559; Thu, 7 Jan 2016 09:53:43 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u079rh0Y035558; Thu, 7 Jan 2016 09:53:43 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201601070953.u079rh0Y035558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 7 Jan 2016 09:53:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405406 - head/emulators/qemu-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 09:53:45 -0000 Author: mat Date: Thu Jan 7 09:53:43 2016 New Revision: 405406 URL: https://svnweb.freebsd.org/changeset/ports/405406 Log: Previous version did unbreak fmake parsing of the Makefile, but did not work. Use _PREVENTS, it does the same thing, and it works. Sponsored by: Absolight Modified: head/emulators/qemu-devel/Makefile Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Thu Jan 7 09:44:58 2016 (r405405) +++ head/emulators/qemu-devel/Makefile Thu Jan 7 09:53:43 2016 (r405406) @@ -62,6 +62,8 @@ PCAP_CONFIGURE_ON= --enable-pcap PCAP_CONFIGURE_OFF= --disable-pcap STATIC_LINK_CONFIGURE_ON= --static +STATIC_LINK_PREVENTS= GTK2 X11 +STATIC_LINK_PREVENTS_MSG= X11 ui cannot be built static SAMBA_RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba36 DOCS_BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html DOCS_USES= makeinfo @@ -128,10 +130,6 @@ PLIST_SUB+= SOFTMMU="@comment " STATIC=" PLIST_SUB+= SOFTMMU="" STATIC="" .endif -.if defined(PORT_OPTIONS:MSTATIC_LINK) && (defined(PORT_OPTIONS:MGTK2) || defined(PORT_OPTIONS:MX11)) -IGNORE= X11 ui cannot be built static -.endif - .if !defined(STRIP) || ${STRIP} == "" CONFIGURE_ARGS+=--disable-strip .endif