Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 8E99D63B85F for ; Fri, 20 Jul 2012 14:13:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6560B14A567; Fri, 20 Jul 2012 14:13:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B04D14A566 for ; Fri, 20 Jul 2012 14:13:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2gFtLDtPyzob for ; Fri, 20 Jul 2012 14:13:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B274814A564 for ; Fri, 20 Jul 2012 14:13:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 034D6175DD; Fri, 20 Jul 2012 14:13:53 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 20 Jul 2012 14:13:53 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/net/mldonkey-gui To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120720141354.034D6175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Fri Jul 20 14:13:53 UTC 2012 Modified Files: pkgsrc/net/mldonkey-gui: Makefile Log Message: net/mldonkey-gui: CONFIGURE_ARGS+= --disable-option-checking On DragonFly, this package always halted on the configure stage with the message, "configure: error: unrecognized options: --with-libintl-prefix" We couldn't find the source of this obsolete configure option, it didn't come from mldonkey and devel/gettext-lib isn't a dependency. Adding --disable-option-checking changed allowed this to be a warning rather than a fatal error and also allows a successful build. Background: DragonFly doesn't have libintl in base. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/mldonkey-gui/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.