Received: by mail.netbsd.org (Postfix, from userid 605) id 8401B84D91; Sun, 31 May 2020 14:39:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAAE984D8D for ; Sun, 31 May 2020 14:39:33 +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 NS7SQU-TTi1E for ; Sun, 31 May 2020 14:39:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 340FE84D31 for ; Sun, 31 May 2020 14:39:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2369BFB27; Sun, 31 May 2020 14:39:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590935973285400" MIME-Version: 1.0 Date: Sun, 31 May 2020 14:39:33 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/comms/asterisk16 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200531143933.2369BFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590935973285400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 31 14:39:33 UTC 2020 Modified Files: pkgsrc/comms/asterisk16: options.mk Log Message: comms/asterisk16: remove unknow configure option To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/comms/asterisk16/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590935973285400 Content-Disposition: inline Content-Length: 884 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/asterisk16/options.mk diff -u pkgsrc/comms/asterisk16/options.mk:1.16 pkgsrc/comms/asterisk16/options.mk:1.17 --- pkgsrc/comms/asterisk16/options.mk:1.16 Sat Jan 11 08:36:13 2020 +++ pkgsrc/comms/asterisk16/options.mk Sun May 31 14:39:32 2020 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.16 2020/01/11 08:36:13 ryoon Exp $ +# $NetBSD: options.mk,v 1.17 2020/05/31 14:39:32 rillig Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk PKG_SUPPORTED_OPTIONS= x11 unixodbc webvmail ldap spandsp @@ -35,11 +35,9 @@ CONFIGURE_ARGS+= --without-gtk2 .if !empty(PKG_OPTIONS:Munixodbc) . include "../../databases/unixodbc/buildlink3.mk" . include "../../devel/libltdl/buildlink3.mk" -CONFIGURE_ARGS+= --with-ltdl CONFIGURE_ARGS+= --with-unixodbc PLIST.unixodbc= yes .else -CONFIGURE_ARGS+= --without-ltdl CONFIGURE_ARGS+= --without-unixodbc .endif --_----------=_1590935973285400--