From f7f36e18d2d7e6d0cb198ffc6a5ba085e05ef25d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Dec 2011 17:45:27 +0000 Subject: [PATCH] - Disallow from pointyhat, tries to fetch from svn during extract stage Reported by: pointyhat Feature safe: yes --- emulators/virtio-kmod/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emulators/virtio-kmod/Makefile b/emulators/virtio-kmod/Makefile index 188b5e7f8c15..9afccfbba803 100644 --- a/emulators/virtio-kmod/Makefile +++ b/emulators/virtio-kmod/Makefile @@ -30,6 +30,8 @@ SVN= ${LOCALBASE}/bin/svn IGNORE= requires kernel source to be installed .endif +MANUAL_PACKAGE_BUILD= pointyhat prohibits internet traffic outside fetch stage + .include .if ${OSREL} != "8.2" && ${OSREL} != "9.0"