From owner-freebsd-stable@freebsd.org Tue Feb 7 00:47:04 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9080CCD2D89 for ; Tue, 7 Feb 2017 00:47:04 +0000 (UTC) (envelope-from dewaynegeraghty@gmail.com) Received: from mail-it0-x22d.google.com (mail-it0-x22d.google.com [IPv6:2607:f8b0:4001:c0b::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 59EABD70 for ; Tue, 7 Feb 2017 00:47:04 +0000 (UTC) (envelope-from dewaynegeraghty@gmail.com) Received: by mail-it0-x22d.google.com with SMTP id r185so69294111ita.0 for ; Mon, 06 Feb 2017 16:47:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=IBHkFjGkLI0VZLygLh9GhbVClhjeCfF8IqyYg5xtSF4=; b=O6LuA4pjCqZ3UnSo+NJ+x98mINj0CPS9Yu6XOXxMGf/Dy7o+so4KlzIV56P0qfkuWf Y6CSNLnWeZbtS/oS1yqnIa7bVsnjoY/+GHCXPuuqw3IQboybK3h6phkt6EV+YpF9BE4q ruifzq86o6zovQZIJIlKMGnkzS5wWW/xYBQj80/XjBXUgyZtsabf5KMz38m4iQcT3yY8 HMqGLT4EaQD1UOSY5NRWJRnkYb/W9nV5njSXDjZDAUJd4v6f+LIPC/A1JnT/Ihd52VKf M8PIgNWFkIYAhvAa69156pWAQr3kS/jDRiLC3SVtxnvWhpDo9sAW2AQgxP5YVw+XLjS+ Z7XA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=IBHkFjGkLI0VZLygLh9GhbVClhjeCfF8IqyYg5xtSF4=; b=CJvlLxq+Y8twQatV4xQcG0hAa4LVgLMAW6FdutnQdWGSzUAI5ldB0ibXVnza/wpEIB hwCdIFgR6S0+W4E4IvOhxlw7AiKDTY37FJgjVXwwzexWuvE18DwLCPrwhxLKdiOIK+YS vjs7cp/bpGNc2bnemzgWdTKC94uoAtJPODUYvvzc4jYtXnQP4ItacIIvfHPQEZYXaZ8u JIrj12fzaMgaWG1NtKpSuuc0/GqAsFSoI8NZSYBCh/FQm4J26o9bfrkwNxH+jGa847PD +zSjwVjKS8jCHi7VbyKEVv0HnyDbPTDCUfF5iRpoVRSVBMEL46mNnTn7rtCWROqXMM+M B9dw== X-Gm-Message-State: AIkVDXILTky0NTtmxqSRtAHlcgZ4omUjMXO/upqQYZ1b9qzgU6BPB6wGkDzI/R74CcszNFonHL9L8+HLwv0xlg== X-Received: by 10.36.0.139 with SMTP id 133mr9582465ita.120.1486428423652; Mon, 06 Feb 2017 16:47:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.79.29.130 with HTTP; Mon, 6 Feb 2017 16:46:33 -0800 (PST) In-Reply-To: <2650EB83-6D80-4C75-9271-66AB81D0A08E@tba.home> References: <2650EB83-6D80-4C75-9271-66AB81D0A08E@tba.home> From: Dewayne Geraghty Date: Tue, 7 Feb 2017 11:46:33 +1100 Message-ID: Subject: Re: FreeBSD 11.0: Installation of icingaweb2 To: Thorsten Baumeister Cc: freebsd-stable stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2017 00:47:04 -0000 Thorsten, This is a ports issue so should go to the freebsd-ports mailing list (if at all) Your best option is to file a PR so that the maintainer of the port can update the plist file. You'll occassionally see this sort of package-build failure when the maintainer has missed a test package step. If you're shy, you could write to the maintainer directly but then others can't see that the issue has been raised (and presumably being raised/addressed). In the meantime - you could adjust the plist yourself to reflect the new reality. Though expedient this is not recommended. Filing a PR is highly recommended to benefit everyone and have a fix properly applied. Regard.