I like this solution until qemu 0.12.x or newer becomes reliable.

Penned by Christian Weisgerber on 20100717  0:05.40, we have:
| 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                          na...@mips.inka.de

-- 
Todd Fries .. t...@fries.net

 _____________________________________________
|                                             \  1.636.410.0632 (voice)
| Free Daemon Consulting, LLC                 \  1.405.227.9094 (voice)
| http://FreeDaemonConsulting.com             \  1.866.792.3418 (FAX)
| 2525 NW Expy #525, Oklahoma City, OK 73112  \  sip:freedae...@ekiga.net
| "..in support of free software solutions."  \  sip:4052279...@ekiga.net
 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                                                 
              37E7 D3EB 74D0 8D66 A68D  B866 0326 204E 3F42 004A
                        http://todd.fries.net/pgp.txt

Reply via email to