Received: by mail.netbsd.org (Postfix, from userid 605) id 40F8D84D51; Sun, 16 Dec 2018 22:53:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35D5C84DA0 for ; Sun, 16 Dec 2018 22:53:36 +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 Tfua58_DReXH for ; Sun, 16 Dec 2018 22:53:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 597DE84D8A for ; Sun, 16 Dec 2018 22:53:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50FC1FB16; Sun, 16 Dec 2018 22:53:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154500081562790" MIME-Version: 1.0 Date: Sun, 16 Dec 2018 22:53:35 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/xml-security-c To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20181216225335.50FC1FB16@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. --_----------=_154500081562790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Dec 16 22:53:35 UTC 2018 Modified Files: pkgsrc/security/xml-security-c: Makefile Log Message: xml-security-c: Add a test target. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/xml-security-c/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154500081562790 Content-Disposition: inline Content-Length: 800 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/xml-security-c/Makefile diff -u pkgsrc/security/xml-security-c/Makefile:1.20 pkgsrc/security/xml-security-c/Makefile:1.21 --- pkgsrc/security/xml-security-c/Makefile:1.20 Sun Dec 16 22:19:25 2018 +++ pkgsrc/security/xml-security-c/Makefile Sun Dec 16 22:53:35 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2018/12/16 22:19:25 nia Exp $ +# $NetBSD: Makefile,v 1.21 2018/12/16 22:53:35 nia Exp $ DISTNAME= xml-security-c-2.0.2 CATEGORIES= security devel @@ -15,6 +15,9 @@ USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" +do-test: + ${WRKSRC}/xsec/xsec-xtest + .include "../../security/openssl/buildlink3.mk" .include "../../textproc/xerces-c/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_154500081562790--