Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D6DFF7A2E9 for ; Fri, 30 Dec 2016 11:45:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8B312856D4; Fri, 30 Dec 2016 11:45:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C4C08559F for ; Fri, 30 Dec 2016 11:45:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KbwbCXZVMwP3 for ; Fri, 30 Dec 2016 11:45:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 808F785593 for ; Fri, 30 Dec 2016 11:45:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E669FBA6; Fri, 30 Dec 2016 11:45:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148309835197990" MIME-Version: 1.0 Date: Fri, 30 Dec 2016 11:45:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/readline To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161230114551.7E669FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148309835197990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Dec 30 11:45:51 UTC 2016 Modified Files: pkgsrc/devel/readline: Makefile Log Message: Remove unneeded dragonfly workaround. Tested on monster. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/readline/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148309835197990 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/readline/Makefile diff -u pkgsrc/devel/readline/Makefile:1.65 pkgsrc/devel/readline/Makefile:1.66 --- pkgsrc/devel/readline/Makefile:1.65 Thu Nov 24 23:35:19 2016 +++ pkgsrc/devel/readline/Makefile Fri Dec 30 11:45:51 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2016/11/24 23:35:19 marino Exp $ +# $NetBSD: Makefile,v 1.66 2016/12/30 11:45:51 wiz Exp $ READLINE_VERSION= 7.0 @@ -24,10 +24,5 @@ CONFIGURE_ENV.NetBSD+= bash_cv_wcwidth_b BUILD_TARGET= everything-libtool INSTALL_TARGET= install-libtool -.if ${OPSYS} == "DragonFly" -CONFIGURE_ARGS+= --with-curses=yes -.include "../../mk/curses.buildlink3.mk" -.else .include "../../mk/termcap.buildlink3.mk" -.endif .include "../../mk/bsd.pkg.mk" --_----------=_148309835197990--