What are we going to do with emulators/qemu-old?
It is marked as only for i386 and powerpc. However, it also requires
gcc3 to build and both of these archs now use gcc4.
Do we simply want to remove the port?
Do we want to build it with gcc3 from ports? That's easy enough,
diff below. I don't use qemu, though, so I don't know if it actually
works.
Index: Makefile
===================================================================
RCS file: /cvs/ports/emulators/qemu-old/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 8 Jun 2010 01:10:54 -0000 1.2
+++ Makefile 16 Jul 2010 22:02:07 -0000
@@ -6,7 +6,7 @@ ONLY_FOR_ARCHS= i386 powerpc
COMMENT= multi system emulator
DISTNAME= qemu-0.9.1
-PKGNAME= ${DISTNAME}p13
+REVISION= 14
CATEGORIES= emulators
HOMEPAGE= http://www.nongnu.org/qemu/
@@ -20,6 +20,9 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_OPENBSD}
+
+MODULES= gcc3
+MODGCC3_ARCHES= i386 powerpc
BUILD_DEPENDS= ::textproc/texi2html
USE_GMAKE= Yes
--
Christian "naddy" Weisgerber [email protected]