Received: by mail.netbsd.org (Postfix, from userid 605) id 05DE684D6A; Thu, 30 Mar 2023 10:06:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34FFA84D5B for ; Thu, 30 Mar 2023 10:06:16 +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 P7Hv5-tLRnF0 for ; Thu, 30 Mar 2023 10:06:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 85B5484D08 for ; Thu, 30 Mar 2023 10:06:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80994FA75; Thu, 30 Mar 2023 10:06:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680170775195060" MIME-Version: 1.0 Date: Thu, 30 Mar 2023 10:06:15 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/textproc/libxslt To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20230330100615.80994FA75@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680170775195060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Thu Mar 30 10:06:15 UTC 2023 Modified Files: pkgsrc/textproc/libxslt: Makefile Log Message: libxslt: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 pkgsrc/textproc/libxslt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680170775195060 Content-Disposition: inline Content-Length: 742 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/libxslt/Makefile diff -u pkgsrc/textproc/libxslt/Makefile:1.122 pkgsrc/textproc/libxslt/Makefile:1.123 --- pkgsrc/textproc/libxslt/Makefile:1.122 Wed Nov 23 16:19:03 2022 +++ pkgsrc/textproc/libxslt/Makefile Thu Mar 30 10:06:15 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.122 2022/11/23 16:19:03 adam Exp $ +# $NetBSD: Makefile,v 1.123 2023/03/30 10:06:15 rillig Exp $ PKGREVISION= 1 .include "Makefile.common" @@ -11,7 +11,6 @@ USE_TOOLS+= gmake perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libxml-prefix=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --without-python -CONFIGURE_ARGS+= --with-html-subdir=libxslt PKGCONFIG_OVERRIDE= libxslt.pc.in PKGCONFIG_OVERRIDE+= libexslt.pc.in --_----------=_1680170775195060--