From owner-cvs-all@FreeBSD.ORG Wed Jul 13 20:01:41 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 763391065670; Wed, 13 Jul 2011 20:01:41 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6658B8FC1D; Wed, 13 Jul 2011 20:01:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6DK1fDx028725; Wed, 13 Jul 2011 20:01:41 GMT (envelope-from nox@repoman.freebsd.org) Received: (from nox@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6DK1fcG028724; Wed, 13 Jul 2011 20:01:41 GMT (envelope-from nox) Message-Id: <201107132001.p6DK1fcG028724@repoman.freebsd.org> From: Juergen Lock Date: Wed, 13 Jul 2011 20:01:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators/qemu-devel Makefile distinfo ports/emulators/qemu-devel/files gns3-qemu-options.hx.patch pcap-client-type.sed pcap-patch X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2011 20:01:41 -0000 nox 2011-07-13 20:01:41 UTC FreeBSD ports repository Modified files: emulators/qemu-devel Makefile distinfo emulators/qemu-devel/files pcap-patch Added files: emulators/qemu-devel/files gns3-qemu-options.hx.patch pcap-client-type.sed Log: - Add patches and knob (defaulted to off) to support udp networking and a patch for promiscuous multicast for the emulated e1000 nic, both to support using qemu with the (also to be updated) emulators/gns3 port. - Change DIST_SUBDIR to qemu/${PORTVERSION} because PATCHFILES names are not versioned. Requested by: Benjamin Epitech (via private email) Obtained from: http://code.gns3.net/qemu-patches/ Revision Changes Path 1.123 +17 -2 ports/emulators/qemu-devel/Makefile 1.59 +14 -2 ports/emulators/qemu-devel/distinfo 1.1 +11 -0 ports/emulators/qemu-devel/files/gns3-qemu-options.hx.patch (new) 1.1 +2 -0 ports/emulators/qemu-devel/files/pcap-client-type.sed (new) 1.7 +0 -12 ports/emulators/qemu-devel/files/pcap-patch