From owner-freebsd-perl@FreeBSD.ORG Fri Jan 18 11:40:01 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9B22918 for ; Fri, 18 Jan 2013 11:40:01 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by mx1.freebsd.org (Postfix) with ESMTP id B6C2579 for ; Fri, 18 Jan 2013 11:40:01 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so6240262ieb.11 for ; Fri, 18 Jan 2013 03:39:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=jF+6lBbPq7A2gMr0YVgauqMjmk3FJ/wx9tZmHhNNhGE=; b=x2Dc4X5p8lllLnPefVyiaB9xppStjwRkFjFZLpzES/NNxWPaWxBbCNutmu5OsQK19o Wgf/fZFyazDOPJybS6hIcPzeORH5SGfJYIh7Fa2k7G1FTqF67jLjmOHrA+2RjhFdWJE4 3nkFwECl9N+YvRNJRrE4qYi35OSLaUtAlyJrGaTI/LVz1yb5L1NtLaCDhDAibgt9G3Qo +pTXApL1VMJUlPu/E3y8OimJLflSMY85/StzS3+MLiXhwqRiZcdW9ZgwxPXoJ/H2DWTU JTsQ+1Z1psB5IqTpzQUzNdZTuAwc7RvLPUnyCHFnT1jhFnPmmjJKgt33hfVr4KyFhGaD nSeQ== X-Received: by 10.50.161.169 with SMTP id xt9mr1738586igb.62.1358509195168; Fri, 18 Jan 2013 03:39:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.16.73 with HTTP; Fri, 18 Jan 2013 03:39:25 -0800 (PST) From: Chris Rees Date: Fri, 18 Jan 2013 11:39:25 +0000 Message-ID: Subject: Interactivity in ports To: perl Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2013 11:40:01 -0000 Hi all, devel/p5-Inline-CPP is marked INTERACTIVE, but if BATCH is set, the interactivity is patched out. Can't this be done by default? I can't see any value at all in the questions it's asking... http://www.bayofrum.net/~crees/patches/p5-Inline-CPP-interactive [patch renames opt-patch- to patch-] Chris