From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 1 23:50:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6F65DD7C for ; Fri, 1 Nov 2013 23:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D03D213F for ; Fri, 1 Nov 2013 23:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA1No3ME092488 for ; Fri, 1 Nov 2013 23:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA1No3J8092487; Fri, 1 Nov 2013 23:50:03 GMT (envelope-from gnats) Date: Fri, 1 Nov 2013 23:50:03 GMT Message-Id: <201311012350.rA1No3J8092487@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: John Marino Subject: Re: ports/181889: misc/pinfo: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Marino List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 23:50:04 -0000 The following reply was made to PR ports/181889; it has been noted by GNATS. From: John Marino To: bug-followup@FreeBSD.org, tkato432@yahoo.com Cc: Subject: Re: ports/181889: misc/pinfo: Update MASTER_SITES Date: Sat, 02 Nov 2013 00:45:27 +0100 I was thinking about claiming this PR, but it doesn't build anymore. with or without these additions, pinfo fails with this now: autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using autopoint: *** Stop. *** Error code 1 As a side note, the patch no longer applies cleanly due to the NO_STAGE=yes line that was added. John