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 7C45B7A16A for ; Tue, 14 Feb 2017 21:30:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2F1D1855E0; Tue, 14 Feb 2017 21:30:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B49AF855DB for ; Tue, 14 Feb 2017 21:30:21 +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 boJisMYBNSiV for ; Tue, 14 Feb 2017 21:30:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 563DD84CDE for ; Tue, 14 Feb 2017 21:30:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 546D2FBE3; Tue, 14 Feb 2017 21:30:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148710782129500" MIME-Version: 1.0 Date: Tue, 14 Feb 2017 21:30:21 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/emulators/PC6001VX To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170214213021.546D2FBE3@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. --_----------=_148710782129500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Tue Feb 14 21:30:21 UTC 2017 Modified Files: pkgsrc/emulators/PC6001VX: Makefile Log Message: Needs libtool. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/PC6001VX/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148710782129500 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/PC6001VX/Makefile diff -u pkgsrc/emulators/PC6001VX/Makefile:1.5 pkgsrc/emulators/PC6001VX/Makefile:1.6 --- pkgsrc/emulators/PC6001VX/Makefile:1.5 Sun Feb 12 06:25:17 2017 +++ pkgsrc/emulators/PC6001VX/Makefile Tue Feb 14 21:30:21 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/02/14 21:30:21 joerg Exp $ VERSION= 2.30.0 DISTNAME= PC6001VX_${VERSION}_src @@ -12,6 +12,7 @@ HOMEPAGE= http://eighttails.seesaa.net/ COMMENT= Cross platform PC-6001 emulator LICENSE= gnu-lgpl-v2.1 +USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ --_----------=_148710782129500--