From owner-freebsd-ports@FreeBSD.ORG Sun Jan 4 19:20:02 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F8ABB84 for ; Sun, 4 Jan 2015 19:20:02 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9E0E94 for ; Sun, 4 Jan 2015 19:20:02 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so2068740wiv.11 for ; Sun, 04 Jan 2015 11:20:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mcnhealthcare.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=7hpLn1VG5l9VbxatCQeV1fRnDqOIcX8k0d+6RbX4Sxs=; b=e3wqi9tSaZehcZvcb8bZa+ew/uFKPONJn8UN6s4UGDujDZa1y6bW43MZJ3iBLT5dRP wqTl1YgBZLEuLFRcTdBrmscvydUJhR0AXj0T3/Wl2Th69WiUMT8hMTRwfO4HJH/OkqWR 66D28iYp1hJj6PT74HZLZ9/AnZq0+B2z+VWcE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=7hpLn1VG5l9VbxatCQeV1fRnDqOIcX8k0d+6RbX4Sxs=; b=iuK0bQaJgemy/VTAW8pRVWPurvdvjid4AvhthKHmZsZX+UBSW/9a5erX1pQNrh2HL6 W+7mQDJrCHv6wJhddpDw1LzcurK6fWf9KKGVYCnQpNxHw5oGx5C72FT+GTSDksplHyk/ GZqFn/Tgbphm1RdsAfRpbMkv1d3oBRfBiWHzMpokr0WTieQgz91JmxLfL1G3yPXO+nTH F3wOtgk+d/ODoacnNS8AwcNn+tLROd/s2FiYAVX74Sdas/cr1F0LVqkUKXDVnirRoQEG cfO4MjvCT7LnHRvpeFiTETgLoEHGYnPbdAvr5Xuyt/uyba42czaSGoJ+oEXLoADVOkVI PxoA== X-Gm-Message-State: ALoCoQk0ourQFEKwl07LB7zzej9VSYjegvG2PbcADeMWfpTmdJryFHPUHeRy0eEs140L8Gxk4zjM MIME-Version: 1.0 X-Received: by 10.194.90.81 with SMTP id bu17mr80128260wjb.3.1420399200515; Sun, 04 Jan 2015 11:20:00 -0800 (PST) Received: by 10.27.1.198 with HTTP; Sun, 4 Jan 2015 11:20:00 -0800 (PST) Date: Sun, 4 Jan 2015 12:20:00 -0700 Message-ID: Subject: emulators/pipelight failing to build From: Fred Woods To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2015 19:20:02 -0000 What version of gpg and libgcrypt are you using (gpg --version)? Seems to work with gpg 2.1.0 and libgcrypt 1.6.1. However, online docs for gpg seem to indicate --verify is being used wrong in the Makefile in the port working directory. https://www.gnupg.org/documentation/manpage.html "... =E2=80=93verify [[=3Dsigfile=3D] [=3Dsigned-files=3D]] Assume that sigfile is a signature and verify it without generating any output. With no arguments, the signature packet is read from stdin (it may be a detached signature when not used in batch mode). If only a sigfile is given, it may be a complete signature or a detached signature, in which case the signed stuff is expected in a file without the ".sig" or ".asc" extension (if such a file does not exist it is expected at stdin; use a single dash ("-") as filename to force a read from stdin). With more than 1 argument, the first should be a detached signature and the remaining files are the signed stuff. ..." Which seems to be inline with the error you are seeing.