Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2016 09:53:43 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405406 - head/emulators/qemu-devel
Message-ID:  <201601070953.u079rh0Y035558@repo.freebsd.org>

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



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