svn commit: r382346 - in head/emulators: qemu qemu-devel qemu-sbruno

Bryan Drewery bdrewery at FreeBSD.org
Thu Mar 26 21:40:36 UTC 2015


Author: bdrewery
Date: Thu Mar 26 21:40:34 2015
New Revision: 382346
URL: https://svnweb.freebsd.org/changeset/ports/382346
QAT: https://qat.redports.org/buildarchive/r382346/

Log:
  Revert my change from r381978.
  
  The reason for it did not pan out.

Modified:
  head/emulators/qemu-devel/Makefile
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Thu Mar 26 21:37:16 2015	(r382345)
+++ head/emulators/qemu-devel/Makefile	Thu Mar 26 21:40:34 2015	(r382346)
@@ -19,7 +19,7 @@ USE_PERL5=	build
 USE_XORG=	pixman
 USE_GNOME+=	glib20
 PATCH_STRIP=	-p1
-MAKE_ENV+=	BSD_MAKE="${BSDMAKE}"
+MAKE_ENV+=	BSD_MAKE="${MAKE}"
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
 
 OPTIONS_DEFINE=	SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Thu Mar 26 21:37:16 2015	(r382345)
+++ head/emulators/qemu-sbruno/Makefile	Thu Mar 26 21:40:34 2015	(r382346)
@@ -29,7 +29,7 @@ USE_PERL5=	build
 USE_XORG=	pixman
 USE_GNOME+=	glib20
 PATCH_STRIP=	-p1
-MAKE_ENV+=	BSD_MAKE="${BSDMAKE}"
+MAKE_ENV+=	BSD_MAKE="${MAKE}"
 ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
 
 OPTIONS_DEFINE=	SAMBA X11 GTK2 OPENGL GNUTLS SASL JPEG PNG CURL \

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Thu Mar 26 21:37:16 2015	(r382345)
+++ head/emulators/qemu/Makefile	Thu Mar 26 21:40:34 2015	(r382346)
@@ -17,7 +17,7 @@ HAS_CONFIGURE=	yes
 USES=		gmake perl5 compiler:features
 USE_PERL5=	build
 PATCH_STRIP=	-p1
-MAKE_ENV+=	BSD_MAKE="${BSDMAKE}"
+MAKE_ENV+=	BSD_MAKE="${MAKE}"
 ONLY_FOR_ARCHS=	amd64 i386
 CONFLICTS=	qemu-devel-[0-9]* qemu-sbruno-[0-9]*
 


More information about the svn-ports-head mailing list